/*
Theme Name: Blank B
Theme URI: http://www.WPThemerKit.com
Description: Blank Theme B, 2 Columns, 1 Right Sidebar
Version: 1.1
Author: Cal
Author URI: http://www.WPThemerKit.com
*/

/*----- ============================================================= 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
================================================================ -----*/
/*------------------------------------------------------------------
[Table of contents]
0. Main Containers - body, #wrapper, #main
1. General Classes - .entry-meta, .post, .description, .underpost, etc.
2. Header and Nav/Menu + Search Page Form + Header Search bar - #header, #menu, #menu ul, #menu ul li, #searchform, #header #searchform etc.
3. Content - #content a:link, #footer a:link, etc.
4. Footer - #footer, #footer ul, #footer li, .footer-box-top, .footer-box-bottom, etc.
5. Sidebar  - #sidebar, #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Post Header - .entry-date, .entry-author, .post span.comments
8. Comment Form & Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
12. Editorial Team - styles pertinent to just the editorial team page.
-------------------------------------------------------------------*/

/*----- SECTION 0: Topmost Containers -----*/
body {
	background:#fff url(images/bg_main.gif) top left repeat-x;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto 20px auto;
	padding: 0px;
}
#main {
	width: 1000px;
}
/*----- END SECTION 0 -----*/



/*----- SECTION 1: General Classes -----*/
a {
	color:#2281ab;
	outline: none;
}
img {
	border:0;
}
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.featured-post {
	background: url(images/bg_featured-post.png) top left no-repeat;
	display:block;
	font-size: .9em;
	height:210px;
	padding:10px;
	width:612px;
}
.post {
	border-bottom:1px solid #c5c6c7;
	display:block;
	font-size: .9em;
	overflow:hidden;
	padding: 10px;
}
.page-wrap {
	display:block;
	font-size: .9em;
	overflow:hidden;
	padding: 10px;
}
.entry-content, .entry-excerpt { 
	clear: left;
}
.navigation { 
	clear: both;
	padding:0 10px 5px;
}
.avatar { /* see .avatar-thumb for more styles */
	margin: 0;
}
.entry-meta {
	margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
.hr_light {
	background: url(images/hr_light.jpg) top left repeat-x;
	height:2px;
	margin:5px 0;
	width:100%;
}
/*----- END SECTION 1 -----*/

	

/*----- SECTION 2: Header and Nav/Menu + Search Bar -----*/
#header {
	height: 146px;
	width: 1003px;
	margin: 0;
	position:relative;
}
#menu {
	padding: 15px;
	position:absolute;
	text-transform:uppercase;
	top:95px;
	white-space: nowrap;
	width:965px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	font-size:13px;
	list-style-type: none;
	margin: 0 30px 0 0;
}
#menu li a:link, #menu li a:visited {
	color:#fff;
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	color:#b0b91c;
}
/*----- Search Page Form -----*/
#searchform input#s {
	width:200px;
}

/*----- Header Search Bar -----*/
#header #searchform {
	position:absolute;
	right:0;
	top:11px;
}
#header #searchform input#s {
	background:transparent url(images/bg_nav-search-input.gif) top left no-repeat;
	border:none;
	color:#fff;
	float:left;
	height:15px;
	padding:5px;
	width:168px;
}
#header #searchform input:focus {
	color:#b0b91c;
}
#header #searchform input#searchsubmit {
	background:transparent url(images/btn_nav-search.gif) top left no-repeat;
	border:none;
	cursor:pointer;
	float:left;
	height:25px;
	margin:0 0 0 5px;
	text-indent:-999em;
	width:73px;
}
.wp-pagenavi {
	margin:10px auto 0;
	padding:0 0 5px;
	text-align:center;
}
/*----- END SECTION 2 -----*/



/*----- SECTION 3: Content -----*/
#content {
	width: 634px;
	padding: 10px;
	float: left;
	line-height: 1.3em;
}
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
.list-posts-top {
	background: url(images/list-posts-top.png) top left no-repeat;
	height:10px;
	width:634px;
}
.list-posts-body {
	background: #fff;
	border-left:1px solid #c5c6c7;
	border-right:1px solid #c5c6c7;
	width:630px;
}
.list-posts-bottom {
	background: url(images/list-posts-bottom.png) top left no-repeat;
	height:10px;
	width:634px;
}

/*----- END SECTION 3 -----*/



/*----- SECTION 4: Footer -----*/
#footer {
	background:url(images/bg_footer.gif) top left repeat-x;
	clear: both;
	font-size: 0.8em;
	height: 422px;
	margin:0;
	padding: 13px 0 0 0;
	width:100%;
}
#footer ul {
	list-style:none;
	margin:0 auto;
	width:940px;
}
#footer li {
	float:left;
	margin:0 5px;
}
	.footer-box-top { 
		background:url(images/footer_box-top.gif) top left no-repeat;
		height:5px;
		width:302px;
	}
	.footer-box-bottom { 
		background:url(images/footer_box-bottom.gif) top left no-repeat;
		height:5px;
		width:302px;
	}
	#footer-column-1,
	#footer-column-2,
	#footer-column-3 {
		background:url(images/footer_box-bg.gif) top left repeat-y;
		height:300px;
		overflow:hidden;
		padding:10px;
		width:282px;
		}
	#footer-column-1 h2,
	#footer-column-2 h2,
	#footer-column-3 h2 {
		color:#9ca418;
		font: bold	14px/16px Arial, Helvetica, sans-serif;
		margin:0 0 10px;
		}
	#footer-column-1 ul,
	#footer-column-2 ul,
	#footer-column-3 ul {
		padding:0;
		width:282px;
	}
	#footer-column-1 li,
	#footer-column-2 li,
	#footer-column-3 li {
		color:#fff;
		float:none;
		margin:10px 0;
	}
#footer a:link, #footer a:visited {
	color: #2281ab;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
}
/*----- END SECTION 4 -----*/



/*----- SECTION 5: Sidebar -----*/
#sidebar {
	font-family:Arial, Helvetica, sans-serif;
	float: right;
	margin: 10px 5px 10px 0;
	width: 302px;
}
#sidebar h2 {
	border-bottom:1px solid #D6D6D6;
	display:block;
	font-size:15px;
	font-weight:bold;
	padding:0 0 5px;
	margin:0 0 10px;
}
#sidebar #about h2 {
	border:none;
	display:inline;
	font-size:16px;
	padding:0;
	margin:0;
}
#sidebar #about p {
	display:inline;
	font-size:11px;
	line-height:14px;
}
#sidebar a {
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}
.sidebar-top {
	background: url(images/sidebar-top.png) top left no-repeat;
	height:9px;
	width:302px;
}
.sidebar-body {
	background: #fff;
	border-left:1px solid #c5c6c7;
	border-right:1px solid #c5c6c7;	
	padding:5px 15px 0;
	width:270px;
}
.sidebar-bottom {
	background: url(images/sidebar-bottom.png) top left no-repeat;
	height:8px;
	width:304px;
}

.sub-sidebar-body li.widget {
	list-style:none;
}
/*----- Subscribe -----*/
ul#subscribe {
	font-size:10px;
	list-style:none;
	margin:20px auto 10px;
	overflow:hidden;
	padding:0;
	width:165px;
}
ul#subscribe li {
	float:left;
	margin:0 7px;
	width:40px;
}
#subscribe span.btn {
	display:block;
	height:37px;
	margin:0 auto;
	width:37px;
}
#subscribe span.twitter { background: url(images/btn_twitter.gif) top left no-repeat;}
#subscribe span.rss { background: url(images/btn_rss.gif) top left no-repeat; }
#subscribe span.email {	background: url(images/btn_email.gif) top left no-repeat; }

#subscribe span.text {
	margin:5px 0 0 0;
	display:block;
	text-align:center;	
}

/*----- Sub-Sidebar info -----*/
.sub-sidebar {
	padding:10px 0 5px;
	width:272px;
}
.sub-sidebar-top {
	background: url(images/sub-sidebar-top.gif) top left no-repeat;
	height:5px;
}
.sub-sidebar-body {
	background: #fff url(images/sub-sidebar-body.gif) top left repeat-x;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	min-height:109px;
	padding:5px 10px;
	width:250px;
}
.sub-sidebar-bottom {
	background: url(images/sub-sidebar-bottom.gif) top left no-repeat;
	height:5px;
}

.sub-sidebar-body ul {
	font-size:12px;
	line-height:22px;
	list-style:none;
	margin:0;
	padding:0;
}
.sub-sidebar-body ul.twitter {
	line-height:16px;
}
ul.twitter li.twitter-item {
	margin:10px 0;
}
li.twitter-item a.twitter-link,
span.twitter-timestamp {
	display:block;
	font-size:11px;
	margin:3px 0 0;
}
span.twitter-timestamp abbr {
	border:none;
}
/*----- END SECTION 5 -----*/



/*----- SECTION 6: HEADINGS -----*/
#header h1 {
	margin:0;
}
#header h1 a:link, #header h1 a:visited {
	background:url(images/bg_header-logos.gif) top left no-repeat;
	height:95px;
	margin: 0;
	position:absolute;
	text-indent:-999em;
	top:0;
	width: 1003px;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.featured-post h2,
.post h2,
.page-wrap h2 {
	font-size: 1.8em;
	line-height: 1em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.featured-post h2 a,
.post h2 a,
.page-wrap h2 a {
	text-decoration:none;
}
.featured-post h3,
.post h3,
.page-wrap h3 {
	color:#2281ab;
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}
h2.pagetitle {
	font-size:1.4em;
	margin:0;
	padding:10px;
}
/*----- END SECTION 6 -----*/



/*----- SECTION 7: Post: Header and body -----*/
.post-thumb {
	background:#fff;
	border:1px solid #cbcbcb;
	display:block;
	float:left;
	height:140px;
	margin:0 10px 75px 0;
	padding:10px;
	width:140px;
}
.avatar-thumb {
	border:1px solid #cbcbcb;
	margin:0 10px 0 0;
	padding:0;
	float:left;
}
.entry-date {
	color: #000;
	display: inline;
	float: left;
	font: normal 12px/33px Arial, Helvetica, sans-serif;
	margin: 0 10px 0 0;
}
.entry-author { display:inline; }
.entry-author h3 a {
	color: #AFBD46;
	float:left;
	font: bold italic 14px/33px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.featured-post span.comments,
.post span.comments { display:inline; }
.featured-post span.comments a,
.post span.comments a {
	background:url(images/comments-bubble.gif) center left no-repeat;
	color: #4092B4;
	display:inline;
	float:left;
	font: bold 14px/33px Arial, Helvetica, sans-serif;
	margin:0 0 0 10px;
	text-decoration:none;
	text-indent: 15px;
}
.tweet-fb-meme {
	display:block;
	float:right;
	width:120px;
}
.tweet-fb-meme #fbmeme_button {
	margin:5px auto 10px;
}
.tweet-fb-meme .tweetmeme_button {
	margin:5px auto;
	width:50px;
}
.entry-content {
	display:inline;
	width:370px;
}
a.more-link {
	color:#2281ab;
	font-size:11px;
	text-decoration:none;
}
a.more-link :hover {
	text-decoration:underline;
}
#content p a.post-edit-link {
	padding:10px;
	margin:0;
}
/*----- END SECTION 7 -----*/



/*----- SECTION 8: Comment Form and Comments -----*/
/*
#respond {
	padding:10px;
}
#respond p {
	font-size: .9em;
}
#commentform input {}
#commentform textarea {}
#commentform {	
	padding: 10px;
}
#commentform {
	overflow:hidden;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
.respond-not-logged-in {
	display:block;
}
.respond-not-logged-in label {
	display:inline;
	font-size:12px;
	font-weight:bold;
	margin-left:5px;
}
.respond-message {
	display:block;
}
*/
#disqus_thread {
	padding:0 10px;
}

/*----- END SECTION 8 -----*/



/*----- SECTION 9: Blockquotes -----*/
blockquote {
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 350px;
	background: url(images/blockquote1.png) no-repeat right bottom;
	padding: 0 10px 0 30px;
	text-indent: -30px;
}
blockquote p:first-letter {
	background: url(images/blockquote2.png) no-repeat left center;
	padding: 0 0 0 30px;
	font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*----- END SECTION 9 -----*/



/*----- SECTION 10: Align -----*/
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
	font-size: .7em;
	line-height: 1.1em;
	margin: 0;
}
/*----- END SECTION 10 -----*/



/*----- SECTION 11: Misc. and Preventatives -----*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*----- END SECTION 11 -----*/

/*----- SECTION 12: Editorial Team Styles -----*/

ul#editorial {
	list-style:none;
	margin:20px 0 0;
	padding:0;
}
ul#editorial img {
	border:0;
}
ul#editorial li {
	border-top:1px solid #cbcbcb;
	margin:10px 0;
	padding:10px 0 0;
	overflow:hidden;
}
ul#editorial li .info { 
	float:left; 
	height:90px;
	margin:0 0 0 15px;
	position:relative;
	width:480px;
}
a.author-img { 
	border:1px solid #cbcbcb;
	float:left; 
}
a.author-name {
	color:#2281ab;
	display:inline-block;
	font:bold 18px/18px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-decoration:none;
}
p.author-location {
	color:#b0b91c;
	display:inline-block;
	font:bold 13px/18px Arial, Helvetica, sans-serif;
	margin:0 0 0 5px;
	padding:0;
	text-decoration:none;
}
p.author-focus {
	margin:3px 0 0;
}
#editorial .social-box {
	bottom:0;
	left:0;
	position:absolute;
	width:400px;
}
#editorial a.twitter, 
#editorial a.facebook, 
#editorial a.linkedin, 
#editorial a.youtube, 
#editorial a.flickr, 
#editorial a.delicious, 
#editorial a.posterous {
	display:block;
	float:left;
	height:21px;
	margin:0 5px 0 0;
	width:21px;
	text-indent:-999em;
}
#editorial a.twitter {
	background:url(images/btn_sm-twitter.gif) top left no-repeat;
}
#editorial a.facebook {
	background:url(images/btn_sm-facebook.gif) top left no-repeat;
}
#editorial a.linkedin {
	background:url(images/btn_sm-linkedin.gif) top left no-repeat;
}
#editorial a.youtube {
	background:url(images/btn_sm-youtube.gif) top left no-repeat;
}
#editorial a.flickr {
	background:url(images/btn_sm-flickr.gif) top left no-repeat;
}
#editorial a.delicious {
	background:url(images/btn_sm-delicious.gif) top left no-repeat;
}
#editorial a.posterous {
	background:url(images/btn_sm-posterous.gif) top left no-repeat;
}



/*----- END SECTION 12 -----*/
