/*
Theme Name: Waterbird-Bronze
Theme URI: http://www.eagleoptics.com
Description: WordPress v2.7 or later theme designed for SEO and simplicity.
Version: 1.0
Author: Eagle Optics
Author URI: http://www.eagleoptics.com
*/

.center {text-align:center;}
.wp-smiley {border: none;}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 15px 0 15px 15px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 15px 15px 15px 0;
	display: inline;
}
.alignright {float: right;}
.alignleft {float: left;}

/* Basic Styles */
a {
	color:#625743;
	text-decoration:underline;
}
a:hover {color: #000000;}
a img {border:none;}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
}
acronym, abbr {border-bottom: 1px dashed #999;}

body {
	color:#3D3C23;
	background-color: #564630;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
}

blockquote {
	border: 1px solid #625743;
	margin:10px;
	padding:5px 10px;
}

code {font: 1.1em 'Courier New', Courier, Fixed;}
blockquote cite {display: block;}

h1 {font-size:1.5em;}
h2 {font-size:1.4em;}
h3 {font-size:1.3em;}
h4 {font-size:1.2em;}
h5 {font-size:1.1em;}
h6 {font-size:1.0em;}
h2,h3 {font-weight:bold;}
h1,h2,h3,h4,h5,h6 {color:#625743;}

input {
	color: #000;
	font-size: 0.9em;
	padding: 2px;
	border: 1px solid #959596;
	margin-right: 1px;
}

/* Main Container */
#page {
	margin: 20px auto;
	width: 760px;
	border: 1px solid #959596;
	background-color: #ffffff;
}


/* Header */
#header {
	background: url(./images/background.jpg) no-repeat center top;
	color:#fff;
	height: 200px;
	text-align: center;
}
#header a {
	color:#fff;
	text-decoration:none;
}
#header a:hover {text-decoration:underline;}

#header h1 {
	font-size:4em;
	margin:0;
}
#header .description {font-size: 1.4em;}


/* Page Navigation */
.menu {
	font-size:1.3em;
	height:26px;
	list-style-type:none;
	margin: -26px 10px 0 10px;
	padding: 0;
}
.menu li {
	display: inline;
	line-height:26px;
}

.menu li a {
	color: #fff;
	padding:5px 15px;
	text-decoration:none;
}
.menu li a:hover {
	color: #f90;
	text-decoration:underline;
}

.menu .current_page_item a {
	color: #caA36a;
	font-weight:bold;
	text-decoration: underline;
}


/* Main Content */
#content {
	font-size: 1.2em;
	-moz-border-radius: 7pt;
	-webkit-border-radius: 7pt;
	border-radius: 7pt;
	background-color: #ECEBD9;
}
.narrowcolumn, .widecolumn {
	float:left;
	margin:10px;
}
.narrowcolumn {
	padding: 0 15px;
	width: 480px;
}
.widecolumn {padding: 0 15px 15px 15px;}

h2.pagetitle {
	text-align:center;
	color:#B7B592;
	font-size:1.6em;
	font-family: gill sans;
}


/* Post */
.post {
	clear:both;
	text-align: left;
}

.entry {font-size:1.1em;}
.entry img {border:1px solid #000;}

.postmetadata {
	background-color:#E0E0CD;
	-moz-border-radius: 7pt;
	-webkit-border-radius: 7pt;
	border-radius: 7pt;
	font-size:0.7em;
	padding:1em;
	text-align:center;
}

.postmetadata ul {
	display: inline;
	list-style-type: none;
}


/* Footer */
#footer {
	background-color:#f6f6f6;
	clear:both;
	color:#999;
	font-size:1.1em;
	padding:1em;
	text-align:center;
}
#footer p {margin:0;}
#footer a{
	color: #FEA501;
	text-decoration: none;
}
#footer a:hover{text-decoration:underline;}


/* Comments */
.commentlist{
	clear:both;
	font-size: 0.9em;
	list-style-type:none;
	padding:0;
}

.commentlist a {color:#000000;}
.commentlist a:hover {color: #625743;}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	margin:10px 5px;
	text-transform: none;
}

.commentlist ul {list-style-type:none;}
.commentlist li {padding:10px;}

.commentlist .comment{
	-moz-border-radius: 7pt;
	-webkit-border-radius: 7pt;
	border-radius: 7pt;
	margin-top:10px;
}
.commentlist .thread-even,
.commentlist .thread-even .depth-3,
.commentlist .thread-even .depth-5,
.commentlist .thread-even .depth-7,
.commentlist .thread-even .depth-9{
	background-color:#fff;
}
.commentlist .thread-even .depth-2,
.commentlist .thread-even .depth-4,
.commentlist .thread-even .depth-6,
.commentlist .thread-even .depth-8,
.commentlist .thread-even .depth-10{
	background-color:#E0E0CD;
}

.commentlist .thread-odd,
.commentlist .thread-odd .depth-3,
.commentlist .thread-odd .depth-5,
.commentlist .thread-odd .depth-7,
.commentlist .thread-odd .depth-9{
	background-color:#E0E0CD;
}
.commentlist .thread-odd .depth-2,
.commentlist .thread-odd .depth-4,
.commentlist .thread-odd .depth-6,
.commentlist .thread-odd .depth-8,
.commentlist .thread-odd .depth-10{
	background-color:#fff;
}

#content .commentlist .bypostauthor{
	background-color:#eee;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}


/* Comment Form */
#respond{clear:both;}
#respond h3{margin-bottom:0;}
#commentform {font-size:0.9em;}
#commentform input {font-size:1.1em;}
#commentform p {margin: 5px 0;}
#commentform textarea {
	border: 1px solid #959596;
	padding: 4px;
	width: 390px;
}
#commentform #submit {
	background-color: #ECEBD9;
	border: 1px solid #959596;
	margin:5px 0;
	padding: 2px 10px;
	text-transform: uppercase;
}


/* Search Form */
#content #searchform {
	background-color:#E0E0CD;
	-moz-border-radius: 7pt;
	-webkit-border-radius: 7pt;
	border-radius: 7pt;
	margin:10px;
	padding:5px;
	text-align:center;
}
#content #searchform .hidden {
	display:none;
}

/* Begin Sidebar */
#sidebar {
	margin:10px 10px 10px 530px;
}

#sidebar h2{
	font-size: 0.9em;
	text-transform: uppercase;
	margin:21px 0 0 0;
	-moz-border-radius-topleft: 8pt;
	-moz-border-radius-topright: 8pt;
	-webkit-border-top-left-radius: 8pt;
	-webkit-border-top-right-radius: 8pt;
	border-top-left-radius: 8pt;
	border-top-right-radius: 8pt;
	background-color: #bb8833;
	text-align:center;
	letter-spacing: 1px;
	color: #FFF;
	width: 220px;
}
#sidebar h2 a {
	color: #FFF;
	text-decoration: none;
}

#sidebar p {
	margin: 0;
	color: #555;
	word-spacing: -1px;
	font-size:10px;
}

#sidebar select {width: 222px;}

#sidebar ul {
	list-style-type:none;
	padding:0;
}

#sidebar ul li, #sidebar ol li {
	display: block;
	width:220px;
}

#sidebar ul li a, #sidebar ol li a {
	background-color: #DDDDDD;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	color: #333333;
	display:block;
	font-size:1.1em;
	padding: 2px 10px;
	text-decoration: none;
	width: 200px;
}
#sidebar ul li a:hover, #sidebar ol li a:hover {
	background-color: #CCCCDD;
	text-decoration: underline;
	font-weight:bold;
}

#sidebar .logo {
	text-align:center;
}

#sidebar .newsletter {
	margin-top:10px;
	text-align:center;
}

/* Navigation Links */
.navigation a {
	color: #000;
	text-decoration:none;
}
.navigation a:hover{
	text-decoration:underline;
}

.navigation .left, .navigation .right{
	height: 21px;
	line-height:21px;
	margin:10px 0;
}
.navigation .left {
	float:left;
	text-align:left;
}
.navigation .right {
	float:right;
	text-align:right;
}
.narrowcolumn .navigation .left, .narrowcolumn .navigation .right{width:240px;}
.widecolumn .navigation .left, .widecolumn .navigation .right{width:355px;}


/* Widgets */

/* Calendar Widget */
#calendar_wrap{
	background-color:#ddd;
	border-top:1px solid #fff;
	border-bottom:1px solid #999;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-size:1.3em;
	font-weight:bold;
}
#wp-calendar tbody{
	background-color:#fff;
}
#wp-calendar tbody td {
	color:#999;
	line-height:20px;
	text-align: center;
}

#calendar_wrap #wp-calendar a {
	border:0;
	background-color:inherit;
	color:#333;
	display: block;
	padding:3px 0;
	text-decoration: underline;
	width:auto;
}
#calendar_wrap #wp-calendar a:hover {
	background-color:#CCD;
	font-weight:bold;
	text-decoration: underline;
}
#calendar_wrap #wp-calendar tfoot a {text-align:center;}


/* Search Widget */
#sidebar #searchform label {
	background-color:#b83;
	-moz-border-radius-topleft: 8pt;
	-moz-border-radius-topright: 8pt;
	-webkit-border-top-left-radius: 8pt;
	-webkit-border-top-right-radius: 8pt;
	border-top-left-radius: 8pt;
	border-top-right-radius: 8pt;
	color:#fff;
	display:block;
	letter-spacing:1px;
	margin-top:21px;
	text-align:center;
	text-transform:uppercase;
	width:220px;
}
#sidebar #searchform div{
	background-color: #dddddd;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	padding:5px;
	text-align:center;
}

#sidebar #searchform #s {
	border: 1px solid #cccccc;
	width: 100px;
}
#sidebar #searchsubmit {padding:0;}
