/*

colors

Blue 	#56b5dc
Orange	#e66d34
green	bcd439

*/

body {
    margin: 0;
    padding: 0;
 /*   background: #95000f url(../images/background.gif) 0 0 no-repeat; Background - RED */
    background: #89c9e6 url(../images/background-blue.gif) 0 0 no-repeat;
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

img {
    border: 0;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

/*  type styles ---------------------------------------- */

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    font-size: 3.5em;
    margin-bottom: 15px;
	color: #960108;
	text-transform:uppercase;
}

h2 {
    font-size: 1.85em;
    margin-bottom: 5px;
	/*color: #e66d34;*/
	color: #171F69;
	font-weight: lighter;
}
h2 a { color: #171F69; }

h3 {
    font-size: 1.6em;
    margin-bottom: 3px;
	color: #008BAB;
}
h3 a { color: #008BAB; }


h4 {
    font-size: 1.1em;
    margin: 0 0 3px 0;
	color: #171F69;
}
h4 a {color: #171F69;}


p {
	margin: 0 0 10px 0;
	line-height: 1.4em;
	color: #333;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p.small {font-size: 0.85em; margin-bottom: 8px; color: #000;}

h2 span.small {font-size: 0.7em;}

p.intro {
	margin-top: -20px;
	color: #171f69;
	/*color: #008BAB;*/
	font-size: 1.5em;
	line-height: 1.3em;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999;
}

/*.col-right { font-family: Georgia, "Times New Roman", Times, serif;  }*/
.col-right p {color: #666;}

a {
    text-decoration: none;
    color: #8A000F;
}

a:hover {
}

#wrapper {
    width: 960px;
    margin: 40px auto;
    padding: 0;
    position: relative;
}

/* Header */

#header {
    width: 940px;
    margin: 0 auto;
}

#header h1 {
    color: #fff;
    position: absolute;
    font-size: 28px;
    top: 50px;
    left: 10px;
}

/*#header h1.sIFR-replaced {
    font-size: 32px;
}
*/
#header img#EnterToWin {
    position: absolute;
    top: 43px;
    left: 515px;
}

/* Logo */

#Logo {
	float: right;
	margin: 0 20px 5px 0;
	border: 0;
}


/* Menu */

#menu {
    width: 680px;
    padding: 0;
    position: absolute;
    top: 120px;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
    border-right: 1px solid #171F69;
    padding: 0 15px 0 15px;
    font-size: 1.5em;
    font-weight: normal;
}

#menu li.last-child {
    border-right: 0;
}

#menu a {
    display: block;
    text-decoration: none;
    color: #171F69;
    border: none;
}

#menu ul.sub a {
    font-size: 0.6em;
}

#menu ul.sub {
    margin-top: 7px;
    float: right;
}

#menu a:hover, #menu .current_page_item a {
    text-decoration: none;
}

#menu .current_page_item a {
    padding-left: 0;
}

/* Page */

#page {
    width: 940px;
    margin: 30px auto;
    padding: 0;
    position: relative;
    clear: both;
    display: block;
    background: url(../images/page-bg.png) 0 0 repeat-y;
	border-top: 8px solid #000;
}


/* Page Header */
#PageHeader {
    margin: 0;
}



/* Content */


#content {
    float: left;
    width: 660px;
    background-color: #ffffff;
    color: #75322C;
}

div.content-inner {
    padding: 10px 30px;
}

#content img#headerimg {margin: -30px -30px 0 -30px; }


ul.sub-head {
    height: 120px;
    padding: 20px 25px;
    background-color: #dedad7;
    list-style: none;
    clear: both;
    margin: -3px 0 0 0;
	width: 610px;
}

ul.sub-head li {
    float: left;
    width: 190px;
    margin-right: 19px;
}

ul.sub-head li.last-child {
    margin-right: 0;
	float: right;
}

ul.sub-head li h3 {
    font-size: 14px;
    color: #171f69;
}



div.col-left {
	width: 370px;
	margin-right: 30px;
	float: left;
}

div.col-right {
    width: 200px;
    float: left;
}

.post {
    margin-bottom: 15px;
    border-bottom: 1px solid #E2E2E2;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
    height: 38px;
    margin-bottom: 10px;
    padding: 12px 0 0 0px;
    letter-spacing: -.5px;
    color: #000000;
}

.post .title a {
    color: #000000;
    border: none;
}

.post .meta {
    width: 400px;
    padding: 5px 20px 5px 10px;
    background: #676767;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #FFFFFF;
}

.post .meta a {
    color: #FFFFFF;
}

.post .entry {
    padding: 0px 0px 20px 0px;
    padding-bottom: 20px;
    text-align: justify;
}

.links {
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
}

/* Sidebar */

#sidebar {
    float: right;
    width: 280px;
    padding: 0px;
    color: #787878;
    /*background: #8e000d;  RED */
	background-color: transparent;/* BLUE */
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    margin: 0;
    padding: 0;
/*    border-left: 1px solid #E2E2E2;*/
}

#sidebar li ul {
    margin: 0px 0px;
    padding-bottom: 30px;
}

#sidebar li li {
    line-height: 35px;
    border-bottom: 1px dashed #D1D1D1;
    margin: 0px 30px;
    border-left: none;
}

#sidebar li li span {
    display: block;
    margin-top: -20px;
    padding: 0;
    font-size: 11px;
    font-style: italic;
}

#sidebar h2 {
    font-size: 1.8em;
    color: #fff;
    text-transform: uppercase;
}

#sidebar p {
    margin: 0 0px;
    padding: 0px 30px 20px 30px;
    text-align: justify;
}

#sidebar div.side-item {
    width: 245px;
    margin: 10px auto;
    background: url(../images/bg-top-left.png) 0 0 no-repeat;
}

div.side-item-inner {
    background: url(../images/bg-bottom-right.png) 100% 100% no-repeat;
    padding: 20px;
}


#sidebar a {
    border: none;
    color: #BC1B32;
}

#sidebar a:hover {
    text-decoration: underline;
    color: #8A8A8A;
}


#sidebar dl {
    margin: 10px 0;
}

#sidebar dt {
    color: #E66E34;
}

#sidebar dd {
    color: #fff;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 10px;
}

#sidebar ul.no-bullet {
    margin: 15px 0;
}
#sidebar ul.no-bullet li {
    color: #fff;
    margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #666;
}



#sidebar #Contact img {
    margin-right: 10px;
}

/* Entry Form */

div.form-item {
	padding: 15px 0 15px 15px;
	clear: both;
	border-bottom: 1px solid #A3D6EC;
}

.alt {background-color: #EEF7FB;}

label.form-label {
    display: block;
    margin-bottom: 5px;
    margin-right: 10px;
    color: #171F69;
	font-weight: bold;
    width: 150px;
    float: left;
}

ul.check-list {
    margin-left: 160px;
    padding: 0 !important;
}

ul.check-list li {
    float: left;
    list-style-type: none;
    margin: 0 15px 10px 0;
}

p.entry-lg {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

p.entry-mid {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

ul.bullet {
    width: 80%;
    margin: 10px auto;
}

ul.bullet li {
    margin-bottom: 15px;
}

ol.questions {
    margin: 0;
    padding: 0 0 0 20px;
}

ol.questions li {
    margin-bottom: 15px;
}

ol.questions li .question-label {
    display: block;
    margin-bottom: 5px;
}

ol.questions ul.answer-list {
    margin: 10px 0;
}

ol.questions ul.answer-list li {
    list-style-type: none;
    margin-bottom: 5px;
}

.left {
    float: left;
}




/* Judges */

.judge {
	display: block;
	float: none;
	margin-bottom: 35px;
	clear: both;
}

img.judgeimg {
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 5px 0;
}


cite {
display: block;
margin-bottom: 12px;
}


/* Rules Page */

.rules p {
    margin: 25px 0;
}

.rules h2 {
    font-size: 1.4em;
    text-transform: uppercase;
    margin: 25px 0;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
    padding: 20px;
}

#calendar table {
    width: 100%;
}

#calendar tbody td {
    text-align: center;
}

#calendar #next {
    text-align: right;
}

/* Footer */

#footer {
    height: 50px;
    margin: 0 auto;
    padding: 0px 0 15px 0;
    background: #ECECEC;
    border-top: 1px solid #DEDEDE;
    font-family: Arial, Helvetica, sans-serif;
}

#footer p {
    margin: 0;
    padding-top: 20px;
    line-height: normal;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    color: #A0A0A0;
}

#footer a {
    color: #8A8A8A;
}
