/*----------------------------------------------------------------------
   Reset everything and make it all new again
----------------------------------------------------------------------*/

html, body, div, span,
h1, h2, h3, h4, h5, h6,
blockquote, pre, img,
a, b, abbr, acronym, big, cite, code, del, em, i, ins, small, strike, strong, sub, sup, u,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
	padding: 0;
	outline: 0;
	margin: 0;
}

img {
	border-style: none;
}

a {color: #000;
text-decoration: none;}

/*----------------------------------------------------------------------------------
 General Settings: body, td, links, etc
 ---------------------------------------------------------------------------------*/
h1 {font-size: 22px;
	line-height: 32px;
	padding-top: 10px;
		padding-bottom: 10px;}
		
		h2 {font-size: 18px;
	line-height: 28px;
	padding-top: 5px;
		padding-bottom: 5px;}

body {
	font-family: Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	background: #fff url('/images/graph.gif') repeat top center fixed;
	line-height: 22px;
	text-align: left;
	color: #002e57;


}
#container
{
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 940px;
	font-weight: normal;
	padding: 10px;
	padding-top: 0px;
	background: #fff;
}

#hello{
	width: 500px;
	font-weight: normal;
	padding: 0px;
}

#topmenu{
	height: 25px;
	font-weight: normal;
	padding: 10px;
	padding-top: 20px;
		font-size: 20px;
		text-align: right;
		background: #7fc3ff;
		margin-bottom: 30px;
}

#topmenu a{color: #003e75;
padding: 10px;
}
#topmenu a:hover{
color: #003e75;
background: #fff;
}

#intro{
	width: 400px;
	font-weight: normal;
	padding-top: 15px;
	font-size: 30px;
		line-height: 40px;
	color: #003e75;
	float: right;
	padding-right: 10px;
}


#highlight{
color: #003e75;
	font-weight: normal;
	padding: 20px;
	padding-top: 20px;
		font-size: 25px;
		line-height: 40px;

}


#extra{
	font-weight: normal;
	padding: 10px;
	padding-top: 0px;
		font-size: 20px;
}



#andmore{
background: #7fc3ff;
color: #003e75;
	font-weight: normal;
	padding: 20px;
	padding-top: 20px;
		font-size: 25px;
		line-height: 40px;
}




#footer{
	padding:5px;
	background: #0087ff;
color: #fff;
}



#footer .block{
	float:left;
	width: 262px;
	margin:0 0 0 5%;
	padding-left: 10px;
}

#footer .twice-length{ width:65%; }
#footer .thrice-length{ width:100%; }
#footer .first, * html #footer .first{
	clear:both;
	margin:0;
}
#footer .block-separator{
	clear:both;
	height:2.5em;
}


ul.dates, ul.counts, ul.pages{
	list-style-type:none;
	margin:1.5em 0 2em 0;
}
ul.dates li, ul.counts li, ul.pages li{
	list-style-type:none;
	margin-left: 5px;
	padding:0;
}


ul.dates a{
	color:#FFF;
	text-decoration:none;
}

#footer a{color: #e7f4ff; text-decoration: none; font-weight: bold;}
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }


ul#twitter_update_list {	list-style-type:none;
	margin-left:0px;
		padding-left:0px;}
		
		ul.socialmedia {
		margin-left:0px;
		padding-left:0px;}
		
		ul.socialmedia li{padding: 5px;

list-style-type:none;
border-bottom: 1px solid #fff;}
		
		
#flickr {


padding:10px;
 padding:0px;
margin-top:15px;
 }
#flickr a img {
float:left;
margin:0 0px 8px 8px;
background:#fff;
padding:4px;
width:70px;
height:70px;
}






.boxgrid{
	width: 270px;
	height: 260px;
	margin:13px;
	float:left;
	border: solid 2px #003e75;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #003e75;
	
}


.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}


.boxgrid a{
color: #003e75;
}


.boxcaption{
	float: left;
	position: absolute;
	background: #7fc3ff;
	height: 100px;
	width: 100%;
	opacity: .9;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
 	}
	
	 				.captionfull .boxcaption {
 					top: 260px;
 					left: 0;
					
 				}
 				.caption .boxcaption {
 					top: 220px;
 					left: 0;
 				}
				
.cover  {padding: 10px;}
