@charset "utf-8";
/* CSS Document */

@import url("/css/blueprint/screen.css");


body {
	background-image:url('/images/bg.jpg');
	background-attachment:fixed;
	background-position: bottom;
	background-repeat:repeat-x;
}

/*HEADER*/

.header {
	
	
}

.logo {
	
	
}

.middle_gfx {
	
	
}

.twitter_head {
	text-align:right;
	float: right;
	
}

.menu {
	background-image:url('/images/menu_bg.jpg');
	background-position: bottom;
	background-repeat:repeat-x;
	height: 35px;
	background-color: #2136A1;
	
	text-align:center;
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666;
	
	
}


.menu a {
	color:#FFF;
	text-decoration:none;
	padding-left: 4px;
	padding-right: 4px;
}

a.hot {
	color:#0efbf3;	
}

a:hover.hot {color:#FCF8C9;}

/*CONTENT*/

.content_gfx {margin-top: 10px;}

.main_gfx {float: left;}
.main_gfx_bottom  {	float: left; margin-top: 2px; height: 162px; width: 593px; overflow: hidden;}

.top_gfx { margin-bottom:5px;}

.bottom_gfx {}

.main_gfx_bottom, .bottom_gfx, .top_gfx {float: right; border-color: #FFF; border-style: solid;	border-width: 1px;}

.content_bottom {}

.section_head{}
	
.content_index_main {margin-top: 10px;}
		

h1.content_title {
	color:#E9F9FE;
	font-size:24px;
	margin-bottom:0;
	margin-top: 5px;
	display: inline;
	
	}
.content_text {
	font-size: 14px;
	text-align:justify;
	clear:both;
	
	}
.content_text a {
	color:#64B9FF;
	font-weight:bold;
	}
.content_text a:hover {
	color:#103861;
	}
	

.content_index_side {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom:15px;
	clear:both;
	}

.content_side_title {
	display:inline;
	}
	
h1.content_side_title a{
	text-decoration:none;
	color:#43B2E0;
	}
.content_side_thumb {
	float:right;
	margin:4px;
	}
.content_text_side{
	font-size:12px;
	text-align:justify;
}
	
.content_date {
	display:inline;
	margin-left: 5px;
	color:#A7BBC2;	
	}

.content_side_title, .content_date {
	font-size:20px;
	font:Georgia, "Times New Roman", Times, serif;
}
.content_links {}

.content_links h2{
	margin:0;
	padding:0;
	padding-left: 4px;
	color:#6296CA;
	font-size: 16px;
	font-weight: bold;
	}
	
.content_links h2 a{
	color:#89CCF3;
	text-decoration: none;
}

.content_text_links {
	padding-left:7px;
	font-size:11px;
	color:#BFCDD0;}

.content_text_side a {
	color:#F2F5F9;
	background-color:#359DEA;
	padding-left:5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight:bold;
	}
.content_text_side a:hover {
	color:#103861;
	}



#bread_crumbs {
	font-size:12px;
	color:#DCF3FC;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#bread_crumbs a {	
	color:#FDFBCC;
}

.social_item {
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom:15px;
}

h2.linkhead {
	color:#0F86C6;
	font-size: 15px;
	padding-left:0px;
	
}

/*FOOTER*/

#footer {width:950px;margin:0 auto; margin-top: 30px;
text-align:center; clear:both;
}
		
#credits{
	
}

#credits a{
	color:#CCC;	
}