/*
-----------------------------------------------------------------
	>> F O U N D A T I O N <<
================================================================= */

* {
	margin:0;
	padding:0;
	}

/* Default font settings. The font-size percentage is of 16px. (0.875 * 16px ~ 14px) */ 

body {
	background: #D6D6D6 url('images/isaehome_bg.png') repeat-x;
	color: #3F3F3F;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	}

.container {
	margin:0 auto;
	padding: 0 4px;
	position:relative;
	width: 920px;
	}

.clear{
	clear:both;
	display:block;
	}
	
.clear:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
	}

* html .clear{
	height:1%;
	}

/* Headings -------------------------------------------------------------- */ 

h1,h2,h3,h4,h5,h6 {
	color: #1A1A1A; 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
h1 {
	font-size: 2.571em; /* 36px */
	line-height: 1;
	margin-bottom: 0.5em;
	}

h2 { 
	font-size: 2em; /* 28px */
	margin-bottom: 0.75em; 
	}

h3 { 
	font-size: 1.5em; /* 21px */
	line-height: 1; 
	margin-bottom: 1em; 
	}

h4 { 
	font-size: 1.286em; /* 18px */
	line-height: 1.25; 
	margin-bottom: 1.25em; 
	}

h5 { 
	font-size: 1.143em; /* 16px */
	font-weight: bold;
	margin-bottom: 1.5em; 
	}

h6 {
	font-size: 1em; /* 14px */
	font-weight: bold;
	}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
	}

/* Text elements -------------------------------------------------------------- */ 

p { 
	margin: 0 0 1.5em;
	}

p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
	}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
	}

hr {
	border: 0;
	background: url("images/hline.png") repeat-x;
	height: 2px;
	margin: 1.5em -5px;
	}

a:focus, a:hover {
	background-color: #EBE9E2;
	border-bottom: 1px solid #DFDAC9;
	color: #711;
	}

a {
	color: #07A;
	text-decoration: none;
	}

a.footer:focus, a.footer:hover {
	background-color: #EBE9E2;
	border-bottom: 1px solid #DFDAC9;
	color: #711;
	}
a.footer {
	color: #FFFFFF;
	text-decoration: none;
	}
	
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

em,dfn {
	font-style: italic;
	}

dfn {
	font-weight: bold;
	}

sup, sub {
	line-height: 0;
	}

abbr, acronym {
	border-bottom: 1px dotted #666;
	}

address {
	margin: 0 0 1.5em;
	font-style: italic;
	}

del {
	color:#666;
	}

pre {
	margin: 1.5em 0;
	white-space: pre;
	}

pre,code,tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
	}

/* Lists -------------------------------------------------------------- */ 
sli ul, li ol { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; }
ul ul { margin-bottom: 0; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}
/* Tables -------------------------------------------------------------- */ 
table { margin-bottom: 1.4em; width:100%; }
th { font-weight: bold; }
thead th { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #E3E2D7; }
tfoot { font-style: italic; }
caption { background: #eee; }
/* Misc classes ---------------------------------------------------------- */ 
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }
.quiet { color: #8B8A82; }
.loud { color: #000; }
.highlight { background:#ff0; }
.added { background:#060; color: #fff; }
.removed { background:#900; color: #fff; }
.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }

/* Layout ---------------------------------------------------------- */

#header h1 {
	color: #FFF;
	font-size: 3em;
	font-weight: bold;
	padding: 28px 0 0 28px;
	text-shadow: 0px 1px 3px #000;
}

#header a {
	color: #FFF;
	}

#header a:focus, #header a:hover {
	background-color: transparent;
	border-bottom: none;
	color: #CDCF7A;
	}

#header .container {
	background: url('images/header_bg.png') -1px 0 no-repeat;
	height: 99px;
	padding: 0;
	}

#header h1 {
	float: left;
	width: 400px;
}

#logo{
	background:url("images/ug.png") left top no-repeat;
	display:block;
	float:left;
	height:99px;
	width:100px;
	}
#isae-logo{
	background:url("images/isae_logo.png") left top no-repeat;
	display:block;
	float:right;
	height:99px;
	width:83px;
	}
#logo strong, #isae-logo strong{
	left:-999px;
	position:absolute;
	width:990px;
	}

#local .container {
	padding: 0;
	}

#local .changing {
	background:url("images/ug.png") left bottom no-repeat;
	float: left;
	height: 50px;
	width:100px;
	}

#local .changing strong{
	left:-999px;
	position:absolute;
	width:990px;
	}
#local ul{
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:50px;
	list-style:none;
	padding: 0;
	margin: 0;
	}
#local li{display:block;float:left;width:120px;}
#local li a{color:#fff;display:block;height:34px;line-height:1.2;margin-left:30px;padding:9px 0;text-align:center;text-decoration:none;width:90px;}
#local li a:hover{background:#6699CC url("images/localhover.png") repeat-x;}

#splash .container {
	background:url("images/home_splash.png") top left no-repeat;
	height: 363px;
}

#event {
	color: #FFF;
	font-size: 1.84em;
	width: 360px;
	padding: 14px 0 0 36px;
	text-shadow: 1px 2px 3px #000;
}

#dateplace {
	color: #FFF;
	font-size: 1.5em;
	padding: 210px 0 0 36px;
	text-shadow: 0px 1px 2px #000;
}

#splash-mini .container {
	background:url("images/home_splash_mini.png") top left no-repeat;
	height: 159px;
}

#splash-mini #event {
	width: 550px;
}
#splash-mini #dateplace {
	padding-top: 1em;
}



#main .container {
	background: #F2F0E9 url(images/vertical.png) 624px 0 repeat-y;
	border-top: #CCC4A9 1px solid;
	border-bottom: #CCC4A9 1px solid;
	padding: 0;
	width: 920px;
}

#content {
	border-top: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
	float: left;
	line-height: 1.5em;
	width: 553px;
	padding: 2em 36px;
}
#sidebar {
	float: left;
	padding-left: 1px;
	padding-top: 26px;
	width: 293px;
}
#sidebar ul{
	font-size: 1.143em;
	list-style:none;
	margin:0 0 1.5em;
	padding:0;
	}
#sidebar li{
	background: none;
	margin: 0;
	padding: 0;
	}
#sidebar li a{
	border-bottom: #CCC4A9 1px solid;
	border-top: #FFF 1px solid;
	margin: 0;
	text-decoration: none;
	text-align: left;
	color: #1B1B1B;
	display: block;
	padding: 9px 24px 9px;
	text-decoration: none;
	}
#sidebar li a.first {
	border-top: none;
	}
#sidebar li a:hover{
	background: #DFD6C9;
	}
#sidebar p {
	margin: 0 2em 0 1.5em;
	padding: 0 0 1.5em;
}
#sidebar .top {
	border-top: #CCC4A9 1px solid;
	margin-top: 3em;
	padding-top: 1.5em;
	}
#sidebar iframe {
	margin-left: 1.5em;
	padding-bottom: 0.5em;
}
	
#footer .container {
	background-color: #14682D;
	border-top: #46587D 1px solid;
	border-bottom: #6A7FAC 1px solid;
	color: #FFF;
	padding: 2em 36px 0.5em;
	width: 848px;
	margin-bottom: 1.5em;
}

#copywrite {
	float: right;
	padding-right: 3em;
}
#copywrite a, #copywrite a:hover {
	border: none;
	background: none;
	color: #FFF;
}
