/*
Theme Name: iAmBoiGenius
Theme URI: http://www.iamboigenius.com
Description: A theme by <a href="http://www.ndesign-studio.com">Boi Genius</a>.
Author: RonaldRanier
Author URI: http://www.iamboigenius.com

*/

/*background picture/color*/

body {
	font: 85%/150% "Helvetica", Tahoma, Arial;
	color: #333333;
	background: url(http://iamboigenius.com/wp-content/themes/iAmBoiGenius/images/background-2.jpg) fixed;
	margin: 0px;
	padding: 0px 0px 0px;
}

a {
	color: #397168;
	text-decoration: none;
}
a:visited {
	color: #397168;
	text-decoration: none;
}
a:hover {
	color: #397168;
	background: #3e0000;
}

img {
	border: none;
}

p {
	padding: 0px;
	margin: 0px;
	color: #000;
}
pre { overflow: auto; 
	width: 470px; 
	}
h1 {
	margin:0px;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Helvetica", Tahoma, Arial;
	color: #c9eefe;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #fff;
	margin: 0px 0px 1px;
	font: normal 190%/100% "Helvetica", Tahoma, Arial;
	padding-bottom: 1px;
}
h2 a, h2 a:visited {
	color: #fff;
	text-decoration: none;
}
h2 a:hover {
	color: #0f8026;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Helvetica", Tahoma, Arial;
	color: #000;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Helvetica", Tahoma, Arial;
	color: #000;
	margin: 10px 0px 5px;
}
h6 {
	font: normal 90%/100% "Helvetica", Tahoma, Arial;
	margin: 5px 5px 5px;
}
form {
	margin:0px;
	padding:0px;
}

/*controls page width*/
/*post & sidebar area*/
#page {
	margin: 0px auto;
	width: 970px;
	background: #000 url(http://iamboigenius.com/wp-content/themes/iAmBoiGenius/images/) repeat;
	overflow:hidden;
}
/* header area */
#header {
	background: #fff;
	height: 179px;
	width: 970px;
	border-bottom: 3px solid #397168;
	position: relative;
}

#nerd {
 background: #fff url(http://iamboigenius.com/wp-content/themes/iAmBoiGenius/images/logo.png) no-repeat;
 float: left;
 width: 220px;
 height: 168px;
 margin: 5px 0px 5px 5px;
}

#bannerad {
 float: right;
 background: #fff;
 width: 728px;
 height: 90px;
 border: #397168 1px solid;
 margin: 20px 5px 0 0;
 padding: 0;
}
	
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 5px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #000;
	text-decoration: none;
	background: #397168 repeat-x;    
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #000 repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% "Georgia", Helvetica, sans-serif;
	display: block;
	-moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#nav .page_item a:hover {
	color: #000;
	background: #397168 repeat-x;
}

/* content area */

/*controls post area*/
#content {
	padding: 10px 0px 10px 10px;
	float: left;
	width: 600px;
	overflow: hidden;

}
.post {
	clear:both;
	padding-top: 15px;
}
.postdate {
	font-size: 11px;
	color: #5ab2a4;
	}

.post p {
	margin-bottom: 10px;
	}
	
.title {
	padding: 0px;
	line-height: 22px;
    font-size: 22px;
	font-family: "Georgia", Tahoma, Arial;
	color: #fff;
    font-weight: bold;
	}

	
.title a {
	text-decoration: none;
	color: #fff;
	}

.title a:hover {
	text-decoration: none;
	color: #397168;
	background: none;
	}


.entry {
	clear: both;
	background: #fff;
	border: 4px double #397168;
	max-width: 600px;
	padding: 10px 10px 10px 10px;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #000;
}



/*sidebar */
.sidebar {
	float: left;
	padding: 0px 0px 10px 10px;
	width: 165px;
	color: #fff;
	display: inline;
}

/*sidebar title (h2) */
.sidebar h2, .sidebar .sidebartitle{
	font: normal 140%/100% "Georgia", Tahoma, Arial;
	color: #000;
	padding: 5px 0px 5px 5px;
	margin: 20px 0px 2px;
	background: #397168;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/*sidebar text styles */
.sidebar a, .sidebar a:visited{
	font: normal 95%/100% "Helvetica", Tahoma, Arial;
	color: #fff;
	text-decoration: none;
}
.sidebar a:hover{
	color: #397168;
	text-decoration: none;
	background: none;
}
/*sidebar list level1 */
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
.sidebar ul li ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #fff;
	list-style: none;
}
/*sidebar list level3 */
.sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

#footer {
	clear: both;
	background: #000 no-repeat;
	color: #fff;
	font-size: 95%;
	line-height: 130%;
	overflow:hidden;
	width: 970px;
}

#footer a, #footer a:visited{
	color: #ffffff;
}


li {
list-style: none;
}

#footer p{
	color: #fff;
	padding: 5px 5px 5px 5px;
}

#footer-widget-left{
	width: 295px;
	float: left;
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 10px;
	color: #fff;
}

#footer-widget-middle-left{
	width: 295px;
	float: left;
	padding-left: 10px;
	color: #fff;
}

#footer-widget-right{
	width: 275px;
	float: right;
	padding-right: 5px;
	padding-left: 0px;
	margin-right: 10px;
	color: #fff;
}

#footer h4 {
	font: normal 146%/100% "Helvetica", Tahoma, Arial;
	color: #000;
	margin: 5px 0px 0px;
	padding: 5px 0px 5px 5px;
	background: #397168;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* newlayout */
#newlayout {
	margin: 0px auto;
	width: 970px;
	color: #fff;
	font-size: 85%;
	background: #397168;
	line-height: 120%;
	text-align: center;
}
#newlayout a, #newlayout a:visited {
	color: #397168;
}
#newlayout a:hover {
	color: #397168;
	text-decoration: underline;
	background: none;
	}

/* credits */
#credits {
	margin: 0px auto;
	width: 970px;
	color: #fff;
	font-size: 85%;
	background: #000;
	border-top: 2px solid #397168;
	line-height: 120%;
	text-align: center;
}
#credits a, #credit a:visited {
	color: #397168;
}
#credits a:hover {
	color: #397168;
	text-decoration: underline;
	background: none;
	}
.rss {
	background: url(http://iamboigenius.com/wp-content/themes/iAmBoiGenius/images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(http://iamboigenius.com/wp-content/themes/iAmBoiGenius/images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.post img {
	max-width: 550px;
	height: auto;
	border: 1px solid #000;
	margin-bottom: 10px;
}

.entry iframe {
	max-width: 575px;
	padding-bottom: 7px;
	text-align: center;
	padding-top: 7px;
	overflow: hidden;
}

.readmorecontent {
	text-align: center;
	padding: 20px 0px 0px 0px;
	}

a.readmore {
	padding: 4px 5px;
	background: #000;
	color: #fff;
	text-decoration: none;
    font-size: 12px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	}

a.readmore:hover {
	background: #3e0000;
	}
	
.adgroups {
	text-align: center;
	padding: 5px 0px 5px 0px;
	}
a.adgroups:hover {
	background:none;
	}
.sidebartall {
	float: left;
	}

.search-form input{
	width: 330px;
	height: 17px;
	margin:10px 0px 10px 10px;
	text-align: center;
	font-size: 15px;
	clear:both;
	color: #c1c1c1;
}

.relatedposts {
	margin: 0px auto;
	padding-top: 5px;
	padding-left: 5px;
	background: #000 url(http://iamboigenius.com/wp-content/themes/iAmBoiGenius/images/) repeat;
	overflow:hidden;
}

.socialicons a:hover {
	background: none;
}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	color: #666;
	border-left: 2px solid #397168;
	}