/*

Theme Name: Grapesmart
Theme URI: http://www.wagonmonsterindustries.com/
Description: Custom Grapesmart Theme by William Wagner <a href="http://www.wagonmonsterindustries.com/">WagonMonster Industries</a>
Version: 1.6.2
Tags: fixed width, two columns, widget ready, widgets, right sidebar, simple, white, clean, valid CSS, valid XHTML
Author: WagonMonster
Author URI: http://www.wagonmonsterindustries.com/

*/

/* body
--------------------------------------------------*/
body {
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
line-height:120%;
}

* {
margin:0;
padding:0;
}

a {
color:#741C68;
}
a:hover {
text-decoration: none;
}


/* header
--------------------------------------------------*/
#header {
width:981px;
height:211px;
position:relative;
background:url(images/bg-header.png) no-repeat 0 0;
border-bottom: 1px solid #e4e4e4;
}


#header h1 {
position:absolute;
top:8px;
left:16px;
width:669px;
height:179px;
}
#header h1 a {
display: block;
width:669px;
height:179px;
background:url(images/bg-h1.png) no-repeat 0 0;
text-indent:-999em;
}
#header a#partner-site {
display: block;
position:absolute;
top:16px;
right:18px;
width:163px;
height:60px;
background:url(images/bg-sister-site.png) no-repeat 0 0;
text-indent:-999em;
}
#header .header-categories {
position:absolute;
top:187px;
left:16px;
color: #0F5200;
font-size:15px;
}
#wrapper {
width:981px;
margin:10px auto;
}

/* content
--------------------------------------------------*/
#content {
margin:0 20px 0 8px;
width:630px;
}

#content2 {
margin:0 !important;
padding:10px 0 0px;
}
#content h2, #content2 h2 a {
font-family: Arial, helvetica, sans-serif;
font-size:26px;
font-weight: normal;
margin:8px 0;
color:#183b11;
text-decoration: none;
line-height:36px;
text-align: left;
}
#content h2 a:hover, #content2 h2 a:hover {
text-decoration: underline;
text-align: left;
}
#content h3, #content2 h3 a {
font-family: Arial, helvetica, sans-serif;
font-size:20px;
font-weight: bold;
margin:8px 0;
color:#183b11;
text-decoration: none;
line-height:24px;
text-align: left;
}

#content p, #content2 p {
color:#2F1B49;
line-height:20px;
margin-bottom: 10px;
overflow: hidden;
}
.homepage-stuff {
margin-top:18px;
}
.homepage-stuff div {
margin-bottom:18px !important;
}
.homepage-stuff h2 {
width:650px;
height:37px;
border-bottom:1px solid #efefef;
background:url(images/bg-titles.png) no-repeat 0 0;
text-indent:-999em;
}
.homepage-stuff h2.recent {
background-position:0 -37px;
}
.homepage-stuff h2.popular {
background-position:0 -74px;
}
.entry ul, .entry ol {
margin-left:30px;
color:#2F1B49;
margin-bottom:10px;
}
.entry ul li {
	list-style-type: disc;
	margin-bottom: 8px;
	line-height: 20px;
}
.entry blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-style: italic;
}

.entry ol li {
margin-left: 30px;
margin-bottom: 12px;
}

/* metadata under post
--------------------------------------------------*/
.post {
margin:0 0 50px 0;
/*text-align:justify;*/
}

.post img {
background:#ccc;
border:5px solid #eee;
padding:1px;
}

.post .info {
font-size:1em;
color:#333;
padding:2px 3px 3px 8px;
margin: 25px 0;
}

.date {
margin: 0 0 15px 0;
}

.post small {
margin-top:25px;
}

/* metadata sidebar ('about this post')
--------------------------------------------------*/
p.news {
color:#333;
font-size:120%;
margin:10px 0 28px;
padding:10px;
}

/* sidebar
--------------------------------------------------*/
#sidebar {
width:300px;
float:right;
padding:5px 0 0 0;
height:100%;
}
#sidebar embed {
display: block;
margin-bottom:4px;
}
#sidebar a img {
border:none;
}
#sidebar a.twitter {
display: block;
width:300px;
height:81px;
text-indent:-999em;
background:url(images/bg-twitter.png) no-repeat 0 0;
margin-bottom:15px;
}

#sidebar h2 {
border-bottom:1px solid #CCCCCC;
color:#3D2A55;
padding-left:0px;
padding-bottom:4px;
margin:8px 0;
display: block;
font-size: 16px;
font-weight: bold;
line-height:20px;
}
#sidebar h2 a {
text-decoration: none;
color: #3D2A55
}

#sidebar ul {
margin-left:15px;
padding-left:10px;
}
#sidebar ul li {
padding:0;
margin: 2px 0;
font-size:12px;
}
#sidebar ul li a {
text-decoration: none;
}
#sidebar hr {
display: none;
}
#sidebar td {
font-size: 12px;
}

#sidebar .tinyText {
font: 11px Arial, Helvetica, sans-serif;
color: #999;
}

/* some input
--------------------------------------------------*/
input {
border:1px solid #CCC;

padding:3px;
}

input:hover {
border:1px solid #262626;
}

input:focus {
border:1px solid #262626;
color:#333;
}

/* comments
--------------------------------------------------*/
#comments {
font-size:0.9em;
}

#commentlist li {
margin-bottom:1.5em;
padding-bottom:1em;
}

#commentform {
background:#fff;
width:350px;
text-align:left;
margin:0 0 15px 0;
}

#commentform textarea {
background:#f8f7f6;
border:1px solid #d6d3d3;
width:480px;
}

#commentform #email,#commentform #author,#commentform #url {
font-size:1.1em;
background:#f8f7f6;
border:1px solid #d6d3d3;
width:350px;
}

#commentform input {
margin-bottom:3px;
}

#gravatar {
align:right;
}

/* wp stuff
--------------------------------------------------*/

.aligncenter {
display:block;
margin-left:auto !important;
margin-right:auto !important;
}

.alignleft {
float:left;
margin-right: 15px;
}

.alignright {
float:right;
margin-left: 15px;
}

.navigation {
text-align:center;
font-size:120%;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding:4px 0 0 0;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:10px;
}

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


.wp-caption-dd {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}


/*Recent and Popular*/
.recent-popular {
background: url(images/bg-featured.png) no-repeat bottom;
padding-bottom: 15px;
overflow: hidden;
width:650px;
}
.recent-popular ul {
	width:663px;
}
.recent-popular li {
	list-style-type: none;
	float: left;
	width: 196px;
	padding:10px;
	border-right:1px solid #fff;
	height:277px;
}
.recent-popular li h3{
	display: block;
	font-size:16px;
	margin-bottom:10px;
	font-weight:normal;
}
.recent-popular li a.full-post {
	display: block;
	margin-top:4px;
}
.recent-popular li h3 a {
	text-decoration: none;
}
.recent-popular li span {
	display: block;
	color:#0F5200;
	margin-bottom:10px;
	font-size: 12px;
	line-height: 12px;
}
.recent-popular li img {
	display: block;
	margin-bottom:3px;
}
.recent-popular.all p {
	font-size:16px;
	padding:15px 15px 0 15px;
}
.recent-popular .alignleft {
	float: none;
}
.recent-popular img {border: none !important;}

/*Featured Post*/
div.featuredposts {
background: url(images/bg-featured.png) no-repeat bottom;
padding-bottom: 15px;
overflow: hidden;
width:650px;
}
div.featuredposts p {
	padding:15px 15px 0 15px;
	font-size:14px;
	line-height:18px;
}
div.featuredposts img {
	margin:0 auto;
	display: block;
}
div.featuredposts cite {
color:#0F5200;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:13px;
border-bottom:1px solid #BBEDAF;
display: block;
padding:4px 8px;
}
div.featuredposts h3 {
	padding:0 0 0 15px;
	font-size:16px;
	line-height:20px;
}
div.featuredposts h3 a {
	text-decoration: none;
}
div.featuredposts h4 {
	padding:4px 0 0 15px;
	font-size:11px;
	line-height:13px;
	font-weight: normal;
}

/* footer
--------------------------------------------------*/
#footer {
color:#333;
margin:0;
padding:20px 0;
}
