/* @override http://www.dawnmetcalf.com/wp-content/themes/dawn/style.css */

/*  
Theme Name: Dawn Metcalf
Theme URI: http://www.bravenewcode.com/
Description: A theme for Dawn Metcalfe
Version: 1.0
Author: Dale Mugford and Duane Storey
Author URI: http://www.bravenewcode.com/
	
	This theme was designed and built by Dale Mugford and Duane Storey of BraveNewCode Inc..
*/

/* @group CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group WireFrame Global */

body {
	/*background:#2e0402 url(images/background.jpg) no-repeat fixed;*/

	background: #2e0402 url(http://www.dawnmetcalf.com/wp-content/uploads/background.jpg) no-repeat fixed;	width: 100%;
	font: 14px/17px Garamond, Georgia, Times, serif;
	color: #432107;
	height: auto;
}

#chair-wrap {
	background: url(images/chair.png) no-repeat right bottom;
	width: 100%;
	height: 767px;
	position: fixed;
	bottom: 0;
	right: 0;
}

#bodywrapper {
	background-attachment: fixed;
	height: 100%;
}

#contentwrapper {
/*	max-width: 550px;
	min-width: 390px;*/
	max-width: 600px;
	min-width: 534px;	
	min-height: 850px;
	border-left: 3px solid #2e0402;
	height: auto;
	position: absolute;
	/*background: url(images/paper.png) repeat-y scroll;*/
	background: url(http://www.dawnmetcalf.com/wp-content/uploads/paper.png) repeat-y scroll;
	left: 223px;
/*	width: 520px;*/
	width: 684;
	padding: 25px 0 25px 25px;
	z-index: 1;
}

.entry object, .entry embed, .entry video, .entry iframe {
	max-width: 520px;
	max-height: auto;
	width:expression(document.body.clientWidth > 520? "520px": "auto" );
}



/* @end */

/* @group WordPress Global */

a {
	text-decoration: none;
	color: #e06f19;
	font-weight: bold;
	text-shadow: #fff -1px -1px 1px;
}

a:active {
	
}

a:hover {
	color: #da3d00;
}

h1 {
	font-size: 32px;
	color: #5e1a00;
	line-height: 30px
}

h2 {
	
}

h3 {
	font-size: 18px;
	font-variant: small-caps;
	color: #321800;
}

ol {
	
}

ul {
	
}

li {
	
}

.spacer {
	height: 10px;
}

.clearer {
	clear: both;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

img.alignleft {
	float: left;
	border: 1px dotted #d5c0a0;
	margin: 5px 15px 15px 0;
}

img.alignright {
	float: right;
	border: 1px dotted #d5c0a0;
	margin: 5px 0 15px 15px;
}

.caption .alignleft {
	float: left;
}

.caption .alignright {
	float: right;
}

.edit-link a {
	float: right;
	border: 1px dashed #d5c0a0;
	background-color: #fdedae;
	padding: 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: #fff -1px 0 2px;
	text-transform: capitalize;
	font-size: .9em;
}



/* @end */

/* @group Post Area */

.post {
	padding: 0 90px 15px 10px;
}

.post .entry {
	font-size: 1.1em;
}

.post .entry ul {
	margin-bottom: 25px;
	margin-top: 25px;
}

.post .entry li {
	list-style-type: circle;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.post .entry a {
	background-color: #fee8b0;
	text-shadow: #FFFFFF 0 0 0;
}

.post .entry a:hover {
	background-color: #843e15;
	color: #fdedae;
}

.post h2 {
	display: block;
	font: normal 1.6em Palatino, 'Times New Roman';
}

.post h2 a {
	color: #903c07;
	display: block;
}

.post p {
	line-height: 1.4;
}

.postmetadata {
	background-color: #f6e9ae;
	padding: 5px;
	font-size: .9em;
	border: 1px dotted #e6a823;
}

.postmetadata small {
	line-height: 1.3em;
}

.postmetadata a {
	color: #903c07;
	text-shadow: #ffffff 0 0 0;
}

.post textarea.front-editor-content {
	margin-top: 10px;
	border: 1px dashed #c3af93;
	padding: 3px 3px 0;
	margin-bottom: 5px;
}

.post input.front-editor-content {
	border: 1px dashed #c3af93;
	padding: 3px 3px 0;
	margin-bottom: 5px;
	width: 75%;
}

.divider {
	text-align: center;
	padding: 0;
	margin: 0 auto 25px;
}

#contentwrapper .navigation {
	display: block;
	width: 80%;
	padding-left: 10px;
}

#contentwrapper .navigation a {
	color: #4e2602;
	text-shadow: #e7da9f 0 -1px 0;
}

#contentwrapper .navigation a:hover {
	color: #ac5404;
}

#contentwrapper .navigation .alignleft {
	display: block;
	width: 49%;
	float: left;
}

#contentwrapper .navigation .alignright {
	float: right;
	width: 50%;
	text-align: right;
}



/* @end */

/* @group Footer */

#footer {
	
}



/* @end */

/* @group Sidebar */

/* @group Header */

a#logo {
	padding-left: 20px;		
	z-index: 2;
	position: fixed;
	top: 60px;
	left: 17px;
	display: block;
}


/* @end */

#sidebar {
	width: 215px;
	position: fixed;
	left: 0;
	text-align: center;
	z-index: 1;
	top: 230px;
	padding: 10px 0px 0px 0px;
}

#sidebar ul {
	font-family: Palatino;
}

#sidebar ul li {
	font-size: 1.083em;
	text-transform: uppercase;
	display: block;	
	height: 27px;
	letter-spacing: 2px;
	background: url(images/menu-divider.png) no-repeat 53px 22px;		
}

#sidebar ul a {
	color: #fcecb2;
	text-shadow: #4e2602 -1px 0 1px;
}

#sidebar ul a:hover {
	color: #fff;
}



/* @end */

/* @group Home */

.home-block {
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
	width: 82%;
}

.home-block img {
	border-style: none;
}

.home-block textarea.front-editor-content {
	margin-top: 10px;
	border: 1px dashed #c3af93;
	padding: 3px 3px 0;
	margin-bottom: 5px;
	width: 98%;
}

.home-block.buy .alignright {
	float: right;
	width: 44%;
	text-align: left;
	border-left: 1px solid #d5c0a0;
	padding-bottom: 36px;
	padding-left: 25px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 5%;
}

.home-block.buy .alignleft {
	float: left;
	width: 49%;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 3%;
}

.trailer {
	border: 2px solid #e2c785;
}

#maggie {
 display:block;
   
    text-indent:-9999px;
  

background-image: url(http://www.dawnmetcalf.com/wp-content/uploads/maggie_fly.png);
	height: 233px;
	position: absolute;
	top: 0;
	width: 175px;
	right: -25px;
	z-index: 1; 

}

.maggie {
	width: 70%;
	margin-bottom: 35px;
}



/* @end */

/* @group Contact Form */

input#wpsf_contact_name {
	width: 50%;
	border: 2px solid #d5c0a0;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

input#wpsf_contact_email {
	width: 50%;
	border: 2px solid #d5c0a0;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

input#wpsf_contact_phone {
	width: 50% !important;
	border: 2px solid #d5c0a0;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

select#wpsf_contact_drop_down_menu {
	width: 53% !important;
}

input#wpsf_contact_subject {
	width: 83% !important;
	border: 2px solid #d5c0a0;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

textarea#wpsf_contact_message {
	width: 100% !important;
	border: 2px solid #d5c0a0;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}



/* @end */

/* @group Comments */

h3#comments, #respond h3 {
	color: #4e2602;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
}

ol.commentlist {width: 550px;
}

ol.commentlist li {
	border: 1px dashed #d5c0a0;
	background-color: #ffe6bd;
	margin: 25px;
	padding: 5px;
}

ol.commentlist li a {
	color: #4e2602;
	text-shadow: #000000 0 0 0;
	font-weight: normal;
	font-size: 1.2em;
	font-style: normal;
	text-transform: capitalize;
	font-variant: small-caps;
	letter-spacing: 1px;
}

ol.commentlist li .avatar {
	float: left;
	margin-right: 10px;
	border: 1px dotted #d5c0a0;
}

ol.commentlist li .comment-meta a {
	color: #ae5404;
	font: .8em Georgia, "Times New Roman", Times, serif;

}

/* @group CommentForm */

form#commentform {
	margin-left: 25px;
	margin-right: 25px;
}

form#commentform label small {
	font: bold .8em Georgia, "Times New Roman", Times, serif;
	color: #a56c2d;
	text-shadow: #fef8e5 0 -1px 1px;
	letter-spacing: 0;
}

form#commentform input {
	border: 2px solid #d5c0a0;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 140px;
}

form#commentform input#submit {
	background-color: #ecb86d;
	border-style: solid;
	border-color: #c08e57;
	font-weight: bold;
	color: #5e1a00;
	cursor: pointer;
}

form#commentform input#submit:hover {
	background-color: #fdedae;
	border-color: #d5c0a0;
}

form#commentform textarea#comment {
	width: 97%;
	border: 2px solid #d5c0a0;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* @end */



/* @end */

/* @group Maggie Meter */



/* @end */

/* @group YouTube Fix */

#contentwrapper object, #contentwrapper embed, #contentwrapper img {
	max-width: 415px;
	height: auto;
	/*max-height: 300px;*/
	width:expression(document.body.clientWidth > 415? "415px": "auto" );
/*	height:expression(document.body.clientHeight > 300? "300px": "auto" );*/
}



/* @end */

/* @group Social */

.center {
	display: block;
	font-size: 16px;
	text-align: center;
	margin: 20px auto 15px;
}

.twitter {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	background: url(images/twitter_32.png) no-repeat 0 0;
	text-indent: -1000em;
	margin-right: 15px;
	margin-top: 10px;
}

.facebook {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	background: url(images/facebook_32.png) no-repeat 0 0;
	text-indent: -1000em;
	margin-right: 15px;
	margin-top: 10px;
}

.goodreads {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	background: url(images/gr1_32.png) no-repeat 0 0;
	text-indent: -1000em;
	margin-right: 15px;
	margin-top: 10px;
}

.rss {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	background: url(images/rss_32.png) no-repeat 0 0;
	text-indent: -1000em;
	margin-top: 10px;
}



/* @end */

/* @group Anchor */

#anchor {
	position: fixed;
	right: 50px;
	bottom: 50px;
	background: #330802 url(http://www.dawnmetcalf.com/wp-content/uploads/footer.jpg) top center repeat-y;
	color: #7f7a6e;
	padding: 15px;
width: 200px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 3px solid #5e2d13;
	z-index: 0;
	text-align: center !important;
}

#anchor a {
	text-shadow: #000000 0 0 1px;
}

#anchor h2, #anchor h3 {
	color: #fef6dd;
	text-shadow: #000000 2px 2px 1px;
	line-height: 1.2;
}

#anchor h2 {
	font-size: 22px;
	margin-bottom: 10px;
}



/* @end */

form#commentform textarea#comment {width: 500px} 