/* Grapes, web template for business or for fun */
/* By Dave Reeder, www.davereederdesign.com */

body {margin: 0; padding: 0; background: #aaaaaa}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {font-family: Georgia, Georgia, serif; margin: 15px 0 0 5px; color: #fff; 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; right: 0px; top: 30px; font-size: 2.25em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 10px; border-right: 0px solid #fff}
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: 125px; font-style: italic; color: #fff; font-size: 0.9em}  /* sits under main title */

h2 {font-size: 1.0em; letter-spacing: 0.05em}

p, ul, ol {margin: 10px 10px 0 7px; font-size: 0.70em; line-height: 1.60em; color: #ddd; letter-spacing: 0.05em}

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: #7a7; font-weight: bold; text-decoration: none}
a:hover, a:active {color: #ddd; border-color: #fff }

ul {list-style: inside square} /* general lists */

acronym {font-weight: bold; border-bottom: 1px dashed #fff; cursor: help}



/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
width: 950px; 
height: 700px;
background: #555;  /* Important image, do not remove */
overflow: hidden
; border-top: 10px solid #ffffff
; border-bottom: 10px solid #ffffff
}

#hdr {  /* div containing h1, nav and grapes image */
float: right; 
width: 950px; 
height: 180px; 
background: url(happybeelogo2.jpg) 0 0 no-repeat #000000  /* Image of Grapes */
}

#lftcol {   /* left column */
position: absolute;
left: 0px;
top: 220px;
margin-left: 5px;  /* leave this so that background image lines up with edge of this div */
width: 200px; 
background: transparent;
overflow: hidden
}

#rgtcol {float: right; width: 680px; padding-bottom: 30px; background: transparent}  /* right column */

#bttmbar {float: right; text-align: center; font-size: 0.70em; height: 2em; line-height: 2em; width: 950px; background: #fff; border-top: 5px solid #ffffff; border-bottom: 5px solid #ffffff}



#quote {    /* Quote box in left column */
	float: left;
	margin: 10px 0 20px 10px;
	padding: 10px 0;
	width: 170px;
	text-align: center;
	background: #222
}

#quote p {color: #886; font-size: 0.80em; font-weight: bold; line-height: 2.00em}  /* Quote box text #777*/



/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 0px 0 20px 0 0px; /* the 53px 20px 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 #450F1F*/
	border: 0;
	border-left: 20px solid #777;
	padding: 10px 5px;
	font-family: Georgia, Georgia, serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	
	color: #33f;
	background: #fff
}

ul#nav li a#current {border-color: #fff}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #333; color: #fff}


/*................................................... forms.......*/
.alert {
  font-family: 'Roboto Medium', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}







	
