/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #532d09 url(../images/body-bkg.gif) repeat;
	margin-top: 1em;
	padding: 0;
}
#wrapper {
	background: #fff;
	width: 90%;
	max-width: 975px;
	min-width: 760px;
	margin: 0 auto;
	border: solid 1px #fff8f1;

}


#header {
	background: #532d09 url(../rotate.php) no-repeat left top;
	padding: 0;
	height: 142px;
}

#address {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 1em;
	float: right;
	color:#fff8f1;
}


#nav {
	margin: 0;
	padding: 5px 0;
	white-space: nowrap;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
	background: #8ea034 url(../images/nav-bkg.jpg) repeat-x;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	

}
#nav li {
display: inline;
list-style-type: none;
color: #fdf5e6;
padding: 0 1em;

}

#nav a:link, #nav a:visited {
color: #fdf5e6;
text-decoration: none;
outline:none;
}

#nav a:hover {
color: #532d09;
text-decoration: none;
}

/*pass current link through body tag*/

body.portfolio a#portfolio, 
body.deliveries a#deliveries, 
body.news a#news,
body.about a#about,
body.home a#home {
color: #532d09;
text-decoration: none;
}
	
#main-container {
	background: #fff;
	margin: 0;
	padding: 1em;
	display: inline-block;
	}

#main-container:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden;
	 }

.gutter {padding: 1em}

#side {
	float: left;
	width: 32%;
	min-width: 280px;
}

.sidebar {
	border: solid 1px #8ea034;
	padding: 0;
	background: #fff8f1;
	}
.sidebar:first-child {margin-bottom: 1em;}

#content {
	float: right;
	width: 65%;
	background: #fff;
	border: solid 1px #8ea034;
	}

#footer {
	clear:both;
	width: 100%;
	margin: 0;
	padding: 4px 0;
	background: #5a83ad;
	color: #fff8f1;
	font-size: 80%;
}

#footer a {color: #fff8f1; text-decoration: none;}
	
#footer a:hover {
  	text-decoration: underline;
  	}	

#fright {
  	float: right;
	list-style: none;
  	margin: 0;
  	padding: 0 8px 0 0;
	text-align:right;
	
  	} 
#footer p{padding: 0; margin: 0 0 0 8px}

/*Typography*/

a {color: #000}
a:hover {color: #787746}
#address a {color: #fff}

#content h1 {
	font: normal 200%/normal Georgia, "Times New Roman", Times, serif;
	color: #787746;
}
#content h2 {
	font: normal 150%/normal Georgia, "Times New Roman", Times, serif;
	color: #666633;
}

#content > .gutter > h1:first-child {margin-top: 0; padding-top: 0}

.sidebar h1 {
	font: 400 100%/normal Georgia, "Times New Roman", Times, serif;
	color: #532d09;
	text-transform:uppercase;
	text-align:center;
	margin-top: 0;
	padding-top: 0;
	white-space: nowrap;
}
.sidebar .entry  {
	font-size: 80%;
	}

.sidebar .entry a {
	color: #787746;
	}
	
#col1 #side {display:none}
#col1 #content {float: left; width: 100%; background: #fff}
#col1 .gutter {padding-right: 10%}

.print {display:none}


/*images*/

.border {border: solid 1px #000}
.nb {border: none}
.left {float: left; margin: 0 1em 1em 0;}
.right {float: right; margin: 0 0 1em 1em}

/*2 col list */

#content #list {width: 100%; float: left; margin-bottom: 1em;}

#content #list ul.left {
    float: left;
    width: 50%; 
    margin: 0px;
    padding: 0px;
    border: 0px none; 
    list-style-type: none;
  }
  
#content #list ul.right {
    float: left;
    width: 50%;
    margin: 0px;
    padding: 0px;
    border: 0px none; 
    list-style-type: none;
  }
  
