/*  
Theme Name: Emostyle
*/

/*  -----|  Allgemein  |----------------------------------------------------  */
body {
    background: #000 url(images/background.png) repeat-x 0 -20px;
    color: #999;
    font: 62.5% Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}

p {
    margin: 1em 0;
    padding: 0;
    line-height: 1.3em;
}

a:link,
a:visited,
a:active {
    color: #CCC;
    text-decoration: underline;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

#page {
    margin: 50px auto 25px;
    padding: 0;
    width: 760px;
}

#header {
    text-align: center;
    font: 16px Arial, Helvetica, sans-serif;
    color: #666;
}

#header a {
    color: #999;
    text-decoration: none;
}

#header h1,
#header h2 {
    display: inline;
    font: 16px Arial, Helvetica, sans-serif;
}

#headerimg {
    height: 151px;
}

#headerimg .image {
    background: no-repeat;
    border: 1px solid #353535;
    height: 149px;
    width: 372px;
}

#headerimg .bkgleft {
    background: url('images/header_title.jpg');
    float: left;
}

#headerimg .bkgright {
    background: url('images/header_boy.jpg');
    float: right;
}

#headerimg .image img {
    border: none;
    width: 372px;
    height: 149px;
}

#headerimg .stern {
    background: url('images/header_star.gif') no-repeat;
    width: 90px;
    height: 84px;
    position: relative;
    left: 323px;
    top: -31px;
    z-index: 2;
}

#headerimg .ball8 {
    background: url('images/header_8ball.gif') no-repeat;
    width: 78px;
    height: 67px;
    position: relative;
    left: 714px;
    top: -112px;
    z-index: 2;
}

#headerimg .cross {
    background: url('images/header_cross.gif') no-repeat;
    width: 44px;
    height: 49px;
    position: relative;
    left: 740px;
    top: -42px;
    z-index: 2;
}

#headerimg .cherry {
    background: url('images/header_cherry.gif') no-repeat;
    width: 78px;
    height: 73px;
    position: relative;
    left: -24px;
    top: -93px;
    z-index: 2;
}

div.hr {
    background-color: #1C1C1C;
    border: 1px solid #353535;
    height: 10px;
    margin: 10px 0;
    width: 760px;
    overflow: hidden;
}

#content h2 {
    margin: 0 0 10px;
    background: url('images/title_background.png') no-repeat;
    font: bold 19px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 3px 20px 10px 20px;
    text-align: center;
    letter-spacing: 1px;
}

#content h2 a {
    color: #FFF;
    background: url('images/000alpha50.png');
    padding: 1px 2px 2px 2px;
}

#content h2 span {
    color: #FFF;
    background: url('images/000alpha50.png');
    padding: 1px 2px 2px 2px;
}

#content h2.title {
    background: none;
    margin: 10px;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
    text-align: left;
}

#content h2 a:hover {
    text-decoration: none;
}

#wrapper,
#headerimg {
    width: 760px;
}
#wrapper {
    background: url('images/content_background.png') repeat-y top left;
}

#content { 
	border-left: 1px solid #353535;
	border-right: 1px solid #353535;
	padding: 0 10px; 
	float: left;
    font-size: 1.1em;
    width: 517px;
}

#content p {
    line-height: 1.5em;
}

#content ul,
#content ol {
    line-height: 1.5em;
}

blockquote {
	background: #1b1814;
	padding: 1px 15px 5px;
	border-bottom: 1px solid #35302a;
}

pre {
	padding: 5px 0;
	border-top: 1px dotted #35302a;
	border-bottom: 1px dotted #35302a;
}


/*  -----|  Footer  |-------------------------------------------------------  */
#footer {
	color: #666;
    text-align: center;
}

#footer p {
    margin: 0;
    padding: 0;
}

#footer a {
	color: #666;
	font-weight: bold;
}

#footer a:hover {
	color: #CCC;
    text-decoration: none;
}


/*  -----|  Post  |---------------------------------------------------------  */
.post {
    padding: 10px 0 0;
}

.widecolumn .post {
    padding: 15px 10px 0px;
    margin: 0;
    font-size: 12px;
    color: #CCC;
}

.top {
    padding: 15px 10px 0px;
    background: #191919;
    margin-bottom: 15px;
    border-bottom: 2px solid #353535;
    font-size: 11px;
}

.top .entry {
    font-size: 12px;
}

.cat_desc {
    font-size: 12px;
    color: #ccc;
}

.lastfive {
    padding: 15px 10px 5px 10px;
}

h3#comments,
h3#respond,
.sociable h3 {
    color: #CA224E;
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 10px 0;
}

.nocomments {
    margin: 30px 10px 0 10px;
}

.editpage {
    margin: 30px 10px 10px 10px;
}


/*  -----|  Post  |---------------------------------------------------------  */
ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #353535;
    margin: 0 10px 0 10px;
    padding-top: 10px;
}

ol.commentlist li {
    border-bottom: 1px solid #353535;
    margin-bottom: 10px;
}

ol.commentlist cite {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
}

.comments form#commentform {
    margin: 0 10px 0 10px;
    padding: 0 0 10px 0;
}

.comments form#commentform input,
.comments form#commentform textarea {
    color: #999;
    font-size: 11px; 
    text-decoration: none; 
    background-color: #101010; 
    border: 1px solid #353535;
    padding: 5px;
}

.comments form#commentform textarea {
    width: 485px;
}

.comments form#commentform p {
    padding: 0;
    font-size: 12px;
}


/*  -----|  Navigation  |---------------------------------------------------  */
.navigation {
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
    margin: 20px 0 10px 0;
    font-size: 10px;
}


/*  -----|  Sidebar  |------------------------------------------------------  */
#sidebar {
    border-left: 0;
    float: right;
    width: 200px;
	border-right: 1px solid #353535;
	padding: 0 10px; 
}


#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar h3 {
    color: #bd934f;
    color: #CA224E;
    margin: 15px 0 5px 8px;
    text-transform: uppercase;
    font-size: 11px;
}
	
#sidebar ul ul {
    margin: 0 0 10px;
    padding: 0;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
}

#sidebar ul ul li {
    display: block;
    background: #222;
    margin: 1px 0;
    padding: 4px 10px;
}

#sidebar ul ul li:hover {
    background: #353535;
}

#sidebar ul .feed {
    background: url('images/rss_icon.png') no-repeat 0 2px;
    padding: 1px 0 1px 18px;
}

		
/*  -----|  Searchform  |---------------------------------------------------  */		
#searchform {
    padding: 10px 0;
    height: 34px;
    text-align: center;
    background: #222 url('images/search_background.png') no-repeat 1px 10px;
}

#s {
    width: 167px;
    height: 20px;
    color: #FFF;
    padding: 0;
    margin-top: 9px;
    margin-right: 2px;
    border: none;
    background: none;
}
	
	
	
.goleft { float: left; }
.goright { float: right; }

ul.navigation { 
	border-top: 1px solid #353535; 
	border-bottom: 1px solid #353535; 
	}
	
	ul.navigation li { display: block; padding: 4px 10px; background: #222; margin: 1px 0; }
	ul.navigation li:hover { background: #353535; }



/*  -----|  Diverses  |-----------------------------------------------------  */

.clearfix:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content .swftube {
    text-align: center;
    padding: 10px 0;
}

#content .swftube object {
    margin: 0;
    padding: 0;
}


/*  -----|  Ads  |----------------------------------------------------------  */

.ad_liste_linkblock {
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 10px 0 10px 0;
    border-top: 2px solid #353535;
    border-bottom: 2px solid #353535;
}

.ad_liste_banner {
    text-align: center;
    padding: 0 0 10px 0;
}

.ad_liste_linkblock_single {
    text-align: center;
    padding: 10px 0 10px 0;
}

.ad_artikel_banner {
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 20px 0 20px 0;
    border-top: 2px solid #353535;
    border-bottom: 2px solid #353535;
}

li.ad_banner120 {
    padding: 30px 0 0 35px;
}

li.ad_banner160 {
    padding: 40px 0 0 20px;
}

.ad_leaderboard {
    text-align: center;
    padding: 4px 0;
}

div.banner_suh {
    text-align: center;
    padding: 5px 0;
    margin: 15px 0 5px 0;
    background: #581020;
}

