/*
Theme Name: barry haus
Description: Inspired by Bau Haus and Barrett Watten, based on the Theme "Less is less" by Miguel Santirso.
Version: 1.0
Author: Asa Watten
Author URI: 
Theme URI: 
Tags: bauhaus, threaded-comments, sticky-post

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-3.0.html

*/

/* load Nevis font (CSS3) */

@font-face { font-family: Nevis; src: url('nevis.ttf'); }

/* a tiny reset... */

body, html, input {
	margin: 0;
	padding: 0;
}
body {
	font-size: 85%;
	background-color: #E6C190;
}

/* global styles */

a {
	color: #7DA84F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

pre { overflow: auto; }

blockquote {
	font-family: "Myriad Pro", Serif;
	font-size: 1.05em;
	color: #444;
}

/* alignments */ 

img.alignright { margin: 0 7px 2px 0; }
img.centered { display: block;	margin-left: auto; margin-right: auto; }
img.alignleft { margin: 0 0 2px 7px; }

.alignright { float: right; }
.alignleft { float: left; }
.aligncenter, div.aligncenter { display: block;	margin-left: auto; margin-right: auto; }

/* blog title */

h1#blogTitle { display: none; }
/*h1#blogTitle { font: bold 35px Nevis, sans-serif; text-transform: uppercase; letter-spacing: -2px; line-height: 85%; margin: 30px 0 -3px; }
	h1#blogTitle a { color: #72bc72; text-decoration: none; }
	h1#blogTitle a:hover { color: #10bc10; }*/

/* header */

div#header {
	height: 175px;
}
div#headerContent { width: 960px; margin: 0 auto; }

/* search form */

form#searchform { float: right; padding-top: 85px; position:relative; z-index:8;}
	form#searchform #searchInput {
	font-size: 13px;
	font: Myriad Pro, Verdana, Helvetica, sans-serif;
	color:white;
	background-color:#F7AD5E;
	border: 0px;
	padding: 5px;

}
	form#searchform #searchInput:focus { color: black; }

/* menu */	
#bw {
	position:absolute;
	top: 49px;
	left:0px;
	height:127px;
	width:500px;
	background-image:url(images/bw.png);
	background-repeat: no-repeat;
	z-index: 6;
}
#orangebar {
	position:absolute;
	top:49px;
	left:0px;
	height:126px;
	background-image:url(images/orangebar.png);
	width:100%;
	min-width: 1000px;
	z-index: 5;
}

#left, #right {background: white; position: fixed;}

#top {
	background: white;
	position: absolute;
	min-width: 1000px;
}

	#left, #right {top: 0; bottom: 0; width: 15px;}

	#left { left: 0; z-index:10;}

	#right {
	right: 0;
	z-index:4;
}

	#top, #bottom {left: 0; right: 0; height: 15px;}

	#top { top: 0; z-index:2;}

/* blog menu */

#blogMenu {
	position:absolute;
	left: 136px;
	top: 81px;
	width: 800px;
	height: 45px;
	z-index: 7;
}
ul#blogMenu { list-style-type: none; margin: 0; padding: 10px 0 0; }
	ul#blogMenu li {
	height: 32px;
	float: left;
	border-bottom: 0;
	margin: 0 2px;
	font: 18px Myriad Pro, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
}

	ul#blogMenu li > a:focus, ul#blogMenu li:hover, ul#blogMenu li.selected, li:hover.selected, ul#blogMenu li.current_page_item, li:hover.current_page_item 
		{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
	ul#blogMenu li.selected, ul#blogMenu li:hover.selected, ul#blogMenu li.current_page_item {
	text-decoration: none;
}
		ul#blogMenu li a {
	display: block;
	color: white;
	text-decoration: none;
	outline: 0;
	padding: 10px 15px 6px;
}
		ul#blogMenu li a:hover, ul#blogMenu li a:focus {
	text-decoration: underline;
	color: #FFFFFF;
}

/* menu dropdown */

ul#blogMenu li ul {
	display: none;
	position: absolute;
	margin: 0 0 0 -3px;
	padding: 5px 5px 5px 5px;
	border-top: 0;
	-moz-border-radius: 0 0px 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
ul#blogMenu li:hover ul { display: block; }
	ul#blogMenu li ul li {
	display: block;
	height: auto;
	float: none;
	border: 0;
	font-size: 14px;
	background-color: #faa232;
	padding-left: 5px;
	padding-right: 5px;
}
	ul#blogMenu li ul li:hover, ul#blogMenu li ul#archiveDropdown li > a:focus
		{
	background: #faa232;
	border: 0;
}
		ul#blogMenu li ul li a { margin: 0; padding: 3px; }


/* menu dropdown sublists */

ul#blogMenu li ul * ul { display: default; position: relative; list-style-type: none; border: 0; margin: 0 0 0 0.5em; padding: 0; }
	ul#blogMenu li ul * ul li {
	padding-left: 0.5em;
}
	ul#blogMenu li ul * ul li:hover {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

/* content div */

#content { width: 960px; margin: 0 auto; }

/* main content */

#mainContent {
	font-family: Verdana, sans-serif;
	padding-right: 30px;
	width: 563px;
	float: left;
}

/* contextual info */

div#contextualInfo { padding: 20px; margin: 15px 5px 25px; background-color: #f1f1f1; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
	div#contextualInfo p { font: bold 19px Nevis, sans-serif; margin: 0; text-align: center; text-transform: uppercase; color: #666; }
		div#contextualInfo p span{
	color: #1969A0;
}

/* post */

div.post {
	margin-bottom: 40px;
}

/* sticky post */

.sticky {
	border-bottom: 8px solid #4C4C4C;
	margin-bottom: 10px;
}

/* post title */

div.postTitle {
	border-bottom: 2px solid #4C4C4C;
	margin-bottom: 1.8em;
}
div.postTitle h2 {
	font: bold 16px Nevis, sans-serif;
	color: #4C4C4C;
	text-align: center;
	margin: 1;
	text-transform: uppercase;
}
	div.postTitle h2 a {
	padding: 2px 0 6px 0;
	color: #4C4C4C;
	text-decoration: none;
	display: block;
}
	div.postTitle h2 a:first-line {
	font-size: 18px;
	letter-spacing: 1px;
}
	div.postTitle h2 a:hover {
	background: #1969A0;
	color: white;
}
	div.postTitle h2 a:active { color: black; }

/* post date */

p.postDate { color: #696969; text-align: center; margin-bottom: 2px; font-size: 12px; }

/* comment count */

a.commentCount {
	position: absolute;
	font-size: 15px;
	font-family: Verdana, sans-serif;
	margin-left: 555px;
	color: #4C4C4C;
	text-decoration: none;
}
a.commentCount:hover { color: #333; }
	a.commentCount span.commentCountNumber { background-color: #333; color: white; -moz-border-radius: 20px 20px 20px 0; -webkit-border-radius: 13px; -webkit-border-bottom-left-radius: 0; padding: 4px 10px; }
	a.commentCount:hover span.commentCountNumber {
	background-color: #1969A0;
	color: white;
}
	a.commentCount span.commentCountText { display: none; background: white; padding: 2px; }
	a.commentCount:hover span.commentCountText {
	color: #1969A0;
}
	div.postTitle:hover span.commentCountText { display: inline; }

/* post content   background-color: #FFFFFF; */

div.entry {
	text-align: justify;
	font-family: Verdana, sans-serif;
	line-height: 1.5em;
	overflow: auto;
	padding: 10px 10px 10px 10px;
}

/* post content headings */

div.entry h1, div.entry h2, div.entry h3, div.entry h4, div.entry h5, div.entry h6 { font-family: Nevis, sans-serif; text-transform: uppercase; border-bottom: 1px solid #444; }

/* post links */

div.entry a:hover { text-decoration: underline; }
	div.entry a img { padding: 4px; }

/* captions */
.wp-caption { text-align: center; background-color: #f3f3f3; padding-top: 5px; 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 p.wp-caption-text { font-size: 12px; line-height: 17px; padding: 0 4px 5px; margin: 0; border-bottom: 3px solid #696969; color: #696969; }

/* more link */

a.more-link { color: #333; margin-left: 400px; margin-top: 10px; padding: 5px 20px 5px; display: block; background: #E6C190 url('../barry haus/images/arrowShape.gif') center right no-repeat; font: bold 11px Nevis, sans-serif; text-transform: uppercase; text-decoration: none; }
a.more-link:hover {
	color: white;
	background-color: #1969A0;

}
a.more-link:active {
	color: white;
	background-color: #1969A0;
}

/* post metadata */

div.postmetadata {
	background: #ACC1CC;
	color: #666;
	margin: 5px 0 0 0;
	padding-bottom: 10px;
	border-bottom: 5px solid #444;
}
	div.postmetadata h3 { font: bold 15px Nevis, sans-serif; color: #444; background: white; text-transform: uppercase; padding-left: 5px; line-height: 11px; margin-bottom: 13px; }	
	div.postmetadata p { margin: 5px 15px; }
		div.postmetadata p 	a { color: #555; font-weight: bold; text-decoration: none; }
		div.postmetadata p 	a:hover { color: black; text-decoration: underline; }

/* comments wrapper */

div.commentsWrapper { margin-top: 50px; color: #444; }
	div.commentsWrapper a {
	color: #1969A0;
	text-decoration: none;
}
	div.commentsWrapper a:hover {
	color: #1969A0;
	text-decoration: underline;
}

/* comments title */

h3#comments, h3#pings { font: bold 15px Nevis, sans-serif; color: #696969; text-transform: uppercase; letter-spacing: -1px; border-bottom: 3px solid #696969; }
h3#comments, h3#pings { margin-left: 90px; }
	h3#comments span, h3#pings span { font-size: 25px; display: block; color: #333; }

/* comments */

ol.commentlist, ul.children { list-style-type: none; margin: 0; padding: 0; }
	ol.commentlist li.comment, ol.commentlist li.ping { padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid #e8e8e8; position: relative; }
	ol.commentlist li.comment, ol.commentlist li.ping { padding-left: 100px; }
		ol.commentlist li.comment img.avatar { margin-left: -100px; float: left; }

/* nested comments */

ul.children { margin-top: 15px; border-top: 1px solid #e8e8e8; padding-top: 20px; margin-bottom: -30px; }
	ul.children li.comment { padding-left: 50px !important; border-bottom: 0 !important; margin-bottom: 10px !important; }
	ul.children img.avatar { width: 40px; height: 40px; margin-left: -50px !important; }

/* comments metadata */

div.comment-author { color: #999; padding-bottom: 5px; border-bottom: 1px solid #696969; text-transform: lowercase; }
	div.comment-author cite { font-weight: bold; font-style: normal; text-transform: none; }
div.comment-meta { position: absolute; top: 0; right: 0; font-size: small; }

/* comment form */

#respond { background-color: #ACC1CC; padding: 8px 0 8px 8px; border-bottom: 4px solid #444; }
	#respond h3 { background-color: white; margin-top: -8px; margin-left: -8px; font: bold 19px Nevis, sans-serif; color: #333; text-transform: uppercase; }
	#respond input { padding: 4px; font-size: normal; color: #444; }
	#respond textarea { width: 90%; padding: 6px; font-family: sans-serif; color: #444; }

/* sidebar */

div#sidebar { margin-left: 593px; width: 367px; padding: 9px 0 0 0px; }

/* blog logo */

div#blogLogo { text-align: right; }
/*div#theLogo { border-top: 8px solid #222; background: #72bc72; padding: 35px 0; text-align: center; }*/
#theBlogDescription {
	border-top: 8px solid #E6C190;
	background: #F15B3C;
	padding: 15px 15px;
	text-align: right;
}
#theBlogDescription p { font: bold 20px Nevis, sans-serif; color: white; margin: 0; }

/* sidebar widgets */

ul#widgetBar { list-style-type: none; padding: 0; margin: 0; font-family: Verdana, sans-serif; }
	ul#widgetBar li.widget {
	background: #F15B3C;
	color: #4C4C4C;
	border-bottom: 6px solid #E6C190;
}
	ul#widgetBar h2 {
	font: bold 18px Nevis, sans-serif;
	color: #4C4C4C;
	display: block;
	background: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 0.3em;
	margin: 30px 0 0 0;
	line-height: 18px;
}
	
/* sidebar widgets links */

ul#widgetBar li.widget a {
	color: #4C4C4C;
	font-weight: bold;
	text-decoration: none;
}
	ul#widgetBar li.widget a:hover { color: black; text-decoration: underline; }

/* sidebar widgets lists */

ul#widgetBar li.widget ul { list-style-type: none; padding: 0.5em 0.4em; }
	ul#widgetBar li.widget ul li { padding: 3px 8px; }
	
/* sidebar tag cloud */

li#tag_cloud { padding-bottom: 15px !important; }
	li#tag_cloud h2 { margin-bottom: 15px; text-align: left; }
li.widget_tag_cloud { text-align: center; }

/* sidebar text widget */

ul#widgetBar li.widget_text div.textwidget { padding: 10px; }

/* navigation */

div.navigation { margin-top: -30px; height: 75px; }
	div.navigation div { width: 50%; }
	div.navigation div.alignright a { text-align: right; background: #444 url('../Copy of less-is-less/images/arrowShape.gif') right center no-repeat; }
	div.navigation div.alignleft a { text-align: left; background: #444 url('../Copy of less-is-less/images/arrowShape_left.gif') left center no-repeat; }
		div.navigation div a { display: block; padding: 10px 30px; font: bold 15px Nevis, sans-serif; text-transform: uppercase; color: white; text-decoration: none; }
		div.navigation div a:hover {
	background-color: #1969A0;
}
		div.navigation div a:active {
	background-color: #444;
	color: #1969A0;
}

/* footer */

#footer {
	clear: both;
	position: relative;
	height: 175px;
	margin-top: 35px;
	min-width: 1000px;
}
	#footer a:hover { text-decoration: underline; }

/* less is less */

p#lessisless {position: absolute; bottom: 20px; margin: 20px 0 0 20px; text-transform: uppercase; font: bold 25px Nevis, sans-serif; color: #696969; width: 450px; letter-spacing: -1px; }
p#lessisless:first-line { font-size: 44px; letter-spacing: -3px; line-height: 44px; }

/* theme info */

p#footerInfo { margin: 5px; font: 10px sans-serif; color: #444; line-height: 18px; text-transform: uppercase; text-align: right; position: absolute; bottom: 20px; right: 0; }

/* footer options */

div#footerOptions {
	width: 100%;
	height: 150px;
	margin: 0;
	position: absolute;
	bottom: 0px;
	font: 12px Verdana, sans-serif;
	background: white;
	color: #888;
	min-width: 975px;
}
	div#footerOptions p {
	margin: 20px 0px 0px 20px;
	bottom: -100px;
	position: relative;
}
