/* 
  ================================================
  PVII Existentiality
  Copyright (c) 2009 Project Seven Development
  www.projectseven.com
  Layout 04: 2Col Sidebar Left (Yellow)
  ================================================
*/

body {background-image:url(../_images/background.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	font-family: Calibri, Arial, sans-serif;
	color: #CCC;
	background-color: #A4C426;
	margin: 0px;
	padding: 0px;
	min-width: 980px;
}
#masthead {
	height: 120px;
}
#logo {
	margin: 0 auto;
	width: 980px;
}
#layout {
	background-image: url(img/existYellow_sbl_middle.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 980px;
	background-color: #FFF;
	color: #000;
}
.column {
	float: right;
}
#main-column {
	background-image:url(../_images/center.jpg);
	width: 750px;
	margin-right: 10px;
}
#sidebar {
	width: 200px;
	margin-right: 10px;
}
.maincontent {
	
	padding: 10px 0 0 32px;
	font-size: 13px;
	line-height: 1.5;
}
.maincontent p {
	margin: 3px 0 12px 0;
}
.recipes {
	width: 688px;
	height: 146px;
}
.sidecontent p {
	margin: 3px 0 12px 0;
}
.sidecontent {
	font-size: 13px;
	line-height: 1.35;
	padding: 8px 16px;
	color: #FFF;
}
.sidecontent h3 {
	text-transform: uppercase;
	font-size: 13px;
	margin: 20px 0px 6px 0px;
}
.maincontent h1, .maincontent h2, .maincontent h3 {
	margin: 0 0 0 0;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.maincontent h2 {
	font-size: 18px;
}
.maincontent h3 {
	font-size: 16px;
}
#layout-bottom {
	background-image: url(img/existYellow_sbl_bottom.jpg);
	background-repeat: no-repeat;
	height: 32px;
	background-position: left bottom;
	clear: both;
}
#footer {
	margin: 12px auto;
	width: 980px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
	color: #666;
}

/*LINK STYLES*/
.maincontent a {
	color: #F00; text-decoration:none;
}
.maincontent a:hover, .maincontent a:focus {
	text-decoration: underline;
}
.sidecontent a, #footer a {
	color: #000; text-decoration:none;
}
.sidecontent a:hover, .sidecontent a:focus,
#footer a:hover, #footer a:focus {
	text-decoration:overline;
}
/*EXTRA STYLES for STATIC MENU BAR*/
.menubar {
	margin: 0px;
	font-size: 14px;
	text-align:right;
}
.menubar a {
	background-color: #DBCFA2;
	color: #666;
	text-decoration: none;
	padding: 0 5px;
}
.menubar a:hover, .menubar a:focus {
	background-color: #9C0;
	color: #FFF;
	text-decoration:none;
}
.presence {
	background-color: #FFF329;
	color: #000;
	padding: 0 5px;
}
/*added css*/
#format1 {
	background-image:url(../_images/center.jpg);
	margin: 5px 5px  0 4px;
	padding: 0 5px 5px 5px;
	background-color: #fff;
	border:#FF0 1px solid;
}
#format1 h2 {
	color:#EE1C25;
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration:underline;
}
hr { color:#F00; line-height: 2px;}
.rightpad { padding-right: 30px}
#contact { 
	padding:0; 
	margin:0; 
} 
#contact li {
	margin-left:10px;
	font-size: 11px;
	list-style-type: none;
}
.bold { font-weight:bold;}
.quotation {
	font-size: 11px;
	text-transform: uppercase;
	padding-right: 25px;
}

#recipe h1 {
	color: #060; 
	font-weight:bold; 
	text-align:center; 
} 
#recipe .recipe_ing {
	background:url(../_images/line_recipe_down.gif) 60% 200% no-repeat;
	color: #060; 
	width: 440px;
}


#recipe .recipe_dir {
	background:url(../_images/line_recipe_up.gif) 60% 100% no-repeat;
	color: #060;  
	width: 440px;
}

#recipe img {
	float:right;
}
