/*
Theme Name: Howdy Blog
Description: Clean and colorful layout inspired by FreshHome magazine.
Version: 1.0
Author: Howdy Blog
Author URI: http://howdyblog.com/
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Post elements
		Metadata elements
		Comment elements
		Sidebar elements
		Footer elements
		Page-specific elements
		Widget-specific elements
		Plugin-specific elements
		Image elements
*/



/****************************************
 *	General elements					*
 ****************************************/
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #ffffff;
	color: #371F00;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Helvetica, Arial, Verdana, sans-serif;
	font-size: 75%; /* Set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 150%;
}

p, ul, ol, table {font-size: 100%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}
h6 {font-size:100%;}

.heading { /* For headings that don't have any real semantic value */
	display: block;
	font-size: 140%;
	font-weight: bold;
	margin-top: 1.5em;
}

h1, h2, h3, h4, h5, h6, .heading {
	clear: left;
	font-family: 'American Typewriter', 'Courier New', Courier, monospace;
	text-transform: uppercase;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
#content ul,
#content ol,
table,
.more-link {
	margin-bottom: 1.5em;
}

input,
textarea {
	border: 1px solid #D8C9AF;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
	color: #473010;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	padding: 2px;
}

a, a:link {
	color: #0BA6B9;
}

a:visited {
	color: #500075;
}

a:hover, a:active, a:focus {
	color: #B90B3B;
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

label {
	cursor: pointer;
}

.no-hover {
	background: transparent !important;
}

.hide {
	display: none;
}

dl {
	margin: -1em 1.5em 1.5em 1.5em;
}

dt {
	font-style: italic;
	margin-top: 1em;
}

dd {
	background: #fafafa;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}



/****************************************
 *	Structural elements					*
 *										*
 *	Positioning information goes here.	*
 *	Colors, fonts, etc. should go in	*
 *	the individual sections.			*
 ****************************************/
body>a>img {
	border: 0;
	float: left;
	margin-top: 20em;
}

#page {
	background: url('images/background-large.jpg') fixed;
	margin: 25px 25px 25px 0;
	overflow: hidden;
	padding-bottom: 1em;
}

#container {
	background: url('images/background-small.jpg') no-repeat fixed;
	padding: 0;
}

#container>img {
	border: 0;
	display: block;
}

#content {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 765px;
}

#header {
	overflow: hidden;
	padding: 2em 0 2em 0;
	position: relative;
}

#navigation {
	overflow: hidden;
}

.post-body,
.interpost-nav,
#comments,
#footer,
div.landing_pages,
div.series_toc,
.wwsgd {
	width: 500px;
}

.sidebar {
	display: none;
	overflow: hidden;
}

#footer {
	clear: both;
	font-size: 90%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 765px;
}

.rainbow-bar {
	display: none;
}


/****************************************
 *	Header elements						*
 ****************************************/
#header h1,
#header h2 {
	margin: 0;
	padding:0;
}

#header a,
#navigation a {
	outline: none;
}

/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header .blogtitle a {
	background: transparent url('images/howdy-blog.png') left center no-repeat;
	display: block;
	line-height: 94px; /*change this to the height of the header image */
	overflow: hidden;
	text-indent: -1000em;
}
	
#header .description {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 0;
}

.category-description {
	font-weight: normal;
	line-height: 140%;
}



/****************************************
 *	Post elements						*
 ****************************************/
.post,
#content .page {
	clear: left;
	margin-bottom: 5em;
}

.post img {
	/* Adds a "loading" image that will show as larger images are loaded. Delete if it interferes with anything. */
	background:url('includes/ajax-loader.gif') no-repeat center;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 160%;
	line-height: 1em;
	margin-bottom: 5px;
}

.post-header h1,
.post-header h2,
.post-header a,
.post-header a:visited {
	color: #E94400;
	text-decoration: none;
}

.post-body {
	clear: left;
}

.interpost-nav div a,
.more-link,
div.reply a,
input[type=submit],
input[type=button] {
	background: #ffffff;
	border: 1px solid #F7F1E7;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	display: block;
	font-size: 90%;
	padding: 1px 10px 3px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

input[type=submit]:hover,
input[type=button]:hover {
	background: #ffffff url('images/rainbow-horizontal-small.gif') -2px bottom repeat-x;
	cursor: pointer;
}


.interpost-nav {
	margin: 1em 0 1em 0;
	text-align: center;
}

.interpost-nav div a {
	background: #ffffff url('images/rainbow-horizontal-small.gif') -22px bottom repeat-x;
}

.interpost-nav div a:hover {
	background: #ffffff url('images/rainbow-horizontal-small.gif') -2px bottom repeat-x;
}

#content ul,
#content ol {
	margin-left: 30px;
}

.more-link a,
a.more-link {
	color: #ffffff;
}

.more-link {
	background: #E94400 url('images/rainbow-horizontal-small.gif') -22px bottom repeat-x;
	float: left;
}

.more-link:hover {
	background: #E94400 url('images/rainbow-horizontal-small.gif') -2px bottom repeat-x;
}

.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}

.author-bio {
	clear: left;
	font-size: 90%;
}

.author-bio .avatar {
	float: left;
	margin-right: 10px;
}

.author-bio p span {
	background: url('images/background-transparent-white.png');
}

ul.random-posts h1,
ul.random-posts h2 {
	font-size: 100%;
	font-weight: normal;
}



/****************************************
 *	Metadata elements					*
 ****************************************/
.post-metadata,
#topic-tags {
	background: url('images/rainbow-vertical-small.gif') no-repeat;
	float: right;
	font-size: 95%;
	line-height: 140%;
	padding-left: 15px;
	width: 170px;
}

.post-metadata span {
	display: block;
	margin-bottom: 1.5em;
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-date {
	display: none;
}

.post-metadata span.post-comments {
	
}

.post-notes {
	margin-bottom: 4em;
}

.post-notes .heading {
	font-size: 140%;
	margin: 0 0 .5em 0;
}



/****************************************
 *	Comment elements					*
 ****************************************/
#comments .heading {
	margin-top: 30px;
}

#comments ul,
#comments ol {
	margin-left: 0;
	overflow: hidden;
}

ol.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

ol.comment-list li.comment {
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	clear: both;
	height: 1%;
	margin: 0 0 15px;
	padding: .3em 1em .3em 1em;
	position: relative;
}

ol.comment-list li.byuser {}
ol.comment-list li.comment-author-admin {}
ol.comment-list li.comment { }

ol.comment-list li div.vcard {
	font-size: 90%;
	text-transform: uppercase;
}

ol.comment-list li div.vcard cite.fn {
	font-style:normal;
}



ol.comment-list li div.vcard img.avatar {
	background: #fff;
	border: 1px solid #F8EFCB;
	float: left;
	margin: 2px 10px 5px 0px;
	padding: 3px;	
}

ol.comment-list li div.comment-meta {
	font-size: 85%;
	float: right;
	margin-top: -1.7em;
	text-align: right;
}

ol.comment-list li div.comment-meta a {
	color: #96825D;
	text-decoration: none;
}

ol.comment-list li ul,
ol.comment-list li ol {
	padding-left: 20px;
}

ol.comment-list li ul {
	list-style: square;
}

.comment-body {
	min-height: 64px;
}


div.reply a {
	background: #F8EFCB;
	border: 1px solid #EEE5C2;
	clear: left;
	margin: 0 0 5px 0;
	padding: 1px 10px;
	width: 36px;
}

div.reply a:hover {
	background: #F8EFCB url('images/rainbow-horizontal-small.gif') -2px bottom repeat-x;
}

ol.comment-list li ul.children {
	list-style: none;
	margin: 1em 0 0;
	padding-left: 0;
	text-indent: 0;
}

ol.comment-list li ul.children li {}
ol.comment-list li ul.children li.alt {}
ol.comment-list li ul.children li.bypostauthor {}
ol.comment-list li ul.children li.byuser {}
ol.comment-list li ul.children li.comment {}
ol.comment-list li ul.children li.comment-author-admin {}

ol.comment-list li ul.children li.depth-2,
ol.comment-list li ul.children li.depth-3,
ol.comment-list li ul.children li.depth-4,
ol.comment-list li ul.children li.depth-5 {
	margin: 0 0 .25em 67px;
}

ol.comment-list li ul.children li.odd {}

li.even {
	background: url('images/shade5.png');
}

li.alt {
	background: url('images/shade2.png');
}

li.bypostauthor { /* To emphasize replies from the author */
	background: #FDFAEE url('images/rainbow-horizontal-small.gif') repeat-x;
	padding-top: 15px;
}

ol.comment-list li.parent { }
ol.comment-list li.pingback { }
ol.comment-list li.pingback.parent { }
ol.comment-list li.pingback div.vcard { padding: 0 170px 0 0; }
ol.comment-list li.thread-alt { }
ol.comment-list li.thread-even {}
ol.comment-list li.thread-odd {}

#comments .trackback-list {
	margin-left: 20px;
}

#comments .navigation {
	color:#838383;
}

#comments .navigation a {
	background:#fff;
	border:1px solid #e5e5e5;
	color:#838383;
	margin:0 5px 0 0;
	padding:4px 8px 4px 8px;
	text-decoration:none;
}

#comments .navigation a:hover {
	border:1px solid #000000;
	color: #000000;
	text-decoration:none;
}

#comments .navigation span.current {
	background: #e5e5e5;
	border:1px solid #000000;
	color: #000000;
	font-size:85%;
	margin:0 5px 0 0;
	padding:4px 8px 4px 8px;
}

#comments textarea#comment {
	width: 100%;
}



/****************************************
 *	Sidebar elements					*
 ****************************************/
.sidebar {
	font-size: 95%;
}

.sidebar .widget {
	
}

.sidebar .widget .heading {
	display: block;
}

.sidebar .widget .heading,
.sidebar .widget .heading a {
	text-decoration: none;
}

.sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

.sidebar .widget ul li {
	line-height: 100%;
	margin-bottom: 7px;
}

.sidebar .widget ul li ul li { /* For sub-lists */
	margin-left: 16px;
}

.sidebar .widget a:link, 
.sidebar .widget a:visited {
}

.sidebar .widget a:hover {
}



/****************************************
 *	Footer elements						*
 ****************************************/



/****************************************
 *	Page-specific elements				*
 ****************************************/
#searchform404 label {
	display: none;
}



/****************************************
 *	Widget-specific elements			*
 ****************************************/
.sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin: 5px 10px 0 0;
}

form#searchform-side label {
	display: none;
}



/****************************************
 *	Plugin-specific elements			*
 ****************************************/
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}

strong.search-excerpt {
	
}

div.landing_pages,
div.series_toc,
.wwsgd {
	
}

div.landing_pages {
	color: #776041;
	margin-bottom: 2.5em;
	padding: 10px 0 1px 0;
}

.wwsgd {

}

/* Share this */
a.stbutton {
	clear: both;
	display: block;
}

a.stbutton:hover {
	color: #333333;
}

body.archive a.stbutton {
	display: none;
}


/****************************************
 *	Template-specific elements			*
 ****************************************/
body.page-template-plain-php #page {
	background: #ffffff;
	margin: 0;
	overflow: hidden;
}

body.page-template-plain-php #container {
	background: #ffffff;
	padding: 0;
}

body.page-template-plain-php #content {
	background: #fff url('http://howdyblog.com/wp-content/themes/howdy-blog/images/rainbow-horizontal-small.gif') left top repeat-x;
	margin: 0 22px;
	padding: 0 30px;
	width: 446px;
}

body.page-template-plain-php #content .post-body {
	width: auto;
}

body.page-template-plain-php>a>img {
	display: none;
}

body.page-template-plain-php #header .blogtitle a {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 0;
}

body.page-template-plain-php .rainbow-bar,
body.page-template-plain-php .post-metadata {
	display: none !important;
}

body.page-template-plain-php #footer {
	display: none;
}


/****************************************
 *	Image elements						*
 ****************************************/
.float-left,
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right,
.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

.alignnone {
	margin-right: 10px;
}

.post img,
#content .page img {
	max-width: 492px;
}

img {
	border: 4px solid #ffffff;
	position: relative;
}

img.no-border {
	border: 0;
}

a img,
a img:hover {
	display: block;
	background: transparent;
	vertical-align:bottom;
}

img.wp-smiley {
	background: transparent;
	border: 0;
	display: inline;
	padding: 0;
}

.wp-caption {
	background-color: #fafafa;
	border: 1px solid #ddd;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}

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

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

.photobox {
	float: right;
	margin-left: 10px;
}

.photobox small img {
	background: transparent;
	border: none;
	clear: both;
	float: left;
}

.photobox small {
	display: block;
	font-size: 90%;
	margin-top: .5em;
}