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

body {
	width: 980px;
	padding: 0 0 30px;
	font-size: 62.5%;
	font-family: arial, verdana, sans-serif;
	background: #3E3C3F url('/assets/img/topbar.png') repeat-x;
	color: #6F6F6F;
	}

/*-[ top bar ]---------------------------------------*/

#topbar {
	padding: 7px 15px;
	}

/*-[ head ]-----------------------------------------*/

#head {
	width: 755px;
	height: 102px;
	background: url('/assets/img/head-border.png') repeat-x bottom left;
	}

#head h1 {
	margin: 20px 0 0 30px;
	width: 280px;
	height: 60px;
	float: left;
	}
	#head h1 a {
	width: 280px;
	height: 60px;
	background: url('/assets/img/logo.png');
	text-indent: -9000px;
	display: block;
	}

#head h1 a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	}


#head p {
	display: none;
	}

a.blog {
	top: 0;
	right: 0;
	position: absolute;
	width: 45px;
	height: 50px;
	display: block;
	background: url('/assets/img/blog-link.png');
	text-indent: -9000px;
	}
	a:hover.blog {
	background-position: top right;
	}

#addtoany {
    float: right;
}

ul#nav {
	padding: 70px 0 0;
	width: 400px;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	background: url('/assets/img/nav-corner.png') no-repeat bottom right;
	float: right;
	}
	#nav li {
	margin: 0 5px 0 0;
	width: 75px;
	height: 32px;
	float: left;
	}
	#nav li a {
	font-size: 10px;
	line-height: 32px;
	display: block;
	background: #646166 url('/assets/img/nav-tabs.png') center left;
	color: #FFF;
	text-decoration: none;
	}
	#nav li a:hover {
	background: #646166 url('/assets/img/nav-tabs.png') center bottom;
	}
	
	#nav li.current a {
	background: #FFF url('/assets/img/nav-tabs.png');
	color: #4D8B99;
	}

/*-[ content ]-----------------------------------------*/

#wrap {
	width: 755px;
	background: #FFF url('/assets/img/content-bg.png');
	float: left;
	}
#content {
	padding: 30px 35px 30px 30px;
	background: url('/assets/img/content-top.png') repeat-x top left;
    min-height: 300px;
	}

    #content p {
    	font-size: 1.2em;
    	color: #444;
    	-font-weight: bold;
    	line-height: 1.5em;
    	padding: 10px 0 0 0;
	}
	#content a {
    color: #39C;
	text-decoration: none;
	}

h2 {
	margin: 0 0 30px 0;
	color: #333;
	text-transform: uppercase;
	font-size: 1.6em;
	}

#content h3 {
	margin: 10px 0 0px 0;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
    font-weight: bold;
	-background: #F8EABB;
	padding: 5px 0;
	font-size: 1.4em;
	line-height: 1.6em;
	}
	
p.history {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em !important;
	line-height: 1.6em;
	float: right;
	color:#6F6F6F;
	}
	p.history strong {
	color: #39C;
	}

ul.listings {
	margin: 0 0 20px 0;
	list-style: none;
	}
	.listings li {
	/*padding: 12px 0;*/
	font-size: 1.3em;
	line-height: 1.5em;
    padding: 1em 0;
	border-bottom: 1px solid #CCC;
	}
	
	#content .listings li a {
	    text-decoration: none;
	    display: block;
	    color: #666;
	}
	#content .listings li a em {
    	color: #999;
	}

    a.listing {
	-color: #666;
    }
	
	.for, .type, .sender, .reason {
	padding: 3px;
	color: #000;
	font-weight: bold;
	}
	a:hover .for, a:hover .type, a:hover .sender, a:hover .reason {
	background: #F8EABB;
	}
	
	.positive { color: #39C;}
	.negative { color: #C33;}

	a:hover .positive { background: #D7EBF5;}
	a:hover .negative { background: #FFD7D7;}
	
/*-[ side ]-----------------------------------------*/

#side {
	margin: 0 0 0 -5px;
	width: 220px;
	font-size: 1.2em;
	float: left;
	}
#side h3 {
	padding: 0 15px;
	font-size: 1.6em;
	line-height: 2em;
	text-transform: uppercase;
	background: #3E3C3F url('/assets/img/side-shade.png') repeat-y;
	}
	
#side ol {
	margin: 0 0 20px;
	list-style: none;
	font-size: 1em;
	color: #FFF;
	}
	#side li.step1 {
	padding: 15px 15px 30px 15px;
	background: url('/assets/img/about1.png') bottom left;
	}
	#side li.step2 {
	padding: 0px 15px 25px 15px;
	background: url('/assets/img/about2.png') bottom left;
	}
	#side li.step3 {
	padding: 7px 15px 15px 15px;
	background: url('/assets/img/about3.png');
	}

	#side li.step {
	padding: 7px 15px 15px 15px;
	background: #4F4D51;
	}

	#side li strong {
	margin: 0 0 3px;
	font-size: 1.1em;
	display: block;
	color: #F8EABB;
	}

#side a {
	color: #FFF;
	}

/*-[ foot ]-----------------------------------------*/

#foot {
	width: 755px;
	padding: 50px 0 0;
	background: #3E3C3F url('/assets/img/content-bottom.png') repeat-x;
	color: #949394;
	font-size: 1.2em;
	clear: both;
	}
	
	#foot a {
	color: #FFF;
	text-decoration: none;
	}
	#foot a:hover {
	text-decoration: underline;
	}
	
	#foot p.copy {
	margin: 0 0 0 30px;
	float: left;
	}
	#foot p.design {
	margin: 0 35px 0 0;
	float: right;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* FORM STUFF */

label   {
	-font-weight: bold;
	line-height: normal;
	position: relative;
	display: block;
	width: 300px;
	font:1em Verdana, Arial, Helvetica, sans-serif;
    -color: black;
	}

form {
    margin-bottom: 20px;
}

form div.left-set {
    float: left;
    padding: 0 10px 0px 0;
}

form div.right-set {
    float: left;
    padding: 0 0 0px 10px;
}

form div.full-set {
    float: left;
    padding: 0 10px 0px 0;
}

form div.blank-set {
    float: left;
    padding: 0 10px 0px 0;
    width: 336px;
}

fieldset {
    margin: 0;
}


input {
    width: 333px;
    padding: 5px 0;
    border: 1px solid #aaa;
    border-bottom: 3px solid #aaa;
	font:1.3em Verdana, Arial, Helvetica, sans-serif;
}

select {
    width: 333px;
    border: 1px solid #aaa;
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
}

select.full {
    width: 686px;
    border: 1px solid #aaa;
}

textarea {
    width: 333px;
    height: 100px;
    border: 1px solid #aaa;
    border-bottom: 3px solid #aaa;
	font:1.3em Verdana, Arial, Helvetica, sans-serif;
}

textarea.full {
    width: 686px;
}

.submitbutton {
    padding: 5px 0;
    margin: 0;
    width: 333px;
}

/* ERROR / FLASH */

ul.flash {
	list-style: none;
    background: #aa0000;
    padding: 5px 0;
    color: #FFF;
}

ul.flash li {
    font-weight: bold;
    padding: 0 10px;
}


ul.error {
	list-style: none;
	margin-bottom: 10px;
    padding: 5px 0;
    background: #aa0000;
    color: #FFF;
}

ul.error li {
    font-weight: bold;
    padding: 0 10px;
}




.ads {
    padding: 10px;
}

.box {
    background: #fff;
    margin-bottom: 20px;
}

.news {
    background: #fff;
}

.newsitem {
    border-bottom: 1px dotted #666;
    padding-bottom: 10px;
}



.prev_next {
    padding: 0 10px 20px 0;
}


.prev_next .prev {
    float: left;
}

.prev_next .next{
    float: right;
}

a img {
    border: 0;
    margin: 0;
    padding: 0;
}


.clear {
    clear: both;
}


p {
    color: #fff;
}

.required {
    color: #900;
}   


.ads {
    text-align: center;
}

#comments {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
}

.comment {
    padding: 0 0px;
    font-size: 11px;
    color: black;
    border-bottom: 2px solid #ccc;
    margin-bottom: 2px;
}


.odd {
    padding: 10px;
    background: #f5f5f5;
    color: #fff;
}

.even {
    padding: 10px;
    background: #fff;
    color: #fff;
}


#comments .comment p  {
    font-weight: normal;
	}
	
#comments .comment p.header strong {
	color: #000;
	}


	
	