/*
Theme Name: The Conference Board
Theme URI: http://blog.conference-board.org/
Description: Wordpress theme for the Conference Board Blogs.
Version: 1.0
Author: Joe Tannenbaum
Author URI: http://joetannenbaumdesign.com/
*/



* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
p {
	margin:10px 0;
}
a {
	color: #CC6600;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-size:24px;
	line-height:28px;
}
h2 {
	font-size:24px;
	font-weight:normal;
	line-height:28px;
	color:#006699;
}
h2 a {
	text-decoration:none;
	color:#006699;
}
h2 a:hover {
	text-decoration:underline;
}
h3 {
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:18px;
}
small {
	color:#003366;
	font-size:10px;
	font-weight:bold;
}
hr {
	visibility:hidden;
	clear:both;
	height:0;
}
#header {
	height:114px;
	width:1000px;
/*	border-bottom:8px solid #7db834; */
}
#wrapper {
	width:1015px;
	height:100%;
	min-height:100%;
}


/*-----POSTS-------*/


#content {
	width:610px;
	padding:10px;
	float:left;
	border-right:1px solid #000;
	border-left:1px solid #000;
}
.postmetadata {
	color:#666;
}
.postmetadata span {
	color:#000000;
}
.date_box {
	width:50px;
	height:50px;
	text-transform:uppercase;
	text-align:center;
	float:left;
	line-height:20px;
}
.date_box .month {
	font-size:16px;
}
.date_box .day {
	font-size:26px;
}
.date_box .year {
	font-size:12px;
}
.entry {
	width:550px;
	float:left;
}
.post {
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
.navigation {
	clear:both;
	height:40px;
	border-bottom:1px dotted #CCC;
}
.navigation .alignleft {
	float:left;
	width:250px;
	background:url(images/bullet_blackArrow05-left.gif) no-repeat left 2px;
	padding-left:15px;
}
.navigation .alignright {
	float:right;
	width:235px;
	text-align:right;
	background:url(images/bullet_blackArrow05.gif) no-repeat right 2px;
	padding-right:15px;
}
.post ul, .post ol {
	margin:10px 0;
}
.post ul li, .post ol li {
	margin:3px 0 3px 50px;
}
.post blockquote {
	padding:0 25px;
	color:#666;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.post img, .post div.wp-caption {
	padding:5px;
	border:1px solid #ccc;
	margin:5px;
	text-align:center;
	color:#666;
	font-style:italic;
}
.post div.wp-caption {
	margin-top:15px;
}
.post div.wp-caption img {
	border:0;
	margin:0;
	padding:0;
}
/*-----COMMENTS-------*/

textarea, input {
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
}
input#submit, .widget_search input {
	width:auto;
}
#comments_container h3 {
	font-weight:bold;
	text-align:center;
	border-top:#295a8c solid 1px;
	border-bottom:#295a8c solid 1px;
	padding:5px 0;
}
#comments_container ol {
	font-size:36px;
	padding-left:50px;
}
#comments_container ol li {
	padding-bottom:10px;
	position:relative;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}
#comments_container ol div {
	font-size:12px;
	color:#000;
}
#comments_container ol li.even {
	color:#999;
}
#comments_container ol li.odd {
	color:#000;
}
#comments_container ol li.bypostauthor {
	color: #CC6600;
}
#comments_container ol li.bypostauthor img {
	border:1px solid #CC6600;
}
.comment-body {
	position:relative;
}
.comment-body p {
	clear:both;
}
.comment-meta {
	position:absolute;
	top:22px;
	right:0;
}

/*-----SIDEBARS-------*/

#sidebar {
	width:170px;
	float:left;
	padding:10px;
	min-height:500px;
}
#sidebar a {
	text-decoration:none;
	color:#000000;
}
#sidebar a:hover {
	font-weight:bold;
}
#sidebar ul {
	list-style:none;
	margin-bottom:20px;
}
#sidebar ul ul {
	padding-left:10px;
}
#sidebar ul ul li {
	margin:3px 0;
}
#sidebar ul ul li a {
	display:block;
	background:url(images/bullet_blackArrow05.gif) no-repeat left 2px;
	padding-left:15px;
}
#sidebar ul ul li a.rss {
	background:url(images/feed-icon.png) no-repeat left 3px;
}
#sidebar ul ul li a.fb {
	background:url(images/fb-icon.jpg) no-repeat left 3px;
}
#sidebar ul ul li a.twitter {
	background:url(images/twitter-icon.gif) no-repeat left 3px;
}
.widget_search {
	height:50px;
}
.widget_search .screen-reader-text {
	display:none;
}
#s {
	float:left;
	width:100px;
}
#searchsubmit {
	font-size:10px;
	float:right;
}
.left-sidebar {
	background:url(images/bkgd_navTorch.gif) no-repeat;
}
li.twitter-item {
	padding-bottom:15px;
}
/*-----AUTHOR PAGE-------*/
#author_photo img {
	width:150px;
	height:auto;
	border:1px solid #000;
}
#author_photo {
	padding-right:10px;
	padding-top:3px;
	float:left;
	width:150px;
}
#author_info {
	width:400px;
	float:left;
}