/*
Theme Name: Birds and Arrows
Theme URI: http://www.birdsandarrows.com
Description: Yo, Andrea!
Version: 2.0
Author: Brian
Author URI: http://www.graveyardfields.com
*/

/* main css */
html {
 margin-bottom: 0;
}
body {
 margin:0;
 padding:0;
 background: #FFFFFF;
 color: #000;
 font: 12px Verdana, Arial, Helvetica, sans-serif;
 line-height:1.6;
 margin-bottom: 0;
}

#page {
 width:975px;
}

#topcontent {
 background: #ffffff url(images/bg_roundtop.gif) no-repeat top left;
 line-height: 5px;
 height: 5px;
}

#mainimage {
	background: url(images/main.jpg) no-repeat;
	width:379px;
	height:533px;
	text-indent: -9999px;
	overflow: hidden;
	position:absolute;
	left:0px;
	top:0px;
}

/*
#mainimage {
 background: url(images/main.jpg) repeat;
 position:absolute;
 left:0px;
 top:0px;
 width:379px;
 height:533px;
}
*/


#content  {
 float: right;
 width: 595px;
}


#content p {
 margin: 0; padding: 0;
}
#content h1 {
 padding: 10px 0 0 15px; margin: 0;
 font: 22px 'Trebuchet MS';
}
#content h1, #content h1 a {
 color: #839560;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
 font: 32px 'Trebuchet MS';
 margin: 0 0 5px 0;
 padding: 0;
 color: #D1DDBC;
 clear: left;
 overflow: hidden;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}
form {
 margin: 0; padding: 0;
}
textarea, input {
 border: 1px solid #000000;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #FFE786;
	text-decoration: none;
	}

a:hover {
	color: #006600;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */

.post {
 font: 12px Arial, Helvetica, sans-serif;
 color: #000000;
 background: #ffffff;
 padding: 10px 15px;
}
.post img {
 border: 8px solid #ffffff;
}
.post a:link, .post a:visited {
 color: #839560;
}
.post li {
 margin-left: 25px;
}
.post .inner {
 padding: 1px 10px;
 background:url(images/post_bottom.gif) no-repeat bottom left;
}
.post .details {
 background: #CDE8B7;
 padding: 2px 5px;
 margin-top: 5px;
}
.storydate {
	float: right; text-align: center;
	width: 60px;
	height: 58px;
	padding: 3px 0;
	margin-right: 10px;
	background: url(images/bd_date.gif) no-repeat top center;
	font: 11px arial;
}
.storydate .day {
	font: bold 11px arial;
}
.storydate .month {
	font: bold 18px arial;
}
.storytime, .storytime a {
	color: #8BB55E;
	text-decoration: none;
}
.storytime span {
	color: #698662;
}

.comment {
 background: #C1CAAF url(images/icon_comment.gif) no-repeat center right;
 height: 36px;
 margin-top: 5px;
 font-size: 11px;
}
.comment .left {
 font-size: 11px;
 float: left;
 padding: 4px 0 0 10px;
 color: #222222;
}
.comment .left b, .comment .left a {
 color: #222222;
 font-weight: bold;
}
.comment .right {
 float: right;
 padding: 9px 40px 0 0;
}
.comment .right a:link, .comment .right a:visited {
 color: #222222;
 font: bold 14px arial;
}
.comment .right a:hover {
 text-decoration: underline;
 color: #CDE8B7;
}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}
/* End Structure */

/* Begin Images */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* End Images */


/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

#footer {
 background: url(images/bg_footer.png) no-repeat top left;
 height: 238px;
 width: 975px;
}
#footer .right {
 float: right;
 text-align: center;
 color: #8A9E65;
 margin-top: 150px;
 margin-right: 50px;
 width: 500px;
}
#footer .right a {
 color: #8A9E65;
 font-weight: bold;
}
#searchform {
 padding-top: 540px;
 height: 53px;
 padding-left: 20px;
}
#searchform #s {
 border: 1px solid #A3BB78;
 width: 255px;
 margin-top: 15px;
}
#searchform #searchsubmit {
 background: url(images/bg_srcbutton.gif) no-repeat center;
 border: 0;
 height: 21px;
 width: 50px;
 font: bold 12px Arial, Helvetica, sans-serif;
 color: #ffffff;
}
#sidebar {
 width: 358px;
 overflow: hidden;
}
#sidebar .inner {
 padding: 10px;
}
#sidebar h2 {
 font: 32px 'Trebuchet MS';
 margin: 0 0 5px 0;
 padding: 0;
 color: #D1DDBC;
 clear: left;
 overflow: hidden;
}

#sidebar ul {
 margin: 0; padding: 0;
 list-style: none;
}
#sidebar ul {
 margin-bottom: 15px;
}
#sidebar li {
 list-style:none;
 margin-bottom:10px;
 float: left;
 width: 45%;
}
#sidebar li a {
 display: block;
 padding-left: 10px;
 font: bold 14px Arial, Helvetica, sans-serif;
 color: #546D2D;
}
#sidebar li a:hover {
 background: #93A86C;
 text-decoration: none;
}
#sidebar p {
 padding-left: 10px;
 font-size: 11px;
 text-align: justify;
}
#adsense {
 width: 353px;
 height: 146px;
 background: #000000 url(images/bg_adsense.gif) no-repeat top left;
}