body {
    margin:0;
    padding:0;
    background-color:#fff;
    color:#000;
    /*min-width:750px;*
	/*font-family: "Lucida Grande", Verdana, sans-serif;*/
	font-family:Arial,Helvetica,Sans Serif;
	font-size: small;
	line-height: 1.2em;
}

img {
    border: 0;
}


h1 {
    /*color: #585549;*/
    color: #383D44;
    font-size: 1.5em;
    font-family:Georgia,serif;
    font-weight:normal;
    letter-spacing:0pt;
    margin: 30px 0 5px 0;
    padding:0pt;
    text-transform:none;
}

h1.first {
    margin-top: 10px;
}

h2 {
    color: #383D44;
    font-size: 1.3em;
    font-family:Georgia,serif;
    font-weight:normal;
    letter-spacing:0pt;
    margin: 25px 0 5px 0;
    padding:0pt;
    text-transform:none;
}

p {
    font-size: 0.9em;
}

h2+p {
    margin-top: 0;
}

a {
	text-decoration: none;
	border-bottom: none;
	color: #5997c5;
	border-bottom: 1px solid #eee;
}

a:hover {
	color: #15659f;
	text-decoration: none;
	border-bottom: 2px solid #ccc;
}

a.no_border {

}

.show {
    display: auto;
}

.hide {
    display: none;
}

#header {
	background: #121212 url(/images/bk.jpg) repeat-x fixed top center;
    line-height: 0;
}

#header-image {
    margin:0 auto;
    padding: 0;
    width:750px;
}

#header-text {
    background-image: url(/images/header-grad.gif);
    background-repeat: repeat-x;
    background-position: top left;
    height: 40px;
}

#header-text-middle
{
    margin: 0 auto;
    padding: 0;
    width:750px;
    position: relative;
}

#header-search
{
    position: absolute;
    right: 11px;
    bottom: 8px;
}

#feature {
    margin: 0 auto;
    width: 750px;
    clear: both;
    margin-bottom: 10px;
}

#feature a, #feature a:hover {
    text-decoration: none;
    border: 0;
}

#main {
    margin: 0 auto;
    width:750px;
    clear: both;
}

#main.column {
    background: #fff url(/images/vert-bar.gif) repeat-y scroll 525px 0;
}

#content {
    float: left;
    width: 500px;
}

#sidenav {
    float: right;
    width: 200px;
}

#main li {
    margin-bottom: 1em;
}

#sidenav h1 {
    margin: 16px 0 0 0;
    font-size: 1.3em;
}

#sidenav h1.first {
    margin-top: 0;
}


/* =homepage
---------------------------------------*/

.homepage-box
{
    margin-bottom: 15px;
    padding: 8px;
    font-size: 0.85em;
    border-top: 1px solid #c5c3c3;
    background-color: #f1f1f1;
    background-image: url(/images/homebox-bg.gif);
    background-repeat: repeat-x;
    background-position: top left;
}

.homepage-box p
{
    padding: 0;
    margin: 0;
    color: #585549;
}

.homepage-box strong
{
    color: #111;

}

h1#welcome
{
    margin: 8px 0;
    font-size: 1.5em;
}




/* =mainnav
---------------------------------------*/

#mainnav-wrap {
    background: #fff url(/images/mainnav-bg.gif) repeat-x scroll top left;
    margin-bottom: 20px;
    height: 20px;
}

#mainnav {
    line-height:normal;
    text-transform: uppercase;
    color: #666;
    font-size: 85%;
    font-weight: bold;
    margin: 0 auto;
    width: 750px;
}

#mainnav ul {
    margin:0;
    padding: 5px 0 0 0;
    list-style:none;
}

#mainnav li {
    float:left;
    margin:0;
    padding: 6px 10px 6px 0;
}

#mainnav a {
    display: block;
    padding: 2px;
    text-decoration: none;
    color: #000;
    border-bottom: none;
}

#mainnav a:hover {
    background-color: #585549;
    color: #fff;
    border-bottom: none;
}

#mainnav #current {

}

#mainnav #current a {
    background-color: #585549;
    color: #fff;
}






#sidebar {
    background-color:#fff;
    width:100px;
    padding-left: 5px;
    float:left;
    margin-bottom: 50px;
}

#footer {
    clear: both;
    background-color: #fff;
    border: 1px solid #fff;

}

#footer p {
    font-size: 0.8em;
    line-height: 1.2em;
    padding: 5px 50px 5px 5px;
    margin: 0;
    color: #595959;
}

#login-info
{
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 15px;
    color: #666;
}




#websiteby {
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 15px;
}

#websiteby a {
    color: #aaa;
    text-decoration: none;
}

#websiteby a:hover {
    color: #39c;
}


/* Page list
--------------------------------------------*/

.page-list p
{
}

.page-list a
{
    display: inline;
    padding: 0 5px;
    background-color: #eee;
    margin-right: 4px;
}

.page-list span
{
    display: inline;
    padding: 1px 5px;
    background-color: #666;
    margin-right: 4px;
    color: #fff;
}


/* News classes
--------------------------------------------*/

#main dl.news
{
	margin: 0 0 0 0;
	padding: 0;
}

#main dl.news dt
{
    font-size: 1em;
    clear: left;
    font-weight: bold;
    margin: 10px 0 1px 0;
    padding-top: 15px;
    /*font-family: "Lucida Grande",sans-serif;*/
}

#main dl.news dt.first
{
    margin-top: 0;
    padding-top: 0;
}

#main dl.news dt a
{

}

#main dl.news dt a:hover {

}

#main dl.news dd {
	margin: 0;
	padding: 0;
}

#main dl.news dd .image-link {
    float: left;
    margin: 0 10px 0 0;
    display: block;
    padding: 0;
}

#main dl.news dd.image-link img {
    margin-top: 5px;
    border: 1px solid #ccc;
}

#main dl.news dd.file {
	font-size: 0.85em;
	padding: 5px 0;
}

#main dl.news dd.file span {
	background-color: #eee;
	padding: 5px;
	color: #666;
}




#main dl.news dd p {
	margin: 0;
}

#main dl.news dd.date {
	font-size: 0.80em;
	color: #bbb;
}

.image-link, .image-link:hover {
    border-bottom: none;
}

p.date {
    margin: 0;
    font-size: 0.90em;
    color: #bbb;
}

span.review-type {
    color: #666;
    font-weight: bold;
}

/* Homepage gigs
--------------------------------------------*/

#main dl.homepage-gigs
{
	margin: 0;
	padding: 0;
}


#main dl.homepage-gigs dt
{
    font-size: 1em;
    color: #007236;
    text-transform: uppercase;
    font-family: "Lucida Grande",sans-serif;
    clear: left;
    font-weight: bold;
    line-height: 1.2em;
}

#main dl.homepage-gigs dt.first
{
    margin-top: 0;
}

#main dl.homepage-gigs dt a
{
	text-decoration: none;
	border-bottom: none;
	color: #007236;
}

#main dl.homepage-gigs dd {
	margin: 0;
	padding: 0;
}

#main dl.homepage-gigs dd.image-link {
    line-height: 0;
}

#main dl.homepage-gigs dd.image-link a {
    border: 4px solid #ccc;
    display: block;
    float: left;
    margin: 5px 0;
}

#main dl.homepage-gigs dd.image-link a:hover {
    border: 4px solid #FFF200;
}


#main dl.homepage-gigs dd.date {
	font-size: 0.95em;
	color: #666;
}

#main dl.homepage-gigs dd p {
	margin: 0;
}


/* Bigups
--------------------------------------------*/

#bigup {
    position: relative;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    background: url(/images/bigups.gif) no-repeat scroll 0%;
    height: 80px;
    margin: 15px 0 0 0;
}

#bigup li
{
    float:left;
}

#bigup a {
    background:transparent url(/images/spacer.gif) no-repeat scroll 0%;
    display:block;
    position:absolute;
    border-bottom: none;
}

#bigup .newtownsound {
    height:47px;
    left:0;
    top:0;
    width:66px;
}

#bigup .pdsl {
    height:47px;
    left:74px;
    top:0;
    width:79px;
}


#bigup .radioactive {
    height:47px;
    left:158px;
    top:0;
    width:40px;
}

#bigup .thepackage {
    height:47px;
    left:202px;
    top:0;
    width:69px;
}

#bigup .obscure {
    height:47px;
    left:154px;
    top:0;
    width:90px;
}

#bigup .rootsculture {
    height:80px;
    left:253px;
    top:0;
    width:90px;
}


/*
<li class='newtownsound'><a target='_blank' href='http://www.newtownsound.co.nz/'><img src='/images/logos/ns.gif' alt='Newtown Sound' /></a></li>
<li class='thepackage'><a target='_blank' href='http://www.thepackage.co.nz/'><img src='/images/logos/package.gif' alt='The Package' /></a></li>
<li class='obscure'><a target='_blank' href='http://obscure.co.nz/'><img src='/images/logos/obscure.gif' alt='Obscure' /></a></li>
<li class='psurkit'><a target='_blank' href='http://psurkit.net/'><img src='/images/logos/psurkit.gif' alt='Psurkit' /></a></li>
<li class='radioactive'><a target='_blank' href='http://www.radioactive.fm/'><img src='/images/logos/active.gif' alt='Radio Active 89fm' /></a></li>
<li class='muntfm
*/

#logos img
{
    padding: 15px;
}


/* Gigs
--------------------------------------------*/

.gig-images
{
    margin-top: 20px;
    float: left;
}

.gig-images h2
{
    margin: 0;
}


.gig-images a
{
    float: left;
    margin: 10px 10px 10px 0;
    padding: 0;
    line-height: 0;
    border: 4px solid #585549;
    display: block;
}

.gig-images a:hover
{
    border: 4px solid #FFF200;
}

/* Message classes
--------------------------------------------*/

.msg-info
{
    background: #fff url(/images/icons/check.gif) 5px 5px no-repeat;
    color: #693;
    font-weight: bold;
    padding: 5px 5px 5px 25px;
}

.msg-info span
{
    color: #693;
    font-weight: bold;
}


.msg-error
{
    background: #fff url(/images/icons/error-sml.gif) 5px 5px no-repeat;
    padding: 5px 5px 5px 25px;
}

.msg-error span
{
    color: #DD4604;
    font-weight: bold;
}

p.more {

    font-size: 0.85em;
    color: #666;
    margin: 0;
}

p.more a {
    color: #666;
}

.form-error
{
    color: #DD4604;
    font-weight: bold;
}

.feedback, .notice {
    background: #FBF7DA url(/images/alert.gif) no-repeat 3px 5px;
    border: 1px solid #FAE79C;
    color: #D46909;
    padding: .5em .5em .5em 25px;
    margin: 0 0 1em;
}

a.mp3 {
    background: transparent url(/images/mp3.gif) no-repeat 3px 5px;
    padding: 9px 5px 5px 25px;
    margin: 0 0 1em;
    border: 0;
}

.textarea-content
{
    width: 300px;
}

.sponsors a {
    border-bottom: 0;
}

dl.news:after,
#bigup:after,
#mainnav ul:after,
.sponsors:after,
#main:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

