/* GBHome, web template for Granello Bakery, Inc of Las Vegas, NV */
/* By K Wood, Granello Bakery */

body {margin: 0; padding: 0; background: #FBEADA}

* {margin: 0; padding: 0; border: 0px none; font-family:  Arial, Helvetica, sans-serif}


/*----------------------------Basic styles-------------------------------------*/

h1, h2, h3, h4 {font-family: Georgia, Georgia, serif; margin: 15px 0 0 5px; color: #006666; 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: 15px solid #fff}                           do not force heading position*/
h1:first-letter {font-family: Georgia, Georgia, serif; font-size: 1.5em} /* styles the first letter of the main title to make it large */

p#tagline {position: absolute; right: 0px; top: 125px; font-style: italic; color: #648D20; font-size: 0.90em}  /* sits under main title */

h2 {font-size: 1.30em; letter-spacing: 0.05em}
h3 {font-size: 1.20em; letter-spacing: 0.05em; margin: 15px 0 0 5px; color: #003300; font-weight: normal; text-decoration: none}
}

p, ul, ol {margin: 10px 10px 0 7px; font-size: 0.70em; line-height: 1.60em; color: #000; 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 */

p:descrip {font family: Georgia; font-size: 4; color: #648D20;
	}

a:link, a:visited {color: #003300; font-weight: bold; text-decoration: none}
/* a:link, a:visited {color: #003300; font-weight: bold; text-decoration: none; border-bottom: 1px solid #008080}*/
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: 620px; 
	background: #FBEADA
	}

#hdr {  /* div containing h1, nav and image */
	float: left; 
	width: 720px; 
	height: 250px; 
	background: #FBEADA 
	}

#lftcol {   /* left column */
	left: 150px;
	top: 280px;
	margin-left: 0px;  /* leave this so that background image lines up with edge of this div */
	width: 270px; 
	background: transparent;
	overflow: hidden
	}

#rgtcol {
	float: right; 
	width: 740px; 
	padding-bottom: 10px; 
	background: transparent; 
	overflow: hidden}  /* right column */

#picframe {
	width= 300; 
	height= 175; 
	border-left: 2px ridge #336633; 
	border-right: 2px ridge #336633; 
	border-top: 2px solid #336633; 
	border-bottom: 2px ridge #336633;
	}
	
#picframe2 {
	border-left: 2px ridge #336633; 
	border-right: 2px ridge #336633; 
	border-top: 2px solid #336633; 
	border-bottom: 2px ridge #336633;
	}
	
#bttmbar {
	float: right; 
	text-align: center; 
	font-size: 0.70em; 
	height: 4em; 
	line-height: 4em; 
	width: 570px; 
	background: #CCCC33; 
	border-top: 1px solid #D9D93C
	}

#quote {    /* Quote box in left column */
	float: left;
	width: 170px;
	text-align: center;
	background: margin-left:10px; 
	margin-right:0; 
	margin-top:10px; 
	margin-bottom:20px; 
	padding-left:0; 
	padding-right:0; 
	padding-top:10px; 
	padding-bottom:10px	
	}

#quote p {
	color: #FBEADA; 
	font-size: 0.80em; 
	font-weight: bold; 
	line-height: 2.00em
	}  /* Quote box text */

#pictable p {
	color: #006633; 
	font-family: Georgia, Georgia, serif;
	font-size: 0.80em; 
	font-style: italic
	}  /* item descriptive text */
	
	
#sidebar p {
	font-family: Georgia, Georgia, serif;
	}  /* side menu bar */

#inquiryform {
	width= 700;
	border-left: 2px ridge #336633; 
	border-right: 2px ridge #336633; 
	border-top: 2px solid #336633; 
	border-bottom: 2px ridge #336633;
	background: #20B2AA;
	}
/*---------------------------------------------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 {
	border-right:0px none; border-top:0px none; border-bottom:0px none; width: 170px;
	/* a little top margin */
	border-left: 10px solid #FBEADA;
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #450F1F;
	background: #FBEADA; margin-left:0; margin-right:0; margin-top:3px; margin-bottom:0; padding-left:5px; padding-right:5px; padding-top:10px; padding-bottom:10px
}

ul#nav li a#current {border-color: #FBEADA}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #9EA219; color: #fff}
