/*
Theme Name: Brain Storming
Theme URI: http://www.ezwpthemes.com/templates/brain-storming.html
Description: This theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: dark, fixed width, two columns, left sidebar, threaded comments, widget ready, pagenavi, social bookmarking, valid xhtml, valid css
*/


/* Global */
body {
	color: #fff;
	background: #42454a;
	font-family: Verdana, Geneva, sans-serif;
}
a, .post a {
	text-decoration: none;
	color: #fff;
}
a:hover, .post a:hover {
	color: #fc0;
	text-decoration: none;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
blockquote, code {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px dashed #999;	
}
blockquote {
	background: #F8F4AB;
}
code {
	background: #F5D582;
}

/* Layout */
#wrapper {
	min-width: 1000px; /* not working in IE6 */
	padding: 0px 0 0 0;
	background: url(images/container_bg.jpg) center top repeat-y;
}
#bottom_frame {
	padding: 0 0 0px 0;
	background: url(images/bottom_frame.jpg) no-repeat center bottom;
}
#top_frame {
	background: url(images/top_frame.jpg) no-repeat center top;
}
#header, #container, #footer {
	width: 1000px;	
}
#header {
	height: 240px;
	overflow: hidden;
	position: relative;
}
#container {
	padding: 0px 0 50px 0;
	position: relative;
}
#footer {
	position: relative;
	clear: both;
}
/* Header */
#header h1 {
	font-size: 3.6em; /* Blog title */
	padding: 18px 122px 0 324px;
}
#header h1 a {
	color: #fff;
}
#header h2 {
	color: #fff;
	font-size: 1.4em; /* Blog Description */
	padding: 0 122px 0 325px;
}
/* menu */
#menu {
	width: 447px;
	height: 30px;
	position: absolute;
	left: 426px;
	top: 169px;
	overflow: hidden;
}
#menu ul li {
	padding: 0 24px 0 27px;
	font-size: 1.8em; /* menu Font Size */
	font-weight: bold;
	text-align: center;
	background: url(images/menu_li.jpg) left 6px no-repeat;
	float: left;
}
#menu ul li a {
	color: #fff;
}
#menu ul li a:hover {
	color: #B9DF00;
}
#menu ul ul li {
	font-size: 1em;
}

/* searchform */
#searchform {
	width: 127px;
	position: absolute;
	left: 660px;
	top: 203px;
}
.searchtext {
	width: 105px;
	color: #000;
	border: 0;
	padding-top: 10px;
	font-size: 1.2em;
	background: none;
	display: block;
	float: left;
}
#searchsubmit {
	border: 0;
	margin: 0px 0 0px 0px;
	display: block;
	float: left;
	width: 22px;
	height: 25px;
}
#rss {
	position: absolute;
	left: 185px;
	top: 162px;
}
/* welcome */
#welcome {
	width: 200px;
	height: 124px;
	padding: 25px 0 0 0;
	float: left;
	font-size: 1.1em;
}
#welcome div {
	width: 200px;
	height: 123px;
	overflow: hidden;
}
/* Content */
#content {
	width: 529px;
	padding: 0px 0px 0 0px;
	display: inline;
	margin: 0px 0px 0 0px;
	float: left;
}
.top_man {
	width: 160px;
	height: 120px;
	position: absolute;
	right: 41px;
	top: -39px;
	z-index: 1;
	background: url(images/top_man.gif) no-repeat;
}
.bottom_man {
	width: 175px;
	height: 124px;
	position: absolute;
	right: 34px;
	bottom: 20px;
	z-index: 1;
	background: url(images/bottom_man.gif) no-repeat;
}
.post {
	width: 527px;
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0px;
	position: relative;
	background: url(images/post_bg.jpg) repeat-y;
}
.post_right_top {
	width: 5px;
	height: 10px;
	position: absolute;
	right: 0px;
	top: 0;
	background: url(images/post_right_top.jpg) no-repeat;
}
.post_nail_top_left, .post_nail_top_right, .post_nail_bottom_left, .post_nail_bottom_right {
	position: absolute;
	width: 27px;
	height: 27px;
	background: url(images/nail.png) no-repeat;
}
.post_nail_top_left {
	left: 0;
	top: 0;
}
.post_nail_top_right {
	right: 5px;
	top: 0;
}
.post_nail_bottom_left {
	left: 0;
	bottom: 0;
}
.post_nail_bottom_right {
	right: 5px;
	bottom: 0;
}
.post_right_shadow {
	background: url(images/post_right_shadow.jpg) right top repeat-y;
}
.post_bottom_shadow {
	width: 527px;
	height: 23px;
	background: url(images/post_bottom_shadow.jpg) no-repeat;
}
.post_path {
	font-size: 1.1em;
	margin: 0 0 0 10px;
	color: #000;
	padding: 7px 60px 7px 15px;
	background: url(images/arrow.gif) left 10px no-repeat;
}
.post_path a {
	color: #000;
}
.post_path a:hover {
	color: #900;
}
.post_path span {
	color: #706ED6;	
}
.post h2 {
	margin: 0px 0 0 0px;
	padding: 26px 59px 5px 20px;
	font-size: 1.4em; /* Post title */
}
.post h2 a {
	color: #3c4451;
}
.postmetadata {
	padding: 5px 60px 5px 20px;
	text-align: right;
	color: #2b53ff;
	font-size: 1.1em;
}
.postmetadata a {
	color: #2b53ff;
	text-decoration: underline;
}
.entry {
	width: 487px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 20px 15px 20px;
	color: #000;
	font-size: 1.2em;
}
.entry a {
	color: #2E6FC3;
	text-decoration: underline;
}
.tags {
	font-size: 1.2em;
	color: #003f9d;
	margin: 10px 20px 0 20px;
}
.tags a {
	color: #003f9d;
	text-decoration: underline;
}
.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	color: #7e2d17;
}

/* Sidebar */
#sidebar {
	width: 146px;
	display: inline;
	padding: 86px 0 0px 0px;
	margin: 0px 11px 0 183px;
	float: left;
}
#sidebar_top_shadow, #sidebar_bottom_shadow {	
	width: 146px;
	height: 12px;
}
#sidebar_top_shadow {
	background: url(images/sidebar_top.jpg) left bottom no-repeat;	
}
#sidebar_bottom_shadow {
	background: url(images/sidebar_bottom.jpg) left top no-repeat;	
}
#sidebar_top {
	position: relative;	
}
.sidebar_nail_top_left, .sidebar_nail_top_right, .sidebar_nail_bottom_left, .sidebar_nail_bottom_right {
	position: absolute;
	width: 27px;
	height: 27px;
	background: url(images/nail.png) no-repeat;
}
.sidebar_nail_top_left {
	left: 0;
	top: -10px;
}
.sidebar_nail_top_right {
	right: 0;
	top: -10px;
}
.sidebar_nail_bottom_left {
	left: 0;
	bottom: -10px;
}
.sidebar_nail_bottom_right {
	right: 0;
	bottom: -10px;
}
#sidebar h3 {
	width: 120px;
	font-size: 1.8em;
	padding: 0px 0 0px 19px;
	color: #753078;
}
#sidebar ul {
	width: 146px;
	padding: 5px 0 0 0;
	background: url(images/sidebar_bg.jpg) repeat-y;
}
#sidebar ul li {
	width: 140px;
	overflow: hidden;
	padding: 0 3px 15px 3px;
}
#sidebar ul ul {
	width: 118px;
	margin: 0;
	padding: 0 0 0 20px;
	background: none;
}
#sidebar ul ul li {
	width: 118px;
	font-size: 1.2em;
	padding: 3px 0 4px 0px;
	/*background: url(images/sidebar_li.gif) left 8px no-repeat;*/
}
#sidebar ul ul ul {
	width: 100%;
	padding: 0;
	margin: 0;
}
#sidebar ul ul li li {
	font-size: 1em;
	padding-left: 14px;
	width: 87%;
}
#sidebar .textwidget {
	margin: 7px 0;
}
#sidebar select {
	margin: 7px 0;
	width: 95%;
}
/* Sidebar Bottom */
#sidebar_bottom {
	width: 330px;
	height: 166px;
	display: inline;
	margin: 0 57px 0 248px;
	float: left;
	overflow: hidden;
}
#sidebar_bottom h3 {
	font-size: 1.4em;
	color: #ff3f81;
}
#sidebar_bottom ul li {
	width: 165px;
	float: left;
}
#sidebar_bottom ul ul li {
	width: 155px;
	margin: 0;
	padding: 3px 0 3px 0;
}
/* Footer */
.credit {
	font-size: 1.1em;
	height: 70px;
	color: #000;
	clear: both;
	font-weight: bold;
	padding: 17px 0px 0px 328px;
}
.credit a {
	color: #000;
}
.credit a:hover {
	color: #000;
}

/* PageNavi*/
.wp-pagenavi {
	padding: 5px 10px 5px 10px;
}
.wp-pagenavi a {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #06c;
	color: #06c;
	background-color: #fff;
}
.wp-pagenavi a:hover {
	border: 1px solid #000;
	color: #000;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 1.1em;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 1.1em;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #000;
	color: #fff;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	font: bold 1.3em Verdana, Arial, Sans-Serif;
}
#wp-calendar td {
	padding: 3px 0;
	font-size: 1.2em;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	font-size: 1.2em;
	text-transform: capitalize;
}
/* Social Bookmarking */
.bookmark {
	margin: 18px 0 0 20px;
	padding: 0 0 20px 0;
}
.bookmark ul {
	display: inline;
}
.bookmark ul li {
	background: none;
	display: inline;
	list-style-type: none;
}
.bookmark_line img {
	border: 0;
}

/* Comments */
.read_comments {
	margin: 0px 0 0 0px;
	padding: 10px 20px 30px 20px;
}
.read_comments a {
	font-size: 1.2em;
	font-weight: bold;
	color: #2b53ff;
}
h3#comments {
	width: 90%;
	padding: 0 0 0 15px;
}
h3#comments, #respond h3 {
	padding-top: 10px;
	font-size: 1.4em;
	color: #333;
}
#commentform {
	margin: 5px 0 0 0px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
#respond {
	width: 90%;
	padding: 0 0 20px 15px;
	color: #333;
}
#respond:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.commentlist {
	width: 90%;
	padding: 0 0 0 15px;
	color: #000;

}
.commentlist li {
	margin: 15px 0 0px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.2em;
	text-transform: none;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #333;
	padding: 2px;
	background: #fff;
}
.commentlist li a {
	color: #000;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}
.nocomments {
	text-align: center;
}
.commentmetadata {
	font-size: 1.2em;
	display: block;
	font-weight: normal;
}
.thread-alt {
	background-color: #dcbea4;
}

.thread-even {
	background-color: #e3cbb3;
}
.depth-1 {
	border: 1px solid #000;
}
.alt { 
	border-left: 1px solid #666; /* odd page */
	background-color: #D4D6D9; 
	padding: 10px;
}
.even {
	border-left: 1px solid #666; /* even page */
	background-color: #C6CACE;
}
