/* Grapes, web template for business or for fun */
/* By Dave Reeder, www.davereederdesign.com */

body {margin: 0; padding: 0; background: Maroon; font-size: 0.79em;
}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {font-family: Arial, Helvetica, sans-serif; margin: 15px 0 0 5px; color: #B22222; font-weight: bold; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Arial, Helvetica, sans-serif; font-weight: normal}  /* italic words in titles */

h1 {position: absolute; right: 270px; top: 70px; font-size: 3em; letter-spacing: 0.1em; color: #800000; line-height: 1.2em; padding-right: 10px; font-style: italic;  font-weight: bold;  } /* border-right: 15px solid #E0F6E2;  */
/* h1:first-letter {font-family: Arial, Helvetica, sans-serif; font-size: 225%} /* styles the first letter of the main title to make it large */ 

p#tagline {position: absolute; right: 275px; top: 110px; font-style: normal; color: #800000; font-size: 0.70em;  font-family: "MS Sans Serif", Geneva, sans-serif;  font-weight: bold;  }  /* sits under main title */

h2 {font-size: 130%; letter-spacing: 0.05em}

p, ul, ol {margin: 10px 10px 0px 7px; font-size: 100%; line-height: 160%; color: #004400; letter-spacing: 0.05em}

p img {float:right;}
code {font-family: monospace; font-size: 120%; color: #E20000}

p span {font-size: 150%; font-weight: bold} /* shouting words */

a:link, a:visited {color: #792533; font-weight: bold; text-decoration: none; border-bottom: 1px solid #792533}
a:hover, a:active {color: #fff; border-color: #fff}

ul {list-style: inside square} /* general lists */

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}


/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
position: relative;
margin: 0 auto;
width: 780px;
background: #B8860B url(images/bkgrndb.jpg) repeat-y 0 0;  /* Important image, do not remove */
overflow: hidden;
min-height: 1024px;
}

#hdr {  /* div containing h1, nav and grapes image */
float: left;
width: 780px;
height: 200px;
background: url(images/grapes.jpg) 0 0 no-repeat Maroon;  /* Image of Grapes */
}

#lftcol {   /* left column */
position: absolute;
left: 0px;
top: 200px;
margin-left: 20px;  /* leave this so that background image lines up with edge of this div */
width: 188px;
background: transparent;
overflow: hidden
}

#rgtcol {float: right; width: 540px; padding-bottom: 30px; background: transparent; overflow: hidden; margin-right: 20px;}  /* right column */

#editor {
	margin-left: 20px;  /* leave this so that background image lines up with edge of this div */
	margin-right: 20px;  /* leave this so that background image lines up with edge of this div */
	background-color: #006400;
	color: #90EE90;
}
#editor p, #editor h2 {
		color: #90EE90;

}
#bttmbar {
	clear:both; text-align: center; margin:0px auto;
	font-size: 80%; height: 4em; line-height: 4em; color: #004400;
	width: 780px; background: #B8860B url(images/bkgrndb.jpg) repeat-y 0 0;  /* Important image, do not remove */
}

#quote, #newsletter {    /* Quote box in left column */
	float: left;
	margin: 10px 0 20px 10px;
	padding: 20px 0;
	width: 170px;
	text-align: center;
	background: url(images/quote.jpg) no-repeat 0 0
}

#quote p, #newsletter p {color: #004601; font-size: 100%; font-weight: bold; line-height: 200%}  /* 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 #228B22;
	padding: 10px 5px;
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #E0F6E2;
	background: Maroon;
}

ul#nav li a#current {border-color: #DAA520;
}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #DAA520; color: #fff}

#rte{float:left;}
#metakeys{float: right;}
#signform, #subscriptform, .requiredinfo {padding-left: 5px;}
#signform input {margin-bottom: 5px;}


