/* GR8 Designs */
/* www.gr8designs.net */

body {margin: 0; padding: 0; background: #572d2d url(images/back.jpg); font:0.8em 'Trebuchet MS', Arial, sans-serif; text-align:justify;}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif,}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1 {font-family: Georgia, Georgia, sans-serif; margin: 20px 0 0 5px; color: #111; font-weight: normal; text-decoration: none; padding: 0px 0px 8px 0px;}

h2, h3, h4 {font-family: Georgia, Georgia, sans-serif; margin: 20px 0 0 5px; color: #9f8d6c; font-weight: normal; text-decoration: none}

h1 em, h2 em, h3 em, h4 em {font-family: Arial, Georgia, serif; font-weight: normal}  /* italic words in titles */

h1 {font-size: 1.30em; letter-spacing: 0.05em}

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; right: 0px; top: 110px; font-style: italic; color: #9f8d6c; padding-right: 30px; font-size: 0.90em}  /* sits under main title */

h2 {font-size: 1.30em; letter-spacing: 0.05em}

h3 {font-size: 16px; color: #9f8d6c; letter-spacing: 0.05em; font-weight: bold}

h4 {font-size: 12px; color: #572d2d; font-weight: bold; font-family: Helvetica, sans-serif;}

p, ul, ol {margin: 7px 10px 0 7px; line-height: 1.60em; color: #222;}

code { font-size: 0.90em; color: #572d2d; border: 2px solid #685454; padding: 5px 60px 5px 5px; margin: 20px 0 ; font-size: 11px; letter-spacing:1px; background: #fff;}

p span {font-size: 12px; font-weight: bold; color: #572d2d; 
	border: 2px solid #fff;
	color: #572d2d;
	display: block;
	font-size:12px;
	line-height:21px;
	margin: 15px 0;
	padding: 4px 10px 4px 11px;
} /* shouting words */

ul {list-style: inside square; color: #685454} /* general lists */

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}

a:link, a:visited {
	color: #562C2D;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active {color: #fff; border-color: #fff}

/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
width: 680px; 
background: #e2dec0;  /* Important image, do not remove */
overflow: hidden;
border-left: 22px solid #685454; border-right: 22px solid #685454;
}

#player1 
{
     margin: 0px;
     padding: 0px;
}

#hdr {  /* div containing h1, nav and grapes image */
float: left; 
width: 680px; 
height: 200px; 
background: url(images/grapes.jpg) 0 0 no-repeat #d8cd9b;  /* Image of Grapes */
}

#lftcol {   /* left column */
position: absolute;
left: 0px;
top: 215px;
margin-left: 0;  /* leave this so that background image lines up with edge of this div */
width: 200px; 
background: transparent;
overflow: hidden;
}

#rgtcol {float: right; width: 445px; padding-bottom: 40px; padding-right: 20px; overflow: hidden; background: url(images/bottomright.jpg) no-repeat right bottom;} 

#rgtcol a:link, a:visited {color: #2222222; font-weight: bold;}
#rgtcol a:hover, a:active {color: #fff; border-color: #fff}

 /* right column */

img.float-left {
   margin: 4px 1em 1px 0;
}

#bttmbar {
	float: right;
	color: #222;
	text-align: center;
	font-size: 12px;
	height: 45px;
	width: 680px;
	padding-top: 15px;
	border-top:3px solid #9e8c6b;
	text-decoration: none;
	background-color: #685454;
	background-position: center;
}

#quote {    /* Quote box in left column */
	float: left;
	margin: 15px 0 5px 10px;
	padding: 10px 0;
	width: 175px;
	text-align: center;
	background: url(images/quote.gif) no-repeat 0 0	
}

#quote p {color: #444; font-size: 0.90em; font-weight: bold; line-height: 2.00em}  /* Quote box text */

/* Lists */

#rgtcol ul li {
	color: #572e2e;
	list-style: square;
	line-height: 1.6em;
}
#rgtcol ul {
	text-align: left;
	display: block;
	margin: 8px 0 0 20px;
}

#rgtcol ul li span, #rgtcol ul li b, #rgtcol ul li strong {
	color: #444;
	font-weight: normal;
	font-size: 1em;
}


/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#rgtcol img.figure3 {
	float: left;
	margin: 4px 6px 14px 7px;
	padding: 8px;
	border: 4px solid #572d2d;
	}
	
#rgtcol img.figure3:hover {
	border: 4px solid #9f8d6c;
	}

/*---------------------------------------------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: 175px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 8px solid #572d2d;
	padding: 4px 5px 4px 5px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #450F1F;
	background: #9f8d6c;
	letter-spacing:1px;	
}

ul#nav li a#current {border-color: #fff; background: #9f8d6c;}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #fff; color: #572d2d; border-left: 8px solid #9f8d6c;}


	
