/*
Template name: Deep Red
Template URI: http://templates.arcsin.se/deep-red-website-template/
Release date: 2006-08-28
Description: A two-column layout with a touch of red.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(../img/bodybgsmall.jpg) center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #333;
	font: normal 2em sans-serif;
	margin: 14px 0 10px 0;
}
code {
	background: url(../img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(../img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.bodybg {
	background: url(../img/v2/bodybg2.jpg) center top;
	background-repeat: no-repeat;
}
.main {
	width: 680px;
	margin: 0 auto;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 420px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 254px;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.footer div.left a:hover {
	background: #D7162C;
	color: #FFF;
}

/* logo */
.header {
	background: #D91623 url(../img/v2/headerlogo2.jpg);
	height: 180px;
}
.header h1 {
	margin: 0;
	padding: 0;
	text-indent:-9999px;
}
.header a {
	display: block;
	height: 180px;
}

/* main navigation */
.link_menu {

}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
	background: #bf1f21 url(../img/menu.jpg);
}
.link_menu a:hover {background: #cf2b2d url(../img/menu2.jpg);}

.link_menu .green {
	background: url(../img/menu_green.jpg);
}
.link_menu a.green:hover {background: #cf2b2d url(../img/menu2_green.jpg);}

/* projects */
.lbl {
	background: #fff url(../img/v2/spotlight.jpg);
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	text-shadow: 0px 1px 3px #000;
}
.link_projects a {
	display: block;
	/*height: 100px;*/
	text-align: center;
	color: #FFF;
	/*padding-top: 24px;*/
	width: 254px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 3em sans-serif;
}
a.g1 {
	background: #222 url(../img/v2/freakshow.jpg);
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* updates */
.link_updates {
	background: #fff url(../img/bglbl.gif) repeat-x;
}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 50px;
	background: #fff url(../img/v2/shoutbox.jpg);
}
.link_updates a {
	clear: right;
	display: block;
	font: normal 1.2em "Trebuchet MS",sans-serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}
.link_updates a span {
	float: left;
	font: normal 3em Verdana,sans-serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-top: 3px;
}

/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px; 
	margin-top: 20px;
}
.content a {
	color: #FD1C24;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}
.newslink a {
	color: #bf1f21;
	font-weight: bold;
	font-size: 0.9em;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}

/* album */
.albumCover {
	float: left;
	width: 100px;
	border: 1px solid #e5e5e5;
}
.albumInfo {
	float: right;
	width: 270px;
	font-size: 16px;
	border:1;
	padding-top: 32px;
}
.albumContainer {
	display: block;
	margin-bottom: 20px;
	clear: both;
	height: 100px;
	border: 1px solid #ffffff;
	padding: 5px;
}
.albumContainerActive {
	background: #f5f5f5;
	border-color: #e5e5e5;
}
div.albumContainer:hover{
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
}
.albumYear {
	font-size:14px;
}
/* song */
.songContainer {
	padding: 5px;
	clear: both;
}
.songContainerBg {
	background-image: url(../img/songContainerBg.gif);
	background-repeat: repeat-y;
}
.songHeader {
	display: block;
	line-height: 17px;
}

/* comments */
.commentItem {
	background-color: #f5f5f5;
	padding: 5px;
	margin-bottom: 2px;

}
.commentHeader {
	width: 427px;
}
.commentHeaderText {
	font-weight: bold;
	width: 40%;
	float: left;
	height: 25px;
}
.commentDate {
	height: 25px;
	width: 50%;
	text-align: right;
	color: #999;
	float: left;
}
.commentText {
	clear: both;
}
.commentForm input, .commentForm select, .commentForm textarea {
	width: 200px;
}
.commentForm textarea {
	height: 100px;
}

/* other */
.otherTitle {
	color: #bf1f21;
	display: block;
	width: 100%;
	padding: 2px;
	background-color: #fff;
}
/* other sites */
#otherSites {
	background-color: #000000; 
	margin: 20px 5px; 
	padding: 5px; 
	text-align: center;
}
#otherSites p {
	color:#ffffff; 
	text-align:left; 
	font-weight:bold; 
	font-size: 14px;
}

/* newsletter */
#newsletter {
	margin-left: 5px; 
/*
	margin: 20px 5px; 
	padding: 5px; 
*/
}
#newsletter p {
	margin-top: -5px;
	padding-bottom: 10px;
}

/* share */
#share {
    margin-left: 5px;
}

#share ul {
    list-style-type: none;
}

#share li {
    display: inline;
    float: left;
    margin-right: 20px;
}

#gBuzz {
    margin-top: -4px;
}

/* other */
img {
	border: 0;
}
.price {
	color: #CC0000;
}
.storeInfo {
	background-color: #d4ecf5;
	border: 1px solid #a2d4e7;
	padding: 3px;
}
.error {
	background-color: #f5d4d4;
	border: 1px solid #e7a2a2;
	padding: 3px;
}
.success {
	background-color: #dcf5d4;
	border: 1px solid #b4e7a2;
	padding: 3px;
}
.bold {
	font-weight: bold;
}
p.right {
	margin: 0;
	color: #666666;
}
p.track {
	margin: 0;
	color: #cc6666;
	display: inline;
}
.rating {
	padding-left: 10px;
	color: #666666;
}
input {
	margin: 2px;
}

td {
	padding: 3px;
}

/* tabs */

UL.tabNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

UL.tabNavigation LI {
    display: inline;
}

UL.tabNavigation LI A {
    padding: 3px 5px;
    background-color: #ccc;
    color: #000;
    text-decoration: none;
}

UL.tabNavigation LI A.select,
UL.tabNavigation LI A:hover {
    background-color: #333;
    color: #fff;
    padding-top: 7px;
}

UL.tabNavigation LI A:focus {
	outline: 0;
}

div.tabs > div {
	padding: 5px;
	margin-top: 3px;
	border: 2px solid #333;
}

div.tabs > div h2 {
	margin-top: 0;
}

.waste {
	min-height: 1000px;
}

