/*  
Theme Name: Garbage Discography
Theme URI: http://www.garbage-discography.co.uk/
Description: Garbage Discography V 9.0 - Wordpress theme
Version: 9
Author: Rob Watson
Author URI: http://www.garbage-discography.co.uk/
*/
/* start reset
========================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
li {list-style-type: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset
==========================================*/
html {
overflow: -moz-scrollbars-vertical;
}
a {
	text-decoration:none;
	}	
a:hover {
	text-decoration:underline;
	}
				
body {
	background: #000000 url(images/css/background.jpg) bottom right fixed no-repeat;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#e5e5e5;
	}
em {
	font-style:italic;
	}	
			
p {
	padding: 5px 0;
	}
strong {
	font-weight:bold;
	}
/* CLASES
=================================================================================== */
.floatleft {
	float:left;
	}
img.floatleft {
	padding: 0 3px 0 0;
	}
.floatright {
	float:right;
	}
img.floatright {
	padding: 0 0 0 3px;
	}
.clearboth {
	clear:both;
	}
.clearfix {
	clear:both;
	height:10px;
	}
	
	

#page {
	width:990px;
	}
	
	
/* WORD PRESS
============================*/
#header {
	margin: 0 0 3px  0;
	}





.headnav {
	background:#cc3300;
	font-size:75%;
	}		
.headnav ul {
	list-style-type: none;
	padding:4px 0;
	}
.headnav li {
	display:inline;
	}
.headnav li a {
	padding: 0 15px;
	color:#ffffff !important;
	border-right: 1px solid #ffffff;
	}
.headnav li a.firstlink {
	padding-left:0;
	}
.headnav li a.lastlink {
	border-right:none;
	}


































#maincontent {
	border-top: 2px solid #cc3300;
	margin: 2px 0 10px 0;
	}
/*
=================================================================================== */
#breadcrumbs {
	clear:both;
	width:100%;
	float:left;
	display:inline;
	text-align:right;
	font-size:0.63em;
	}
#breadcrumbs ul {
	list-style-type:none;
	margin:3px 0;
	}
#breadcrumbs li {
	display:inline;
	
	}		
#breadcrumbs li a {
	border-left:1px solid #f0f0f0;
	padding:0 5px 0 5px;
	color:#cc3300;
	}	
	
#breadcrumbs li a.firstbc {
	border-left: none;
	}	



































	
	
#sidebar {
	width:207px;
	float:left;
	display:inline;
	margin:15px 0 15px 0;
	font-size:0.63em;
	}
.sidebarcontent {
	margin:0 10px;
	width: 189px;
	clear:left;
	}



h2.sideheaders {
	width:197px;
	height:37px;
	position:relative;
	padding:10px 0 5px 7px;
	font-size: 75%;
	}
	
	
h2#categories span {
	background: #000000 url(images/css/categories.gif) no-repeat;
	position: absolute;
	width:197px;
	height:37px;
	}
	
h2#login span {
	background: #000000 url(images/css/signup.gif) no-repeat;
	position: absolute;
	width:197px;
	height:37px;
	}
		
h2#archives span {
	background: #000000 url(images/css/archives.gif) no-repeat;
	position: absolute;
	width:197px;
	height:37px;
	}
h2#subscribe span {
	background: #000000 url(images/css/subscribe.gif) no-repeat;
	position: absolute;
	width:197px;
	height:37px;
	}			
h2#newssearch span {
	background: #000000 url(images/css/news_search.gif) no-repeat;
	position: absolute;
	width:197px;
	height:37px;
	}
	/* Sidebar list links
	=====================*/
	#sidebar ul {
	list-style-type:none;
	}
	#sidebar li {
	display:block;
	width:173px;
	background:#1d2528;
	border-bottom:1px solid #000000;
	padding:5px 7px 5px 7px;
	}
	#sidebar li a {
	background:url(images/ico_link_arrow.gif) right center no-repeat;
	display:block;
	width:173px;
	color:#ffffff;
	}
	#sidebar li a:hover {
	color:#cc3300;
	}
/* Sidebar RSS feed link
========================*/
	/* Aligns the RSS icon
	=======================*/
	#sidebar li.rssfeed .subscribe img {
	vertical-align:middle;
	}
	#sidebar li.rssfeed a:hover {
	text-decoration:none;
	}
	/* adds underline to the text on hover
	======================================*/
	#sidebar li.rssfeed a:hover .underline {
	text-decoration:underline;
	}
/* Sidebar search box
=====================*/
	#sidebar .searchbox {
	padding: 20px 0 20px 0;
	}
	/*
	========================*/
	#sidebar #s {
	border:1px solid #cccccc;
	float:left;
	display:inline;
	width:140px;
	height:15px;
	font-size:90%;
	margin: 3px 0 0 0;	
	padding:2px 3px;
	color:#ffffff !important;
	background: #1d2528 !important;
	}
	/*
	========================*/
	#sidebar #searchsubmit {
	margin: 3px 0 0 5px;
	float:left;
	display:inline;
	text-align:center;
	width:35px;
	height:22px;
	border:1px solid #cccccc;
	color:#ffffff !important;
	background: #1d2528 !important;
	}

	#sidebar select {
	border:1px solid #cccccc;
	width:190px;
	height:20px;
	font-size:90%;
	margin: 3px 0 0 0;	
	padding:2px 3px;
	color:#ffffff !important;
	background: #1d2528 !important;
	}







#content {
	float:left;
	width:770px;
	display:inline;
	margin: 0 0 15px 10px;
	}











.post {
width:500px;
float:left;
display:inline;
padding:10px;
clear:both;
margin-bottom: 25px;
}
.post a {
color:#cc3300;
}
.post h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1.15em;
font-weight:normal;
border-bottom:1px solid #ffffff;
margin-bottom:5px;
}
.post h3 {
margin-bottom:5px;
}
.post h3 a {
color:#ffffff;
border-bottom:1px solid #ffffff;

}
.post small {
font-size: 0.63em;
}
.post img {
float:right;
padding: 0 0 5px 5px;
}
.post p, .post ul, .post ol {
font-size:0.71em;
line-height:1.3em;
}
.post ol {
list-style-type:decimal-leading-zero;
}
.post ul {
list-style-type: disc;
}
.post ol {
padding: 5px 0 5px 25px;
}
.post ul {
padding: 5px 0 5px 15px;
}
.post p.postmetadata {
clear:left;
}
.post p.postmetadata a {
	color:#ffffff;
	font-style:italic;
	}	


.navigation {
clear:left;
width:500px;
font-size:0.63em;
}
.navigation a {
color:#cc3300;
}
.alignleft {
width:245px;
float:left;
display:inline;
text-align:left;
}
.alignright {
width:245px;
float:left;
display:inline;
text-align:right;
margin:0 0 0 10px;
}


/* Comments
======================*/
#commentsarea p {
font-size:0.71em;
margin:0 0 10px 0;
}
#commentsarea a {
color:#ffffff;
text-decoration: none;
}

#commentsarea {
	clear:left;
	width:500px;
	padding:10px;
	}
#commentsarea.question {
	clear:both;
	float:left;
	width:480px;
	display:inline;
	}	
	
#commentsarea label {
	font-size:0.71em;
	float:left;
	width:150px;
	text-align:right;
	display:inline;
	}	
	
	
#commentsarea input.textbox {
 	border:1px solid #cccccc;
	float:left;
	display:inline;
	width:230px;
	height:15px;
	font-size:90%;
	margin: 3px 0 6px 10px;	
	padding:2px 3px;
	color:#ffffff !important;
	background: #1d2528 !important;
 	}
textarea#comment {
	width:234px;
	font-size:90%;
	color:#ffffff !important;
	background: #1d2528 !important;
	margin: 0 0 0 160px;
	overflow: -moz-scrollbars-vertical;
	}
#commentsarea input#submit {
	margin: 3px 0 0 160px;
	float:left;
	display:inline;
	text-align:center;
	width:100px;
	height:22px;
	border:1px solid #cccccc;
	color:#ffffff !important;
	background: #1d2528 !important;
	}






























/* footer section of site:
=================================================================================== */
#footer {
	clear:both;
	border-top:2px solid #cc3300;
	margin: 12px 0 2px 0;
	padding: 4px 3px 3px 3px;
	font-size: 65%;
	}
#footer a {
	color: #cccccc;
	font-weight:normal;
	}
#footer a:active {
	color:#333333;
	}		
#footer ul {
	list-style-type: none;
	}
#footer li {
	display:inline;
	}
#footer li a {
	padding: 0 15px;
	border-right:1px solid #999999;
	}
#footer li a.firstlink {
	padding-left:0;
	}
#footer li a.lastlink {
	border-right:none;
	}		