/*  
Theme Name: Dances with Bears
Theme URI: http://www.johnhelmer.net
Description: Custom Design for John Helmer Blog
Version: 1.0
Author: Gary Smith
Author URI: http://www.garysmithwebsite.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-color: #000000;
	color: #ffffff;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: underline;
	color: #ffffff;
}

a:hover{
	text-decoration: none;
}

#footer p a{
	text-decoration: underline;
	color: #4d5e80;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 780px;
	text-align: left;
}

#bgstyle{
	margin: 0 auto 0 auto;
	width: 780px;
	float: left;
	background: #666666 url(images/bg.gif) repeat-y 50% 0;
}

#header{
	background-color: #c0c0c0;
	float: left;
	width: 760px;
	height: 240px;
	padding: 0px 10px 0px 10px;
}

#headergraphic{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 760px;
	height: 240px;	
}

#header h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0px 0px 0px 10px;
}

#header h2{
	font-family: Georgia, Sans-serif;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	padding: 15px 0px 0px 10px;
}

#container{
	background-color: #c0c0c0;
	float: left;
	width: 550px;
}

#contentbody{
	background-color: #666666;
	float: left;
	width: 540px;
	display: inline;
	margin-left: 10px;
}

#titlepost{
	background-color: #B41112;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.post{
	padding: 0px 0px 10px 0px;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
	background-color: #333333;
	padding: 10px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 220px;
	background: #c0c0c0;
	margin: 0 0 0 10px;
	display: inline;
}

#contentside{
	float: left;
	width: 210px;
	background: #B41112;
	margin-right: 10px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2 a{
	color: #000000;
	text-decoration: none;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	color: #000000;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #B41112;
	height: 25px;
	text-align: center;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

table#wp-calendar{
	width: 100%;
}

img.myphoto {
float:left;
clear:left;
padding-right: 10px;
}

img.picleft {
float:left;
clear:left;
}

img.picright {
float:right;
clear:right;
}

#footer{
	background-color: #c0c0c0;
	clear: both;
	float: left;
	width: 780px;
	padding: 10px 0 0 0;
}

#footer p{
	line-height: 18px;
}

.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, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
}