/*
Theme name: WDTest1
Description: A child theme of OmNonMonster
Author: Taryn Wallis
Template: omnommonster
*/

@import url("../omnommonster/style.css");

body {
	background-image: none;
	font-family: Helvetica, Arial, Verdana, Georgia, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#page {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #4B4B4B;
}

#header {
	width: 900px;
	height: 200px;
	background-image: url(./images/wd-headerlogo.png); 
	background-position: center center;
}

#headerimg {
	display: none;
}

.description {
	display: none;
}

#wrapper {
	width: 558px;
	border: 0 none;
	background: #FFFFFF;
	background-image: none; 
	padding: 10px; 
}

#content {
	width: 550px;
	background: #FFFFFF;
	padding: 5px;
	border: 0 none; 
	background-image: none;
	color: #000000;
}

.content a {
	#0000FF;
}

#sidebar-lt {
	width: 150px;
}

#sidebar-rt {
	width: 150px;
}


#footer {
	width: 500px;
	font-family: "Century Gothic", Arial, Helvetica, "sans serif";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

h1 {
	font-family: Helvetica, "Century Gothic", Arial, "sans serif";
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	color: #202020;
}

h1 a {
	color: #202020;
}

h2 {
	font-family: Helvetica, Arial, "sans serif";
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: #404040;
}

h3 {
	font-family: Helvetica, Arial, "sans serif";
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #606060;
}

h4 {
	color: #606060;
}

h5 {
	color: #606060;
}

h2 a:hover, h2 a:visited, h2 a {
	color: #404040;
	text-decoration: none;
}

.post {
	color: #000000;
}

.post p {
	color: #000000;
}

.post h3 {
	color: #606060;
}

.post a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}

.post li {
	color: #000000;
}

.post ol {
	color: #000000;
}

.pagetitle {
	display: none;
}

.widget {
	background: #4B4B4B;
	border: 0 none;
}

#sidebar-rt {
	color: #FFFFFF;
}

#sidebar-lt ul {
	margin-left: 0;
	padding-left: 0;
	font-family: "Century Gothic", Arial, Helvetica, "sans serif";
	font-size: 16px;
	font-weight: bold;
}

#sidebar-lt ul li {
	padding-bottom: 10px;
}

#sidebar-lt ul h2, #sidebar-rt ul h2, .widget-title {
	background: #4B4B4B;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, "sans serif";
	font-size: 16px;
	border-bottom: 0 none;
	padding-left: 0;
}

#sidebar-lt a, #sidebar-rt a {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar-lt a:hover, #sidebar-rt a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar-lt a:visited, #sidebar-lt a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

ol.commentlist, .replytext, small {
	color: #000000;
        background-color: #FFFFFF;
}

ol.commentlist li {
	color: #000000;
        background-color: #FFFFFF;
}

ol.commentlist li.alt {
	color: #000000;
	background: #FFFFFF;
}

ol.commentlist a, .replytext a {
	color: #0000FF;
}

small.commentmetadata {
	color: #000000;
}

blockquote {
	background: #FFFFFF;
}

.clearboth {
	clear:both;
}

.clearleft {
	clear: left;	
}

.clearright {
	clear: right;	
}

.ebay-distillery {
	float: left;
	width: 300px;
	text-align: left;
	margin: 10px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	padding-bottom:4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	display: none;
}
/* End captions */


//.wp-caption {
//	//margin:10px;
//	padding-top:4px;
//	text-align:center;
//	background: #FFFFFF;
//}

//.wp-caption-text {
//	display: none;
//}