
/* File name: header.css                          */
/* Author   : Tiberio Fanti                       */
/* Info     : Personal web pages formatting rules */

/* Title Banner */

div.tp_banner {
	margin           : 0px;
	border-top       : 1px;
	border-bottom    : 1px;
	border-color     : #606080; /* my navy */
	border-style     : solid;
	padding          : 0px;

	font-family      : "Book Antiqua", Serif; 
	font-size        : 1em;
	text-align       : left;
	height           : 68px;
	line-height      : 68px;
	}

#tp_logo_1{font-family : Verdana; color : #b8b0b0;}
#tp_logo_2{font-family : Verdana; color : #ff8000;}
#tp_logo_3{font-family : Verdana; color : #888080;}
#tp_logo_4{font-family : Verdana; color : #8080A0;}
#tp_logo_5{font-family : Verdana; color : #ff8000;}

p.tp_logo {
	margin           : 0px;
	border           : 0px;
	padding          : 0px 10px;

	font-size        : 1.5em;
	text-align       : left;
	height           : 68px;
	line-height      : 68px;
	}

p.tp_moon {
	margin           : 0px;
	border           : 0px;
	padding          : 0px 3px;

	font-size        : 0.7em;
	text-align       : right;
	width            : 260px;
	height           : 68px;
	line-height      : 10px;
	float            : right;
	}

/* Top menu bar */

div.tp_bar_list {
	background       : url(../Images/decorations/main_bar.gif) repeat-x 0px 0px;
	margin           : 0px 0px 30px 0px;
	border-bottom    : 1px;
	border-color     : #606080; /* my navy */
	border-style     : solid;
	padding          : 0px;

	text-align       : left;
	height           : 30px;
	line-height      : 30px;
	}

a.tp_bar_list {
	margin           : 0px;
	padding          : 0px 0px 0px 20px;
	border           : 0px;
	
	height           : 28px;
	line-height      : 28px;

	color            : #606080;
	font-family      : "Book Antiqua", Serif;
	font-size        : 90%;
	}

a.tp_bar_list:visited	{color : #606080;}
a.tp_bar_list:hover	{color : silver;}
a.tp_bar_list:focus	{color : silver;}
a.tp_bar_list:active	{color : silver;}

#tp_bar_contact {
	margin		: 5px 20px 0px 0px;
	height		: 25px;
	float		: right;
	}

div.hibar_list {
	background	: url(../Images/decorations/main_bar.gif) repeat-x 0px 0px;
	margin		: 0px;
	border-top	: 1px;
	border-color	: #606080; /* my navy */
	border-style	: solid;
	padding		: 0px 0px 0px 10px;

	text-align       : left;
	height           : 20px;
	}
a.hibar_list {
	margin           : 0px;
	padding          : 0px 10px;
	border           : 0px;

	height           : 20px;
	line-height      : 20px;

	color            : #606080;
	font-family      : "Book Antiqua", Serif;
	font-size        : 70%;
	}

a.hibar_list:visited	{color : #606080;}
a.hibar_list:hover	{color : silver;}
a.hibar_list:focus	{color : silver;}
a.hibar_list:active	{color : silver;}

*.capital {
	color		: silver; 
	font-weight	: bold;
	}
