/*
	Theme Name: Culture Clash 2011
	Theme URI: http://www.threechords.org
	Description: The updated theme for Culture Clash records - new for 2011!
	Version: 2.0
	Author: Matt Andrews
	Author URI: http://www.threechords.org
*/
body {
    font: 12px/18px georgia;
    margin: 0px;
    padding: 0px;
    background: #efefef;
}

ul, ol {
    margin: 0px;
    padding: 0px;
}
li {
    margin: 5px 0px 0px 20px;
}
#container {
    background: #f0f1d4 url(img/bodybg.jpg) repeat;
    width: 940px;
    margin: 0px auto;
    overflow: hidden;
    border: 1px solid #999;
    border-top: 0px;
    padding-bottom:15px;
    -webkit-box-shadow: 0px 0px 30px #ccc;
    -moz-box-shadow: 0px 0px 30px #ccc;
}

#leftcol {
    background: url(img/left_bg.jpg) no-repeat;
    width: 300px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

#logo {
    background: url(img/rainbow_bg.png) no-repeat center top;
    padding-top: 20px;

}
#content {
    float: left;
    width: 620px;

}
#rightcol {
    float: right;
    width: 240px;
    border-left: 1px solid #b3b3b3;
    padding-left: 10px;
    margin: 0px 10px 20px 10px;
}
#rightcol ul, ol {
    height: 250px;
    overflow: auto;
    margin: 10px 0px;
}
ul#menu {
    margin: 20px 0px 20px 0px;
    padding: 0px;
    width: 600px;
    text-align: center;
    overflow: hidden;
}
ul#menu li {
    display: inline;
    font: 19px georgia;
    color: #b9b9b9;
    margin: 0px;
    margin-right:6px;
}
ul#menu li:first-child {
    background: url(img/menu-bg.png) no-repeat center left;
    padding-left: 35px;
}
ul#menu li:last-child,
#final {
    margin-right:0px;
    background: url(img/menu-bg-flipped.png) no-repeat center right;
    padding-right: 35px;
}

ul#menu li a {
    color: #000;
    text-decoration:none;
    padding-right: 3px;
}

div.hr {
    background: url(img/hr.png) no-repeat center center;
    height: 2px;
    margin: 5px 0px;
}

h2 {
    font: normal 18px georgia;
    padding: 0px;
    margin: 0px;
    color: #943d53;
    margin-bottom: 20px;
}
h3, h3 a, label {
    color: #499c93;
    font: bold 15px arial;
    padding: 0px;
    margin: 0px;
}

h4 {
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}
p {
    line-height: 22px;
}


ul#social {
    margin-top: 50px;
    text-align:center;
}

ul#social li {
    display: inline;
    margin: 0px;
    margin-right: 14px;
}
ul#social li:last-child {
    margin-right: 0px;
}
#logo form {
    margin-top: 100px;
    text-align: center;
}

label {
    display: block;
    margin: 5px 0px;
}

#sidebar ul, #sidebar li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#sidebar ul {
    margin-bottom: 25px;
}

#sidebar li {
    margin: 5px 0px;
}

a {
    color: #333;
}
a:hover {
    color: #943d53;
}

form#newsletter {
    margin-bottom: 15px;
}

h1 {
    font: 18px georgia;
}

div.spacer {
    margin: 25px 0px;
    clear: both;
}

div.panel {
    height: 420px;
    overflow: auto;
    margin-bottom: 15px;
}

a img { border: none; }

img.alignleft {
    float: left;
    margin: 10px;
    margin-left: 0px;
}

img.alignright {
    float: right;
    margin: 10px;
    margin-right: 0px;
}

div.footer {
    text-align:center;
    margin: 15px 0px;
}