/*
Theme Name: Invisible Chef - Left Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready, blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background-color:#300936;
	/*background:#FFFFFF;*/
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11pt;
	margin:0 0 0 0;
	padding:0;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img { 
	border: none; 
	padding:0;
	margin:0;
	}
	
img a {border:none;}
	
img.left { 
	float: left; 
	border: none; 
	padding: 0;
	margin:0 
	}

img.right { float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a {
	color:#63760f;
	text-decoration:underline;
	}

a:hover {
	color:#4C2700;
	text-decoration: underline;}



/* container */


#container {
	width: 1000px;
	margin: 20px auto 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	border:solid 1px #000000;
	/*background:#fff;*/
	background:#fff url(images/bkg-inside-photos.gif);
	}
	
/* header */

#header {
	background: url(images/header.gif) no-repeat;
	width: 1000px;
	height: 138px;
	color: #fff;
	}
	
#header-home {
	background: url(images/header.gif) no-repeat;
	width: 1000px;
	height: 138px;
	color: #fff;
	}

/* main menu */


#menu {
	background:none;
	font-family: verdana, arial, times, serif;
	font-size: 12px;
	width:1000px;
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding-right:20px;
	padding-top:10px;
}

#menu ul li {
	list-style-type: none;
	float:right;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #e4e862;
	display:block;
	text-decoration:none;
}

#menu ul li a:hover {
	background: #a2b15c;
	color:#e4e862;
}

#menu ul li.current_page_item a {
	color:#3b460b;
}



/* content */


#content {
	width:1000px;
	background:#fff;
	/*min-height:500px;*/
	}
	
#content-press {
	width:1000px;
	min-height:500px;
	margin:0;
	padding:20px;
	background:#DAE3C1;
	}
	
#home-content {
	width:1000px;
	height:512px;
	background: url(images/photo-home.jpg) no-repeat;	
	}	

.post {
	margin:0;
	padding:0;
	font-size:12px;
	line-height: 18pt;
	}
	
.post h2 {
	font:normal 14pt Verdana, Arial, Helvetica, sans-serif;
	padding-top: 25px;
	padding-bottom: 20px;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry {
	margin-bottom:20px;
	}
	
.entry p {
	margin:0 40px 0 0;
	padding:0;
	}
	
/* box on home page */
	
.entry2 {
	position:absolute;
	margin-left: 665px;
	top: 445px;
	width:282px;
	height:230px;
	font-size:14px;
	line-height:23px;
	/*text-align: justify;*/
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

/*.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}*/
	
/* Menu page */
	
#menu-page li {
	text-align:center;
	padding-bottom:12px;
	list-style-type:none;
	line-height:16px;
}

.course {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:10px 0 0 0;;
}

/* Press page */

.table-press {
	margin:10px auto 2px auto;
	background:#fff;
	width:800px;
	border:1px solid #4b2806;
	padding:20px;
}

.table-press td {
	padding:10px;
}

.table-press img {
	border:1px solid #666666;
}





/* comments */


/*#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}
*/

	
	
/* misc */

#image-container {
	float:left;
	width:400px;
	background:#DAE3C1;
	border-right: 1px solid #63760f;
	margin-right: 30px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0 30px 0 0;
	display: inline;
	height:100%;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background:#879E1E;
	clear: both;
	width: 100%;
	height:20px;
	border-top:solid 1px #63760f;
	color:#DAE3C1;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-top:3px;
}
	
#footer-text {
	float:right;
	padding-right:150px;
}

#footer-text-home {
	text-align: center;
}
	
#footer p {padding:14px 0;margin: 0; color: #eee; text-align:center;}

#footer a {
	color: #DAE3C1;
	text-decoration: underline;
}

#footer a:hover {
	color:#546405;
	text-decoration: underline;
}

#footer-below {
	padding:0;
	margin:0;
	text-align:center;
	font-size:11px;
	background:url(none);
	color:#879E18;
}

#footer-below a {
	color: #fff;
	text-decoration: underline;
}

#footer-below a:hover {
	color:#879E18;
	text-decoration: underline;
}


/*  nextgen image browser  */

#imagebrowser {
	float: left;
	margin-right: 40px;
	margin-top:24px;
	width:400px;
	height:600px;
	background:#DAE3C1;
	border-right: 1px solid #63760f;
}

/*#gallery {
	width:550px;
	display:inline;
	float:right;
	clear:none;
}*/

#content .ngg-galleryoverview {
	width:550px;
	display:inline;
	float:right;
	clear:none;
	margin-bottom:30px;
}
