/*

Theme Name: Barnstorm Theme
Theme URI: http://barnstormjournal.org/
Description: Barnstorm Theme
Version: 1.0
Author: Collective Standard
Author URL: http://www.collectivestandard.com/

*/



/* ====== Global ====== */

body {
	background:url('images/bg_tile.gif') #555555 repeat;
	margin:0;
	padding:0;
	color:#000000;
	font-family:Helvetica, Lucida, Arial,"Bitstream Vera Sans", sans-serif;
	font-size:62.5%;
	line-height:1.8em;
	text-align:center;
}
#wrapper {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:940px;
}
.alpha {
	/* this class could be placed on a div to change the opacity/alpha of the div. */
	background-color: rgba(0, 0, 0, 0.50);
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float. */
	clear: both;
	height: 0;
}
ul, li {
	list-style-type:none;
	font-size: 1.2em;
}
/* ====== End Global ====== */




/* ====== Typography ====== */

h1, h2, h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h4, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 3.6em;
	margin-bottom:0.5em;
}
h2 {
	font-size: 2.4em;
	margin-bottom:0.75em;
	color:#677e87;
}
h3 {
	font-size: 2.1em;
	margin-bottom:0.857em;
	color:#677e87;
}
h4 {
	font-size: 1.8em;
	margin-bottom:0.3em;
	color:#677e87;
}
h5 {
	font-size: 1.4em;
	color:#677E87;
	font-weight: normal;
}
h6 {
	font-size: 1.2em;
	margin-bottom:-1.5em;
	color:#677E87;
}
p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	margin-bottom:1.5em;
}
.linebreak p{
	margin-bottom:1.5em;
}
.category_description p{
	color:#677E87;
	font-size: 1.4em;
	margin-bottom:1.285em;
}
/* ====== end Typography ====== */




/* ====== Header ====== */

#header {
	position:relative;
}
#logo {
	float:left;
	width:940px;
	height:98px;
}
#navigation {
	background-color:#a6c3c3;
	height:45px;
	float:left;
	width:940px;
}
#navigation ul {
	font-weight:bold;
	margin:0px 80px;
}
#navigation li {
	float:left;
	font-size:1.0em;
	line-height:45px;
	text-transform: uppercase;
	font-weight:bold;
	padding-right:20px;
}
#navigation a {
	color:#FFF;
	text-decoration:none;
	float:left;
}
#navigation a:hover {
	color:#677E87;
	float:left;
}
.current {
	color: #677E87 !important;
}
.current_page_item a {
	color: #677E87 !important;
}
.current-cat-parent a, .current-cat a {
	color: #677E87 !important;
}
/* ====== end Header ====== */




/* ====== content ====== */

#content {
	background-color:#FFF;
	width:940px;
	float:left;
	padding: 50px 0;
}
#contentleft {
	width:540px;
	float:left;
	margin-left:80px;
	margin-right:20px;
}
#contentright {
	width:220px;
	float:left;
	margin-right:80px;
}

/* Homepage Image and Overlay text */
#mainImg {
	margin-left:80px;
}
#mainImg h4 {
	background:url('images/ef932e_80pct.png') repeat;
	height:80px;
	width:362px;
	position:relative;
	font-weight:normal;
	line-height:1.5em;
	margin:-95px 0 0 0;
	color:#FFF;
	z-index:1;
	padding:15px 0 0 18px;
}

/* Homepage Boxes */
#latestadditionsHead {
	margin:2.57em 0em 1.285em 8.0em;
}
.latestadditionswrapper {
	float:left;
	height:180px;
	width:800px;
	overflow:hidden;
	margin:0 0 36px 60px;
}
#poetryBox {
	background:url('images/poetrybox_bg.jpg') repeat;
	height:180px;
	width:180px;
	overflow:hidden;
	margin-left:20px;
	float:left;
}
#fictionBox {
	background:url('images/fictionbox_bg.jpg') repeat;
	height:180px;
	width:180px;
	overflow:hidden;
	margin-left:20px;
	float:left;
}
#nonfictionBox {
	background:url('images/nonfictionbox_bg.jpg') repeat;
	height:180px;
	width:180px;
	overflow:hidden;
	margin-left:20px;
	float:left;
}
#blogBox {
	background:url('images/blogbox_bg.jpg') repeat;
	height:180px;
	width:180px;
	overflow:hidden;
	margin-left:20px;
	float:left;
}
.latestadditionsTitle {
	background:url('images/171717_70pct.png') repeat;
	height:72px;
	padding:9px;
	overflow:hidden;
	position:relative;
	top:90px;
}
.latestadditionsTitle a, .latestadditionsTitle h5 {
	margin:0;
	color:#FFF;
	text-decoration:none;
}
.latestadditionsTitle a:hover {
	text-decoration:underline;
}
a {
	color:#EF932E;
	text-decoration:none;
}
h2 a {
	color:#677e87;
	text-decoration:none;
}
h2 a:hover {
	color:#677e87;
}
h4 a {
	color:#677e87;
	text-decoration:none;
}
.blogpost h4 a:hover {
	color:#EF932E;
}
.pagetitle {
	position:relative;
}
.blogtitle {
	position:relative;
}
.blogpost {
	position:relative;
	float:left;
	margin:0px;
}
.blogpost a {
}
.blogpost a:hover {
	color:#677E87;
	text-decoration:none;
}
.blogcontent {
	width:540px;
}
.blogcontent ul, .blogcontent ol {
	margin-left:25px;
}
.blogcontent li {
	list-style-type:disc;
}
blockquote {
	border-left: 4px solid #666;
	width:430px;
	margin:10px;
	padding:0 0 10px 10px;
}
.blogstrip {
	margin-top:18px;
}
.blogtags {
	float:right;
	font-size:1.1em;
}
.blogdivide {
	float:left;
	width:541px;
	height:18px;
	background:url('images/hr.gif') no-repeat;
}
.blogcategory {
	float:right;
	font-size:1.1em;
}
.blogcategory a {
	color:#EF932E;
}
.blogcomments {
	float:left;
	font-size:1.1em;
}
.blogcomments a {
	text-decoration:none;
	color:#EF932E;
}
.blogcomments a:hover {
	text-decoration:none;
	color:#677e87;
}
/* ====== end Content ====== */




/* ====== Comments ====== */

#commentwrap, #commentreplies {
	float:left;
	margin:0 0 36px;
}
.commentitle {
	border-bottom: 1px solid #c7d1d2;
	float:left;
	width:540px;
}
.commentitle h5 {
	margin-bottom:1.285em;
}
#commentwrap h3, #commentreplies h3 {
	float:left;
}
#commentform {
	float:left;
	width:540px;
	padding-top:18px;
}
#commentform a:hover {
	text-decoration:none;
	color:#677e87;
}
.commentformlabel {
	padding-bottom:9px;
}
.alt {
	color:#666;
}
ol.commentlist {
	float:left;
	width:540px;
}
ol.commentlist li {
	float:left;
	width:540px;
	padding:18px 0 10px 0;
	font-size:1.0em;
	border-bottom: 1px solid #c7d1d2;
}
ol.commentlist a {
	color:#ef932e;
}
ol.commentlist a:hover {
	color:#677e87;
}
.commentwrapper {
	float:left;
}
.commentleft {
	float:left;
	width:160px;
	font-size:1.1em;
	color:#677e87;
}
.commentright {
	float:right;
	width:380px;
}
.commentright p {
}
.commentauthor {
	float:left;
	width:120px;
	color:#677e87;
}
.commentdate {
	width:120px;
}
.commentcomment {
	float:left;
}
.commentcomment em {
	padding-left:8px;
}
#commentwrap input {
	border:0px;
	margin:0px;
	padding:4px;
	width:180px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.1em;
	color:#FFF;
	background:#a6c3c3;
}
#commentwrap textarea {
	width:530px;
	padding:9px;
	border:0px;
	margin:9px 0px 9px 0;
	background:#F5F5F5;
}
#commentwrap label {
	font-size:1.1em;
	font-weight:bold;
}
#commentloggedin {
	font-size:1.1em;
	float:left;
}
#commentloggedin a {
	color:#677e87;
}
#commentloggedin a:hover {
	text-decoration:none;
}
.commentedit {
	width:380px;
	margin-top:15px;
	font-size:1.1em;
	text-transform:capitalize;
}
#comment {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.1em;
}
#submit {
	font-weight:bold;
}
/* ====== end Comments ====== */




/* ====== Sidebar ====== */

#sidebar {
	background-color:#f1f5f5;
	width:184px;
	float:left;
	margin-bottom:36px;
	padding:18px;
}
#sidebar li {
	margin-left:0px;
	color:#677e87;
	list-style-position:inside;
}
#sidebar h5 {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0em;
	text-transform:uppercase;
}
#recentposts, #widgetsposts {
	display:block;
}
.recentpoststitle li, #widgets li {
	list-style-type:disc;
}
#recentpostswrap, #widgetswrap {
	float:left;
	margin-bottom:18px;
}
.authorswrap {
	float:left;
}
.authorsposts {
	display:block;
}
.authorsposts li, .authorsposts li ul, #recentpoststitle li ul, #widgets li ul {
	list-style-type:disc;
	margin:0em;
}
.widgettitle {
	font-size:.9em;
	font-weight:bold;
	margin-bottom:0;
	text-transform:uppercase;
}
.widget h2 {
	list-style-type:none;
}
ul.children li, #widgets ul {
	font-size:0.85em;
	font-weight:normal;
	text-transform:none;
	list-style-type:none;
	padding-left:18px;
	clear:both;
}
.authorsposts a:visited, .recentpoststitle a:visited {
	color:#ef932e;
}
.recentpoststitle a:hover, .authorsposts a:hover, #footer a:hover {
	color:#677e87;
}
#searchform {
	color:#c8dddd;
	float:right;
	margin:8px 0 0;
}
#searchform input.searchbg {
	background:transparent none repeat scroll 0 0;
	border:none;
	float:left;
	font-size:1.0em;
	margin:0;
	width:204px;
	color:#677e87;
	font-family:Helvetica, Arial, sans-serif;
}
#searchmenu {
	float:left;
	background:#c8dddd none repeat scroll 0 0;
	padding:8px;
}
#prev a {
	background:none;
	color:#000;
}
#next a {
	background:none;
	color:#000;
}
/* ====== end Sidebar ====== */




/* paging
------------------------------------------------------------------*/

#paging {
	position:relative;
	margin-top:1.8em;
	padding-bottom:1.8em;
	float:left;
	width:540px;
}
#alignleft {
	float:left;
}
#alignright {
	float:right;
}
#paging a {
	color:#000;
	text-decoration:none;
}
#paging a:hover {
	color:#666;
}
/* ====== Footer ====== */

#footer {
	background:url('images/footer_bg.gif') #f5f5f5 repeat-x;
	height:72px;
	float:left;
	width:100%;
	display:inline;
}
#footer p {
	float:left;
	font-size:1.1em;
	line-height:72px;
	color:#666;
}
#unhlogo {
	float:left;
	padding:22px 50px 0 80px;
}
#rssfeed {
	float:right;
	margin-right:80px;
}
/* ====== end Footer ====== */




/* ====== recommended by wordpress themes ====== */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	padding:9px 10px 0px 0px;
}
.alignright {
	float: right;
	padding:9px 0px 0px 10px;
}
img {
	display:block;
}
em {
	font-style: italic;
	color:#000;
}
.strong {
	font-weight:bold;
}
small {
	font-weight:normal;
}

