/*
Theme Name: Orientar
Theme URI: http://howdyblog.com/themes/orientar/
Description: My baby likes to be sung to, and as it turns out, my husband only knows one song: "We Three Kings". The result is that I have heard "Weeeee three kings of orientarrrr" many, many times. So consider this a tribute to my family. :)
Version: 1.0
Author: Sarah @ Something Epic
Author URI: http://somethingepic.com/

The beautiful flower image is from SXC user magicmarie and can be found here: http://www.sxc.hu/photo/991101

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



/*
	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;
}

html {
	background: #E3B16D url('images/background.jpg') fixed;
}

body {
	background: transparent url('images/flowers.png') fixed no-repeat;
	color: #1B150D;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Helvetica, Arial, Verdana, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
	padding: 31px 10px 0 350px;
}

#page {font-size: 93%;}
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, .more-link {
	color: #5A0000;
	font-family: "Gill Sans","Gill Sans MT";
	font-weight: normal;
	letter-spacing: -.01em;
	text-transform: uppercase;
}

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

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

input,
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

a, a:link {
	color: #FFFFFF;
}

a:visited {
	color: #5A0000;
}

a:hover, a:active, a:focus {
	color: #9A110C;
}

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.			*
 ****************************************/
#page {
	margin: 0 auto; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 52.5em;
}

#header {
	margin-bottom: 50px;
	overflow: hidden;
}

#navigation {
	overflow: hidden;
}

#content {
	overflow: hidden;
}

.sidebar {
	overflow: hidden;
}

#footer {
	clear: both;
	padding: 30px 0 1px 0;
}



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

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

#header .blogtitle a {
	color: #9A110C;
	font-size: 160%;
	line-height: 100%;
	text-decoration: none;
}
	
#header h2.description {
	color: #FBF4EA;
	line-height: 100%;
	margin: 0;
	overflow: hidden;
	padding-bottom: 0.5em;
	text-transform: none;
}

h3.category-description {
	color: #F3E1C9;
	font-weight: normal;
	line-height: 140%;
}



/****************************************
 *	Post elements						*
 ****************************************/
.post,
#content .page {
	clear: both;
	margin: 0px auto 5em 0;
}

#content .page .post-header,
#content .page .pagetitle {
	width: 30em;
}

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

.pagetitle {
	color: #ffffff;
	font-size: 230%;
	line-height: 1em;
}

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

.post-body {
	overflow: hidden;
	width: 35em;
}

.post-body img {
	max-width: 34em;
}

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

.interpost-nav div a {
	background: url('images/shade.png');
	border: 1px solid #A57D4E;
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	font-size: 80%;	
	padding: 1px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.interpost-nav div a:hover {
	background: #9A110C;
	border: 1px solid #5A0000;
}

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

a.more-link,
.more-link a {
	color: #640000;
	text-decoration: none;
}

.more-link {
	display: block;
	margin-top: 1.5em;
	text-transform: uppercase;
}

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

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



/****************************************
 *	Metadata elements					*
 ****************************************/
.post-metadata {
	border-left: 1px solid #A57D4E;
	float: right;
	font-size: 90%;
	line-height: 140%;
	margin: 0 0 50px 1em;
	padding-left: 1.5em;
	width: 15em;
}

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

.post-metadata span a {
	text-decoration: none;
}

.post-metadata span.post-author,
.post-metadata span.post-author a,
.post-metadata span.post-date,
.post-metadata span.post-comments,
.post-metadata span.post-comments a {
	color: #ffffff;
}

.post-metadata span.post-categories,
.post-metadata span.post-edit {
	margin-top: 1.5em;
}

.post-metadata span.post-categories a,
.post-metadata span.post-tags a {
	color: #4C0101;
}



/****************************************
 *	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: 1px solid #CC9B5C;
	border-top: 1px solid #B98D55;
	border-bottom: 1px solid #B98D55;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	clear: both;
	height: 1%;
	margin: 0 0 10px;
	padding: .3em 1em 0 1em;
	position: relative;
}

ol.comment-list li.bypostauthor { /* To emphasize replies from the author */
	border-top: 5px solid #9A110C;
}

ol.comment-list li div.vcard { 
	font-weight: bold;
	font-size: 120%;
}

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

ol.comment-list li div.vcard cite.fn a.url { color:#5A0000; text-decoration:none; }
ol.comment-list li div.vcard cite.fn a.url:hover { color:#000000; }
ol.comment-list li div.vcard img.avatar {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 2px 10px 5px 0px;
	padding: 3px;	
}

ol.comment-list li div.comment-meta {
	font-weight: bold;
	font-size: 85%;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 5px;
}

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

ol.comment-list li div.comment-meta a:hover {
	color: #000000;
}

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;
}

ol.comment-list li div.reply a {
	background: url('images/shade.png');
	border: 1px solid #A57D4E;
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	font-size: 80%;
	margin: 0 0 5px 67px;
	padding: 1px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 36px;
}

ol.comment-list li div.reply a:hover {
	background: #9A110C;
	border: 1px solid #5A0000;
}

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.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.even {
	background: url('images/background.jpg');
}

ol.comment-list li.even {
	background: transparent;
}

ol.comment-list li.alt {
	background: url('images/shade.png');
}

ol.comment-list li.pingback div.vcard {
	padding: 0 170px 0 0;
}

#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 {
	border-top: 1px solid #A57D4E;
	float: left;
	margin: 3em 5% 0 0;
	padding-top: 1em;
	width: 30%;
}

#sidebar-tertiary {
	margin-right: 0%;
}

.sidebar .widget {
	margin-bottom: 4em;
}

.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 {
	padding-top: 5px;
}

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



/****************************************
 *	Footer elements						*
 ****************************************/
#footer {
	font-size: 90%;
}



/****************************************
 *	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 {
	background: url('images/shade.png');
	border: 1px solid #CC9B5C;
	border-top: 1px solid #B98D55;
	border-bottom: 1px solid #B98D55;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	clear: both;
	height: 1%;
	margin: 1.5em 0 1.5em 0;
	padding: 1em 1em 0 1em;
}

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

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

body.archive a.stbutton {
	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;
}

img {
	background: #FCF5ED;
	border: 1px solid #B28953;
	padding: 3px;
	position: relative;
	z-index: 1000;
}

a img,
a img:hover {
	display: block;
	float: left;
	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;
}