/*
	Theme Name: Culture Clash Theme
	Theme URI: http://www.threechords.org
	Description: The custom theme for Culture Clash records. 
	Version: 1.1
	Author: Matt Andrews
	Author URI: http://www.threechords.org
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #eee;
	background-image: url(img/pagebg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}


a {
	color: #50AAEE;
}

a:hover {
	color: #000;
}
#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #FDD252;
}
#header {
	height: 155px;
	background-image: url(img/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 540px;
}
#main {
	padding: 10px;
}
#content {
	float: left;
	width: 600px;
	margin-top: 20px;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #fef6dc;
	padding-right: 10px;
}
#content .news {
	background-color: #fef7e2;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 580px;
}
h2, h2 a {
	background-color: #3c6779;
	display: inline;
	padding: 3px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -2px;
}
h3, h3 a {
	color: #509af9;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}
h4, h4 a {
	background-color: #CCC;
	padding: 3px;
	text-align: center;
	font-size: 12px;
        display: inline;
}

#sidebar {
	float: right;
	width: 280px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.ad {
	background-color: #CCC;
	padding: 3px;
}
.top {
	width: 500px;
	height: 50px;
	text-align: center;
}

#sidebar .albums, #sidebar .tickets {
	border: 1px solid #000;
	background-color: #cad6db;
	height: 550px;
	overflow: auto;
	padding: 10px;
	border-top: none;
}

#sidebar .albums ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar .albums ul li {
	margin-bottom: 10px;
	list-style-type: square;
}
#content .network {
	text-align: center;
        float: right;
	width: 175px;
	background-color: #3C6779;
	color: #FFF;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 3px;
}
.icon {
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ccForm label {
	float: center;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	margin-top: 10px;
	font-weight: bold;
}
.ccForm input {
	background-color: #eee;
	border: 1px solid #999;
	width: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
.ccForm br {
	clear: left;
}

#header ul {
	list-style-type: disc;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#header ul li a:hover {
	text-decoration: underline;
}
#header ul li {
	display: inline;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}
#header ul li a {
	color: #000;
	text-decoration: none;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}
.wplc_table th {
	background-color: #509AF9;
	color: #fff;
	text-align: left;
	padding: 2px;
}
.wplc_table {
	border: 1px solid #666;
	width: 220px;
	background-color: #FFF;
        margin-top: 20px;
}

.wplc_table td, .wplc_table th {
	border-right: 1px solid #ccc;
}
.wplc_table tr {
	background: #EFECE0;
}

td.noborder, th.noborder {
	border-right: 0px;
}
tr.wplc_alt {
	background: #EFE8D1;
}