@charset "utf-8";
/* CSS Document */

html {
background:#000000 url(img/bg.jpg) top center fixed no-repeat;
}

body {
font-family:Calibri, "Century Gothic", Arial, sans-serif;
color:#FFFFFF;

}

a { color:#FF9900;/*#b7b7b7;*/ text-decoration:none; font-weight:bold;}

.container
{
width:900px;
margin:0px auto;
}

.header {
height:190px;
text-align:center;
padding-top:10px; position:relative;
}
.supervisors {position:absolute; top:-8px; right:10px; height:25px; width:170px; padding:5px; background-color:#FF9900;}
.supervisors a {color:#FFF; text-decoration:none; font-size:13px; line-height:25px;}
.supervisors a:hover {text-decoration:underline;}

.content {
background: url(img/main_bg.png) top left repeat;
min-height:900px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.date {
	font-size:24px;
	font-weight:800;
	
	}

.mainOneCol h1 {
	font: normal 170%/110% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0;
	color: #FFF;
	width: 100%;
	text-shadow:1px 1px 4px #00; /*color:#727225*/
}
.content h1 span {
	background: url(images/gradient-dark.png) bottom left repeat-x;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width: 100%;
	height: 29px;
	margin-left:-30px;
}


.mainOneCol h2 {
	font: normal 150%/100% "Lucida Grande", Arial, sans-serif;
	margin: 10px 0 0;
	color: #b7b7b7;
	text-shadow:1px 1px 4px #000;
}

td h3 {margin:0; padding:0;}

.clear{clear:both;}

.emphasis-link {
	display:block;
	margin:10px auto;
	width:70%;
	background-color:#0C0;
	padding:8px;
	text-align:center;
	color:#FFF;
}
.emphasis-link a {color:#FFF;}

.mainOneCol {padding:20px 30px 190px 30px;}
.left-col {width:550px;}
.right-col {float:right; width:200px;
padding:10px 20px;
background-color:#CCC; color:#000;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.right-col ul {padding-left:20px; margin:0px;}
.right-col h2 {font-size:18px; margin:0; padding:0; color:#FFF; margin-top:10px; margin-bottom:5px;}
.right-col a {color:#000;}
.right-col a:hover {text-decoration:underline;}

.mainOneCol img {border:none;}

a#fb, a#flickr, a#twitter {
	text-indent:-9999px;
	display:block;
	width:20px;
	height:20px;
	float:right; margin-right:100px;
	
}

a#fb {background:url(img/fb-btn.jpg) top center no-repeat; }
a#flickr {background:url(img/fkr-btn.jpg) top center no-repeat; margin-right:1px;}
a#twitter {background:url(img/tw-btn.jpg) top center no-repeat; margin-right:1px;}
a:hover#fb, a:active#fb, a:hover#flickr, a:hover#twitter, a:active#flickr, a:active#twitter {
	background-position:bottom center;
}
.footer-text {
margin:0px auto; width:900px; margin-top:120px;	
text-align:center;	color:#FFF;
}

.footer { background:url(img/footer_full.png) no-repeat 50% 0; width:100%; height:142px; position:fixed; left:0; bottom:0; color: #F7F7F2; font: bold 1em;   }