*{
}

body{
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 16px;
	background-color: #000;
}

/* This is the main body wrapper */
#wrapper{
	width:970px;
	height: 100%;
	color:  #5C5C5C;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 17px;
	line-height:18pt;
	background-color:#000;
}

/* header - sullen Riot Title*/
#header{
	width: 970px;
	height: 95px;
	margin-top: 10px;
	border-bottom: 1px solid gray;
}

#content{
	 width: 970px; 
	 padding: 7px 25px 1px 3px;
}


#essay_main_left {
	float: left;
	width: 610px;
}

#essay_main_right {
	float: left;
	width: 348px;
	margin-left: 10px;
}


#essay_main_right_upper {
	width: 340px;
}


#content-left {
	float: left;
	width: 485px;
}

#content-right {
	float: left;
	width: 485px;
}

/* Footer */
#footer{
	width: 970px;
	clear: both;
	font-weight:bold;
	padding: 1px 0 35px 0;	
	text-align: center;
	font-size: 13px;
}


/* General Headers */
h1{ font-size: 23px; font-weight: bold; }
h2{ font-size: 21px; font-weight: bold; }
h3{ font-size: 19px; font-weight: bold; }
h4{ font-size: 16px; }
h5{ font-size: 13px; }
h6{ font-size: 11px; }
p{ padding:10px; }


/* Link styles - most links within the page use this (not links in nav on the top */
a{
	color: #424242;
	text-decoration: none;
	border-style: none;
}
 	
a:hover{
	color: #FF0033;
	border-style: none;
}


#continue {
	text-align:right; 
	padding: 0 15px 0 0;
}


#link_container {
	padding-left: 225px;	
}

/* Link styles - most links within the page use this (not links in nav on the top */
.main_navigation a{
	color: #424242;
	text-decoration: none;
	border-style: none;
	font-size: 22px;
	padding-left: 35px;
}
 	
.main_navigation a:hover{
	color: #FF0033;
	border-style: none;
	font-size: 22px;
	padding-left: 35px;
}

#active_page_link {
	color: #FF0033; 
	font-size: 22px;	
	padding-left: 35px;
}

#links_container{
	width:620px; 
	float:left;  	
}

#left_links{
	float:left;
	width:490px;
	text-align:right;
}

#right_links{
	float:left; 
	width:95px;
	margin-left: 35px;	
}

#home_image {
	padding: 15px 0 0 6px;	
}


#social_media{
	margin-left: 301px; 
	margin-top: 50px;	
}


#most_recent_recipe_images{
	margin: 50px 50px 30px 103px;	
}

/*  Content Levels are used to add lines on the main page under each article 
    Main Page Left for the recipe list*/
#content_levels{
	font-size: 13px;
	min-height: 125px; 
	margin-bottom: 15px;
	border-bottom: 1px dotted #000; 
}

#content_levels_last{
	min-height: 125px; 
	font-size: 13px;
}


/* Single entries center */
#content_single_article{
	font-size: 16px;	
	margin-bottom: 60px;
    padding-right: 20px;
}

#content_single_article_date{
	width:385px; 
	float:left;
}

#content_single_article_section{
	width:315px; 
	float:left;
	text-align:right; 
}

#content_single_article_title{
	padding: 20px 0 30px 0;
}

#name{
	text-align: right;
	margin-bottom: 50px;
}

#back-one{
	margin: 30px 0 0 0;
	font-size: 13px;
}

#gallery-icons{
	margin: 10px 0 10px 0;	
}



/* Unordered List general definition */
ul{
	line-height: 2em;
	margin: 0 0 0 40px;	
}
/* Types of unordered lists that extend UL definition */


ul.circle  { list-style-type: circle; } /* open circle */
ul.square {list-style-type:square}
ul.disc {list-style-type:disc}          /* closed circle */
ul.none {list-style-type:none}


/* Ordered List general definition */
ol{
	line-height: 2em;
	margin: 10px 0 15px 75px;	
}

/* Types of ordered lists that extend OL definition */
ol.decimal {list-style-type:decimal}
ol.decimal-leading-zero {list-style-type:decimal-leading-zero}
ol.lower-roman {list-style-type:lower-roman}
ol.upper-roman {list-style-type:upper-roman}
ol.lower-alpha {list-style-type:lower-alpha}
ol.upper-alpha {list-style-type:upper-alpha}
ol.lower-greek {list-style-type:lower-greek}
ol.lower-latin {list-style-type:lower-latin}
ol.upper-latin {list-style-type:upper-latin}
ol.armenian {list-style-type:armenian}
ol.georgian {list-style-type:georgian}


	