html
{
  height: 100%;
  width: 100%; 
}
body
{
  position:relative;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  background-color: #ecf2e4;  
  font-size: 11px; 
  width: 100%; 
  height: 100%;
}
a, a:visited 
{
	color: #b84024;
	text-decoration: none;
}
a:hover 
{
	color: #b84024;
	text-decoration: underline;
}
img 
{
	border: none;
}
p 
{
	padding: 0px 0px 10px;
	margin: 0px;
}
form 
{
	margin: 0px;
	padding: 0px;
}
td 
{
	vertical-align: top;
}
h1 {
	color: #6e7884;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 0px;
}
h3
{
	color: #6e7884;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
/*******************************************************************************
* Header
*******************************************************************************/
#wrapper
{
  height: 100%; 
  width: 998px;
  margin: 0 auto;
  text-align: left;
  z-index:1; 
}

#header
{
  height: 150px;
  position: relative;
}

#header_background
{
  width:998px;
  height:110px;
}

/*******************************************************************************
* Site Menu
*******************************************************************************/
#siteMenu
{
  text-align: right;
  white-space: nowrap;
  height: 40px;
  line-height:20px;
  max-height: 35px; /* (IE version < 6) hack, force 35px on standard compliant browser, otherwise 40px for old box models (height = height + border)   */
  color: #FFF;
  font-size:10px; 
  background-color: #a0c963;
  border-bottom: solid 5px #658a2f;
  letter-spacing:1px;
  padding-right:10px; 
  font-weight:bold;
}

#siteMenu ul
{
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#siteMenu li
{
  display: inline;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-left: 1px solid #FFF;
}

#siteMenu ul li:first-child, #siteMenu ul li.first
{
  border-left-style: none;
}

#siteMenu a, #siteMenu a:visited
{
  text-decoration: none;
  color: #FFF;
}

#siteMenu a:hover
{
  color: #C63128;
  text-decoration: underline;
}

#siteMenu ul li.highlight a
{
  color: #C63128;
  text-decoration: none;
}

#siteMenu ul li.active a
{
  color: #C63128;
  text-decoration: none;
}

/*******************************************************************************
* Main Menu
*******************************************************************************/
#mainMenu
{
  white-space: nowrap;
  z-index:10;
  position:absolute;
  top:109px;
}

#mainMenu ul
{
  list-style-type: none;
  position:relative;
  margin-left:0px;
  padding: 0;
}

#mainMenu li
{
  display: inline;
  margin-left: 8px;
  border-bottom-width:0px;
}

#mainMenu li.active.first
{
  margin-left: 0px;
}

#mainMenu li a
{
  color:#666;
  text-transform:uppercase;
  letter-spacing:1px;
}

#mainMenu li.active
{
  border-color:#EECD95;
  border-top-width:0px;
}

#mainMenu li.active a
{
  font-weight:bold;
}

/*******************************************************************************
* Logos
*******************************************************************************/
#logo
{
  height:138px;
  width:181px;
  position:absolute;
  top:12px;
  left:11px; 
  z-index:0; 
  display:block;  
}

.logo
{
  background-image: url(images/soscuisine_logo.png); 
}

#logo img
{
  border-style: none;
}

/*******************************************************************************
* Content section
*******************************************************************************/
.siteBanner
{
	padding-bottom: 10px;
	height: 113px;
	background: url(images/blog_banner.jpg) no-repeat top right; 
}

.main_container
{
  width:998px;
  border:solid 1px #EECD95;  
  background-color: #fff2a6;  
  /* Fix a bug with FF and border-collapse/spacing see : http://www.charlesgarwood.com/blog/?p=13 */ 
  border-spacing: 0px;
  border-collapse: separate;  
  /* end fix */
}

/*******************************************************************************
* Post
*******************************************************************************/
.post {
	clear:both;
	padding-bottom:10px;	
}

.post .info 
{
	padding-bottom:7px 	
}

.post .under 
{
	height: 45px;
	padding-top: 5px;
	border-top: 1px dashed #c6c9cc;
	clear: both;
}

.post .date 
{
	color: #666666;
	margin: 0px;
	float:left;
	line-height:16px;
	display:block;	
	font-size:11px;	
}

.post .editpost 
{
	background:url(images/icon-edit.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
	float:right;
}

.post .comments 
{
	background:url(images/icon-comments.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
	float:right;
}

.post .tags
{
	background:url(images/icon-tags.gif) no-repeat;
	padding-left:22px;	
	height:16px;
	line-height:16px;
	display: inline;
	font-size:11px;
	float:left;	
}

.post h1, .post h1 a, .post h1 a:visited {
	color: #6e7884;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0px;
	text-decoration: none;
}
.post h1 a:hover {
	text-decoration: underline;
}
.entry 
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #cdcdcd;
	margin-bottom: 10px;
}

.entry img
{
	padding: 3px;
	border: 1px solid #cdcdcd;
}

.entry li, .entry ol{
	line-height: 18px;
}

.navigation 
{
	clear: both;
	padding: 10px 0px;
}

.previous-entries a 
{
	float: left;
}

.next-entries a 
{
	float: right;
}
.author
{
	float: right;
	margin-bottom: 10px;
}
/*******************************************************************************
* Comments
*******************************************************************************/
#comments, #respond 
{
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
	color: #666666;
}

.commentlist 
{
	margin: 10px 5px;
	padding-left: 20px;
	line-height: 130%;
}

.commentlist li 
{
	padding: 5px 10px;
}

.commentlist .alt 
{
	background: #e6f2f6;
}

.commentlist cite 
{
	font-weight: bold;
	font-style: normal;
	color: #666666;
}

.commentlist a, .commentlist a:visited 
{
	color: #666666;
}

.commentlist small 
{
	margin-bottom: 5px;
	display: block;
	float:right;
}

#commentform 
{
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}

#commentform p 
{
	padding: 6px 0px;
	margin: 0px;
}

#commentform label 
{
	color: #666666;
}

.content
{
	background-color: #ffffff;
	padding: 10px;
}

/*******************************************************************************
* Left Sidebar
*******************************************************************************/
.leftsidebar
{
	width: 150px;
	color: #e8f2d8;
	background-color: #a0c963;
	padding: 0 10px;
}

.leftsidebar .widget
{
	padding-bottom: 10px;
}

.leftsidebar .widget
{
	padding-bottom: 10px;
}

.leftsidebar a, .leftsidebar a:visited, .leftsidebar b, .leftsidebar strong
{
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
}

.leftsidebar a:hover {
	color: #b84024;
	text-decoration: underline;
}

.leftsidebar ul {
	line-height:18px;
	list-style:square;
	padding-left: 3px;
	margin: 0 0 0 10px;	
}

.leftsidebar h1
{
	font-weight: bold;
	font-style: italic;
	size: 18px;
	text-align: center;
	margin-top: 10px;
}

.leftsidebar h2
{
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing:1px;
	margin-bottom:5px;
	margin-top:10px;
	color: #ffffff;
}

/*******************************************************************************
* Right Sidebar
*******************************************************************************/
.rightsidebar 
{
	width:300px;
}

.rightsidebar .widget
{
	padding-bottom: 10px;
}

.rightsidebar .widgetlist
{
	padding-left: 10px;
}

.rightsidebar h2
{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #9a6e42;
	text-transform: uppercase;
	letter-spacing:1px;
	margin:10px 0 5px 0;
}

.rightsidebar a, .rightsidebar a:visited
{
	color: #9a6e42;
	text-decoration: none;
}

.rightsidebar a:hover 
{
	text-decoration: underline;
}

.rightsidebar ul 
{
	line-height:18px;
	margin: 0;
	list-style:square;
	padding-left:15px;
}
.social a, .social a:visited
{
	font-size: 9px;
	color: #333333;
}
/*******************************************************************************
* Toolbox
*******************************************************************************/
#tool_box_print
{
  line-height: 20px;
  display: inline-block;
  float: right;
  margin-bottom: 15px;
}

#tool_box_print a
{
    color: #6e7884;
    cursor: pointer; 
}

#tool_box_print a:hover
{
    text-decoration: none;
}

#tool_box_font
{
  color: #6e7884;
  line-height: 20px;
  display: inline-block;
  float: right;  
	margin-bottom: 15px; 
}
/*******************************************************************************
* Search form
*******************************************************************************/
#search_box 
{
	background: #f07a56;
	width:295px;
	border: 2px solid #cd5e3d;
	margin:0 0 10px 0;
}

#search_box #searchbox_text 
{
	margin: 15px 5px 15px 10px;
	width: 230px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	letter-spacing: normal;	
}

#search_box .submit 
{
  width:23px;
  height:22px; 
  border:none; 
  background-color:Transparent; 
	background-image:url(images/submit.gif);  
	cursor:pointer; 
}

/*******************************************************************************
* footer
*******************************************************************************/
#footer
{
  text-align: center;
  background-color: #FDEEBA;
  padding-top:0.5em; 
  padding-bottom:0.5em;
  color:#333;
  font-size:10px; 
  clear:both;  
  border-right:solid 1px #EECD95;
  border-left:solid 1px #EECD95;
  border-bottom:solid 1px #EECD95;
}

#footer li
{
  display: inline;
  padding: 0 1em 0 1em;
  border-left: 1px solid #333;  
}

#footer ul li:first-child, #footer ul li.first
{
  border:0;
}

#footer a
{
  text-decoration: none;
  color: #333;
}

#footer a:hover
{
  color: #C63128;
  text-decoration: underline;

}

/*******************************************************************************
* Others
*******************************************************************************/
.center 
{
	text-align: center;
}

img.center, img[align="center"] 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

img.alignleft, img[align="left"] 
{
	float:left;
	margin: 2px 10px 5px 0px;
}

.alignright 
{
	float: right;
}

img.alignright, img[align="right"] 
{
	float:right;
	margin: 2px 0px 5px 10px;
}

.clear 
{
	clear:both;
}

hr.clear 
{
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

hr.divider 
{
	clear:both;
	margin: 0px;
	padding: 0px;
	height: 15px;
	border: 0;
}

#printable_logo
{
  display: none;
}

