/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-shadow: 0 0 none;
	line-height: 1;
	list-style: none;
	quotes: none;
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: normal;
	word-wrap: break-word;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layouts */

body {
	background: #666 url("/images/bg-site.png") no-repeat 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eae9e9;
	margin: 0;
	padding: 0;
}
    header {
        display: block;
        height: 125px;
        padding: 70px 0 10px 204px;
    }
    
    nav {
        display: block;
        position: absolute;
        z-index: 99;
        top: 205px;
        left: 0;
        width: 174px;
        height: 185px;
        padding: 10px;
    }
    
    article {
        display: block;
        position: relative;
        overflow: auto;
        width: 368px;
        padding: 10px;
        margin: 0 0 0 194px;
        background: #3e3b3c;
    }
        
    #sponsors {
        display: block;
        position: absolute;
        top: 205px;
        left: 582px;
        width: 174px;
        height: 185px;
        padding: 10px;
    }

    #sponsors2 {
        display: block;
        position: absolute;
        top: 410px;
        left: 582px;
        width: 174px;
        height: 185px;
        padding: 10px;
    }
    
    footer {
        display: block;
        position: absolute;
        top: 615px;
        left: 582px;
        width: 174px;
        height: 185px;
        padding: 10px;
    }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ general */

h1 {
    background: url("/images/bg-h1.png") repeat 0 0;
    text-indent: -9999em;
    width: 368px;
    height: 53px;
    margin-bottom: 20px;
}
    h1 a {
        display: block;
        width: 368px;
        height: 53px;
        text-indent: -9999em;
    }

h2, h3 {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-weight: normal;
}
    h2 {
        text-transform: uppercase;
    }
    h3 {
        margin: -2px 0 0px 0;
    }

h4, h5, h6, p, ul, ol, li {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 15px;
}
    h4, h5, h6 {
        color: #fff;
        font-weight: bold;
    }
    li {
        margin-bottom: 0;
    }

em {
   color: #fff;
   font-weight: bold;
   font-style: normal !important; 
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.25s linear;    
}
    a:hover {
       color: #232020;
    }

abbr[title], acronym[title] {
	cursor: help;
	color: #fff;
	border-bottom: 1px dotted #fff;
}

img {
}

:focus {
  -moz-outline-style: none;
}

::-moz-selection{
	background: #fff;
	color: #666;
}

::selection {
	background: #fff;
	color: #666;
}

    
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sections */

nav ul {
    text-align: right;
    text-transform: uppercase;
}
    nav ul li {
    }
        nav ul li a {
            color: #232020;
            text-decoration: none;
        }
            nav ul li a:hover {
                color: #fff;
            }
            nav ul li.alt a {
                color: #fff;
            }
                nav ul li.alt a:hover {
                    color: #ccc;
                }
            nav ul li.current a {
                color: #000;
                font-weight: bold;
            }

article.cols {
    background: none;
    padding: 0;
    width: 388px;
}          
    article .col1 {
        display: inline;
        float: left;
        width: 174px;
        padding: 10px;
    }
    article .col2 {
        display: inline;
        float: left;
        width: 174px;
        padding: 10px;
    }
    article li {
        list-style-type: square;
        margin-left: 12px;
    }
    article p + ul {
        margin-top: -10px;
    }
    article a, article a:hover { 
        text-decoration: underline; font-weight: bold;
    }
    article ul.lineUp {
        margin: -4px 0 0 0;
        padding: 0;
    }
        article ul.lineUp li {
            list-style-type: none;
            font-size: 20px;
            line-height: 22px;
            color: #fff;
            margin: 0 0 22px 0;
            padding: 0;
        }
            article ul.lineUp li small {
                display: block;
                font-size: 11px;
            }


div#sponsors ul {
    padding-top: 10px;
}
    div#sponsors ul li {
        margin-bottom: 20px;
    }
        div#sponsors ul li.ss {
            margin-top: -10px;
        }
        div#sponsors ul li a {
            display: block;
            width: 174px;
            text-indent: -9999em;
            background: no-repeat 0 0;
        }
            div#sponsors ul li a:hover {
                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
                filter: alpha(opacity=75);
                opacity: .75;
            }
        div#sponsors ul li.nn a {
            background-image: url("/images/wr.png");
            _background-image: url("/images/wr.gif");
            height: 85px;
        }
        div#sponsors ul li.wr a {  
            background-image: url("/images/rave.png");
            _background-image: url("/images/rave.gif");
            height: 130px;
        }

div#sponsors2 ul {
    padding-top: 10px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
}
    div#sponsors2 ul li {
        margin-bottom: 20px;
    }
        div#sponsors2 ul li.ss {
            margin-top: -10px;
        }
        div#sponsors2 ul li a {
            display: block;
            width: 174px;
            text-indent: -9999em;
            background: no-repeat 0 0;
        }
            div#sponsors2 ul li a:hover {
                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
                filter: alpha(opacity=75);
                opacity: .75;
         }
            div#sponsors2 ul li.dibi a {
            background-image: url("/images/dibi.png");
            _background-image: url("/images/dibi.gif");
            height: 65px;
        }
            div#sponsors2 ul li.nwvm a {
            background-image: url("/images/nwvm.png");
            _background-image: url("/images/nwvm.gif");
            height: 28px;
        }
        div#sponsors2 ul li.wr a {  
            background-image: url("/images/wr.png");
            _background-image: url("/images/wr.gif");
            height: 15px;
        }
        div#sponsors2 ul li.enw a {
            background-image: url("/images/enw.png");
            _background-image: url("/images/enw.gif");
            height: 25px;
        }
        div#sponsors2 ul li.ss a {
            background-image: url("/images/ss.png");
            _background-image: url("/images/ss.gif");
            height: 20px;
        }
div#sponsors2 ul li.nwda {
	margin-bottom: 10px;
}
        div#sponsors2 ul li.nwda a {
            background-image: url("/images/nrda.png");
            _background-image: url("/images/nrda.gif");
            height: 63px;
        }



footer p {
    color: #232020;
}    
    footer p.copy {
        position: absolute;
        left: 10px;
        bottom: 8px;
        width: 174px;
        margin: 0;
    }
        footer p.copy span {
            float: left;
        }
        footer p.copy a {
            color: #232020;
            text-decoration: none;
            float: right;
        }
            footer p.copy a:hover {
                color: #fff;
            }

	footer ul li {
		float: left;
	}
	    footer ul li a {
	        display: block;
	        text-indent: -9999em;
	        background: no-repeat 0 0;
	    }
	        footer ul li a:hover {
	            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	            filter: alpha(opacity=75);
	            opacity: .75;
	        }		
		footer ul li.wr a {	
            background-image: url("/images/wr.png");
            _background-image: url("/images/wr.gif");
            height: 11px;
			width: 118px;	
			margin: 8px 0 0 0;	
		}
		footer ul li.nrda a {	
            background-image: url("/images/nrda.png");
            _background-image: url("/images/wr.gif");
            height: 33px;
			width: 80px;			
		}		
		footer ul li.ss a {	
            background-image: url("/images/ss.png");
            _background-image: url("/images/wr.gif");
            height: 12px;
			width: 57px;
			margin: 14px 0 0 8px;			
		}		

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ colors */

body.pink {
    background-color: #a21d4e;
    background-image: url("/images/bg-site-pink.png");
    color: #ffc8dc;
}
    .pink h1 {
        background-image: url("/images/bg-h1-pink.png");
    }
    .pink article {
        background: #561f32;
    }
    .pink  ::-moz-selection{
    	color: #a21d4e;
    }
    .pink  ::selection {
    	color: #a21d4e;
    }
    
    
body.blue {
    background-color: #28b8e8;
    background-image: url("/images/bg-site-blue.png");
    color: #dcf6ffm;
}
    .blue h1 {
        background-image: url("/images/bg-h1-blue.png");
    }
    .blue article {
        background: #255c70;
    }
    .blue  ::-moz-selection{
    	color: #28b8e8;
    }
    .blue  ::selection {
    	color: #28b8e8;
    }
    


body.green {
    background-color: #98bc15;
    background-image: url("/images/bg-site-green.png");
    color: #f4ffcb;
}
    .green h1 {
        background-image: url("/images/bg-h1-green.png");
    }
    .green article {
        background: #525e1c;
    }
    .green  ::-moz-selection{
    	color: #98bc15;
    }
    .green  ::selection {
    	color: #98bc15;
    }
    
    

body.orange {
    background-color: #f45900;
    background-image: url("/images/bg-site-orange.png");
    color: #fff1e9;
}
    .orange h1 {
        background-image: url("/images/bg-h1-orange.png");
    }
    .orange article {
        background: #773613;
    }
    .orange  ::-moz-selection{
    	color: #f45900;
    }
    .orange  ::selection {
    	color: #f45900;
    }


article a,Êarticle a:hoverÊ{ 
	text-decoration: underline; 
	font-weight: bold; 
	}



