/*
Theme Name: Galiano 
Description: Based on dfBlog
Version: 1.0
Author: Nicholas Sciannameo

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Reset Browser Default */ 
/*\*/@import url(css/reset.css); /**/

/* Typography */
/*\*/@import url(css/typography.css); /**/

/* Template */
/*\*/@import url(css/template.css); /**/

/* Menu */
/*\*/@import url(css/menu.css); /**/



/* Main Menu. The first level
***************************************************************************** */

#mainmenu {
	letter-spacing: .1em;
	font-variant: small-caps;
	font-weight: lighter;
	width: 727px;
	padding: 0 20px;

}

#mainmenu ul {
	font-size: 1.1em;
	}
	#mainmenu ul li a {
		padding-left: 2em;
		padding-right: 2em;
	}



/* Wrap -> Contaniner -> Content, pagenavigator, entry...
***************************************************************************** */

.entry {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 20px 0 0;
	}
	
#rotator {
	width: 898px;
	height: 400px;
	position: relative;
	left: 1px;
	overflow: hidden;
	z-index: 0;
}

#instrument {
	width: 650px;
	height: 400px;
	position: relative;
	margin-left: 125px;
	top: 185px;
	overflow: hidden;
	z-index: 1;
	background-color:transparent;
		
}

#home {
	width: 200px;
	height: 400px;
	float: left;
	margin-left: 1px;
	margin-top:78px;
	position: absolute;
	top: 102px;
	z-index: 1;
	background-color:#ffffff;
	opacity: .60;
	filter: alpha(opacity = 60);
		
}

#hometext{
	
	font-size: 1.2em;
	line-height: 1.4em;
	width: 200px;
	height: 400px;
	float: left;
	margin-left: 5px;
	position: absolute;
	top: 10px;
	z-index: 1.1;
}

#instback {
	margin-left: 50px;
	margin-top:86px;
	width: 450px;
	height: 442px;
	position: absolute;
	top: 102px;
	z-index: 0;
}

#instseries {
	width: 600px;
	height: 400px;
	margin-left: 95px;
	margin-top: 75px;
	position: absolute;
	top: 120px;
	text-align: justify;
	z-index: 2;
}

#instinfo {
	width: 700px;
	height: 400px;
	margin-left: 100px;
	margin-top: 90px;
	position: absolute;
	top: 120px;
	text-align: justify;
	z-index: 2;
}

#insttable {
	margin-left: 24px;
	margin-top:50px;
	position: relative;
	z-index: 3;
}

#commoncontent{
	width: 400px;
	margin-left: 365px;
	margin-top: -170px;
	position: relative;
	text-align: justify;
	}

#commonimg {
	width: 200px;
	height: 200px;
	position: relative;
	margin-left: 110px;
	top: 50px;
	z-index: .1;
}


#commontitle {
	width: 500px;
	height: 200px;
	position: absolute;
	margin-left: 360px;
	top: 200px;

}

.commonclear {
	clear: both;
}

#copyright {
	color: #666;
	font-size: 1.111em;
	position: relative;
	margin-left: 300px;
	top: 30px;
}



/* Bottom -> Footer
***************************************************************************** */

#footer span {
	color: #888;
	text-align: left;
	font-size: .9em;
	line-height: 1.6em;
	}
	#footer .copyright {
		color: #666;
		font-size: 1.111em;
	}


/* Template. Auxiliary
***************************************************************************** */

.clear, .clearfix {
	clear: both;
	height: 0;
}


/* Tables
***************************************************************************** */
table {
	width:800px;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
		border-collapse:collapse;
	}

tr.odd td	{
	background:#f7fbff
	}

td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}							
thead th {
	background:#f4f9fe;
	font-family: Geneva,Helvetica,Verdana,Arial,sans-serif;
	font-weight: normal;
	font-size: 1.2em;	
	text-align:center;
	color:#66a3d3
	}	
