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


body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000;
	min-width:970px;    	/* Minimum width of layout - remove line if not required */
	font-size:90%;
}
a {
	color:#2fa89f;
}
a:hover {
	color:none;
	background:none;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#808080;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}

/* Header styles */
#header {
	background-image:url(images/Obliques.png);
	clear:both;
	float:left;
	width:100%;
	background-repeat: repeat-x;
	height:250px; /*height SHOULD be PPROX. 290px, but layoutdims and navi gets all messed up.*/ 

}
#banner {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #2fa89f;
	height: 90px;
	width:;
	padding-left: 50px;
	line-height:90px;
	}
#header p,
#header h1,
#header h2 {
	padding:28px 15px 0 15px; /*First number equals how low the home image logo is. */
	margin:0;
}

#header ul {
	font-family:'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:14pt;
	clear:right;
	float:right;
	width:100%;
	list-style:none;
	margin:10px 0 0 0; /*First number equals how low the text is on the navi bar.*/
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:inline;
	float:right;
	margin:0px 10px 0px 2px;
	padding:3px 1px;
	text-align:center;
	background:none;
	color:#000000;
	text-decoration:none;
	position:relative;
	right:50px;
	line-height:1.3em;
}
#header ul li a:hover {
	color:#000000;
	border-bottom: 2px solid #000;   
	padding-bottom: 2px; 
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#000000;
	border-bottom: 2px solid #000;   
	padding-bottom: 2px;  
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims { /* thin white bar over banner and under navi */
	clear:both;	
	background-color: #ffffff;
	height: 15px;
	width: 100%;
	
}
.container {
	width:950px;
	background: #000;
	margin: 0 auto;
}

.content {

	padding:25px 0px 0px 0px;
	width:950px;
}
.leftmenu {
	width:640px;
	background-color:#000;
	float:left;
	padding:15px;
	border-right:;

}

h3 {
	font-weight:normal;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size: 22px;
	font-weight:normal;
	margin:.8em 0 .2em 0;
	padding:0;
	color:#808080;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;;
	color: #444444;
	margin: 0 0 1.2em 0;
	padding: 0px 0px 0px 0px;
	text-transform : uppercase;
}

.article {
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	text-align: left;
	float:left;
	position:relative;
	padding:5px 10px 5px 15px;
	overflow:hidden;
	background-color:#1a1a1a;
	}

.article a{
	font-size:14px; 
	font-family:'Open Sans', sans-serif;
	color:#bcbcbc; 
	text-decoration:none;	
	}
.article a:hover{ 
	font-size:14px; 
	font-family:'Open Sans', sans-serif; 
	color:#2fa89f; 
	text-decoration:none;
	}

.rightmenu {
	width:270px;
	background-color:#000000;
	float:right;
	padding:0px 5px 5px 5px;
}

.icons {
max-width: 46px;
margin:1px;
}

@-moz-document url-prefix() {
	.icons {max-width:46px;}
}


.widgets {
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
	color: #444444;
	text-align: left;
	float:left;
	position:relative;
	padding:0px 10px 5px 15px;
	overflow:hidden;
	text-decoration:none;
}

.widgets a{
	font-size:15px; 
	font-family:'Open Sans', sans-serif;
	color:#2fa89f; 
	font-weight:bold; 
	text-decoration:none;	
	}
	
.widgets a:hover{ 
	font-size:15px; 
	font-family:'Open Sans', sans-serif; 
	color:#bcbcbc; 
	font-weight:bold; 
	text-decoration:none;
	opacity:0.7;
	}

/* ~~ The footer ~~ */
.footer {
	padding: 20px 0px 20px 0px;
	background:;
	font-family:'Open Sans', sans-serif;
	clear:both;
	border-top:;
	color:#444444;
	text-decoration:none;
}

/* ~~ Newer/Older Pages ~~ */
#pagination { 
	font-size : .8em;
	color:#ffffff; 
	list-style-type : none; 
	margin : 0; 
	overflow : hidden; 
	padding :25px 0px 0px 1px; 
	text-transform : uppercase;
}

#pagination li { 
	display : inline 
} 

#pagination a,#pagination a:visited { 
	color : #2fa89f; 
	text-decoration : none 
} 
	
#pagination a:hover { 
	color : #bcbcbc; 
	text-decoration : none
}

#pagination .pagination-prev a { 
	background :; 
	float : left; 
	padding-left : 30px;
	text-align:left;
} 
	
#pagination .pagination-next a { 
	background :; 
	float : right; 
	padding-right : 30px; 
	text-align : right 
} 

/* ~~ Back to Top ~~ */
#bktp { 
	font-size : .8em;
	color:#ffffff; 
	list-style-type : none; 
	margin : 0; 
	overflow : hidden; 
	padding :25px 0px 0px 1px; 
}

#bktp li { 
	display : inline 
} 

#bktp a,#bktp a:visited { 
	color : #2fa89f; 
	text-decoration : none 
} 
	
#bktp a:hover { 
	color : #bcbcbc; 
	text-decoration : none
}

#bktp .bktp-next a { 
	background :; 
	float : right; 
	padding-right : 30px; 
	text-align : right 
} 

/* ~~ Image Frame ~~ */
	.format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter {
	font-family: 'Open Sans', sans-serif;
	margin-left:auto;
	margin-right:auto;
	background-color:#111111; 
	padding:4px 14px 5px 14px; 
	color:#444444;
	border:;
	font-size:12px;
	font-style:normal;
	margin-bottom:12px;
} 


.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ~~ Banner Links~~ */
	.bannerlinks { 
	margin-left:auto;
	margin-right:auto;
} 

	.bannerlinks:hover {
		opacity:0.7;
	}
