/*  
Theme Name: Colorvoid
Theme URI: http://templates.arcsin.se/
Description: Soft and natural, gray and blue two-column theme supporting widgets. Based on the <a href="http://templates.arcsin.se/colorvoid-website-template/">Colorvoid website template</a>.
Version: 1.0
Author: Viktor Persson
Author URI: http://arcsin.se/
Last updated: 2008-12-19

This theme is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* ----------------------------------------
   Standard Elements
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	font-size: 62.5%;  /* resize default font size */
	font-family: calibri,arial, "sans serif";
	background-image: url('http://www.jimthorpefarmersmarket.org/images/veggiebg.jpg');
}

a {
	color: #04720E;
	}
	
a:hover {
	color: #B78302;
	}

p {
	margin-bottom: 20px;
	}

h1 {
}

	
h2 {
	font-size: 1.3em;
	padding-bottom: 20px;
	}
h3 {}

blockquote {
	display: block;
         font-size: 0.9em;
	padding: 5px 15px 0px 15px;
         font-style: italic;
}

ul, ol {}
ul ul, ol ol {}

img {border: none;}
img.bordered {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}

/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	margin: 0 auto;
	width: 798px;	
	border: 1px solid #04720E;
}
#layout_container {
	background: #FFF;
}

/* Site Title */
#site_title {
	height: 200px;
	background: url(http://www.jimthorpefarmersmarket.org/images/header04.jpg) no-repeat 0 0;
}
#site_title h1 a:link, #site_title h1 a:hover, #site_title h1 a:visited {
	text-indent: -9999px;
	display: block;
	float: left;
	background: url(http://www.jimthorpefarmersmarket.org/images/headertitle.png) no-repeat 0 0;
	width: 555px;
	height: 63px;
	margin-left: 20px;
	margin-top: 10px;
position: relative;
z-index: 1;
}

#site_title h2 {
	padding-top: 1.4em;
	font: normal 1.1em sans-serif;
	color: #679;
}

/* Navigation */
#navigation {
	/* background: #739CBA url('img/navigation.jpg') no-repeat left bottom;
	padding: 82px 10px 0; */
	height: 32px;
	width: 798px;
	float: left;
	background: #255F1F;
	}	

#navigation li { 
	float: left;
	list-style-type: none;
	}

#navigation a {
	height: 32px;
	display: block;
	text-indent: -9999px;
	}

#nav1 a { background: transparent url(http://www.jimthorpefarmersmarket.org/images/nav1.jpg) no-repeat 0 0; width: 69px;}
#nav1 a:hover { background-position: 0 -32px;}
#active1 { background: transparent url(http://www.jimthorpefarmersmarket.org/images/nav1.jpg) no-repeat 0 -32px; width: 69px;}

#nav2 a { background: transparent url(http://www.jimthorpefarmersmarket.org/images/nav2.jpg) no-repeat 0 0; width: 134px;}
#nav2 a:hover { background-position: 0 -32px;} 
#active2 { background: transparent url(http://www.jimthorpefarmersmarket.org/images/nav2.jpg) no-repeat 0 -32px; width: 134px;}

#nav3 a { background: transparent url(http://www.jimthorpefarmersmarket.org/images/nav3.jpg) no-repeat 0 0; width: 112px;}
#nav3 a:hover { background-position: 0 -32px;}
#active3 { background: transparent url(http://www.jimthorpefarmersmarket.org/images/nav3.jpg) no-repeat 0 -32px; width: 112px;}

#nav4 a { background: transparent url(http://www.jimthorpefarmersmarket.org/images/nav4.jpg) no-repeat 0 0; width: 117px;}
#nav4 a:hover { background-position: 0 -32px;}
#active4 { background: transparent url(http://www.jimthorpefarmersmarket.org/images/nav4.jpg) no-repeat 0 -32px; width: 117px;}

#nav5 a { background: transparent url(http://www.jimthorpefarmersmarket.org/images/nav5.jpg) no-repeat 0 0; width: 134px;}
#nav5 a:hover { background-position: 0 -32px;}
#active5 { background: transparent url(http://www.jimthorpefarmersmarket.org/images/nav5.jpg) no-repeat 0 -32px; width: 134px;}

#nav6 a { background: transparent url(http://www.jimthorpefarmersmarket.org/images/nav6.jpg) no-repeat 0 0; width: 60px;}
#nav6 a:hover { background-position: 0 -32px;}
#active6 { background: transparent url(http://www.jimthorpefarmersmarket.org/images/nav6.jpg) no-repeat 0 -32px; width: 60px;}

#nav7 a { background: transparent url(http://www.jimthorpefarmersmarket.org/images/nav7.jpg) no-repeat 0 0; width: 95px;}
#nav7 a:hover { background-position: 0 -32px;}
#active7 { background: transparent url(http://www.jimthorpefarmersmarket.org/images/nav7.jpg) no-repeat 0 -32px; width: 95px;}

/* Main Layout */
#main_left {	
         width: 500px;
	float: right;
	padding: 20px 40px 100px 30px;
	font-size: 1.6em;
	line-height: 120%;
         }

#main_right {	
         width: 176px;
	float: left;
	padding: 30px 25px;
	font-size: 1.2em;
}

/* Footer */
#footer {
	clear: both;
	font-size: 1.3em;
	text-align: center;
}

#footer p {
         font-size: 0.9em;
	}

#footer ul {
         margin-bottom: 20px;
         }
#footer li {
	display: inline;
	list-style: none;
}


/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Images */
img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}

/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Floats */
.left {float: left;}
.right {float: right;}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

/* Icons */

#comments h1 {
         font-size: 1.2em;
}


/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 5px;
}
.post_title {
         padding-bottom: 20px;
         }

.post_title h1 a {}

.post_title h1 a:hover {
	text-decoration: underline;
         }

.post_title h1 {
         font-size: 1.2em;
         clear: both;
         padding-bottom: 20px;
         }

.post_title h1.left {
         font-size: 1.2em;
         clear: both;
         padding-bottom: 20px;
         }

.post_date {
	 color: #000;
	 font-size: 0.8em;
         text-align: right;
         padding-bottom:5px;
         }

.post_metadata {
	 padding: 0px 15px 0px 5px;
         }

.post_metadata .content {
	border-bottom: 1px solid #666;
	padding: 0px 8px 10px;
	font-size: 0.8em;
	color: #666;
         }

.post_metadata .content a {}
.post_metadata .content a:hover {}

.post_body {
       /* margin-top: 20px; */
       margin-bottom: 30px;
       clear: both;
       }

.post_body img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
}

.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}

/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {margin-bottom: 5px;}
.box_title, .widget_title {
	font-weight: bold;
	font-size: 0.9em;
	color: #505E69;
}
.box_body {
	font-size: 1.0em;
}
.box_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: underline;}


/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-bottom: 1px solid #ccc;
}

.nicelist li.alt {background: #fff;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #666;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	text-decoration: none;
}
.nicelist .date a:hover {
	text-decoration: underline;
}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font-size: 1.0em;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {
	font: 1em;
	padding-bottom: 6px;
        }


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenav {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Widgets
------------------------------------------- */
.widget {
	/*background: #DAE3E9 url('img/box/body.gif') repeat-x left top;*/
	padding-bottom: 12px;
        margin-bottom: 8px;
	border-bottom: 1px solid #666666;
         }

.widget_title {
         color: #000;
	font-weight: bold;
        
font-size: 1.2em;
	padding-bottom: 5px;
         }

.widget ul {
         list-style: none;
         padding-bottom: 0px;
         }

.widget li {
        padding-bottom: 5px;
        }

/* ----------------------------------------
  Forms
------------------------------------------- */

/* Inputs */
input#s, textarea, input.styled {
	border: 1px solid #BBB;
	padding: 3px;
	width: 160px;
}
textarea {width: 490px;}
#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	font: 0.9em;
	padding: 2px 3px;
}

/* Seachform */
table.search {
	width: 100%;
	border-collapse: collapse;
}
.search td {vertical-align: center;}
