/*
Theme Name: WSM
Theme URI: http://www.highnoondesigns.com
Description: Simple theme.
Version: 1.0
Author: Kristy Fifelski
Author URI: http://www.highnoondesigns.com
Tags: red, orange, green, sidebar
*/


body {
    background: /*url(images/background.jpg) repeat-y center*/ #000; 
	margin: 0;
    padding: 0;
    text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #000;

}

#container {
    width: 837px;
    margin: 0px auto;
	background-color:#FFF;
    text-align: left;
	border-right:#000 1px solid;
	border-left:#000 1px solid;
}

#header {
	height: 207px;
	/*padding: 0px 20px 0 130px;*/
	background: #ffffff url(images/headerbg.jpg) no-repeat;
	font-size: 15px;
	position: relative;
}

#header h1 {
	margin: 0;
	font-size: 30px;
}

#header a {
	text-decoration: none;
	color: #ccc;
}

#header h1 a {
	text-decoration: none;
	color: #fff;
}

#header a:hover {
	color: #ccc;
}

#header #search {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 20px;
}

#header #s {
	background: #ffffff;
	border: 1px solid #999999;
	color: #666666;
	width: 150px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

#navbar {
	margin: 0 10px 10px 11px;
	background: url(images/navbg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 816px;
	border: solid #97a83a;
	border-width: 1px 0;
}

#navbar ul {
	margin: 0;
	padding: 0;


}

#navbar li {
	display: inline;
	float: left;
	border-left: solid #97a83a;
	border-width: 0 1px;
	margin: 0 0 0 -1px;
}

#navbar a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 26px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height: 30px;
}

#navbar a:hover, #navbar .current_page_item {
	background: url(images/navbghover.jpg);
}

#homepagephoto {
	background: url(images/homeimage.jpg) no-repeat;
	margin-top: -20px;
	padding: 0 0 10px 0;
}

#slideshow {
	margin-top: -39px;
	margin-left: -10px;
	margin-bottom: 5px;

}

#posts {
	width: 70%;
	padding: 10 0 0 0px;
	margin: 0;
	float: right;
	overflow: hidden;
}

.commentbubble {
	color: #000;
}

.commentbubble a {
	display: block;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 75px;
	text-align: center;
	font-size: 12px;
	padding: 5px 31px 0 0;
}

.commentbubble a:hover {
	background: url(images/commentbubblehover.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 75px;
	text-align: center;
	font-size: 12px;
	padding: 5px 31px 0 0;
}

.date {
	width: 50px;
	height: 60px;
	border: 1px solid #cccccc;
	text-align: center;
	margin: 0 10px 10px 0;
	float: left;
}

.month {
	font-size: 10px;
	background: url(images/navbg.jpg) #aba000;
	background-repeat: repeat-x;
	background-position: 0 -5px;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
}

.day {
	font-size: 22px;
	height: 25px;
	line-height: 30px;
	font-weight: bold;
}

.year {
	font-size: 10px;
	height: 15px;
	line-height: 15px;
}

.post {
	margin: 0 0 0px 0;
	background: #ffffff;
	padding: 20px 20px 5px 15px;
}

.tags {
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 0 0 60px;
}

.entry {
	margin: 0;
	clear: both;
}

.entry p {
	margin: 0 0 20px 0;
}

.post h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0px;
}

.page .post h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	/*border-bottom: 1px dotted #cccccc;*/
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.post a, .navigation a {
	color: #360;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #333333;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 11px;
	line-height: 1.25em;
	margin: 0 0 0 60px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 0 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.commentdate {
	font-size: 11px;
}
/*
.sidebar {
	margin: 0 0 0 10px;
	padding: 10px;
	width: 25%;
	float:left;
	background: #f36523;
}

.sidebar ul {
	margin: 0 0 0 0;
	padding-bottom: 20px;
}

.sidebar li {
	list-style:none;
	background: url(images/sidebarBullet.gif) left center no-repeat;
}

.sidebar h2 {
	margin: 0 0 0 0;
	padding-top: 13px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #fff;
	width: 95%;
	height: 40px;
	background:url(images/sidebarheadbg.jpg) repeat-x top left;
}
.sidebar h2 a {
	color: #360;
}

.sidebar a {
	color: #000;
	text-decoration: none;
}

.sidebar a:hover {
	color: #333333;
	text-decoration:underline;
}*/

#footer {
	clear: both;
	height: 100px;
	background: #fff url(images/footerbg.jpg);
	background-repeat: repeat-x;
}

#footer p {
	font-size: 11px;
	color: #000;
	position: relative;
	top: 20px;
	left: 20px;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
}

#wp-calendar {
	width: 220px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar a:hover {
	background: #cccccc;
}


#sidebar {
	float:left;
	width: 28%;
	margin: 0 0 0 10px;
	color: #000;
}

#sidebar img {
	border:none;
}

#sidebar ul li h2 img {
	margin-right: 5px;
}

#sidebar a {
	color: #736f44;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: url(images/sidebarbackground.jpg) repeat-x #fff; 
}

#sidebar ul li {	
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	font-size: 0.85em;
	border-left: #999 solid 1px;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;

}

#sidebar ul li h2 {
	margin: 0;
	background: url(images/sidebarbg.jpg) repeat-x;
	color: #fff;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding: 13px 3px 3px 15px;
}


#sidebar ul li table {
	padding-bottom: 5px;
	border: none;
}

#sidebar ul li table caption {
	padding: 5px 0 0 0;
}

#sidebar ul li ul {
	padding: 10px 0;
	border: none;
}

#sidebar ul li ul ul,
#sidebar ul li ul ul ul,
#sidebar ul li ul ul ul ul,
#sidebar ul li ul ul ul ul ul {
	padding: 0;
	border: none;
}

#sidebar ul li ul li {
	font-size: 1em;
	padding: 0.2em 1em 0.2em 0;
	margin: 0 0 0 1em;
	border: none;
}

#sidebar ul li ul li li,
#sidebar ul li ul li li li,
#sidebar ul li ul li li li li,
#sidebar ul li ul li li li li li {
	margin: 0 0 0 1em;
	border: none;
}

#sidebar ul li ul li a {
	text-decoration: none;
	background: url(images/sidebarBullet.gif) left center no-repeat;
	padding-left: 2em;
	color: #000;
	margin: 0 0 10px 0;
	border: none;
}
#sidebar ul li ul#themeswitcher li a,
#sidebar ul li ul li.recentcomments a {
	background-image: none;
	padding-left: 0;
}
#sidebar ul li ul#themeswitcher li,
#sidebar ul li ul li.recentcomments {
	background: url(images/sidebarBullet.gif) left center no-repeat;
	padding-left: 1em;
}

#sidebar ul li ul li a:hover {
	color:#333;
	text-decoration:underline;
}