/* CSS Document */

/*******************
 Reference Colours
*******************/

/*
dark grey: #666666
light green: #AEC703
dark green: #3F4801
*/

/*******************
 Setup
*******************/

* {
margin: 0;
padding: 0;
border: 0;
}

body {
background-color: #666666;
}

/*******************
 Layout Elements
*******************/

#wrapper {
margin: 0 auto;
}

#top {
height: 195px;
background-image:url(images/structure/top_bg.jpg);
background-repeat:repeat-x;
text-align: center;
}

#contentwrapper {
background-color: #FFFFFF;
}

#content {
width: 940px;
margin: 0 auto;
padding: 33px 0 25px 0;
}

#footer {
color: #FFFFFF;
padding: 20px 0;
margin: 0 auto;
text-align: center;
}

#leftcol {
float: left;
width: 445px;
height: 670px;
overflow: hidden;
}

#rightcol {
margin-left: 495px;
}

.news_story{
margin-bottom: 40px;
}

#feature {
border: 1px solid #666666;
padding: 25px 35px;
margin-bottom: 3em;
}

#featureimage {
float: right;
margin-left: 20px;
}

.artist {
border-bottom: 1px solid #666666;
padding: 30px 10px 20px;
}

.profilepic {
border: 1px solid #666666;
float: right;
width: 165px;
margin-left: 10px;
margin-bottom: 10px;
}

.listing {
border-bottom: 1px solid #666666;
padding: 0 25px 20px;
margin-bottom: 3em;
}

.listingrightcol {
float: right;
width: 106px;
margin-left: 10px;
margin-bottom: 10px;
}

/*******************
 Text
*******************/

/* set base font size to equivalent of 10px */
/* therefore to get 18px use 1.8em */
body {
font-size: 62.5%;
font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
color: #666666;
}

p {
font-size: 1.3em;
line-height: 175%;
margin-bottom: 1.3em;
}

h1 {
font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 2.4em;
font-weight: bold;
line-height: 2.6em;
}

h2 {
font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 1.6em;
font-weight: bold;
line-height: 1.6em;
margin-bottom: 1.5em;
color: #AEC703;
}

h3 {
font-size: 1.3em;
line-height: 1.4em;
margin-bottom: 1.4em;
}

#footer p {
color: #CCCCCC;
font-size: 1em;
line-height: 2.2em;
}

/*******************
 Links
*******************/

a:link, a:active, a:visited {
color: #3F4801;
}

a:hover {
color: #FFFFFF;
background-color:#3F4801;
}

/*******************
 Misc
*******************/

.clearit {
clear: both;
}

.line {
height: 1px;
border-bottom: 1px solid #666666;
}
