/* -------------------------------------------------------------- 

	  P R I N T
	  
-------------------------------------------------------------- */


/*    M A I N _ C O N T A I N E R S
/*--------------------------------------*/

body {
	background: #FFF;
	font-size: 12pt;
}


/*    H E A D E R
/*--------------------------------------*/

#header {
	margin-top: 10px;
}
#logo {
	background: url(../images/govee_logo.png) no-repeat;
	text-indent: -9999px;
	height: 118px;
	width: 332px;
	clear: left;
	float: left;
	margin-left: 0px;
}
#header p {
	display: none;
}


/*    M A I N  C O N T E N T
/*--------------------------------------*/

#content {
	width: 7in;
	margin-bottom: 10px;
	background: #FFF url(../images/content_footer_bg.gif) no-repeat center bottom;
	min-height: 400px;
	padding: 0px;
}
.post_author_time {
	margin-bottom: 0px;
	padding-left: 5px;
	margin-left: -5px;
}
.post_info {
	background: url(../images/light_ptn_bg.gif) repeat;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -5px;
	width: 502px;
}
#content img {
	border: 5px solid #ccc;
}
ol img {
	margin-bottom: 10px;
}
#go_logo {
	display: none;
}


/*    S I D E B A R
/*--------------------------------------*/

#sidebar {
	display: none;
}


/*    M A I N  N A V I G A T I O N
/*--------------------------------------*/

#nav {
	display: none;
}


/*     S E A R C H
/*--------------------------------------*/

#search {
	display: none;
}


/*    B L O G  N A V I G A T I O N
/*--------------------------------------*/

#blog_nav {
	display: none;
}

/*    F O O T E R
/*--------------------------------------*/

#footer_wrap {
	display: none;
}


/*    C O M M E N T S
/*--------------------------------------*/

#comment_wrap {
	display: none;
}

/*    F O R M S
/*--------------------------------------*/


label {
	text-transform: uppercase;
	font-size: 10px;
	color: #666;
	font-weight: bold;
}
form h3 {
}
form li {
	padding-top: 5px;
	padding-bottom: 5px;
}
form input {
	width: 290px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	color:#666666;
}
form p {
	margin-top: 10px;
}
#commentform ul{
	margin-left: 0px;
}
form #submit {
	border-style: none;
	height: 30px;
	width: 80px;
	cursor: pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #99cc99;
	margin-top: 15px;
	margin-bottom: 15px;
}
form #ingredients {
	height: 100px;
}
#dishtype input {
	border: none;
	width: 20px;
}
.ajax-loader {
	margin-top: 20px;
}
textarea {
	width: 450px;
	border: 1px solid #CCC;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 20px;
}


/*    T A B L E S
/*--------------------------------------*/

table {
	margin-top: 10px;
	margin-bottom: 20px;
}
td, th {
	border: 1px solid #666666;
	padding: 5px;
}
th {
	font-weight: bold;
}
tr#vegan_row {
	background-color: #CCFFCC;
}
tr#vegetarian_row {
}
tr#pescetarian_row {
	background-color: #CCFFCC;
}


/*    D E F A U L T  W P  S T Y L E
/*--------------------------------------*/

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */

