﻿/* 
Title:     SimpleBits master styles for screen media (brackets edition)
Author:    dan@simplebits.com
Updated:   April 24 2007
*/

body {
	margin: 0;
	padding: 0 0 0 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #383d44;
	background: #EDE5CA url(/img/bg-wide.jpg) repeat top center;
	}

div#bodywrap 
{
    background: url(/img/bg1.jpg) no-repeat top center;
	
}

#bodywrap h5
{
    
    line-height: 200px;
	text-align: center;
	margin-top: 0px;
	
	   
}

#bodywrap h5 a 
{
	display: block;
	width: 850px;
	text-decoration:none;
	border-bottom:none;
	text-align:center;
	margin-right: auto;
	margin-left: auto; 
	margin-top: none;   
}

/* links */

a:link, a:visited {
	padding-bottom: 0;
	color: #98B04E;
	text-decoration: none;
	border-bottom: 1px solid #DEEEA7;
	}
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #98B04E;
	}

/* page structure
---------------------------------------------------------- */

#main-body {
	width: 942px;
	padding: 0;
	font-size: 95%;
	line-height: 1.6em;
	text-align: left;
	background: url(/img/sidebar_b.gif) no-repeat 7px bottom;

	}
	
#green-body
{
    background: #FFF url(/img/bg.gif) repeat-y 50% center;
    width: 942px;
    margin: 10px auto;
    
}

#content 
{
    width: 625px;
	float: right;
}
	
div#content_inner 
{
    padding-top: 15px;
	margin-left: 10px;
	margin-right: 2.5em;
}

#sidebar {
	width: 120px;
	float: left;
	padding: 10px;
	line-height: 1.5em;
	color: #fff;
	margin-left: 0px;
	background: url(/img/sidebar_t.gif) no-repeat 7px 0;

}

div#tri 
{
	background: #fff;
	padding-left: 0px;
	height: 135px;
	z-index: -1; 	
}

div#tri img
{

}
	
div#weather
{
    float: right;
    width: 160px;
    margin-right: 6px;
	margin-top: 3px;
    z-index: -1;
    background: #0188C8;

}
div#weather h2 
{
    border: solid 1px #666666;
    border-bottom: none;  
    padding: 3px;
    margin: 0px;
    font-size: 15px; 
    color: #fff;
}

div#weather a 
{
    border: none;   
}

div#weath 
{
    width: 950px;
    margin: 0px auto 0px auto;
    text-align: left;
    
}

div#wx_module_3507
{
    margin-left: 780px;
    _margin-left: 774px;
    position: absolute;
    top: 297px;
	_top: 298px;   
    
}

/* header
---------------------------------------------------------- */

#header {
	padding: 0;
	font-size: 95%;
	
	
	}

/* logo */

#logo {
	width: 67em;
	margin: 0 auto;
	padding: 10px 0 0 0;
	_padding: 0px 0 0 0;
	text-align: left;
	}
#logo span, #logo a {
	display: block;
	width: 300px;
	height: 0px;
	padding: 0;
	border-style: none;
	}
#logo img  {
	display: block;
	width: 0;
	}

/* navigation */


#nava {
	width: 935px;
	height: 30px;
	margin: 0px auto;
	padding: 0;	
	font-size: 16px;
	font-family: Arial, Helvetica, Sans-Serif;
	background: url(/img/nav-bg.gif) repeat-x center bottom;
	z-index: 0;
	}
#nava a 
{
    padding-left: 20px;
    text-align: left;  
    border: none; 
    color: #5D750A;
}

#nav * 
{
    margin: 0px;
    padding: 0px;   
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/*width: 10em;*/

}

#nav li { /* all list items */
	float: left;
	width: 131px; /*width needed or else Opera goes nuts */
    padding-bottom: 10px; 
    text-align: left;
}

#nav li a:hover 
{
    /*background: url(/img/leaf.gif) no-repeat left center; */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #E6F2BC;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
    margin-top: 10px;
	_margin-top: 0px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px 5px 12px;
	line-height: 16px;
	border: solid 1px #5D750A;
}

#nav li ul li 
{
    padding-bottom: 0px;   
}

#nav li ul li a 
{
    padding: 0px;
    width: 150px;   
}

#nav li ul li a:hover 
{
    background: none;   
    text-decoration: underline;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 150px;
	font-weight: normal;
	
}

#nav li ul ul li 
{
    padding-left: 20px;
	background: url(/img/icon-morearrow.gif) no-repeat left center;   
}

#t-divs-feed,
#t-divs-currie 
{
    background: url(/img/icon-more.gif) no-repeat right center;  
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*#nav li.sfhover ul { _margin-left: -60px;  IE hack for missplaced menu items  }*/

/*#nav li li.sfhover ul { _margin-left: 80px;  IE hack for missplaced menu items  }*/

#t-home:hover, #t-home.sfhover, 
#t-about:hover, #t-about.sfhover, 
#t-divs:hover, #t-divs.sfhover, 
#t-locs:hover, #t-locs.sfhover, 
#t-pubs:hover, #t-pubs.sfhover, 
#t-links:hover, #t-links.sfhover, 
#t-cont:hover, #t-cont.sfhover
{
    background: url(/img/leaf.gif) no-repeat left -4px;    
}

#nav li a.active 
{
    background: url(/img/leaf.gif) no-repeat left -4px;      
}

li#t-home { width: 88px; }
li#t-about { width: 118px; }
li#t-divs { width: 118px; }
li#t-locs { width: 188px; }
li#t-pubs { width: 148px; }
li#t-links { width: 130px; }
li#t-cont { width: 130px; }


/* content
---------------------------------------------------------- */

#content a 
{
    color: #6E8A0C;  
}

/* basic phrase element styles */

blockquote {
	font-family: Georgia, serif;
	font-size: 107%;
	line-height: 1.5em;
	color: #666b75;
	padding-left: 23px;
	background: url(/img/quotes-meta.gif) no-repeat 0 2px;
	}
blockquote.praise {
	padding: 0 0 10px 23px;
	border-bottom: 1px solid #eaeaea;
	}
code {
	color: #963;
	font-family: Monaco, monospace;
	font-size: 120%;
	text-align: left;
	}
code strong {
	color: #630;
	}
abbr, acronym, .popup {
	font-size: 90%;
	letter-spacing: 1px;
	font-style: normal;
	border-bottom: 1px dotted #dbd5c5;
	cursor: help;
	}
a abbr {
	border: none;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #666b75;
	}
ins {
	text-decoration: none;
	font-style: normal;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

/* title box */

#title {
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	border-bottom: 2px solid #dbd5c5;
	}
#title h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 170%;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #383d44;
	border: none;
	}
#title h1 span {
	color: #666b75;	
	}
#title h2 {
	margin: 3px 0 0 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.6em;
	color: #666b75;
	}

/* content styles */

#content h1, 
#content h2
{
    color: #A6BB5D;   
}
#content h3,
#content h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 140%;
	line-height: 1.5em;
	color: #693;
	border-bottom: 1px solid #dbd5c5;
	}
#content h3 a {
	border: none;
	}
#content p {
	margin: 0 0 20px 0;
	}
span.amp {
	font-size: 110%;
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	}

/* entries */

#content h2.date {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 80%;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #666b75;
	}
#content div.entry {
	margin: 0 0 30px 0;
	}
#content div.entry h3 {
	margin: 0 0 .2em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 160%;
	line-height: 1.5em;
	color: #775240;
	border: none;
	}
#content div.entry h3 a {
	text-decoration: none;
	color: #383d44;
	border: none;
	}
#content div.entry h3 a:hover {
	color: #326ea1;
	border-bottom: 2px solid #dbd5c5;
	}
#content div.entry h4 {
	margin: 0 0 .4em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 140%;
	line-height: 1em;
	color: #693;
	border: none;
	}
#content div.entry p.posted {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	font-size: 90%;
	color: #ccc;
	border-bottom: 1px solid #dbd5c5;
	}

/* quickbit entry */

#content div.quickbit {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #dbd5c5;
	}
#content div.quickbit h3 {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	}
#content div.quickbit p {
	margin: 0 0 20px 0;
	}
#content div.quickbit a.more {
	margin-right: 5px;
	padding: 0 0 1px 21px;
	font-weight: bold;
	color: #326ea1;
	border-bottom: 1px solid #dbd5c5;
	background: url(/img/icon-links.gif) no-repeat 0 3px;
	}
#content div.quickbit a.more:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
	background-image: url(/img/icon-links-hov.gif);
	}

/* entries simple list */


/* entry links */

a.plink {
	margin: 0 5px 0 0;
	padding: 0 0 0 15px;
	color: #666b75;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
	background: url(/img/icon-doc.gif) no-repeat 0 50%;
	}
a.qblink {
	margin: 0 0 0 4px;
	font-size: 90%;
	font-weight: normal;
	color: #666b75;
	text-decoration: none;
	border: none;
	}
a.qblink em {
	font-style: normal;
	color: #f3f1e9;
	}
a.qblink:hover em {
	color: #666b75;
	}
a.clink {
	margin: 0 0 0 8px;
	padding: 0 0 0 16px;
	font-weight: normal;
	color: #666b75;
	text-decoration: none;
	border-bottom: none;
	background: url(/img/icon-com.gif) no-repeat 0 50%;
	}
a.plink:hover,
a.qblink:hover,
a.clink:hover {
	color: #383d44;
	}

/* monthly archives */


p#menu {
	float: left;
	width: 100%;
	color: #999;
	font-size: 90%;
	line-height: 1em;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #dbd5c5;
	}
#next {
	float: right;
	padding: 0 7px 0 0;
	border: none;
	background: url(/img/icon-more.gif) no-repeat 100% 4px;
	}
#prev {
	float: left;
	padding: 0 0 0 7px;
	border: none;
	background: url(/img/icon-less.gif) no-repeat 0 4px;
	}

/* quickbits specific */
	

/* figures */

#content img.thumb {	
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#content img.alt {
	float: left;
	margin: .5em 12px 6px 0;
	}
#content img.plain {
	border: none !important;
	background: none;
	}
#content img.sm {
	margin-top: .2em;
	margin-bottom: 4px;
	}
#content a img.thumb:hover {
	border-color: #fff;
	background: #fff;
	}
#content .figure {
	float: right;
	margin: .5em 0 6px 20px;
	font-size: 92%;
	color: #666b75;
	text-align: center;
	}
#content .figure dt img {
	margin: 0 0 6px 0;
	padding: 6px;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#content .figure img.fig {	
	padding: 6px;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#content img.alone, #content .block {
	float: none;
	margin-left: 0;
	}
#content p.fig {
	text-align: center;
	}

/* lists */

#content ul, #content ol {
	margin: 0 0 1.5em 0;
	padding: 0;
	}
#content ul, #content ol {
	margin-left: 20px;
	}
#content ol {
	padding-left: 20px;
	}
#content ul {
	list-style: none;
	}
#content ul li {
	padding: 0 0 4px 14px;
	line-height: 1.4em;
	background: url(/img/icon-bullet.gif) no-repeat 0 4px;
	}

/* RSS feed list */

#content ul.feed-list li {
	padding-left: 0;
	background: none;
	}
#content ul.feed-list li a.rss {
	padding-left: 18px;
	background: url(/img/icon-rss.gif) no-repeat 0 2px;
	}

/* alert notes */

#content .note {
	font-size: 90%;
	font-style: italic;
	line-height: 1.6em;
	color: #888;
	padding: 6px 0 0 0;
	border-top: 1px solid #dbd5c5;
	}
#content .note strong {
	color: #383d44;
	}
#content .note code {
	color: #444;
	}
#content .alert {
	padding-left: 16px;
	background: url(/img/icon-alert.gif) no-repeat 0 1px;
	}
#content .check {
	padding-left: 22px;
	background: url(/img/alert-oran.gif) no-repeat 0 0;
	}
#home #content .note, #content .plain {
	padding: 0;
	border: none;
	}
#content p.filed {
	padding-left: 16px;
	color: #929C87;
	background: url(/img/icon-filed.gif) no-repeat 0 8px;
	}

/* confirm box */

#content .confirm {
	margin: 1.5em 0;
	padding: 20px;
	font-size: 90%;
	line-height: 1.5em;
	color: #963;
	border: 2px solid #FDDC9A;
	border-left: none;
	border-right: none;
	background: #FFF3CE;
	}

/* comments */

#comments {
	font-size: 90%;
	}
#comments textarea {
	width: 350px;
	}
#comments h3 {
	margin: 30px 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: 2px solid #dbd5c5;
	}
#comments h3#add-com {
	margin-bottom: 0;
	border-bottom: none;
	}
#comments h3#chead a {
	float: right;
	margin-left: 10px;
	padding: 0 0 0 16px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	border: none;
	color: #666b75;
	background: url(/img/icon-com.gif) no-repeat 0 50%;
	}
#comments h3#chead a:hover {
	padding-bottom: 0;
	color: #383d44;
	}
#comments code {
	font-size: 118%;
	}
#comments span {
	color: #999;
	}
#comments input {
	vertical-align: middle;
	}
#comments input#author,
#comments input#email,
#comments input#url {
	width: 250px;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}
#comments textarea {
	width: 400px;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}
#comments .note {
	font-size: 100%;
	}

/* author highlighting */


/* home page specific */

body#home #title {
	margin-top: -9px;
	padding: 23px 120px 12px 12px;
	border-bottom: none;
	background: #e6e3d7 url(/img/blocks-grad.gif) no-repeat top right;
	}
body#home #title h1 {
	margin-bottom: 4px;
	line-height: 1em;
	}
body#home #title h2 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #464a52;
	}
#content h3#recent {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 83%;
	line-height: 1.5em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #693;
	}
#content h3#recent a.rss {
	position: absolute;
	top: 0;
	right: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	letter-spacing: 0;
	border: none;
	}

/* sidebar
---------------------------------------------------------- */



#sidebar h3 {
	margin: 25px 0 12px 0;
	padding: 0 0 5px 0;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 93%;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid #dbd5c5;
	}
#sidebar h3.first {
	margin-top: 0;
	}
#sidebar h3.featured {
	margin-bottom: 0;
	border-bottom: 0;
	}
#sidebar p {
	margin: 0;
	padding: 0;
	}
#sidebar p.cc {
	margin-top: 1em;
	}
#sidebar ul, #sidebar dl {
	margin: 0px 0px 100px 0px;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
	}
#sidebar li {
	margin: .8em 0 .4em 0;
	padding: 0 0 0 2px;
	
	}
#sidebar li a 
{
    font-family:Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #fff;   
    border-bottom: solid 2px #6E8A0C;
    padding: 5px 0px;
    display: block;
    font-weight: bold;

}

#sidebar li a#coopstores,
#sidebar li a#coopstores:hover  
{
    background: url(/img/stores.jpg) no-repeat center bottom;
    height: 31px;
    border: none;
    margin-top: 10px;
    vertical-align: top;
}

#sidebar li a#coopstores:hover 
{
    background: url(/img/storesover.jpg) no-repeat center bottom;
    border: none;
}

#sidebar li a#coopnews,
#sidebar li a#coopnews:hover  
{
    background: url(/img/subscribe-off.jpg) no-repeat center bottom;
    height: 20px;
    border: none;
    margin-top: 1px;
    vertical-align: top;
}

#sidebar li a#coopnews:hover 
{
    background: url(/img/subscribe-on.jpg) no-repeat center bottom;
    border: none;
}

#sidebar li a#newspaper,
#sidebar li a#newspaper:hover  
{
    background: url(/img/farmingnews_off.jpg) no-repeat center bottom;
    height: 108px;
    border: none;
    vertical-align: top;
}

#sidebar li a#newspaper:hover 
{
    background: url(/img/farmingnews_on.jpg) no-repeat center bottom;
    border: none;
}

#sidebar li a#timewellspent,
#sidebar li a#timewellspent:hover  
{
    background: url(/img/timewell_off.jpg) no-repeat center bottom;
    height: 99px;
    border: none;
    vertical-align: top;
}

#sidebar li a#timewellspent:hover 
{
    background: url(/img/timewell_on.jpg) no-repeat center bottom;
    border: none;
}


#sidebar li a.active,
#sidebar li a:hover
{
    color: #fff;
    border-bottom: solid 2px #b8d358;
}
#sidebar ul.articles li {
	padding-left: 16px;
	background-image: url(/img/icon-doc.gif);
	background-position: 0 2px;
	}
#sidebar ul li.last {
	margin-bottom: 0;
	}

/* banner img in sidebar */

#sidebar p.banner a {
	padding: 0;
	border: none;
	}
	
/* store list */



table.storelist td.phone { white-space: nowrap; }


table.storelist 
{
    border: solid 2px #89a738; 
    /*background: url(/img/tablebg.gif) repeat 0 30px; */
    border-collapse: collapse;
}

table.storelist td,
table.storelist th 
{
    border-right: solid 2px #89a738;
    padding: 0px;
    margin: 0px;
    line-height: 23px;
    vertical-align: top; 
    padding: 0px 3px;
    font-size: 11px;
    height: 46px;
}

table.storelist td a 
{
    

}

table.storelist th 
{
    background: url(/img/tablehbg.gif) repeat-x bottom left;  
    border-color: #fff;
    color: #fff; 
    line-height: 30px;
    height: 30px;
}

table.storelist th.end 
{
    border: none;  
} 

.column_l,
.column_r 
{
  margin-bottom: 30px;
}

table.vendorlist td.image 
{
    border-right: none; 
    vertical-align: middle;  
}

table.vendorlist td.name 
{
    vertical-align: middle;   
}

table.vendorlist a 
{
    border: none;  
    font-size: 16px; 
    font-weight: bold;
    line-height: normal;

}

table.vendorlist td 
{
    height: 100px;  
    line-height: 13px;
    vertical-align: middle;

}

table.vendorlist 
{
    background: url(/img/vendorbg.gif) repeat 0 30px;    
}

div.infolinksl,
div.infolinksr
{
    width: 270px;
    margin-right: 10px;
}

div.infolinksl { float: left; }
div.infolinksr { float: right; }

div.infolinksl ul 
{
    font-size: 90%;
    margin-left: 10px;  
}

.events dl 
{
     border: solid 1px #C8DA89; background: #EEF6D1; 
     margin-top: 0px !important;
}
.events dt 
{
    font-weight: bold;
    
    padding: 2px 15px;
    border-bottom: solid 1px #C8DA89;
    background: #fff;
}
.events dd { padding: 0px 16px; color: #555; font-size: 11px }
.events dd.date { background: url(/img/icon-hcalendar.gif) no-repeat 1px center; }
.events dd.location { background: url(/img/icon-place.gif) no-repeat left center; margin-bottom: 20px; }
.calhead,
.events h3 
{
    background: url(/img/tablehbg.gif) repeat-x bottom left;  
    border-color: #fff;
    color: #fff !important; 
    text-align: center;
    line-height: 30px;
    height: 30px;
    display: block;
    font-weight: bold;
}

.events p 
{
    padding: 10px 20px;   
    background: url(/img/quotes-meta.gif) no-repeat 0px 5px;
    font-style: italic;
}

.calendar 
{
    border: solid 1px #C8DA89;  
    float: left;
    margin-right: 5px; 
    width: 180px;
}
.calendar .nodate,
.calendar .eventdate 
{
    border: solid 1px #C8DA89;
     
}
.calendar .eventdate 
{
    background: #EEF6D1;
}
.calendar .nodate 
{
    color: #CADE85;
    font-size: 80%;
}

.calendar .othermonth 
{
    background: #E6F2BC;
    font-size: 80%; 
    font-weight: normal;
}

.calendar .othermonth a 
{
    display: none;
}


/* work list */

#work-list dt {
	margin: 12px 0 0 0;
	font-weight: normal;
	}
#work-list dd {
	margin: 0 0 2px 0;
	padding: 0;
	}
#work-list dd strong {
	color: #666;
	}
#work-list dt a {
	float: left;
	display: block;
	margin: 2px 8px 0 0;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#work-list dt a:hover, #work-list dt.active a {
	border-color: #fff;
	background: #fff;
	}
#work-list dt.active a {
	border-color: #EBF4D9;
	background: #2D405B;
	}
#work-list dd.active a {
	text-decoration: none;
	font-weight: bold;
	color: #2D405B;
	border-bottom: none;
	}

/* simple work list */

#work-simple {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#work-simple li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	}
#work-simple li a {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#work-simple li a:hover, #work-simple li.active a {
	border-color: #fff;
	background: #fff;
	}
#work-simple li.active a {
	border-color: #383d44;
	}

/* flickr stream */

#flickr {
	margin: 0;
	}
#flickr img {
	float: left;
	margin: 0 12px 12px 0;
	width: 50px;
	height: 50px;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#flickr a:hover img {
	border-color: #fffefa;
	background: #fffefa;
	}

/* sub navigation */

#sidebar ul.sub li.active a:link, #sidebar ul.sub li.active a:visited {
	color: #383d44;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	}
#sidebar ul.sub li.active {
	background: url(/img/icon-subon.gif) no-repeat 1px 4px;
	}

/* download links */

a.dnld {
	padding-left: 12px;
	background: url(/img/icon-dnld.gif) no-repeat 0 3px;
	}

/* thumb img */

#sidebar img.thumb {	
	float: left;
	margin: 0 8px 2px 0;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#sidebar a img.thumb:hover {
	border-color: #fff;
	background: #fff;
	}

/* work
---------------------------------------------------------- */

/* portfolio pieces */

#portText {
	padding-left: 220px;
	}
#port ul {
	padding-left: 0;
	margin-left: 0;
	}
#portimg {
	float: left;
	width: 194px;
	padding: 0;
	margin: .5em 15px 0 0;
	color: #666;
	font-size: 100%;
	text-align: left;
	}
#portimg dt {
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#content dl#portimg dd {
	padding: 0;
	margin: 10px 0 0 0;
	}
#portimg span.pageprev {
    padding-left: 10px;
    background: url(/img/icon-less.gif) no-repeat center left;
    margin-right: 10px;
    }
#portimg span.pagenext {
    padding-right: 10px;
    background: url(/img/icon-more.gif) no-repeat center right;
    }

/* slideshows */

#slidenav {
	width: 522px;
	margin: 1em 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	text-align: center;
	color: #ccc;
	}
#clearPhoto {
	clear: both;
	margin: 20px 0 0 0;
	}
img#photo {
	margin: 0 0 1em 0;
	padding: 10px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}

/* photo viewer overrides */

body.viewer #sidebar {
	display: none;
	}
body.viewer #main-body {
	background-image: none;
	}
body.viewer #content {
	width: 60em;
	}

/* icons
---------------------------------------------------------- */

/* product layout */

.prod-feature {
	margin: 0 0 40px 0;
	}
.prod-feature h3 {
	margin-top: 0;
	}
.prod-sample {
	float: left;
	margin: 0 15px 0 0;
	}
.prod-sample img {
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
.tshirt-sample {
	margin-top: 18px;
	text-align: center;
	}
#content .tshirt-sample p {
	margin-top: 5px;
	}
.tshirt-sample img {
	padding: 0;
	border: none;
	background: none;
	}
.prod-desc {
	margin: 18px 0 0 235px;
	font-size: 90%;
	line-height: 1.5em;
	}
#content .prod-desc ul {
	margin-left: 0;
	}
.prod-feature .t-shirt {
	margin-left: 210px;
	}
.prod-feature form.shirt-form {
	clear: left;
	margin: 0 0 1em 0;
	padding-bottom: 5px;
	}
.prod-feature form em {	
	color: #666;
	}
.prod-img {
	float: left;
	width: 215px;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	text-align: center;
	border: 1px solid #dbd5c5;
	background: #fff;
	}
#content .prod-details {
	margin: 15px 0 0 0;
	padding: 1px;
	font-size: 90%;
	text-align: left;
	color: #999;
	border-top: 1px solid #dbd5c5;
	}
#content .prod-details p {
	margin: 0;
	padding: 6px 12px;
	background: #F6F0CF url(/img/price-bg.gif) repeat-x top left;
	}
#content .prod-img p em.price {
	float: right;
	padding-left: 6px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
	color: #2D405B;
	border-left: 1px solid #E9E2BE;
	}
a.prod-shot:link, a.prod-shot:visited {
	border: none;
	}

/* forms
---------------------------------------------------------- */

#contactform, #comments-form, .shirt-form, #rfp-form {
	margin: 0 0 25px 0;
	padding: 20px;
	background: #e6e3d7 url(/img/form-bg.gif) repeat-x top left;
	}
#comments-form p.note, #contactform p.note {
	margin-top: 20px;
	}
#contactform dt em, #contactform .note em, #rfp-form dt em, #rfp-form .note em {
	color: #c00;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	}
#contactform #realname, #contactform #email, #contactform #url {
	width: 250px;
	padding: 2px;
	font-size: 130%;
	color: #444;
	}
#contactform textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	font-size: 130%;
	color: #444;
	}
#rfp-form h3 {
	margin: 0 0 1em 0;
	}

/* tshirt form */

.tshirt-form {
	margin: 0 auto;
	padding: 0;
	}
.tshirt-form th {
	text-align: right;
	vertical-align: top;
	}
.tshirt-form td {
	padding: 0 0 8px 10px;
	vertical-align: top;
	}
.tshirt-form td p {
	margin: 0;
	padding: 0;
	}

/* more forms */

form {
	margin: 0;
	padding: 0;
	}
#search-form {
	margin: 0 0 15px 0;
	}
#search-form input {
	color: #666;
	vertical-align: middle;
	}
#extra #search-form input#search-text {
	width: 150px;
	}

/* when on Notebook */

#content #search-form {
	margin-bottom: 20px;
	padding: 20px;
	background: #e6e3d7 url(/img/form-bg.gif) repeat-x top left;
	}
#content #search-form input#search-text {
	width: 300px;
	}

/* extra styles
---------------------------------------------------------- */

#extra {
	padding: 0 0;
	font-size: 95%;
	width: 940px;
	margin: 0 auto;
	border-bottom: 4px double #6e8a0c;
	}
#extra-inner {

	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
#extra h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	color: #383d44;
	}
#extra h3 span.by {
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0;
	text-transform: none;
	}
#extra div.extra {
	float: left;
	width: 33%;
	}
#extra div.one h3, #extra div.one p {
	margin-right: 29px;
	}
#extra ul.articles {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.4em;
	list-style: none;
	}
#extra ul.articles li {
	margin: 0 0 6px 0;
	padding: 0 0 0 30px;
	
	float: left;
	}
#extra ul.articles li a {
	border-bottom: none;
	}

/* footer
---------------------------------------------------------- */

#footer {	
	padding: 15px 0 30px 0;
	font-size: 95%;
	line-height: 1.5em;
	text-align: left;
    color: #999;
	}
#footer-inner 
{
    width: 500px;
    margin: 0 auto;
	padding-left: 40px;
	background: url(/img/logo-footer.gif) no-repeat 0 5px;
	}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
#footer a.rss {
	padding-left: 16px;
	background: url(/img/icon-rss.gif) no-repeat 0 0;
	}

/* shared styles
---------------------------------------------------------- */

/* img/desc teasers */


/* microformats
---------------------------------------------------------- */

/* hCalendar */

ul li.vevent span.summary {
	display: block;
	}
ul li.vevent abbr {
	border: none;
	font-size: 100%;
	letter-spacing: 0;
	}
ul li.vevent span.location {
	font-style: italic;
	}
div.description {
	margin: 1em 0;
	font-size: 90%;
	}

/* in sidebar */

#sidebar ul li.vevent {
	margin-bottom: 10px;
	padding-left: 0;
	background: 0;
	}
#sidebar ul li.vevent abbr.dtstart {
	padding: 0 0 0 15px;
	background: url(/img/icon-hcalendar.gif) no-repeat 0 3px;
	}

/* misc.
---------------------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}
	
table.contact td { COLOR: #755; padding: 5px 3px; font-size: 80%; white-space: nowrap; font-weight: bold; vertical-align: top; border-bottom: dotted 1px #dbd5c5;  }
table.contact td.required { WIDTH: 100%; color: #877; }
table.contact input { padding: 3px; }
table.contact textarea { padding: 3px; }

ul.contact { font-size: 10px; }
li#tel { background: url(/img/icon-tel.gif) no-repeat 0 1px; }
li#mail { background: url(/img/icon-email.gif) no-repeat 0 1px; }
li#home { background: url(/img/icon-home.gif) no-repeat 0 1px; }

/* self-clearing floats */

#nava ul:after, 
#main-body:after,
#flickr:after,
#extra:after,
#footer:after,
#port:after, 
.prod-feature:after, 
dl.teaser:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/* extra styles
---------------------------------------------------------- */


.feedtable 
{
    margin-left: 2em;   
}

.feedtable table 
{
    margin-bottom: 40px;
    line-height: 20px;
}

.feedtable table td 
{
    padding: 0px 8px; 
    color: #888;  
}

.feedtable .brand 
{
    border-right: solid 1px #C8DA89;   
}

div.joblisting 
{
    margin: 20px 10px;   
}

div.joblisting dl 
{
    margin: 10px;   
}

div.joblisting dt
{
    font-weight: bold;
}

div.joblisting dd 
{
    margin-bottom: 10px;  
    margin-left: 10px; 
}

/* INSTRUCTIONAL VIDEOS */

div#video 
{
    border: solid 4px #000;
    width: 322px;  
    float: right;
    margin: 20px;
    height: 242px;
    background: #000;
    color: #fff;
}

div#videolist 
{
    width: 200px;
    float: left;
}

div#video.small { width: 261px; height: 176px; }
div#videolist.small { margin-left: 270px; }

div#videolist h2 
{
    margin-top: 20px;
}

div#videolist ul 
{
    margin: 0px 20px;
    margin-bottom: 30px;   
}

div#videolist li.current 
{
    background: #fff;
    color: #a13; 
    padding-left: 10px;  
}

div#videolist li.current a 
{
    color: #a13;
    font-weight: bold;   
}

/*HIDE Extra Vid in Safari*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #hide {display: none;}
}

/*Grain Form*/
.formsubmitted {font-weight: bold; font-size: larger;}