/*
Theme Name: illitheas
Theme URI: jancbeck.de
Description: 
Version: 0.1
Author: JanC.Beck
Author URI: www.jancbeck.de
*/

/*(re-)set general styles: */
@import url(css/reset.css); 
@import url("../../plugins/intouch/original.css");

a, a:link {
	color: #f47501;
	text-decoration: none;
}
a:hover, a:active {
	color: #f47501;
	background-color: #f8f8f8;

}
blockquote {
	color:#f47501;
	background-color: #f8f8f8;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #fe8901;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	padding-top: 0.5em;
	margin-bottom: 2em;
	padding-bottom: 0.2em;
	margin-left: 150px;
}
blockquote p {
	margin-left: 0px;
}
blockquote p:last-child {
	margin-bottom: 1em;
}
p, .entry table.tube  {
	margin-bottom: 2em;
	margin-left: 150px;
	position:relative;
}
.post .entry strong {
	color:#222;
	font-weight: bold;
}
.post .entry strong.teaser {
	color:#f47501;
	font-size: 12px;
	font-weight: bold;
}
h3 { margin-left: 150px;}

.entry .sidebar {
	position:absolute;
	left:315px;
}
.entry .sidebar img  {
	border: 1px solid #eee;
	clear:both;
	margin-bottom:1em;
}
.entry table.sidebar  {
}
.entry table.sidebar th  {
	font-weight:bold;
	text-align: right;
	width:40px;
	padding-right:5px;
}
.entry table.sidebar td, .entry table.sidebar th  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}
.entry table.sidebar td:first-child  {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}
.entry ul {
	margin-bottom: 2em;
	margin-left: 180px;
	position:relative;
}
.entry ul li {
	list-style-type: disc;
	padding-left: 1em;
}
.entry table.tube td  {
	padding:10px;
	
}



body  {
	background-image: url(images/illitheas_bg_noise.png);
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	color:#606060;
	font-size: 10.5px;
	line-height: 20px;
}
#wrap  {
	background-image: url(images/illitheas_bg_orange.png);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: 0px 137px;
	height: 100%;
	width: 100%;
}
#header {
	background-image: url(images/illitheas_bg_header.png);
	background-repeat: no-repeat;
	height: 262px;
	width: 900px;
	position: relative;
}
#header h1 {
	display:none;
}
#header ul#navi {
	width: 365px;
	height:125px;
	position: absolute;
	left: 465px;
	top: 100px;
}
#header ul#navi li {
	height:125px;
	float: left;
	display:block;
}
#header ul#navi li a {
	display:block;
	height:125px;
	text-indent: -9999px;

}
#header ul#navi li a:hover {
	background-image:url(images/illitheas_bg_alpha10.png);
	background-color:transparent;
}
#header ul#navi li#home a {
	width: 87px;
}
#header ul#navi li#about a {
	width: 86px;
}
#header ul#navi li#music a {
	width: 92px;
}
#header ul#navi li#contact a {
	width: 100px;
}
#content {
	background-image: url(images/illitheas_bg_content.png);
	background-repeat: repeat-y;
	float: left;
	width: 490px;
	margin-left: 220px;
	padding-right: 95px;
	padding-left: 95px;
}
.post h2 {
	color: #e56d00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
.post .entry {

}
#footer {
	background-image: url(images/illitheas_bg_footer.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 680px;
	margin-left: -95px;
}