/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align:justify;
}

h1, h2, h3, h4, h5, p, div, img, li, ul, ol, a {
	margin:0;
	padding:0;
	font-style:normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066CC;
	margin:0 0 10px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	margin:0 0 10px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	font-weight: normal;
}

p{
	padding:5px 0 5px 0;
}

#mainsite{
	margin:0 auto;
	border:0;
	width:780px;
}

#head{
	position:relative;
	width:780px;
	height:111px;
	background:url(images/gluten_free_living.jpg);
}

#head a{
	width:780px;
	height:111px;
	display:block;
}

#head a span{
	display:none;
}

#mainnav{
	position:relative;
	top:3px;
	background:#95D81E url(images/bg_menu.jpg) repeat-x;
	height:28px;
	
}

#nav li{
	float:left;
	display:inline;
}

#nav li a{
	height:28px;
	display: block;
}

#nav li a span{
	height:28px;
	display: none;
}

.standard_list{
	margin:0 0 0 15px;
}

.standard_list li{
	margin:0 0 12px 0;
	list-style-position:outside;
	list-style-type:disc;
}
/* MENU BTNS */

#btn_celiac_disease{
	background:url(images/btn_celiac_disease.gif);
	width:90px;
}

#btn_traveling_gf{
	background:url(images/btn_traveling.gif);
	width:120px;
}

#btn_gf_beer{
	background:url(images/btn_beer.gif);
	width:98px;
}

#btn_gf_cooking{
	background:url(images/btn_cooking.gif);
	width:116px;
}

#btn_eating_out{
	background:url(images/btn_eating_out.gif);
	width:67px;
}

#btn_gf_blog{
	background:url(images/btn_gluten_free_blog.gif);
	width:97px;
}

#btn_contact_us{
	background:url(images/btn_contact_us.gif);
	width:67px;
}

/* // MENU BTNS */


#content_wrap{
	position:relative;
	top:10px;
	background:#FFFFFF url(images/bg_columns.gif) top left repeat-y;
	height: 1%; /* Hack to make the bg tile */
	overflow:hidden;
}

#content{
	float:left;
	width:595px;
	padding:10px 10px 5px 5px;
	height: 1%; /* Hack to make the bg tile */
}

#sideabr{
	float:right;
	width:160px;
	padding:10px 5px 5px 5px;
	height: 1%; /* Hack to make the bg tile */
}

#footer{
	position:relative;
	top:10px;
	clear:both;
	padding:0 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

hr{
	border:0;
	color: #8BD407;
	background-color: #8BD407;
	height: 1px;
	padding:0;
	margin:5px 0 5px 0;
	clear:both;
}

#footer hr{
	border:0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}


.hr_pro{
	border:0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-decoration: underline;
}


#spotlights{
	clear:both;
}

.clear{
	clear:both;
}


/* ******************************************************************************* */
/* ******************************    BEER PAGE   ********************************* */
/* ******************************************************************************* */


.beer_country{
	padding:10px 0 0 0;
	clear:both;
}

.beer_row{
	padding:10px 0 0 0;
	clear:both;
}

.beer_box{
	width:280px;
}

.col_left{
	float:left;
}

.col_right{
	float:right;
}

/* ******************************************************************************* */
/* ******************************    RECIPE PAGE   ******************************* */
/* ******************************************************************************* */


.recipes{
	padding:10px 0 0 0;
	clear:both;
}

.recipe_row{
	padding:30px 0 0 0;
	clear:both;
}

.recipe_box{
	width:280px;
}

.recipe_box ul{
	margin:0 0 0 97px;
}



.recipe_table td, .recipe_table th {
	padding: 3px 10px 3px 10px;
	text-align: left;
	vertical-align: top; 
	}


.recipe_table thead th {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
}

.row_shading{
	background-color:#E5E5E5;
}

/* ****** */

#recipetop{
	overflow: hidden;
}

#ingredientList{
	float:left;
	width:190px;
}

#ingredientList ul{
	padding-top:5px;
	padding-bottom:10px;
}

#ingredientList li{
	padding-top:5px;
	margin-left:15px;
	list-style-position:outside;
}

#ingredientList i{
	display:block;
	padding-bottom:15px;
}

#recipe_directions{
	float:left;
	width:350px;
}

#recipe_recommend{
	float:right;
	width:220px;
}

/* ******************************************************************************* */
/* ******************************  CONTACT FORM  ********************************* */
/* ******************************************************************************* */

#contact_form label{
	float: left;
	width: 120px;
	font-weight: bold;
}

#contact_form input, textarea{
	clear:right;
	width: 180px;
	margin-bottom: 5px;
	border: 1px solid #999999;
	font-size: 11px;
	color: #666666;
}

#contact_form textarea{
	width: 350px;
	height: 150px;
}

#contact_form #submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

/* ******************************************************************************* */
/* ******************************  Recipe Coment FORM  ********************************* */
/* ******************************************************************************* */

#addComment label{
	float: left;
	width: 120px;
	font-weight: bold;
}

#addComment input, textarea{
	clear:right;
	width: 180px;
	margin-bottom: 5px;
	border: 1px solid #999999;
	font-size: 11px;
	color: #666666;
}

#addComment textarea{
	width: 350px;
	height: 150px;
}

#addComment #comSubmitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

#recipeComments ul li{
	padding-top:20px;
	margin-left:20px;
}


/* ******************************************************************************* */
/* ******************************    B log    ********************************* */
/* ******************************************************************************* */

	
	.sideNavUL {
	list-style-position: outside;
	list-style-type: disc;
}



.linkcat {
	list-style-type: none;
	text-indent: 0px;
	list-style-position: inside;
}


.sidebar ul {
	margin: 0;
	padding: 0 0 0 0px;
	list-style-type: none;
	}
.sidebar ul ul {
	padding: 0 0 0 -50px;
	
	text-align:left;
	}
.sidebar ul ul li {
	padding: 0 0 0 -20px;
	}
.sidebar ul ul li a {
	display: block;
	margin: 0 0 0 0px;
	padding: 2px 10px 0 10px;

	} 

/* */

.sidebar ul ul li a{
	color: #666666;
	text-decoration: none;
}

.sidebar ul ul li a:link {
	color: #666666;
	text-decoration: none;
}
.sidebar ul ul li a:visited {
	text-decoration: none;
	color: #666666;
}
.sidebar ul ul li a:hover {
	text-decoration: underline;
	color: #666666;
}
.sidebar ul ul li a:active {
	text-decoration: none;
	color: #666666;
}

.blog_date{
	padding:5px 0 15px 0;
}

#subscribe_box{
	border:#A6D42C solid 1px;
	background-color:#D8EAA2;
	padding:10px 10px 10px 10px;
}

#subscribe_box input{
	width:130px;
	border: 1px solid #999999;
	font-size: 11px;
	color: #666666;
}

#subscribe_box .subscribe_btn{
	width:75px;
}

#sch_box{
	border:#CCCCCC dotted 1px;
	padding:10px 10px 10px 10px;
}

#sch_box h2{
	text-align:left;
}

#sch_box input{
	width:130px;
	border: 1px solid #999999;
	font-size: 11px;
	color: #666666;
}

#sch_box .subscribe_btn{
	width:75px;
}

/* TAGS */

.utwtags {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 5px 10px;
}