/*CATEGORY BAR*/
#featured-bar
{background: #26394C; border-bottom: 1px solid #ccc; padding: 5px;-moz-border-radius: 6px; -webkit-border-radius: 6px;}

#featured-bar h2
{font-size: 18px; text-transform: uppercase; font-weight: bold; color: #ffffff;}

#studies-featured-bar
{background: #26394C; margin-bottom: 25px; border-bottom: 1px solid #ccc; padding: 5px;-moz-border-radius: 6px; -webkit-border-radius: 6px;}

#studies-featured-bar a
{font-size: 18px; text-transform: uppercase; font-weight: bold; color: #ffffff;}

#meta-data-bar
{border-bottom: 1px solid #ddd; -moz-border-radius: 6px; -webkit-border-radius: 6px;}

.meta-data
{font-size: 12px; font-weight: bold; font-style: italic; color: #000000;}

#meta-data-bar a
{font-size: 12px; color: #000000;}

/*AUTHOR BIO BOX */
#author_box
{background:#dddddd; border:1px solid #CECFD0; width:620px; margin:10px 0px 0px 0px; margin-bottom:10px; overflow:hidden; padding:5px;}

#author_box h3
{font-size:16px; color:#000000; font-weight: bold; margin:0; padding:10px 10px 5px 10px;}

.author_text
{padding-left:100px;}

#author_box img
{border:1px solid #000000; float:left; margin:20px; padding:10px;}

#author_box p
{color:#191919; margin:0; padding:0px 10px 10px 10px;}

#author_box h4 > a
{text-decoration:none;}

#author_social
{margin-top: 15px; margin-bottom: 15px; width: 100%; height: 40px; }

#author_social ul
{list-style: none;}

#author_social ul li
{float: left;}

#author_social ul li a
{display: block; width: 75px; margin: 0px 30px 0px 0px;  padding-left: 30px;  font-size: 16px; font-weight: bold; color: #000000; text-align: center; text-decoration: none;}

#author_social ul li a:hover
{text-decoration: underline;}
			
#author_social ul li.selected a
{text-decoration: underline;}
			
#author_social ul li.subscribe a
{text-align: left; background: url("../images/rss.png") left center no-repeat;}

#author_social ul li.twitter a
{text-align: left; background: url("../images/twitter.png") left center no-repeat;}

#author_social ul li.facebook a
{text-align: left; background: url("../images/facebook.png") left center no-repeat;}

/*IMAGE CAPTIONS */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 5px solid #26394C;
	text-align: center;
	background-color: #ddd;
	padding-top: 10px;
	margin: 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 18px;
	padding: 0 4px 5px;
	margin: 0;
}


/*BREADCRUMBS*/
.previouspost
{float: left; margin: 5px 10px 10px 0;}

.nextpost
{float: right;}

.previouspost, .nextpost
{font-size: 14px;} 



/*BEGIN SEARCHBOX*/
fieldset.search {
	border: none;
	width: 300px;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	width: 170px;
	height: 28px;
	padding: 0px 5px 0;
	margin-right: 5px;
	border-style:solid;
	border-color:#26394C;
	border-width:2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.search input.box:focus {
	outline: none;
	
}

.search button.btn {
	width: 90px;
	height: 28px;
	padding: 0px 5px 0;
	color: #262626;
	font-size: 14px;
	font-weight: bold;
	background: #ddd;
	border-style:solid;
	border-color:#26394C;
	border-width:2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}