/*
Theme Name: Nitrogods V1
Description: Nitrogods WP Theme V1 based on 960bc by Troy Dean
Author: pixelaxel
Author URI: http://www.pixelaxel.de
*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}
		
#wrapper {
		}

#header {
		height: 149px;
		width: 100%;
		}

#headerimg a {
		height: 149px;
		width: 940px;
		display:block;
		/* margin-top: 15px; */
		}

#risskante {
		height: 41px;
		width: 100%;
		}
		
#theaterslider {
		height: 370px;
		width: 100%;
		}

#slider {
		height: 370px;
		width: 100%;
		}
		
#navwrap {
		width: 100%;
		height: 39px;
		}		

#footernavwrap {
		width: 100%;
		height: 39px;
		}		
				
#navshadow_top {
		width: 100%;
		height: 10px;
		}				
				
#menu-mainmenu {
		margin-left: 2.5em;
		}
		
#menu-footermenu {
		margin-left: 2.5em;
		}		
		
		
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {
		margin-top: 4px;
		margin-left: 10px;
		}

#sidebar {
		text-align: left;
		margin-top: 4px;
		padding-top: 0px;
		padding-bottom: 25px;
		}


#footertop {
		height: 255px;
		width: 100%;
		}		
		
#footer {
		margin: 0px 0 0 0;
		padding: 00px 0;
		}	

.widget {
		margin-bottom: 40px;
		padding: 10px 20px;
		}		
		
.post, #content-text, .notfound, #guestblock {
		margin: 0 0 40px;
		padding: 10px 20px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}		
		
#nitronewslink {
		display: block;
		width: 360px;
		height: 232px;
		background-image: url('images/nitronewsletter.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		margin: 20px 0 0 60px;
		}

#nitronewslink:hover {
		background-position: -360px 0;
		}

#audioplayer {
		display: block;
		width: 360px;
		height: 232px;

		margin: 20px 0 0 60px;
		}		
		
/* Nitrogossip - Social Network Icons */		
#link_facebook, #link_twitter, #link_youtube, #link_myspace {
		display: block;
		float: left; 
		width: 65px;
		height: 68px;
		background-repeat: no-repeat;
		background-position: 0 0;
		border: 0;
		margin-bottom: 16px;
		}

#link_facebook {
		background-image: url('images/sn_facebook.png');
		}		

#link_twitter {
		background-image: url('images/sn_twitter.png');
		}	
		
#link_youtube {
		background-image: url('images/sn_youtube.png');
		}	

#link_myspace {
		background-image: url('images/sn_myspace.png');
		}
		
#link_facebook:hover, #link_twitter:hover, #link_youtube:hover, #link_myspace:hover {
		background-position: 0 -2px;
		}
		
/* Onlineshops */		
#link_itunes, #link_amazon, #link_musicload {
		display: block;
		float: left; 
		width: 42px;
		height: 42px;
		background-repeat: no-repeat;
		background-position: 0 0;
		border: 0;
		margin-left: 10px;
		margin-bottom: 16px;
		}
		
#link_itunes {
		background-image: url('images/icon_itunes.png');
		}	
		
#link_amazon {
		background-image: url('images/icon_amazon.png');
		}	

#link_musicload {
		background-image: url('images/icon_musicload.png');
		}
		
#link_itunes:hover, #link_amazon:hover, #link_musicload:hover {
		background-position: 0 -2px;		
		}
		
/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

/**		
.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
		}
**/
.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

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

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}
		
		
input,textarea,select {
	font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	border: 1px solid #392416;
	border-top: 1px solid #568d9e;
	padding:8px;
	/* width:97%; */
	background:white;
	margin:3px 0 0 0;
	border-radius:4px;
	-webkit-box-shadow:inset 0px 2px 6px #bcc5c8;
	-moz-box-shadow:inset 0px 2px 6px #bcc5c8;
	-ms-box-shadow:inset 0px 2px 6px #bcc5c8;
	-o-box-shadow:inset 0px 2px 6px #bcc5c8;
	box-shadow:inset 0px 2px 6px #bcc5c8;
}

input:focus, textarea:focus, select:focus {
	background:#FEC;
	border:1px solid #64831f;
	outline:none;
}		

#submit {
	/* float:left; */
	padding:7px 13px 6px 15px;
	width:218px;
	font-size:13px;
	color:#25160B;
	border:1px solid rgb(255, 255, 255);
	margin:5px 0 30px 0;
	-webkit-box-shadow:0px 0px 1px rgba(0, 0, 0, 1);
	-moz-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.4); /* too strong in firefox */
	-ms-box-shadow:0px 0px 1px rgba(0, 0, 0, 1);
	-o-box-shadow:0px 0px 1px rgba(0, 0, 0, 1);
	box-shadow:0px 0px 1px rgba(0, 0, 0, 1);
	border-radius:4px;
	background-color:#fff;
	/* background-image: url(img/sprite-x.png);*/ /* fallback for opera, ie */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e1e1e1));
	background-image: -moz-linear-gradient(top, #fff, #e1e1e1);
	text-shadow:0px 1px 0px #fff;
}

.ie9 #submit { box-shadow:0px 0px 2px rgba(0, 0, 0, 0.8); /* bad rendered effect in ie9 */ }

#submit:hover {
	color:#000;
	text-decoration:none;
	cursor:pointer;
}

#submit:active {
	color:#25160B;
	margin:6px 0 30px 0;
}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		color: #fec;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		background: #392416;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 0 1px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */

/* Fanclub Link */
a.fanclublink{
	display: block;
	position: absolute;
	background: url('images/nitrogang_badge.png') no-repeat;
	width: 141px;
	height: 137px;
	left: 819px;
	top: 233px;
	/*text-indent: -9999px;*/
	border: 0;
	z-index: 10;
}
a.fanclublink:hover{
	/* background-position: 0 137px; */
	background: url('images/nitrogang_badge_hover.png') no-repeat; 
}

.headerpic_overlay{
	display: block;
	position: absolute;
	background: url('images/ripoff.png') no-repeat;
	width: 960px;
	height: 41px;
	left: 0px;
	top: 0px;
	/*text-indent: -9999px;*/
	border: 0;
	z-index: 10;
}