@charset "UTF-8";
/* CSS Document 
	Country Cousin Restaurant*/

/*colors
	taupe: e3dcc6
	light gray: f2f2f2
	bronze: 855b27
	yellow: fcdd01
	brown: 9e5700
	black: 000
	white: fff
*/

/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body{
	background: url(http://www.kevinjessee.com/queenbee/images/queenbee_bg.jpg) ;
	background-repeat: none;
	background-position: center top;
	background-color: #fff;
	font-family: 'Gentium Basic', serif; color:#000000; font-size:18px; line-height:1.75em; text-align:left;
}
ol{list-style:none;
	margin: 0; padding: 0;}
p { font: 1em/1em; margin-bottom: .5em; }
a { outline: none; text-decoration: underline; color: #855b27;}
a:hover{text-decoration:none;}
a img { border: none; }

strong { font-family: 'Gentium Basic', serif; color:#855b27; font-size:18px; line-height:1.75em; text-align:left;}

.title { font-family:  'Miss Fajardose', cursive; font-size: 50px; color: #96181C; font-weight: bold; text-shadow: 2px 2px 2px #929496;}

.wp-caption-text { font-style: italic; font-size: 12px; color: #2d2d2d; text-align: center;}

h1 { font-family:  'Miss Fajardose', cursive; font-size: 70px; color: #855b27; font-weight: bold; text-shadow: 2px 2px 2px #929496; padding-bottom: 10px; line-height: 1em;}

h2 { font-family: 'Gentium Basic', serif; font-size: 25px; color: #855b27; text-shadow: 2px 2px 2px #929496; padding-bottom: 5px; line-height: 1.25em; }

/*Special Texts */
.sidetitle { font-family:  'Miss Fajardose', cursive; font-size: 45px; color: #855b27; font-weight: bold; text-shadow: 2px 2px 2px #929496; padding-top: 25px;}

.sidetext { font-family: 'Gentium Basic', serif; font-size: 14px; color: #855b27; text-shadow: 2px 2px 2px #929496; }

/* END RESET */

/*Image align*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; margin-left: 20px;}
.alignleft {float:left; margin-right: 20px;}
.aligncenter {float:left; margin-bottom: 30px;}

/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; padding-right: 10px;}
.floatleft_nav { float: left;}
.floatright { float: right; padding-left: 10px; margin: auto; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#wrapper {
	width:960px;
	overflow: hidden;
	margin: auto;
}
/* END STRUCTURE */

/*header*/
#header {
	background: url(http://www.kevinjessee.com/queenbee/images/queenbee_header.jpg);
	height: 280px;
	width: 960px;
	margin: 0 auto;
}


/*menu*/
#menuwrapper{
	width:960px;
	height: 25px;
	margin:0 auto;
	padding:0px;
	position: static;
	background-color: 855b27;
	}

/*=====//menu===========*/


/* Footer styles */
	#footer {
        clear:both;
        width: 960px;
		height: 190px;
		background: url(http://www.kevinjessee.com/queenbee/images/queenbee_footer.jpg) top right no-repeat;
    }
	
	.footertext {
		font: normal 15px 'Gentium Basic', serif;
		text-align: center;
		padding: 165px 315px 0px 0px;
		color: #000;
        float: right;
	}