/*  
Theme Name: Winter
Theme URI: http://www.beckydavisdesign.com
Description: BDD winter.
Author: Becky
Version: 1.0

*/

body {
	background-color: #FFFFFF;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
#outer {
	margin:0 auto; 
	width: 800px;
	height: auto;
	margin-top: 0px;
	
}

a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	font-style: italic;
	color: #6F7D7E;
	text-decoration: none;
}

a:hover {
	color: #663300;
	text-decoration: underline;
}

#header {
	height: 250px;
	width: 750px;
	margin:0px 0 10px 0;
	background-image:url(images/HeaderW.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	
}

#container {
	float:left;
	width: 550px;
	text-align: left;
		
}

#sidebar {
	float: left;
	width: 240px;
	background: #FFFAEC;
	font-size: .75em;
	
}

#sidebar h2 {color: #8b0000;}
#sidebar ul {list-style:none;padding:5px;}
#sidebar li {margin:0px 0 5px 10px;}

#border {
	margin: 0px auto;
    clear:both;
	float: left;
	width: 750px;
	
}

#bottomNav {
	margin: 0px auto;
    clear:both;
	float: left;
	width: 750px;
	
}

#footer {
	clear:both;
	float: left;
	margin-top: 10px;
	text-align: center;
	font-size: .60em;
	width: 750px;
	background: url(images/BDDlogo.png)no-repeat left top;
	padding-top: 15px;
	
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.label {
	font-weight: bold;	
}

.btn {
	font-weight: bold;
	font-size:large;
	color: #FFF;
	background-color: #B93C00;
	height:50px;
	width:120px;
	padding:10px;
	
}
.form {
	border:thin;
	border-style:solid;
	border-color:#663300;
	padding:5px;
        width:470px;
        font-size:small;
}

p {margin-bottom:10px;}

/* nav*/

#nav {
	width:800px;
	height:30px;
	margin: 0px auto;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #830100;
}


ul#navCircle {
      padding: 5px 0 0px 10px;
	  margin:auto 0;
	   
        
}

ul#navCircle li {
	list-style-type: none;
	display:inline;
}

ul#navCircle a:link {
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 1px 24px;
	text-decoration: none;
	color: #5c8096;
	
}

ul#navCircle a#this_page:link, ul#navCircle a#this_page:visited {
	padding-left: 24px;
	color: #5c8096;
	font-weight:bold;
	background: url(images/snowflake.jpg) no-repeat left center;
}

ul#navCircle a:visited {
	color: #6E7B81;
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 1px 24px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}


ul#navCircle a:hover {
        padding-left: 24px;
        color: #9FBDC7;
        background: url(images/snowflake.jpg) no-repeat left center;
}


/* Recommended by http://codex.wordpress.org/CSS */
/* for inserted images */
.aligncenter, div.aligncenter, .article .aligncenter img, .aligncenter img.article, .aligncenter img, img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.alignright img, img.alignright
{
	margin: 1em;
	margin-right: 0;
}

.alignleft img, img.alignleft
{
	margin: 1em;
	margin-left: 0;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 10px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
        font-style: italic;
}
