@charset "UTF-8";
/* zblossom.css 
   Zucchini Blossom Café  |  Medicine Hat, AB 
   Css	Prepared for: Jackie Ritchie Design
		By: Nyna Cropas
		Date: April 2009

*/

/*-----------------------------------------------------------------------------
Colours used:

d3a135	background			(pumpkin yellow)
dad4a4	outerwrapper		(soft yellow)	
554208	sidenav text		(dark brown)
c91c19	contact info text	(red)
392f10	text div text 		(off-black)
a16d1c	footer links		(darker pumpkin yellow)
d3a135	footer link borders	(darkest pumpkin)		

Structure Measurements:

body width		830px
body height		630px
header1			566px x 146px	(linked logo)
header2			264px x 146px	(background image)
left column		180px 			(#menu)
centre column	400	px			(#content)
right column	250px			(#text)
text field		218px
footer			775px x 336px
nav buttons		150px x 15px


*/
/*-----------------------------------------------------------------------------

The stylesheet is divided into the following sections:

	--	Universal styles
	--	Generic element styles
	--	Header styles
	--	Image styles
	--	Link styles
	--	List styles
	--	Text styles
	--	Structural styles


*/
/*-----------------------------------------------------------------------------
Universal styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;	
}

body {
	margin:auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

html {
	background-color: #d3a135;
    height: 100%;
}



/*-----------------------------------------------------------------------------
Generic element styles
-----------------------------------------------------------------------------*/

div {

}


hr {

}


span {

}



/*-----------------------------------------------------------------------------
Header element styles
-----------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------
Image styles
-----------------------------------------------------------------------------*/

img {

}



/*-----------------------------------------------------------------------------
Link styles
-----------------------------------------------------------------------------*/


a {
	text-decoration: none;
}


a img {
	border: none;
}



/*-----------------------------------------------------------------------------
List styles
-----------------------------------------------------------------------------*/

ul {
	list-style-type: none;	
}

li {
	padding-bottom: 6px;
}



/*-----------------------------------------------------------------------------
Text styles
-----------------------------------------------------------------------------*/





/*-----------------------------------------------------------------------------
	Structural styles

	Note: these styles are listed in the order they appear in the HTML 
	source pages. Descendent selectors are grouped with their parents.
-----------------------------------------------------------------------------*/

#outerwrapper {
	background-image: url(../images/bkgrnd.gif);
	background-repeat: repeat-y;
	azimuth: behind;
	width: 830px;
	text-align:left;
	}	
	

	
#header{
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	height: 146px;
	background-position:right;
	}
		

#menu {
	width: 180px; 
	height: 340px;
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	position: relative;	
	}	

#menu ul{
	margin: 0;
	padding: 0;
	margin: 28px 0 0 24px;
	}

#menu li {
	height: 16px;
	width: 150px;
	margin-top: 2px;
	text-align: center;
	display: block 0 50%;
	font-size: 70%;
	line-height: 16px;
	letter-spacing: 0.2em;
	list-style-type: none;
	background-image: url(../images/buttons.jpg);
	background-repeat: no-repeat;
	color: #554208;
	}

#navlist li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #554208;
	}

#navlist li a:link, #navlist li a:visited {
	background-image: url(../images/buttons.jpg);
	background-position: 0px 0px;
	}

#navlist li a:hover {
	background-image: url(../images/buttons.jpg);
	background-position: -150px 0px;
	}

#menu #navlist .uberlink {
	display: block;
	background:  url(../images/buttons.jpg) no-repeat -150px 0px;	
	cursor: default;
	}


#contact-info {
	font-size: 0.75em;
	font-weight: 900;
	margin: 130px 2px 40px 0px;
	line-height: 150%;
	color: #c91c19;
	letter-spacing: 0.025em;
	text-align: center;
	position: absolute;
	left: 24px;
	top: 180px;

	}

#contact-info p.larger{
	font-size: 1.1em;
	}


#content {
	width: 400px; 
	float: left;
	padding-top: 4px;
	}
	
#content img{
	margin-left: 8px;
	}


#text {
	width: 249px;
	height: 400px;
	float: right;
	position: relative;
	}

#text #words{
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 2px;
	}
	
#text p {
	padding: 2px 30px 10px 2px;
	font-size: 0.775em;
	font-weight:500;
	line-height: 140%;
	color:#392f10;	
	}

#text a:link, #text a:visited {
	color: #976d02;
	}

#text a:hover, a:active {
	color: #b24325;
	}

#text #logo {
	position: absolute;
	top: 338px;
	right: 0;	
	}

#footer {
	clear: both;
	height: 336px;
	margin-top: 30px;
	text-align: center;	
	}

#bottomnav {
	width: 750px;
	border-top: solid 1px #a16d1c;
	padding-top: 8px;
	margin-left: 30px;
	float: left;
	}

#bottomnav ul li {
	display: inline;
	list-style-type: none;
	padding: 0 8px 0 8px;
	font-size: 0.7em;
	font-variant:small-caps;
	letter-spacing: 0.15em;
	}

#bottomnav li a:link, #bottomnav li a:visited {
	color: #a16d1c;
	text-decoration: none;
	}
	
#bottomnav li a:hover {
	border-bottom: solid 1px #a16d1c;
	}

#nolink {
	color: #a16d1c;
	}

.border {
	border-left: solid 1px #d3a135;
	}

.clearfloat { 
	clear:both;
	height:1px;
	font-size: 1px;
	line-height: 0px;
	}
