/*- Giordani styles v0.2 - Drupal6x - 20/06/08
author:singalkuppe: leoni.matteo[at]gmail.com - www.signalkuppe.com
 */


/*- Sidebar Subpages Menu */

.lsidebar {
	width: 180px;
	float: left;
	margin-top:-10px;
	margin-right:15px;
	margin-bottom:0px;
	margin-left:0px;
	}
.rsidebar {
	width: 180px;
	float: left;
	margin-top:-10px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:15px;
	}
/* Other overrides???? */

#header {
padding: 0;
margin: 0;
height: 180px;
background: #000033 url(img/bannersfh/rotate.php) no-repeat 0px 0px; /*rotates images in the banners folder */
position:relative;
	}

#header h1, #header p.sitetitle { /* site title */
	font-family:Georgia, "Times New Roman", Times, serif;
	color:white;
	font-size: 2.0em; /*32px*/
	font-weight: lighter;
	letter-spacing: -1px;
	margin: 0px;
	padding: 100px 0 12px 25px;
	text-transform: none;
	}

	
