/* Grapes, web template for business or for fun */
/* By Dave Reeder, www.davereederdesign.com */

body {margin: 0; padding: 0; background: #860600}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*----------------------------------------------Basic styles------------------------------------------------*/

hr {
color: #fae2e1;
background-color: #fae2e1;
height: 2px;
width: 400px;
}

h1, h2, h3, h4, th {font-family: Georgia, Georgia, serif; margin: 15px 0 0 5px; color: #fae2e1; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal}  /* italic words in titles */

h1 {position: absolute; left: 130px; top: 25px; font-size: 0em; letter-spacing: 0.1em; line-height: 1.00em}
h1:first-letter {font-family: Georgia, Georgia, serif; font-size: 2.25em} /* styles the first letter of the main title to make it large */

p#tagline {position: absolute; left: 250px; top: 125px; font-style: italic; color: #fae2e1; font-size: 1.10em}  /* sits under main title */
img#hdrlogo {position: absolute; top: 10px; right: 10px}
img#hdrfb {position: absolute; top: 45px; right: 10px}
/*img#hdra {position: absolute; top: 30px; left: 90px}*/
img#hdra {position: absolute; width: 0px; top: 110px; left: 90px}
img#quoteimg {position: relative; left: -9px; border:2px solid #550a04}

span.important {font-size: 120%; text-transform: uppercase}

p.who {font-style: italic; color:#fff}
p.spons {text-align:center}

h2 {font-size: 1.30em; letter-spacing: 0.05em}
h2.love {font-weight: bold;font-style: italic }

p, ul, ol {margin: 10px 10px 0 7px; font-size: 0.70em; line-height: 1.60em; color: #000; letter-spacing: 0.05em}
span.love {background-color:#ff0000}

p {text-align: justify}

code {font-family: monospace; font-size: 1.20em; color: #E20000}

p span {font-size: 1.50em; font-weight: bold} /* shouting words */

a:link, a:visited {color: #550a04; font-weight: bold; text-decoration: none; border-bottom: 1px solid #792533}
a:hover, a:active {color: #fff; border-color: #fff}


table#parttbl {font-size: 0.80em}
table#orgtbl img {width: 100px; height: 120px}
table#orgtbl {font-family:  Arial, Helvetica, sans-serif}
tr.orgpict td {padding: 5px 5px 0px 5px; text-align:center; font-size: 0.80em}
tr.orgname td {padding: 0px 0px 10px 0px; text-align:left; font-size: 0.80em}
tr.orgtitle td {padding: 0px 0px 10px 0px; text-align:center; font-size: 0.80em}

ul {list-style: inside square} /* general lists */

td {padding: 5px; vertical-align: middle}

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}


/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
width: 750px; 
background: url(images/bkgrnd.gif) 0 0 repeat-y #550a04;  /* Important image, do not remove */
overflow: hidden
}

#hdr {  /* div containing h1, nav and grapes image */
float: left; 
width: 750px; 
height: 200px; 
background: url(images/header.gif) 0 0 no-repeat #550a04  /* Image of Grapes */
}

#lftcol {   /* left column */
position: absolute;
left: 0px;
top: 160px;
margin-left: 50px;  /* leave this so that background image lines up with edge of this div */
width: 200px; 
background: transparent;
overflow: hidden
}

#rgtcol {
float: right;
min-height: 550px; 
height:auto !important;
height:550px;
width: 500px; 
padding-bottom: 30px; 
background: transparent
}  /* right column */

#bttmbar {padding-right: 10px; float: right; text-align: right; font-size: 0.70em; height: 4em; line-height: 4em; width: 570px; border-top: 1px solid #fae2e1}

#quote {    /* Quote box in left column */
	float: left;
	margin: 10px 0 20px 10px;
	padding: 10px 0;
	width: 170px;
	text-align: center;
/*	background: url(images/quote.gif) no-repeat 0 0	*/
}

#quote p {color: #444; font-size: 0.80em; font-weight: bold; line-height: 2.00em}  /* Quote box text */


/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 53px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 170px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 10px solid #55322f;
	padding: 10px 5px;
	font-family: Verdana, Georgia, serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #ffffff;
	background: #550a04
}

ul#nav li a#current {border-color: #ff0000}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #c64b41; color: #0}


	