/*
Theme Name: WSDG
Author: Winter Street Design Group
*/

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #878672;
	text-align: left;
	z-index: 0;
	background-image:url(images/body_bg.jpg);
	background-position:center top;
	background-color:#2d090b;
	background-repeat:repeat-y;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width:1000px;
	height:140px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#header #home_link {
	width:1000px;
	height:140px;
	display:block;
}
		
* a img {
	border:none;
	}		

/* =Menu
-------------------------------------------------------------- */
.menu, .menu-header {
	width:900px;
	margin: 0 auto;
}


#access {
	background: #cdcda4;
	display: block;
	float: left;
	width: 1000px;
}

#access * {
	padding:0;
	margin:0;
}

#access .menu-header,
div.menu {
	width: 967px;
	margin-left: 33px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 47px;
	padding: 0 15px 0 5px;
	text-decoration: none;
	background-image:url(images/nav_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#000;
}
#access li.menu-item-866 a {
	background-image:none;
	padding-right:0;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 47px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	padding: 5px 10px;
	width: 160px;
	height: auto;	
	line-height:150%;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#6e6e6e;

}
#access ul li:hover > ul {
	display: block;
}

/* =Menu
-------------------------------------------------------------- */

#container_lower {
	background-image:url(images/container_bg.gif);
	background-repeat:repeat-y;
	width:1000px;
}

#posts {
	width: 674px;
	padding: 0 0 20px 38px;
	margin: 0;
	float: left;
}

.clearboth {
		clear:both;
		font-size:0;
		height:0;
		line-height:0;
}

.clearfloat {
		clear:both;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.commentbubble a:hover {
	float: left;
	background: url(images/commentbubblehover.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	font-size: 12px;
	line-height: 1.5em;
}

.post {
	margin: 0 0 40px 0;
	clear:both;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
}

.entry {
	margin: 20px 0 0 0;
}

.entry p {
	margin: 0 0 20px 0;
}

.entry hr {
	height: 1px;
	border: none;
	background: #cccccc;
}

h1 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size: 17px;
	font-weight:bold;
	margin: 38px 0 5px 0;
	padding:0;
	color:#D39788;
	line-height:140%;

}

h2 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size: 15px;
	font-weight:bold;
	margin: 10px 0;
	padding:0;
	color:#333;
	line-height:140%;
}

h3 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	font-weight:bold;
	margin: 10px 0;
	padding:0;
	color:#333;
	line-height:140%;
}

h1.pink, h2.pink, h3.pink {
	font-size:17px;
	font-weight:bold;
	color:#D39788;
	
}

a, a:visited {
	color: #2F919B;
	text-decoration: underline;
}

a:hover {
	color: #2F919B;text-decoration: underline;
}

.entry a {
	color: #2F919B !important;
}

.post h1 a:link {text-decoration:none;color:#D39788;}
.post h1 a:hover {text-decoration:underline;color:#D39788;}
.post h1 a:visited {text-decoration:none;color:#D39788;}

.post blockquote {
	font-style: italic;
	padding: 10px 5px 5px 25px;
}

.postmetadata {
	clear:both;
	font-size: 10px;
	line-height: 1.5em;
}

.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;
	margin: 0 0 10px 0;
	padding: 5px;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px 20px 0 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.commentlist p {
	clear: both;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 10px 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.sidebar {
	float:right;
	width: 190px;
	padding:8px 30px 20px 0;

}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar h2 {
	padding:0;
	margin: 30px 0 15px 0;
	font-size: 17px;
	font-weight:bold;
	color: #D39788;
	line-height:140%;
}

.sidebar a, .sidebar a:visited {
	display: block;
	color: #2F919B;
	text-decoration:text-decoration: underline;
}

.sidebar a:hover {
	color: #2F919B;text-decoration: underline;
}

.sidebar ul li ul li {
	_height: 20px; /*IE 6 Hack, the sidebar links won't display properly without this*/
}

.sidebar ul li ul li a {
	margin: 0 0 15px 0;
	padding:0;
	line-height:130%;
}

.sidebar form input[type=text] {
	margin-bottom:5px;
}

#footer {
	clear: both;
	background-color:#dedeb1;
	width:910px;
	padding:20px 29px 24px 61px;
}

#footer img {
	margin:0 16px 0 0;
	padding:0;
	float:left;
}

#footer h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:17px;
	color:#A09F70;
	margin:0 0 23px 0;
	padding:0;
	line-height:17px;
}

#credits {
	padding-bottom:20px;
}

#credits p {
	text-align: center;
	margin:15px 0 0 0;
	color: #D39788;
	font-size:11px;
}

#credits a, #credits a:visited {
	color: #D39788;
	text-decoration: none;
}

#credits a:hover {
	color: #D39788;
	text-decoration: underline;
}

.buy_link {
	float:right;
	margin:0 0 15px 15px;
}

#posts object, 
#posts embed {
	margin-bottom:30px;
}

.educators .alignleft {
	margin-right:12px;
}

.home_excerpt {
	float:left;
	width:208px;
	margin-right:25px;
}

.sidebar form input[type=text] {
	width:140px;
}


