body {
	font: normal 100% Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	background: #000 url(images/background.jpg) no-repeat right top fixed;
	color: #000;
}

body.single #content{
	background: none;	
}

body.sitemap #content ul li{
	list-style: none;
}

h1 {
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	color: #c62;

}

h2 {
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: -0.025em;
	padding: 0.5em 0;
	color: #c62;
}

h3, h4, h5, h6 {
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	letter-spacing: 0.001em;
	margin: 0.5em 0;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5, h6 {
	font-size: 1.1em;
}

blockquote {
	background: #f1f2ee;
}

a {
	color: white;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #efd374;
}

.sitemap a:visited {
	color: #efd374;
}

pre code {
	display: block;
	background: #f1f2ee;
	padding: 10px;
}

code, var, kbd {
	font-family: monospace;
	font-size: 1.3em;	
	overflow: auto;
}

dl dt {
	background: url(images/rArrow.png) no-repeat 0 4px;
	padding-left: 13px;
	margin-top: 1em;
	line-height: 1.5em;
	font-weight: bold;
}
dl dd {
	margin-left: 20px;
	line-height: 1.5em;
}
ol li, ul li {
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
ul li {
	list-style: square;
}



body #view {
	position: relative;
	margin: 20px auto 0 auto;
	max-width: 960px;
}

/*
body .container {
	background: url(images/transBack.png);
	padding: 20px;
}
*/


/* header */
body #header {
	position: relative;
	border-bottom: 3px solid #C62;
	background: url(images/headBack.png) no-repeat right top;
	padding-top: 10px;
	-moz-border-radius-topleft: 25px;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

body #header #logo img {
	padding-bottom: 10px;
	padding-left: 20px;
}

body #header #primaryNav {
	height: 30px;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 20px;
	/* height: 27px; */
}

body #header #primaryNav ul {
	margin: 0;
	padding: 0;
}

body #header #primaryNav li {
	list-style: none;
	float: left;
	margin-right: 5px;
	border-top: 1px solid #C62;
	border-left: 1px solid #C62;
	border-right: 1px solid #C62;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}

body #header #primaryNav li.last {
	margin: 0;
}

body #header #primaryNav li a {
	color: #C62;
/* 	height: 27px; */
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1em;
	letter-spacing: -1px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
}

body #header #primaryNav li a:hover {
	text-decoration: underline;
}

body #header #primaryNav li.selected  {
	background: #C62;
	/* background: url(images/pNavBgL.png) no-repeat left bottom; */
	/* padding-left:8px; */
	/* margin-right: 12px; */
}

body #header #primaryNav li.selected a {
	color: #FFF;
	/* padding:  0 8px 0 0; */
	/* background: url(images/pNavBgR.png) no-repeat right bottom; */
}

body #header #logo {
	display: block;
	width: 203px;
	height: 85px;
	margin: 0 0 12px 20px;
	background: url(images/logo.png) no-repeat;
}

body #header #logo h1 {
text-indent: -9999px;
}


/* content */
#content {
	position: relative;
	/* padding: 20px 20px 20px 10px; */
	padding: 20px;
	background: url(images/transBack.png);
	background: rgba(255, 255, 255, 0.7);
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

body.narrow #content {
	padding-right: 260px;
}

body.narrow .side {
	float: right;
 	margin-right: -260px;
	width: 260px; 
}
body.narrow #content .side .post {
	background: none;
	margin-left: 20px;
}
body.narrow #content .side .image {
	float: none;
	margin-left: 0;
}


#content div.corner {
	width: 10px;
	height: 10px;
	position: absolute;
	background: url(images/conCor.png) no-repeat;
	display: none;
}

#content div.tr {
	top: -1px;
	right: -1px;	
}

#content div.br {
	bottom: -1px;
	right: -1px;
	background: url(images/conCor.png) no-repeat bottom right ;
	display: none;
}

#content div.block {
	background: #0F0f0F;
	height: 2px;
 	width: 230px;
	top: -2px;
	left: -1px;
	position: absolute;
	display: none;
} 

span.downloadButton {
	background: url(images/dlButton.png) no-repeat top left;
	display:block;
	width: 280px;
	border: 2px solid #C62;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;


}

.home span.downloadButton {
	margin-top: 20px;
	margin-bottom: 10px;
}

.home #sponsorsLogos {
	position:absolute;
	margin-top: -130px;
	right: 150px;
	width: 228px;
	height: 92px;
	background: url(images/homeSponsorLogos.png) no-repeat;
}

.categories span.downloadButton {
	float: left;
	margin-right: 20px;
}

span.downloadButton a {
	text-transform: uppercase;
	text-decoration: none;
	color: #1f1f1f;
	font-size: 1.1em;
	letter-spacing: -0.025em;
	height: 40px;
	width: 220px;
	padding: 15px 0 15px 10px;
	display: block;
	/* background: url(images/dlButtonL.png) no-repeat top left; */
}


.post {
	position: relative;
	background: #C62;
	min-height: 170px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;

}

.post ul {
	padding-bottom: 0;
}

.home .post {
	margin-bottom: 20px;
}

.narrow .post {
	min-height: 0;
}
p.head {
	font-size: 130%;
	font-weight: bold;
}

p.head a {
	color: #C62;
}

body.home #content .post {
	width: 450px;
	float: left;
	margin-right: 20px;
}

#content .post .pcontainer {
	padding: 10px;	
}

body.home #content .last {
	margin-right: 0;
}

/*
#content .post .corner {
	background: url(images/postCorner.png) top right no-repeat;
	width: 8px;
	height: 8px;
}

#content .post div.tr {
	top: 0px;
	right: 0px;	
}

#content .post div.br {
	bottom: 0;
	right: 0;
	background:  url(images/postCorner.png) no-repeat bottom right ;
}

#content .post div.bl {
	bottom: 0;
	left: 0;
	background:  url(images/postCorner.png) no-repeat bottom left;
}

#content .post div.tl {
	top: 0;
	left: 0;
	background:  url(images/postCorner.png) no-repeat top left ;
}
*/

#content .post .image {
	position: relative;
	float: right;
	width: 190px;
	margin-left: 10px;
	background: white;
	border: 2px solid #999;
	text-align: center;
	padding: 10px 0;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
body.winners #content .post .image {
	width: 320px;
}

/*
#content .post .image div.corner {
	width: 8px;
	height: 8px;
	background: url(images/imagecorner.png) top right no-repeat;
}

#content .post .image div.tr {
	right: -2px;
	top: -2px;
}
	
#content .post .image div.tl {
	background: url(images/imagecorner.png) top left no-repeat;
	left: -2px;
	top: -2px;
}
#content .post .image div.bl {
	background: url(images/imagecorner.png) bottom left no-repeat;
	left: -2px;
	bottom: -2px;
}
#content .post .image div.br {
	background: url(images/imagecorner.png) bottom right no-repeat;
	right: -2px;
	bottom: -2px;
}
*/

body.home #content .post h3, body.news #content .post h3 {
	border-top: 1px solid #FFF;
	padding-top: 10px;
}

#content .post .readMore {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#content .post .readMore a {
	color: white;
	font-size: 1.1em;
	font-weight: bold;
}

body.home #content .quote p {
/*	font-size: 1.2em; */
}

body.home h1 {
	width: 100%;
	padding-top: 0;
}
body.home h2 {
	margin-top: 20px;
}

body.home #content p {
	width: 470px;
}

body.home #content .post p {
	width: 430px;
}

body.home img.homeImage {
	float: right;
	width: 470px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#footer p {
	color: #7e7e7e;
	font-size: 0.8em;
	margin: 5px 0 0 10px;
}
#footer p a {
	color: #7e7e7e;
} 

.address {
	float: right;
	width: 35%;
}

 body.categories ol li {
 	color: #FFF;
 }
 body.categories ol li strong {
	color: #efd374;
 }


/* begin forms */
form.contact {
	background: #C62;
	display: block;
	padding: 10px 0;
	margin-bottom: 10px;
	position: relative;
	width: 60%;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

/*
form.contact div.corner {
	position: absolute;
	width: 10px;
	height: 10px;

}
#content form.contact div.tl {
	top: 0;
	left: 0;
	background-position: bottom right;
	background: url(images/postCorner.png) no-repeat top left;
} 
#content form.contact div.tr {
	top: 0;
	right: 0;
	background-position: bottom left;
	background: url(images/postCorner.png) no-repeat top right;
} 
#content form.contact div.bl {
	bottom: 0;
	left: 0;
	background-position: top right;
	background: url(images/postCorner.png) no-repeat bottom left;
} 
#content form.contact div.br {
	bottom: 0;
	right: 0;
	background-position: top left;
	background: url(images/postCorner.png) no-repeat bottom right;
} 
*/

form div.row label {
	font-weight: bold;
	display: block;
	padding: 0 0 5px 0;
}

form div.row input {
	border: 1px solid #999;
	padding: 3px;
}

form div.row label span.optional{
	font-weight: normal;
	color: #FFF;
}
form div.row {
	display: block;
	padding: 10px;
	margin: 4px 10px 4px 10px;
}
form div.row input.small {
	width: 30%;
}
form div.row input.tiny {
	background: #242424;
	border: none;
	color: white;
}
form div.row input.med {
	width: 70%;
}

form div.row div.submit {
	background: url(images/buttonL.png) no-repeat;	
}

form fieldset {
	border: 1px solid #000;
	margin: 10px;
}

form fieldset legend {
	font-size: 130%;
	font-weight: bold;
	color: #DFDFDF;
}
form fieldset legend span {
	font-size: 80%;
}

form div.row div.submit input {
	margin: 0;
	margin-left: 9px;
	padding: 9px 13px 16px 0;
	height: 38px;
	border: none;
	font-weight: bold;
	line-height: 15px;
	background: url(images/buttonR.png) no-repeat 100% 0;
}
form div.row div.submit input:active {
	outline: 0;
	padding: 11px 13px 14px 0;
}

form div.row select, form div.row textarea {
	border: 1px solid #999;
	padding: 3px;
}

form div.row label.inline {
	display: inline;
}

form div.row #optout, form div.row #diff {
	border: none;	
}

form div.opt label {
	font-size: 80%;
}

form div.row select.large {
	width: 388px;
}
form div.row textarea.large {
	width: 380px;
	height: 140px;
}

form div.error {
	background: #f7d2dc;
}

form div.error input, form div.error select, form div.error textarea {
	border: 1px solid #d92657;
}

form div.error label {
	color: #424242;
}

form div.current {
	border: 1px solid #f4d79f;
	padding: 9px;
	background: #f9f7d0;
}
/* end forms */

