/*
Theme Name: vibrantBrains
Theme URI: http://vibrantbrains.com
Description: A theme for vibrantBrains!
Author: Tobias Butler
Version: 1.0
*/


body {
	background: url('images/bg.jpg') no-repeat right top;
	font-family:"Helvetica", sans-serif;
}

#wrapper {
	width: 1024px;
	height: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 870px;
	height: 180px;
	background-image: url('images/logo.png');
	background-repeat:no-repeat;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}

#titletext {
	position: relative;
	left: 120px;
	top: 15px;
	font-family: "Times", serif;
	font-size: 130px;
}

#vibrant {
	color: #c5da3f;
}

#brains {
	color: #ed008e;
}

#tm {
	position: relative;
	color: #ed008e;
	font-size: 18px;
	top: -45px;
}

#subheading {
	position: relative;
	top: -10px;
	left: 120px;
	color: #ed008e;
	font-style: italic;
	font-size: 28px;
}

#smallheader {
	width: 870px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/bannerstars.png');
	background-repeat: no-repeat;
	background-position: right;
}

#pagetitletext {
	position: relative;
	font-family: "Times", serif;
	font-size: 80px;
	color: #ed008e;
}

#navbar {
	margin-left: -10px;
	height: 52px;
}

#navbar li {
	list-style-type: none;
	display: inline;
	width: 118px;
	height: 52px;
	background-image: url('images/lightgreen.png');
	text-align: center;
	float: left;
	margin: 1px;
	font-size: 17px;
	line-height: 52px;
	text-transform: uppercase;
}

#navbar li.current_page_item, #navbar li.current_page_ancestor {
	background-image: url('images/darkgreen.png');
}

#selectednavbox {
	background-image: url('images/darkgreen.png') !important;
}

.last_nav li {
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.first_nav li {
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

#navbar a {
	color: #000000;
	text-decoration: none;
	height: 52px;
	width: 118px;
	display: block;
}

#navbar a:hover {
	color: #FFFFFF;
}

#leftcol {
	width: 590px;
	float: left;
	margin: 6px 0px 0px 30px;

}

.maincontent {
	min-height: 320px;
	float: left;
	width: 590px;
	background: url('images/lightgreen.png');
	border-radius: 12px;
	-moz-border-radius: 12px;
	padding: 5px 15px;
	margin-bottom: 20px;
}

#maincontentnomin {
	min-height: 0px;
}

.social {
	width: 95px;
	float: right;
	margin: 15px 7px auto 20px;
}

#presswrapper {
	width: 620px;
}

.press {
	width: 164.6px;
	height: 128px;
	padding: 15px;
	background-image: url('images/magenta.png');
	border-radius: 12px;
	-moz-border-radius: 12px;
	text-align: center;
	font-weight: bold;
	cursor: hand;
	font-size: 14px;
}

.press img {
	display: block;
	margin: 0px auto 18px auto;
	
}

#press1, #press2 {
	margin-right: 18px;
	float: left;
}

#press3 {
	float: right;
}

#rightcol {
	float: right;
	width: 290px;
	margin: 6px 67px auto auto;
}

#rightcol a, #rightcol ul {
	color: #FFFFFF;
	font-size: 18px;
}

#rightcol ul li {
	margin: 5px 0px;
}

#newsletter {
	width: 100%;
	float: left;
	margin-bottom: 18px;
	height: 130px;
	padding: 15px;
	background-image: url('images/magenta.png');
	border-radius: 12px;
	-moz-border-radius: 12px;
}



#testimonials, .sidebar_box {
	float: left;
	margin-bottom: 18px;
	width: 100%;
	padding: 15px;
	background-image: url('images/magenta.png');
	border-radius: 12px;
	-moz-border-radius: 12px;
	font-size: 0.9em;
}

#testimonials {
	height: 300px;
}

.sidebar_box h3 {
	margin: 3px 0px -10px 0px;
}

#archives_menu {
	width: 200px;
}


#testimonial_photo {
	float: left;
	margin: 0px 5px 5px 0px;
}

.maincontent a {
	color: #FFFFFF;
	text-decoration: none;
}

.maincontent a:hover {
	text-decoration: underline;
}


#braingames a {
	color: #FF00FF;
	text-decoration: none;
}

#braingames a:hover {
	text-decoration: underline;
}

.maincontent h2 a, .maincontent #h2 a:visited{
	color: #000000;
	text-decoration: none;
}

.post_comments a, .post_comments a:visited {
	color: #555555;
	text-decoration: none;
}

.maincontent h2 a:hover, .post_comments a:hover {
	text-decoration: underline;
}

.post_comments {
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.comment-meta {
	font-size: 0.9em;
	float: right;
	margin-top: -18px;
}

.reply {
	font-size: 0.9em;
}

img.avatar {
	display: none;
}

.commentlist li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted black;
}

.reply {
	display: none;
}

.post_date {
	margin-top: -18px;
	margin-bottom: 5px;
	font-size: 0.8em;
	color: #555555;
}

.entry {
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding-top: 10px;
}

#footer {
	width: 100%;
	text-align: center;
	color: #999999;
	font-size: 12px;
	float: right;
}
	
#braingames {
	width: 500px;
	height: 60px;
	background-image: url('images/braingames.png');
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
}

#userphoto {
	width: 70px;
	height: 93px;
	background-image: url('images/nussbaum.png');
	background-repeat: no-repeat;
	float: left;
	padding: 2px 3px;
	margin-top: -2px;
}

.navigation {
	clear: both;
}

.previous-entries {
	float: left;
}
.next-entries {
	float: right;
}

.style1 {
	display: block;
	margin-top: -15px;
}

.maincontent h3 {
	margin-top: 30px;
	margin-bottom: -10px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
	
