/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
	
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #ffffff;
	color: #000000;
	text-align: left;
	}

#page {
	background-color: #ffffff;
	border:;
	text-align: left;
	}

#header {
	background: #4e3227;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 960px;
	}
#logo {
	float: left;
width: 50px;
height: 72px;
background: url('http://sadbirddesign.com/images/logo.gif') no-repeat;
margin-top: 30px;
}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 12px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
padding-right: 0px;
	}

.widecolumn {
	line-height: 2.1em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

#footer {
	background: #ffffff;
	border: none;
	}

small {
	font-family: Helvetica, Verdana, Arial Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
font-weight: bold;
	}

h1, h2, h3, h4, .right h4 {
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 36px;
	text-align: left;
	}
	
h4 {
	font-size: 14px;
	text-align: left;
}
.right h4 {
	padding: 0;
margin: 0;
}

#headerimg .description {
font-family: Helvetica, Arial, Sans-serif;
	font-size: 17px;
	text-align: left;
color: #ACAD73;
	}

h2 {
	font-size: 24px; 
border-top: 1px solid #ccc;
padding-top: 10px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2, .metadata h2, .right h4 {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
color: #000;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #FF0000;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em Helvetica, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar, .right {
	font: 10px Helvetica, Arial, Sans-Serif;
line-height: 14px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #333333;
	}
small {
	color: #000000;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #666666;
	text-decoration: none;
	}

a:hover {
	color: #ff0000;
	text-decoration: underline;
	}
.entry a {
	
color: #ff0000;
text-decoration: none;
}

.entry a:hover {
	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 */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: #39352A;
	margin-left: auto;
margin-right: auto;
	padding: 0;
	width: 960px;
	border:;
	}

#header {
	background-color: #ffffff;
	margin: 0 0 0 1px;
	padding: 0;
	height: 120px;
	width: 960px;
	}

#headerimg {
	margin: 0;
	height: 150px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 690px;
	}

.widecolumn {
float: left;
	padding: 0px 0 20px 0;
	margin: 0;
	width: 690px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}
	
.postt {
	float: right;
	width: 510px;
	min-height: 10px;
}
	
	
.metadata {
	float: left;
	clear: right;
	width: 150px;
	border-top: 1px solid #ccc;
	height: 5px;
	margin-top: 20px;
	text-align: left;
	padding-top: 9px;
font-size: 10px;
}

.post hr {
	display: block;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: 0;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
margin-top: 0px;
margin-bottom: 5px;
	}

.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 {
font-size: 10px;
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin-left: auto; margin-right: auto;
	width: 960px;
	clear: both;
margin-bottom: 20px;
border-top: 1px solid #CCC;
	}

#footerleft {
float: left;
width: 150px;
min-height: 10px;
}
#footermiddle {
	float: left;
width: 510px;
min-height: 10px;
margin-left: 30px;
} 
#footerright {
	float: right;
width: 240px;
min-height: 10px;
}

#footer p {
	margin: 0;
	padding:0;
	text-align: left;
	}

#footer li {
	list-style: none;
line-height: 16px;
}

#footer ul, #footermiddle ul {
	margin-top: 20px;
margin-bottom: 20px;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 30px;
	margin: 0;
	}

h2 {
	margin: 20px 0 0;
	}

h2.pagetitle {
	margin-top: 20px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding-top: 5px;
	}

h3 {
	padding:5px 0 0 0;
	margin: 30px 0 0;
border-top: 1px solid #CCCCCC;	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 3px solid #000000;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

.alignright {
	float: right;
border-top: 1px solid #CCCCCC;
	}

.alignleft {
	float: left;
clear: both;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content:;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 15px 0px;
	text-align: left; 
border-top: 1px solid #ccc;
	}

#sidebar #searchform #s {
	width: 180px;
	border: 1px solid #ff0000;
background-color: #ffffff;
color: #000000;
height: 14px;
	}

#sidebar #searchsubmit {
	padding: 0 3px 0 3px;
border: 1px solid #ff0000;
font-family: Verdana;
font-size: 10px;
background-color:#ffffff;
color: #000000;
cursor: pointer;
	}

#sidebar #searchsubmit:hover {
	
background-color: #ff0000;
color: #ffffff;
}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 140px;
	padding: 2px 0 2px 2px;
	margin: 5px 0px 1px 0px;
	border: 1px solid #ff0000;
font-family: Verdana;
font-size: 10px;
background-color:#ffffff;
color: #000000;
cursor: pointer;
	}

#commentform {
	margin: 5px 0 0 0;
width: 508px;
	}
#commentform textarea {
	width: 100%;
	padding: 0;
	background-color:#ffffff;
	border: 1px solid #ff0000;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	float: right;
	}
#commentform #submit:hover {
background-color: #ff0000;
color: #ffffff;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	float: right;
	width: 240px;
	}

#sidebar form {
	margin: 0;
padding-top: 13px;
padding-bottom: 9px;
	}
/* End Sidebar */



/* 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 { /* Doesn't work in IE */
	background-color: #fff; }
/* 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: left;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: 3px solid #000000;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 65px;
	}
.widecolumn .navigation {
float: left;
width: 150px;
border-top: 1px solid #ccc;
margin-top: 20px;
padding-top: 5px;
}
.widecolumn .navigation a {
line-height: 1.4em;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ACAD73;
	text-align: left;
	padding-top: 0px;
	margin: 0px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/**** Top Frame Line ****/



/**** Navigation ****/
li {
	padding: 0;
}

ul {
	padding: 0;
}




/* Login Panel */
#top {
 height: 20px;
 position: relative;
width: 960px;
margin-left: auto;
margin-right: auto;
}
 
#top ul.login {
 display: block;
 position: relative;
 float: right;
 clear: right;
 height: 20px;
 width: auto;
 font-weight: normal;
 line-height: 38px;
 margin: 0;
 color: white;
 font-size: 11px;
 text-align: left;
}
 
#top ul.login li.left {
 background: url(images/login_l.jpg) no-repeat left 0;
 height: 38px;
 width: 45px;
 padding: 0;
 margin: 0;
 display: block;
 float: left;
}
 
#top ul.login li {
  text-align: left;
 padding: 0px;
 display: block;
 float: left;
 height: 20px;
}
 
#top ul.login li a {
 color: #ff0000;
}
 
#top ul.login li a:hover {
 color: #ff0000;
}
 
/*Login*/
/* toggle effect - show/hide login*/
#login {
 width: 100%;
 color: #000;
 background: #ffffff;
 overflow: hidden;
 position: relative;
 z-index: 3;
 height: 0;
border-bottom: 1px solid #ff0000;
}
 
#login a {
 text-decoration: none;
 color: #33CCCC;
}
 
#login a:hover {
 color: white;
}
 
#login .loginContent {
 width: 960px;
 height: 80px;
 margin: 0 auto;
 padding-top: 15px;
 text-align: left;
 font-size: 0.85em;
}
 
#login .loginContent .left {
 width: 690px;
 float: left;
 padding-left: 0px;
 font-size: 10px;
}
 
#login .loginContent .right {
 width: 240px;
 float: right;
 text-align: left;
 font-size: 10px;
color: #666666;
}
 
#login .loginContent form {
 margin: 0 0 10px 0;
 height: 26px;
}
 
#login .loginContent input.field {
 border: 1px #1A1A1A solid;
 background: #464646;
 margin-right: 5px;
 margin-top: 4px;
 color: white;
 height: 16px;
}
 
#login .loginContent input:focus.field {
 background: #545454;
}
 
#login .loginContent input.rememberme {
 border: none;
 background: transparent;
 margin: 0;
 padding: 0;
}
 
#login .loginContent input.button_login {
 width: 47px;
 height: 20px;
 cursor: pointer;
 border: none;
 background: transparent url(images/button_login.jpg) no-repeat 0 0;
}
 
#login .loginClose {
 display: block;
 position: absolute;
 right: 15px;
 top: 10px;
 width: 70px;
 font-size: 0.8em;
 text-align: left;
}
 
#login .loginClose a {
 display: block;
 width: 100%;
 height: 20px;
 background: url(images/button_close.jpg) no-repeat right 0;
 padding-right: 10px;
 border: none;
 font-size: 0.9em;
 color: white;
}
 
#login .loginClose a:hover {
 background: url(images/button_close.jpg) no-repeat right -20px;
}

.left li {
list-style: none;
line-height: 1.4em;
}

.about {
width: 240px;
float: left;
margin-left: 30px;
margin-top: 26px;
margin-bottom: 10px;
}

.left h4 {
margin: 0;
}
.why {
width: 150px;
float: left;
}


