@CHARSET "UTF-8";

/* -------------------------------------------------------------- 

    Page Name:  metalmaschine.de
    Page Style: darkred
    
    Version: 1.0
    
    VersionDate: Spring 2010
    
    Author: Robert Metz
    E-Mail: contact[at]robertmetz.de
    H-Page: http://www.robertmetz.de 
   
    style.css
    * Sets up the page layout.
     
-------------------------------------------------------------- */


/* Import reset.css first to disable most browser 
   incompatibilities 
-------------------------------------------------------------- */
@import url("reset.css");


/* Avoids "page jumps" by forcing the vertical scrollbar
   Should work in Firefox, Safari, IE 6 
-------------------------------------------------------------- */
html {
    overflow-y: scroll;
}


/* These rather presentational classes are generated by WordPress, 
    so it's useful to have some styles for them.
-------------------------------------------------------------- */
.aligncenter { 
    display: block;
    margin: 0 auto;
}
.alignleft { 
    float: left; 
}
.alignright { 
    float: right; 
}
.wp-caption {  
    margin: 10px;
    padding: 10px; 
    text-align: center; 
    background: #ccc; 
    border: 1px solid #666;
}


/* Body settings
-------------------------------------------------------------- */
body { 
    color: #ffffff;
    font: 13px/22px Helvetica, Arial, sans-serif;
    background: #000000;
}


/* Typography settings like headlines, paragraphs, etc.
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: #7a0000;
    /*line-height: 24px;*/
    padding: 11px 0;
}

h1 {
	height: 150px;
	text-indent: -9999px;
	background: transparent url(img/logo.gif) left top no-repeat;
}
h1 a {
	display: block;
	width: 745px;
	height: 140px;
}

h2 { 
   font-size: 20px;
   line-height: 26px;
}
h2 a {
    text-decoration: none;	
}
h2 a:hover {
    color: #88ea00;
}

h3 { 
   font-size: 19px;
   line-height: 26px;
}
h3 a {
    text-decoration: none;	
}
h3 a:hover {
    color: #88ea00;
}

h4 { font-size: 17px; }

h5 { font-size: 15px; }

h6 { 
    padding: 5px 0 0 0; 
	font-size: 14px;
	line-height: 15px;
}
h6 a {
    text-decoration: none;  
}
h6 a:hover {
    text-decoration: underline;  
}

a { 
    color: inherit;
    text-decoration: underline;
    outline: 0;
    -moz-outline:0;
}
a:hover {
    color: #7a0000;
}
a:focus {
    color: #88ea00;
} 


/* Tag Styles
-------------------------------------------------------------- */
img {
    border: 0;  
}

p {
    padding-bottom: 12px;
}

hr {
    clear: both;
    height: 10px;
    background: transparent url(img/bg_hr_long.png) no-repeat top center;
    border: 0;
}
hr.short {
	background: transparent url(img/bg_hr_short.png) no-repeat top center;
}

input,
textarea {
	width: 250px;
    color: #202020;
    font-size: 12px;
    background: #030303;
    border: 2px solid #202020;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
input:focus,
textarea:focus {
    color: #ffffff;
    border-color: #ffffff;  
}
input:focus + label {
    color: #ffffff;
}
input[id~="sitesearchbutton"] {
    width: 50px;
}
input[type~="submit"]:hover {
    color: #ffffff;
    border-color: #ffffff;  
}
textarea {
    width: 490px;
}
label {
	color: #202020;
	font-weight: bold;
}


/* Miscellaneous classes
-------------------------------------------------------------- */
.hidden {
    display: none;
}

.clear {
    clear: both;    
}

.left {
    float: left;
}

.right {
    float: right;
}

em,
.italic {
    font-style: italic;
}

strong
.bold {
    font-weight: bold;
}

.big {
    font-size: 16px;    
}
.bigger {
    font-size: 36px;    
}

.big_line {
	line-height: 30px;
}
.bigger_line {
	line-height: 40px;
}

.indented {
    padding-left: 10px; 
}

.show_all {
	padding-right: 10px;
	color: #202020;
	text-align: right;
}
.show_all a {
	text-decoration: none;
	color: #202020;
}
.show_all a:hover {
	color: #7a0000;
}
a.dark,
.dark {
	text-decoration: none;
	color: #202020;
}
a.dark:hover,
.dark:hover {
	color: #7a0000;
}

.alert {
	font-weight: bold;
	line-height: 30px;
	color: #ff0000;
}


/* Wrapper
-------------------------------------------------------------- */
#wrapper {
    margin: 0 auto;
    width: 960px;
}


/* Header & Navigation
-------------------------------------------------------------- */
#header {
	height: 250px;
	background: transparent url(img/bg_header.png) center top no-repeat;
}

a.rss_link {
    float: right;
}
a.rss_link img {
    margin: -20px 30px 0 0;
}

#nav_pages {
    margin-top: -12px;
    padding-left: 30px;
}
#nav_pages li {
    display: inline;
}
#nav_pages a {
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px;
    font-weight: bold;
    text-decoration: none;
}

#nav_categories {
    height: 70px;
    margin-top: -25px;
    padding: 45px 30px 5px;
    background: transparent url(img/bg_nav.png) no-repeat top left;
}
#nav_categories form {
    margin: 0 50px -2px 0;
    padding-top: 3px;
    text-align: right;
}
#nav_categories form input {
    margin-top: 2px;
    width: 205px;
    color: #88ea00;
    font-size: 12px;
    background: #000000;
    border: 2px solid #310808;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#nav_categories form input#searchbutton {
    width: auto;
}
#nav_categories form input#searchbutton:hover {
    color: #7a0000;
}


/* Content
-------------------------------------------------------------- */
#content {
	float: left;
	margin: 0 0 40px 40px;
	width: 500px;
    min-height: 400px;
}

.post {
    clear: both;
    margin: 20px 0 50px;
    font-size: 13px;
}
.post p {
    margin: 10px 0;
}
.post p a {
    color: #7a0000;
    text-decoration: none; 
}
.post p a:active {
    color: #88ea00;
}
.post p img.size-full,
.post embed {
	border: 5px solid #202020;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.post p img:hover.size-full,
.post embed:hover {
    border: 5px solid #7a0000;
}

.post a.more-link {
	float: right;
	margin: 10px 10px 0 0;
	padding: 0;
	text-decoration: none;
}

.post-navigation a {
    color: #7a0000;
	text-decoration: none;
}

a.comments_link {
    padding-right: 15px;
    background: transparent url(img/icon_comments.png) no-repeat center right;
}
a.comments_link:hover {
    background: transparent url(img/icon_comments_hover.png) no-repeat center right;
}
.comments_count {
	position: relative;
	bottom: 4px;
	left: 10px;
	font-size: 9px;
}

.postmeta_top, 
.postmeta_bottom {
    color: #202020;
    font: 14px/30px Cambria, ‘Hoefler Text’, Utopia, ‘Liberation Serif’, ‘Nimbus Roman No9 L Regular’, Times, ‘Times New Roman’, serif;	
}
.postmeta_top a, 
.postmeta_bottom a {
	text-decoration: none;
}
.postmeta_top {
	margin: -18px 0 50px 2px;
}
.postmeta_bottom {
	margin: 20px 0 50px 0;
	font: 12px/100px;
}
.postmeta_bottom p {
	padding: 0;
}

.related_posts {
	padding-bottom: 20px;
}
.related_posts a {
	text-decoration: none;
}


/* Comments
-------------------------------------------------------------- */
#respond {
	margin: 0 0 30px 0;
	color: #202020;
}

ol.commentlist {
    margin: 0;
    padding: 0;
}

.commentlist li {
	padding: 15px 10px 10px;
    list-style: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.commentlist li:hover {
    background: #030303;
    border-top: 1px solid #202020;
    border-bottom: 1px solid #202020;
}

.comment img.avatar {
	float: left;
	margin: 0 20px 10px 0;
	border: 2px solid #202020;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.comment-author {
	color: #7a0000;
	font-size: 14px;
	font-weight: bold;
}
.comment-author a {
	text-decoration: none;
}
.comment-author a:hover {
    text-decoration: underline;
}

.comment-meta {
	color: #202020;
	font-size: 12px;
	text-align: right;	
}
.comment-meta a {
    text-decoration: none;
}

/* Sitesearch
-------------------------------------------------------------- */
.sitesearch_box {
	margin-bottom: 50px;
}
.sitesearch_box form {
	margin-top: 30px;
	text-align: center;
}
.sitesearch_box p {
	margin-top: 10px;
	font-weight: bold;
}
.sitesearch_box p .searchquery {
	color: #88ea00;
	font-style: italic;
}

/* Tagcloud
-------------------------------------------------------------- */
.tagcloud_box {
	margin-top: 30px;
}
.tagcloud {
    padding: 20px;
}
ul.wp-tag-cloud { 
    padding: 5px 15px; 
}
ul.wp-tag-cloud li {
    margin: 10px;
    display: inline; 
}
ul.wp-tag-cloud li:after {
    content: " "; 
}
ul.wp-tag-cloud li:last-child:after { 
    content: ""; 
}
ul.wp-tag-cloud a {
    text-decoration: none;
}


/* Sidebar
-------------------------------------------------------------- */
#sidebar_box {
	float: right;
	margin: 20px 51px 0 0;
	width: 280px;
}
#sidebar_box > div {
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: transparent url(img/bg_hr_short.png) no-repeat bottom center;
}

.videobox ul li {
	height: 67px;    	
}
.videobox ul li img {
	border: 3px solid #202020;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.videobox ul li:hover img {
	border: 3px solid #7a0000;
}
.videobox div[class*="left"] ul {
    padding-left: 33px;
    background: transparent url(img/bg_videobox_left.png) no-repeat bottom left;
}
.videobox div[class*="left"] ul:hover {
	background: transparent url(img/bg_videobox_left_hover.png) no-repeat bottom left;
}
.videobox div[class*="right"] ul {
    padding-right: 33px;
    background: transparent url(img/bg_videobox_right.png) no-repeat top right;
}
.videobox div[class*="right"] ul:hover {
    background: transparent url(img/bg_videobox_right_hover.png) no-repeat top right;
}


.socialize ul {
    text-align: center;
}

.bubble {
    list-style: none;
    margin: 20px 0px 0px;
    padding: 0px;
}
.bubble li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
    width: 16px;
    height: 16px;
}

.bubble li a img {
    position: relative;
    border: none;
}

.bubble li a img.big {
    display: none;
}

.bubble li a:hover img.small {
    display: none;
    z-index: 0;
}

.bubble li a:hover img.big {
    display: block;
    margin-top: -8px;
    margin-left: -8px;
    z-index: 1000;
}

.advertise img {
    border: 3px solid #202020;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.advertise a:hover img {
    border: 3px solid #7a0000;
}

.boxed_list ul {
	padding-left: 35px;
        min-height: 276px;
}
.boxed_list ul li {
	min-height: 92px;
	clear: both;
	padding: 0 5px;
	border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.boxed_list ul li:hover {
	background: #030303;
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
}
.boxed_list ul li a {
	min-height: 92px;	
	display: block;
	text-decoration: none;
}
.boxed_list ul li p {
	color: #ffffff;
	line-height: 14px;
}
.boxed_list ul li img {
	margin: 8px 10px 10px 0;
	border: 3px solid #202020;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.boxed_list ul li:hover img {
	border: 3px solid #7a0000;
}
.latest-news ul {
    background: transparent url(img/bg_latest_news.png) no-repeat top left;
}
.latest-news ul:hover {
    background: transparent url(img/bg_latest_news_hover.png) no-repeat top left;
}
.reviews ul {
    background: transparent url(img/bg_reviews.png) no-repeat top left;
}
.reviews ul:hover {
    background: transparent url(img/bg_reviews_hover.png) no-repeat top left;
}
.coming-soon ul {
    background: transparent url(img/bg_comingsoon.png) no-repeat top left;
}
.coming-soon ul:hover {
    background: transparent url(img/bg_comingsoon_hover.png) no-repeat top left;
}
.interviews ul {
    background: transparent url(img/bg_interviews.png) no-repeat top left;
}
.interviews ul:hover {
    background: transparent url(img/bg_interviews_hover.png) no-repeat top left;
}
.acht-bit ul {
    background: transparent url(img/bg_8_bit.png) no-repeat top left;
}
.acht-bit ul:hover {
    background: transparent url(img/bg_8_bit_hover.png) no-repeat top left;
}
.viral-stuff ul {
    background: transparent url(img/bg_viralstuff.png) no-repeat top left;
}
.viral-stuff ul:hover {
    background: transparent url(img/bg_viralstuff_hover.png) no-repeat top left;
}
.classics ul {
    background: transparent url(img/bg_classics.png) no-repeat top left;
}
.classics ul:hover {
    background: transparent url(img/bg_classics_hover.png) no-repeat top left;
}

.blogroll-custom {
	margin-top: -20px;
	padding-left: 10px;
}
.blogroll-custom h2 {}
.blogroll-custom ul {
    padding-left: 10px;	
}
.blogroll-custom ul li {}
.blogroll-custom ul li a {
	font-weight: bold;
	color: #7a0000;
	text-decoration: none;
}
.blogroll-custom ul li a:hover {
    color: #88ea00;
}


/* Footer
-------------------------------------------------------------- */
#footer {
	clear: both;
	background: #050505;
    color: #202020;
}

#footer .inner {
	margin: 0 auto;
	width: 1100px;
}

#footer a {
    text-decoration: none;
}

#footer a.toplink {
	position: relative;
	top: -340px;
	width: 50px;
	height: 75px;
	text-indent: -9999px;
	background: transparent url(img/arrow_top.png) no-repeat center center;
}
#footer a.toplink:hover {
	background: transparent url(img/arrow_top_hover.png) no-repeat center center;
}

#footer .inner > ul {
    margin: 0 auto;
    width: 880px;
    min-height: 300px;
}
#footer .inner > ul > li {
    float: left;
    margin: 0 40px 0 0;
    padding: 0 5px;
}
#footer .inner > ul li.about {
    width: 220px;
}
#footer .inner > ul li.incontact {
    width: 220px;
}
#footer .inner > ul li.socialize {
	padding-top: 35px;
    width: 40px;
}
#footer .bubble li {
    margin: 5px 5px;
}
#footer .inner > ul li.archive {
    width: 220px;
}
#footer .inner > ul li.last {
	margin: 0;
}

#footer #bottom_line {
	margin: 0 auto;
	text-align: center;
}
