/*  
Theme Name: Illugrafique 2009
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
 */

*, html { 
	margin: 0; 
	padding: 0; 
}
body { 
	background: white; 
	font: 0.67em/151% Verdana, Arial, sans-serif;
	color: #333;
}
a img { border: 0; }
#wrapper {
	margin: 100px auto 100px 84px;
	width: 946px;
}

/*/////////////////////////////////////
/////////////// MAIN MENU ///////////*/

#menu {
	width: 208px;
	float: left;
	padding: 3px 12px 0 0;

}
#menu .item a { color: #fff; }
.item { margin: 0; padding: 0; }

#menu .item.lizzie { height: 50px; }
#menu .item.contact { height: 23px; padding: 4px 0 5px 0; }
#menu .item.profile { height: 23px; }
#menu .item.blog { height: 23px; padding: 4px 0 4px 0; }
#menu .item.work { height: 23px; }
#menu .item.illustration { height: 26px; padding: 5px 0 0px 0; } 
#menu .item.design { height: 24px; }

#subpage_list {
	margin-top: 4px;
	text-align: right;
}
#subpage_list ul {
	list-style-type: none; 
}
#subpage_list ul li {
	margin-bottom: 2px;
}
#subpage_list a { 
	text-decoration: none; 
}
#subpage_list.design a { 
	color: #D7505E;
}
#subpage_list.illustration a { 
	color: #7DB9BE;
}
#subpage_list li.current_page_item a {
	color: #333;
}
#subpage_list a:hover, #subpage_list.design a:hover, #subpage_list.illustration a:hover { 
	color: #333;
}

/*/////////////////////////////////////
//////////////// CONTENT ////////////*/

#content {
	border-left: 1px solid #bdc0a5;
	width: 700px;
	float: left;
	padding: 0 0 2px 10px;
	min-height: 162px;
}
#content_blog {
	border-left: 1px solid #bdc0a5;
	border-right: 1px solid #bdc0a5;
	width: 523px;
	float: left;
	padding: 0 10px 2px 10px;
	min-height: 162px;
}
#content_blog p {
	text-indent: 10px;
}
#content a, #content_blog a, #sidebar a {	
	color: #A4A591; /*#606255;*/
	text-decoration: none;
}
#content a:hover, #content_blog a:hover, #sidebar a:hover {	
	color: #333; /* #606156 #333; */
}
#content .page {

}
#content .page.cv table, #content .page.cv table tr, #content .page.cv table tr td {
	padding: 0;
	margin: 0;
	border: 0;
}
#content .page.welcome {
	margin-top: 3px;
}
#content .page.gallery {
	margin-top: 1px;
}
#content .page.gallery img {
	margin-top: 3px;
}
#content .wp-caption, #content_blog .wp-caption {
	height: 580px; 
	position: relative;
}
#content .wp-caption-text, #content_blog .wp-caption-text {
	position: absolute;
	bottom: 0;
}
#content .pagination, #content_blog .pagination {
	margin: 0 0 0 -4px;
	padding: 0;
}
#content_blog .meta {
	font-style: italic;
	background: url(img/strich.png) repeat-x bottom left;
	padding-bottom: 8px;
	margin-bottom: 6px;
}
#content_blog .meta.single {
	background: transparent;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#content_blog h2 {
	font-size: 1em;
	font-weight: normal;
	display: inline;
}
.datum {
	color: #A4A591;
}
.nav_li {
	float: left;
	width: 250px;
	text-align: left;
}
.nav_re {
	float: right;
	width: 250px;
	text-align: right;
}
/*/////////////////////////////////////
/////////////// BLOG MENU ///////////*/

#sidebar {
	width: 165px;
	float: right;
	padding-left: 10px;
}
#sidebar h2 {
	font-weight: normal;
	font-size: 11px;
}
#sidebar ul {
	list-style: none;
}
#sidebar a { 
	font-style: italic;
/*	color: #606255;*/
	text-decoration: none;
}

/*/////////////////////////////////////
//////////////// FOOTER /////////////*/

#footer {

}
.clear { 
	clear: both; 
}
/* .lighter { 
	color: #606255;
} */