/*  
The Hive
Designed by: Bradley Halpern
Designer URI: http://www.bradleyhalpern.com
*/



body  {
	color: #23262a;
	background: #043354 url(thehive/bg-2.jpg) repeat left top;
}

p#byline  {
	color: #4F5357;
    margin-top: -10px;
}

h1, h2, h3, h4, h5, h6  {
	color: #16181a;
}

/*>>>>> Navigation <<<<<*/

a:link, a:visited  {
	color: #074f73;
}

#nav  {
	background: url(thehive/navbg.jpg) repeat-x left top;
}

/* Page Nav */

#pagenav li a:link, #pagenav li a:visited {
	color: #b5c9d3;
}

#pagenav li {
	background: url(thehive/nav_divider.jpg) no-repeat right top;
}

#pagenav li a:hover, #pagenav li.current_page_item a:link, #pagenav li.current_page_item a:visited  {
	color: #23262a;
	background: url(thehive/nav_current_tile.jpg) repeat-x left bottom;
}

#pagenav li a:hover span.left, #pagenav li.current_page_item span.left  {
	background: url(thehive/nav_current_left.jpg) no-repeat left bottom;
}

#pagenav li a:hover span.right, #pagenav li.current_page_item span.right  {
	background: url(thehive/nav_current_right.jpg) no-repeat left bottom!important;
}

/* Style drop down list */

#pagenav li ul {
	background: #D8D8D8;
}

#pagenav li ul li {
	background: none;
	border-bottom: 1px solid #aaa;
}

#pagenav li ul li a:link, #pagenav li ul li a:visited  {
	color: #000;
	background: none!important;
}

#pagenav li ul li a:hover  {
	background: #e2e2e2!important;
}

/*>>>>> Layout <<<<<*/

#header #subscribe  {
	color: #fff;
	background: url(thehive/rssbg.jpg) no-repeat left top;
}

#container  {
	background: #fff url(thehive/containerbg_top.jpg) no-repeat left top;
}

#container_bottombg  {
	background: url(thehive/containerbg_bottom.jpg) no-repeat center bottom;
}

#featured  {
	border: 1px solid #cbd1d2;
}

#featured .information  {
	background-color: #dce1e2;
}

#featured .information h2  {
	color: #333940;
}

#featured .information .feat-button .left  {
	background: url(thehive/moreinfoleft.jpg) repeat-x left top;
}

#featured .information .feat-button a.more-info  {
	color: #fff;
	background: url(thehive/moreinfotile.jpg) repeat-x left top;
}

#featured .information .feat-button .right  {
	background: url(thehive/moreinforight.jpg) repeat-x left top;
}

#featured-tabs  {
	border-left: 1px solid #e7eeef;
	background: #d0d6d7 url(thehive/featured_links_shadow.jpg) repeat-y left top;
}

#featured-tabs li  {
	border-top: 1px solid #bcc5c7;
	border-bottom: 1px solid #dee2e3;
}

#featured-tabs li a:link, #featured-tabs li a:visited  {
	color: #23262a;
}

#featured-tabs li a:hover, #featured-tabs li.active a  {
	background: url(thehive/featured_links_current.jpg) no-repeat left center;
}

#featured-tabs a span  {
	color: #4f5357;
}

#breadcrumb  {
	border-bottom: 1px solid #cbd1d2;
}

#content  {
}

#breadcrumb p  {
	color: #676b6f
}

#main_content  {
	border-right: 1px solid #cbd1d2;
}

#main_content #top  {
	/*border-bottom: 1px solid #cbd1d2;*/
}

#two-col ul li  {
	background: url(thehive/arrow.jpg) no-repeat left center;
}

#two-col .left a.signup, #two-col .right a.signup  {
	color: #fff;
	background: url(thehive/signupbutton.jpg) no-repeat left center;
}

#sidebar h2  {
	color: #003e5d;
}

#sidebar .box  {
	border-bottom: 1px solid #cbd1d2;
}

#sidebar .box h2  {
	border-bottom: 1px solid #cbd1d2;
}

#newsletter  {
	border-bottom: 1px solid #006a81;
}

#newsletter .field, #feedburner .field , #campaignmonitor .field {
	color: #4f5357;
	border: 1px solid #cbd1d2;
	background-color: #f2f2f2;
}

#newsletter .button, #feedburner .button, #campaignmonitor .button  {
	color: #fff;
	border: none;
	background: url(thehive/submitbutton.jpg) no-repeat left top;
}

#news ul li  {
	border-bottom: 1px dotted #dcdddd;
}

#news ul li a:link, #news ul li a:visited  {
	color: #23262a;
}

#news ul li span.meta  {
	color: #4f5357;
}

#search, #feedburner, #campaignmonitor  {
	border-bottom: 1px solid #cbd1d2 /*#006a81*/;
}

#header #search {
    border-bottom: 0px;
    width:700px;
}

#search input#s  {
	color: #4f5357;
	border: 1px solid #cbd1d2;
	background-color: #f2f2f2;
}

#search input.submitsearch  {
	color: #fff;
	border: none;
	background: url(thehive/submitbutton.jpg) no-repeat left top;
}

#twitter a:link, #twitter a:visited  {
	background: none;
	color: #074f73;
}

#footer  {
	color: #fff;
	background: #23262a url(thehive/footertop.jpg) repeat-x left top;
}

#footer .footnav ul li a:link, #footer .footnav ul li a:visited  {
	color: #fff;
}

#footer .copyright  {
	background: url(thehive/footer_divider.jpg) no-repeat left 10px;
}

#footer .bottombg  {
	background: url(thehive/footerbottom.jpg) no-repeat center bottom;
}

/*>>>>> Post Styling <<<<<*/

.post  {
	border-bottom: 1px solid #dadada;
}

.post_head .title_meta h2 a:link, .post_head .title_meta h2 a:visited  {
	color: #23262a;
}

.post_head .title_meta p  {
	color: #676b6f;
}

.post_head .comments a:link, .post_head .comments a:visited  {
	color: #fff;
	background-color: #003e5d;
}

.post_head .comments span.bg  {
	background: url(thehive/commentsbg.jpg) no-repeat center center;
}

.post p a {
	border-bottom: 1px dashed;
}

.post p a:hover {
	border-bottom:none;
}

.post_head .title_meta a {
	border-bottom:none;
}

.post p.continue_reading a  {
	background: url(thehive/continue_reading.jpg) no-repeat right center;
	border-bottom:none;
}

.featured-post {
	padding:10px 10px 10px 10px;
	/*background-color: #e7eeef;*/
	border: 1px solid /*#dadada*/#074f73 !important;
}

/*>>>>> Page Styles <<<<<*/

#sub_nav  {
	background-color: #eeeeee;
}

#sub_nav ul li ul li  {
	background: url(thehive/subnav_current.gif) no-repeat left 6px!important;
}

#sub_nav ul li.sub_active a:link, #sub_nav ul li.sub_active a:visited  {
	color: #404546;
}

#page h2.title a:link, #page h2.title a:visited  {
	color: #23262a;
}

#page .entry a {
	border-bottom: 1px dashed;
}

#page .entry a:hover {
	border-bottom:none;
}

#page .entry td.bio a {
	border-bottom:none;
}

#page .entry h2 a {
	border-bottom:none;
}

#page .entry h3 a {
	border-bottom:none;
}

#page .entry h4 a {
	border-bottom:none;
}

#page .entry h5 a {
	border-bottom:none;
}

#page .entry h6 a {
	border-bottom:none;
}

/*>>>>> ARCHIVES TEMPLATE STYLES <<<<<*/

#archive_posts li, #archive_categories li, #archive_monthly li  {
	color: #6f6f6f;
}

/*>>>>> Widget Styles <<<<<*/

.widget  {
	border-bottom: 1px solid #cbd1d2;
	color: #4f5357;
}

.widget p {
	color: #4f5357;
	padding-left: 5px;
}

.widget h3  {
	color: #003e5d;
	border-bottom: 1px solid #cbd1d2;
}

#search h3  {
	color: #003e5d;
	border-bottom:0px hidden #FFFFFF;
}

.widget ul li  {
	border-bottom: 1px dotted #dcdddd;
}

.widget ul li li  {
	border-bottom: none;
}


.widget ul li a:link, .widget ul li a:visited  {
	color: #4f5357;
	background: url(thehive/widgetlisticon.gif) no-repeat 5px center;
}

.widget ul li a:hover  {
	color: #fff;
	background-color: #959595;
}


#flickr h3  {
	color: #003e5d;
}

#flickr .pics  {
	border: 1px solid #cbd1d2;
	background-color: #f7f7f7;
}

/*>>>>> COMMENTS <<<<<*/

ol li.comment  {
	border-bottom: 1px solid #dadada;
}

ol li.comment .comment-author img  {
	border: 3px solid #dadada;
}

/*>>>>> COMMENT FORM <<<<<*/

#form_wrap textarea, #form_wrap .form-left input {
	border: 1px solid #ddd;
	background: #fff;
	color: #23262a;
}

#form_wrap input.sb {
	color: #fff;
	border: none;
	background: url(thehive/submitbutton.jpg) no-repeat left top;
}

#cancel-comment-reply-link  {
	color: #000;
}

/*>>>>> ALTERNATE HOMEPAGE LAYOUT <<<<<*/

#recent_articles h2.heading, #more_articles h2.heading  {
	color: #003e5d;
}

/* Captions */

.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}

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

/* End captions */

/*>>>>> Page Navi <<<<<*/

div.Nav  {
	background-color: #e6eced;
}

.Nav strong.on  {
	border: none!important;
	color: #f1f1f1!important;
	background-color: #333!important;
}

.Nav a  {
	border: none!important;
	color: #000!important;
}

/*>>>>> Custom Styles <<<<<*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

.drop  {
	background: url(thehive/drop.png) repeat-y;
}

/* Central Forms */
.sass form {
	text-align:left;
}

.sass input {
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size:16px;
	border:1px solid #97b5d2;
	/*background:url('images/input_bg.png') top left repeat-x #f7fcff;*/
	color:#25313c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:0.3em;
	padding-left:1em;
}

.sass input.text {
	width:480px;
}

.sass input:focus {
	background-color:#f9f8e4;
}

.sass input.button, .sass input.submit {
	width:auto;
	padding:0.3em !important;
	background: white;
}

.sass input.check {
	width:auto;
	border:0px;
	background:#FFFFFF;
	padding:0em;
	margin:0em;
	vertical-align:baseline;
}

.sass input.radio, input.check {
	border: none;
	background: none;
	width: auto;
}

.sass select {
	width:500px;
	height: 30px;
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size:16px;
	border:1px solid #97b5d2;
	background:url('images/input_bg.png') top left repeat-x #f7fcff;
	color:#25313c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:0.2em;}

.sass textarea {
	width:470px;
	height: 400px;
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size:14px;
	line-height:150%;
	border:1px solid #97b5d2;
	background:url('images/input_bg.png') top left repeat-x #f7fcff;
	color:#25313c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:1em;}

.success {
	border:#009900 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	background-color:#f9f8e4;
	color:#009900;
	padding:0.5em 1em 0.5em 1em;
	width:480px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
}

.error {
	border:#FF0000 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	background-color:#f9f8e4;
	color:#FF0000;
	padding:0.5em 1em 0.5em 1em;
	width:480px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

form.sass .helpnote {
	font-size:12px;
	color:#999999;
}

.auth {
	width: 300px;
	margin: 0 auto 0 auto;
	border:1px solid #97b5d2;
	padding: 10px;
}

.auth .text {
	width: 258px !important;
}

.auth .message {
	width: 258px !important;
}
