/* ------------------------------------------------------------
    
    Theme Name: Harvest

    Title:     The Image Farm
    Type:      CSS for Screen
    Author:    jory@sensibleworld.net
    Updated:   October 30 2006
    
    Thanks:    SlideShowPro available at slideshowpro.net

------------------------------------------------------------ */

#portfolio_buttons ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 170px;
	background: #ffffcc;
	list-style:none;
	}
#portfolio_buttons ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 170px;
	}

#gd a {
	float: left;
	margin: 0;
	padding: 0;
	width: 172px;
	height: 40px;
	text-indent: -9000px;
	background: url(./images/gd.gif) no-repeat bottom left;
	}
#gd.current a {
	float: left;
	margin: 0;
	padding: 0;
	width: 172px;
	height: 40px;
	text-indent: -9000px;
	background: url(./images/gd_up.gif) no-repeat bottom left;
	}
#i a {
	float: left;
	margin: 0;
	padding: 0;
	width: 172px;
	height: 40px;
	text-indent: -9000px;
	background: url(./images/i.gif) no-repeat bottom left;
	}
#i.current a {
	float: left;
	margin: 0;
	padding: 0;
	width: 172px;
	height: 40px;
	text-indent: -9000px;
	background: url(./images/i_up.gif) no-repeat bottom left;
	}
#id a {
	float: left;
	margin: 0;
	padding: 0;
	width: 172px;
	height: 40px;
	text-indent: -9000px;
	background: url(./images/id.gif) no-repeat bottom left;
	}
#id.current a {
	float: left;
	margin: 0;
	padding: 0;
	width: 172px;
	height: 40px;
	text-indent: -9000px;
	background: url(./images/id_up.gif) no-repeat bottom left;
	}
#ae a {
	float: left;
	margin: 0;
	padding: 0;
	width: 172px;
	height: 40px;
	text-indent: -9000px;
	background: url(./images/ae.gif) no-repeat bottom left;
	}
#ae.current a {
	float: left;
	margin: 0;
	padding: 0;
	width: 172px;
	height: 40px;
	text-indent: -9000px;
	background: url(./images/ae_up.gif) no-repeat bottom left;
	}


body {
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", Helvetica, Verdana, sans-serif;
	line-height: 17px;
	color:#351c12;
	background: #CDB123 url(./images/full_bkgd.gif) repeat-y top center;
	}

/* links */

a:link, a:visited, a:hover, a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #660000;
	}

a.portlink {
	float: right;
	font: 10px "Lucida Grande", Helvetica, Verdana, sans-serif;
	letter-spacing: 0px;
padding: 5px 0 0 0;
	display: block;
	}

/* global styles */

#footer p {
	margin: 0;
	padding: 15px 25px;
	font-size: 9px;
	}
#footer p a {
	font-weight: bold;
	color: #ffffcc;
	}
#footer p a:hover {
	font-weight: bold;
	color: #CDB123;
	}

/* ------------------------------------------------------------

	structure

------------------------------------------------------------ */

#largewrapper {
	width: 100%;
	background: #535C95 url(./images/bkgd.gif) repeat-x bottom center;
	color:#351c12;
	margin: 0;
	padding: 0;
	}
#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
#main {
	width: 748px;
	min-height: 300px;
	margin: 0;
	float: left;
	padding: 0;
	border-right: #FFFFCC solid 1px;
	border-left: #FFFFCC solid 1px;
	background: #FFFFCC url(./images/main_bkgd.gif) repeat-x bottom center;
	}
#main_content {
	width: 700px;
	margin: 0;
	float: left;
	padding: 15px 25px 30px 25px;
	}
#footer-wrap {
	clear: both;
	background: #C6980C url(./images/footer_bkgd.gif) repeat-x top left;
	color: #ffffcc;
	width: 748px;
	height: 110px;
	margin: 0 auto;
	padding: 0;
	border-right: #FFFFCC solid 1px;
	border-left: #FFFFCC solid 1px;
	}

/* ------------------------------------------------------------

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

#header {
	height: 148px;
	margin: 0;
	padding: 0;
	}
#header h1 {
	margin: 0;
	background: url(./images/header.gif) no-repeat top left;
	height: 148px;
	width: 750px;
	text-indent: -9000px;
	}

/* ------------------------------------------------------------

	navigation
	
------------------------------------------------------------ */

/* main navigation */

#navigation {
	height: 50px;
	width: 750px;
	margin: 0;
	padding:0;
	background: #ffffcc url(./images/nav_bkgd.gif) no-repeat top center;	}
#navigation ul {
	width: 750px;
	height: 50px;
	margin: 0;
	padding:0;
	list-style:none;
	}
#navigation li {
	display:inline;
	margin:0;
	padding:0;
	}
#navigation a {
	float: left;
	margin: 0;
	padding: 0;
	width: 95px;
	height: 42px;
	text-indent: -9000px;
	}
#one a {background: url(./images/button_home.gif) no-repeat bottom left; border-left: 1px solid #351c12; border-right: 1px solid #351c12;}
#two a {background: url(./images/button_about.gif) no-repeat bottom left; border-right: 1px solid #351c12;}
#three a {background: url(./images/button_services.gif) no-repeat bottom left; border-right: 1px solid #351c12;}
#four a {background: url(./images/button_portfolio.gif) no-repeat bottom left; margin-left: 173px; border-left: 1px solid #351c12;}
#five a {background: url(./images/button_testimonials.gif) no-repeat bottom left; border-left: 1px solid #351c12;}
#six a {background: url(./images/button_contact.gif) no-repeat bottom left; border-left: 1px solid #351c12;}


/* ------------------------------------------------------------

	title styles
	
------------------------------------------------------------ */

/* splash title */

#home-banner {
	margin: 0;
	background: url(./images/main_banner.gif) no-repeat top left;
	height: 85px;
	width: 250px;
	text-indent: -9000px;
	}

/* main titles */

h2.main {
	font: 22px "Chaparral Pro", Georgia, "Times New Roman", serif;
	margin: 0;
	padding: 5px 0 0 0;
	letter-spacing: 2px;
	text-transform: lowercase;
	color: #993300;
	border-bottom: 1px solid #cc9933;
	}
	
/* ------------------------------------------------------------

	forms

------------------------------------------------------------ */

/* contact form */

form dl, dl.labels {
	margin:0em;
	font-size:100%;
	}
form dt, dl.labels dt {
	float:left;
	width:10em;
	margin-bottom:0.8em;
	text-align:right;
	font-weight:normal;
	position:relative /*IEWin hack*/
	}
form dd, dl.labels dd {
	margin-left:10.5em;
	margin-bottom:0.8em;
	font-size:100%;
	font-style:normal;
	padding-left:0.5em
	}
form dd.submit, dl.labels dd.submit  {
	margin-top:2em
	}

/* ------------------------------------------------------------

	lists

------------------------------------------------------------ */

ul.frontlist {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
	list-style-type: none;
	}
ul.frontlist li {
	list-style-type: none;
	padding: 3px 0;
	border-bottom: 1px solid #cc9933;
	}

ul.servicelist {
	margin: 0 0 0 15px;
	padding: 0 0 10px 0;
	text-align: left;
	list-style-type: none;
	}
ul.servicelist li {
	list-style-type: none;
	padding: 0 0 0 25px;
	background: url(./images/service_list_bullet.gif) no-repeat 0 50%;
	}

/* ------------------------------------------------------------

	portfolio + slideshows

------------------------------------------------------------ */



#slideshow {
	margin: 0;
	padding: 8px;
	float: right;
	width: 514px;
	height: 314px;
	background: #ffffcc;
	}

/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

.alignleft, .alignright {
   	margin: 20px 25px 10px 24px;
   }
img.photo {
	border: 1px solid #4b4b4b;
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
	}
.none {
	display: none;
	}
.clear {
	clear: both;
	margin:0;
	padding:0;
	height: 0.1px;
	}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #333;
	}
del {
	color: #ccc;
	background: #FFFFCC;
	}

#front_right {
	width: 324px;
	height: 274px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	text-indent: -9000px;
	background: #ffffff url(./images/front/rotator.php) no-repeat bottom left;
	color: #eeeeee;
	border: 8px solid #ffffcc;
	}
#front_left {
	width: 340px;
	float: left;
	margin: 0;
	padding: 0;
	}