/*
Theme Name: Sharpfolio
Theme URI: http://webrevolutionary.com/sharpfolio
Version: 2.0
Author: Matt Lenz
Author URI: http://webrevolutionary.com/
*/
body {
	text-align: center;
	color: #999;
	font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #000;
	background-image: url(images/body_background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/*  -------------- Struktur --------------------- */


div#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 990px;
}

/*  Header   */

div#header {
	width: 990px;
	height: 390px;
	position:relative;
	z-index: 50;
	background-image: url(images/linie_trenner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#navi{
	width: 80px;
	height: 370px;
	position: absolute;
	left: 0px;
	top: 25px;
}
div#logo{
	width: 602px;
	height: 280px;
	left: 80px;
	top: 42px;
	position: absolute;
	background-color: transparent;
}
div#steve{
	width: 308px;
	height: 530px;
	left: 682px;
	top: 0px;
	position: absolute;
	z-index: 100;
	background-image: url(images/steve.jpg);
	background-repeat: no-repeat;
}

/*  Content   */

div#rahmen {
	width: 990px;
}
div#linkeSpalte {
	width: 754px;
	float:left;
}
div#rechteSpalte {
	width: 221px;
	margin-top: 150px;
	float:right;
}


div#content, div#content2  {
	font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

div.entry {

}

div.thumbnail {

}





/* ---------- Footer  ------------- */

#footer {
width: 740px;
height: 50px;
text-align: center;
} 


/*  -------------- Formatierung --------------------- */

div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}

a {
	color: #ccc;
}
a:hover {
	color: #fff;
}
p {
	margin-bottom: 20px;
}
h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 30px;
	color: #666;
	display: inline;
	text-align:center;
	font-weight: normal;
}
h1 a {
	text-decoration: none;
	color: #666;
}

/* Navi main */


ul#navimain {
	display: block;
	width: 80px;
}

ul#navimain li {
	width: 80px;
	display: block;
}
ul#navimain  li a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	text-align:center;
	display: block;
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#navimain  li a:hover, ul#navimain  li.current-cat a{
	color: #fff;
	background-position: -80px 0px;
}

ul#navimain  li.cat-item-1 a {
background-image: url(images/b_news.jpg);
}	
ul#navimain  li.cat-item-4 a {
background-image: url(images/b_style.jpg);
}
ul#navimain  li.cat-item-3 a {
background-image: url(images/b_spirit.jpg);
}
ul#navimain  li.cat-item-5 a {
background-image: url(images/b_sound.jpg);
}


/*   Footer   */

div#footer p {
	color: #333;
	text-align: center;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}



/* Navi Sub */


ul#navigation {
	display: inline;
	width: 750px;
	text-align: center;

}

ul#navigation li {
	display: inline;
	text-align: center;
}
ul#navigation li a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	margin: 0 32px 0 0;
}
ul#navigation li a:hover {
	color: #999;
}


span.f {
	font-style: italic;
}


/* Content */



div#content h2, div#content2 h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 26px;
	font-weight: normal;
	color: #880015; 
	line-height: 25px;
}


div#content h2 a, div#content2 h2 a {
	text-decoration: none;
	color: #880015; 
}


div.thumbnail a img, div.thumbnail a:visited img {
filter:alpha(opacity=60);  
-moz-opacity:0.6;  
opacity: 0.6; 
}

div.thumbnail a:hover img {
filter:alpha(opacity=100);  
-moz-opacity:1;  
opacity: 1; 
}

div.trenner {
	width: 740px;
	height: 33px;
	background-image: url(images/linie_trenner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.datumfeld {
	font-size: 11px;
}



p.comment-link {
	margin: 0;
}
p.comment-link a {
	color: #808080;
	text-decoration: none;
	font-size: 11px;
	line-height: 35px;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}


/*   start */

a.startbutton1 {
	color: #000;
	font-size: 1px;
	line-height: 1px;
	display: block;
	width: 289px; height:110px;
	background-image: url(images/b_startspirit.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.startbutton1:hover{
	color: #000;
	background-position: -289px 0px;
}

a.startbutton2 {
	color: #000;
	font-size: 1px;
	line-height: 1px;
	display: block;
	width: 289px; height:110px;
	background-image: url(images/b_startstyle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.startbutton2:hover{
	color: #000;
	background-position: -295px 0px;
}







/*   Kommentare  */

div.post {
	margin: 0 0 20px;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}

/* ---------- Bereich rechte Spalte  ------------- */

#rechteSpalte li {
padding:0;
margin:0;
padding-bottom: 10px;
line-height: 15px;
} 

#rechteSpalte ul {
list-style:none;
}

#rechteSpalteAbstand {
padding-left: 0px;
}

.widgettitle, #rechteSpalteAbstand h2 {
font-size: 17px;
font-weight: bold;
color: #880015; 
padding: 0;
margin: 0;
padding-bottom: 5px;
} 

.widget_text {
font-size: 17px;
font-weight: bold;
color: #880015; 
padding: 0;
margin: 0;
padding-bottom: 5px;
}  

.textwidget {
font-size: 13px;
font-weight: normal;
color: #999; 
padding: 0;
margin: 0;
padding-bottom: 5px;
} 

.widget_simpleimagelink_hidetitle {
display:none;
}  
