/*
Revised Author: Omri Tintpulver, R. Stephenson Price
Original Author: Marty Batten 
*/

/* ----- CSS ----- */

@font-face {
    font-family: Helvetica Bold;
    /*src: url(/Content/fonts/helr65w.ttf);*/
}

* { margin: 0; padding: 0; }
*, *:before, *:after { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }

body {
    background:url(/Content/2015/rsa-bg.jpg) top center no-repeat fixed;
    font: 10pt Helvetica Bold, Arial, sans-serif;
    margin: 0 0 30px 0;
    color:#efefef; 
    line-height:12pt; 
}

#rolltable td {
    padding:0 !important;    
}

a {
	color: #e0b947;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #efe18d;
    text-decoration:none;
}

.relative {
    display:block;
    position: relative;
    width:233px;
    padding:0 5px 5px 5px;
    overflow:visible;
}
.relative span { display:none; }

a.rollover:hover span {
    background: #666;
    bottom: 2px;
    color: white;
    display: block;
    font-weight: bold;
    position: absolute;
    padding:5px;
    max-height:30px;
    bottom:0px;
    left:0px;
    z-index:9999 !important;
    text-align: center;
    width:233px;
    border:1px solid white;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    opacity:0.95;
    -moz-opacity:0.95;
    -webkit-opacity:0.95;
    filter:alpha(opacity=95);
}

a.rollover img {
    position: static;
    z-index:0;
}

/* yellow: #ffff00; */

img {
	border: 0;
}

#wrapper {
	width:1100px;
	margin:0 auto;
}

#container {
	width: 1050px;
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
	position:absolute;
	top: 0px;
}

#header {
	width: auto;
	height:250px;
	margin: 0 auto !important;
	font-size: 1em;
	text-align: center;
	text-shadow: 1px 1px 1px #232323;
	position: relative;
	z-index:0;
	overflow:hidden;
    padding:60px 40px 0px;
}

#logos {
    position:absolute;
    z-index:2;
    right:70px;
    bottom:35px;
    text-align:right;
}

#content {
	padding: 10px 10px 10px 10px;
	background: #fff /* url(right-corner.gif) top right no-repeat */;
}

.top-image {
	width: 100%; 
	background: url(top.jpg) top no-repeat; 
	margin-bottom: 10px;
	padding: 15px 0 15px 0;
}

.top-image h2 {
	margin: 0 0 0 15px;
	color: #fff;
}

#content-main {
	width: 476px;
	float: left;
	overflow: hidden;
}

#content-sub {
	width: 194px;
	float: right;
}

#content-sub ul {
	margin: 0 0 0.5em 0;
}

#content-sub ul li {
	list-style-type: none;
}

#content-sub ul li a {
	display: block;
}

#content-sub ul li a:hover {
	background: #f4f4f4;
}

div.news {
	width:330px;
	float:left;
	padding:7px;
	text-shadow:1px 1px 1px #fff;
	font-size:0.9em;
}

div.news-r {
	width:330px;
	float:right;
	padding:7px;
	text-shadow:1px 1px 1px #fff;
	font-size:0.9em;
}

div.news ul         { margin-left:0; }
div.news ul li      { list-style-type:none; }
div.news a:hover    { text-decoration:none; }

div.photo {
	width: 82px;
	height: 89px;
	text-align: center;
	float: left;
	margin-right: 10px;
	background: url(photo-dropshadow.png) bottom center no-repeat;
}

.emphasis {
    font-weight:bold;
    color:red;
}

#footer {
	margin-top: 10px;
	font-size: 0.9em;
	text-align: center;
}

#footer a       { color:#929292; }
#footer a:hover { text-decoration:none; }

/*----------------------------------*/

p {
	margin-bottom: 1em;
	font-size: 1em;
	font-family: Helvetica, Sans-Serif;
}

ul {
	margin: 0 0 0 30px;
	font-size: 1em;
}

li {
    font-size: 1em;
	font-family: Helvetica, Sans-Serif;
	margin-left:1.5em;
    line-height:1.2em;
}

h1  { font-size:2em; text-transform:uppercase; margin:10px 0 20px; } /* h1 to be used for main heading only */
h2  { margin-bottom:0.5em; clear:both; font-size:1.5em; font-weight:normal; margin-top:1em; text-transform:uppercase; }
h3  { color:#e0b947; margin-top:1em; margin-bottom:0; }
h4  { margin-bottom:0.5em; color:#424242; }
h3:first-child  { margin-top:auto; }

#signin input {
	height: 20px;
	width: 150px;
}

#signin input.btn {
	height: 20px;
	width: 80px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

#main {
    padding:0;
    margin-bottom: 0px;
    width:750px;
    float:left; 
    color:#efefef; 
    vertical-align:top;
}

#main ol, #main ul  { margin-top:0; margin-left:2em; }
#main li            { margin-bottom:0.8em; }

#main_wrapper {
    background:url(/Content/2015/rsa-bar.png) top center repeat-y;
    position:relative;
    margin:0;
    padding:40px;
    min-height:410px;
}

#shadow {
    opacity: 0.4;
    -moz-opacity: 0.4;
    -webkit-opacity: 0.4;
    width:950px;
    height:100%;
    margin:0 50px;
    position:absolute;
    z-index:0;
}

#main_content {
    margin:0;
    position:relative;
    z-index:1;
}

.line {
    background:url(/Content/images/line.gif) repeat-x;
    height:10px;
    width:100%;
    margin:1em 0;
}

/* -------------------------------------------------------*/
/* TAB MENU   
/* -------------------------------------------------------*/

ul#menu {
   /* border-bottom: 1px #5C87B2 solid; */
    padding: 0 0 0 0;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#menu li {
    display: block;
    list-style: none;
    margin:0;
    padding:0;
}

ul#menu li a:link, ul#menu li a:visited, ul#menu li a:hover, ul#menu li a:visited:hover, ul#menu li p {
    padding:10px 20px;
    margin-bottom:0;
    text-decoration:none;
    line-height:120%;
    color:#fff;
    text-transform:uppercase;
    display:block;
    font:bold 13px Helvetica Bold, sans-serif;
    white-space:nowrap;
}

ul#menu li p { padding-bottom:0; }

ul#menu li a:hover, ul#menu li a:visited:hover {
    display: block;
    text-decoration: none;
    color: #e0b947 !important;
}

ul#menu li a:active {
    text-decoration: none;
    color: #e0b947;
}

ul.submenu {
    margin-top:0;
}

ul.submenu li a:link, ul.submenu li a:visited, ul.submenu li a:hover, ul.submenu li a:visited:hover {
    padding:0 0 0 10px !important;
    color: #afafaf !important;
    font: bold 13px Helvetica, sans-serif !important;
}

ul#menu li.selected a:first-child, ul#menu li.selected p:first-child {
    color:#e0b947;
}

ul.submenu li a:hover, ul.submenu li a:visited:hover {
    background:url("/Content/images/chevron.gif") 0px center no-repeat;
}

ul.submenu li.selected a:link, ul.submenu li.selected a:visited, ul.submenu li.selected a:hover, ul.submenu li.selected a:visited:hover, ul.submenu li.selected p:first-child {
    color:#e0b947 !important;
}

ul.submenu li.selected ul.submenu li a {
    color:#afafaf !important;
}

ul.submenu li.selected ul.submenu li.selected a {
    color:#e0b947 !important;
}

li.divider {
    margin:0;
    padding:0;
}

#n_entryguidelines, #n_judging, #n_awards {
    padding-bottom:0 !important;
}

/*.judge {
    display:inline-block;
    height:250px;
    vertical-align:top;
    width:23%;
    font-size:9pt;
    margin:0 10px 0 0;
    line-height:12pt;
}*/

/* -------------------------------------------------------*/
/* FORM LAYOUT ELEMENTS   
/* -------------------------------------------------------*/

fieldset {
    margin:1em 0;
    padding:1em;
    border:1px solid #CCC;
}

fieldset p {
    margin:2px 12px 10px 10px;
}

fieldset label {
    display:block;
}

fieldset label.inline {
    display:inline;
}

legend {
    font-size:1.1em;
    font-weight:600;
    padding:2px 4px 8px 4px;
    color:#999;
}

input[type="text"] {
    width:200px;
    border:1px solid #CCC;
}

input[type="password"] {
    width:300px;
    border:1px solid #CCC;
    padding: 1em;
}

input[type="submit"], input[type="button"] {
    padding:5px 10px;
    font-weight:bold;
    background:url(down.jpg) repeat-x;   
}

/* ------------------------------------------------------- */
/* TABLE
/* ------------------------------------------------------- */

table       { border-collapse:collapse; }
table td    { padding:5px; }
table th    { padding:6px 5px; text-align:left; background-color:#e8eef4; border:solid 1px #e8eef4; }

/* ------------------------------------------------------- */
/* MISC  
/* ------------------------------------------------------- */

.clear {
    clear:both;
}

.error, .red {
    color:red;
}

.bold { font-weight:bold; }

#menucontainer {
    margin:0 20px 0 0;
    padding:0;
    width:200px;
    height:auto;
    vertical-align:top;
    float:left;
}

div#title {
    display:block;
    text-align:left;
    margin:0;
    background:#000 url('/Content/images/gradientline.gif') bottom left repeat-x;
    height:171px;
    overflow:hidden;
}

#logindisplay {
    font-size:1em;
    display:block;
    text-align:right;
    font-weight:bold;
    color:#000;
    position:absolute;
    top:0px;
    right:0;
    z-index:50;
}

#logindisplay a:link {
    color:#000;
    font-weight:bold;
    text-decoration:none;
}

#logindisplay a:visited {
    color:#000;
    font-weight:bold;
    text-decoration:none;
}

#logindisplay a:hover {
    color:#e0b947;
    text-decoration:underline;
}

.field-validation-error { color:#e0b947; }

.input-validation-error {
    border:1px solid #e0b947;
    background-color:#ffeeee;
}

.validation-summary-errors {
    font-weight:bold;
    color:#e0b947;
}

.spotlight {
	-khtml-opacity:0.4;
	-moz-opacity:0.4;
	opacity:0.4;
}

.spotlightcontainer {
	position:absolute;
	bottom:0;
	right:-100px;
}

.flashes {
	position:absolute; 
	top:220px; 
	left:-220px;
}

.flashesB {
	position:absolute; 
	top:220px; 
	right:-220px;
	float: right;
}

.winner,h3.winner   { margin-bottom:0 !important; }
.winner+p           { margin-top:0 !important; }
.settings_topnav    { float:left; margin-top:-2px; }

#pageContent { width:790px; padding:40px; margin:20px 0; float:right; text-align:left; border-left:1px solid #efefef; border-right:1px solid #efefef; }

/* ------------------------------------------------------- */
/* CAROUSEL
/* ------------------------------------------------------- */

#awardsimages{
    width:100%;
    background:#000;
    height:300px;
    overflow:hidden;
}

#awardsimages li, #awardsimages ul { list-style:none; position:relative; margin:0; }

#awardsimages .carousel{
    margin-top: 20px;
}

#awardsimages ul {}

#awardsimages .item{
    background: #000;    
    text-align: center;
    height: 300px !important;
    width:100% !important; 
}

#awardsimages h3{
    margin: 0 auto 20px;     
    color: #fff;
    font-size: 18pt;
    font-family: "helvetica", sans-serif;    
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=70%);
    opacity: .5;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-caption {
    width:100%; 
    background-color:rgba(0,0,0,0.4);
    z-index: 10;
    padding:20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,1);
}

.carousel-caption p { margin:0 0 20px; }


.jcarousel-wrapper { position:relative; }

.jcarousel-pagination { width:100%; text-align:center; display:block; position:relative; z-index:10; top:-30px; }
.jcarousel-pagination a { background-color:rgba(0,0,0,0.4); border:2px solid #fff; border-radius:15px; width:15px; height:15px; display: inline-block; margin-right:7px; }
.jcarousel-pagination a.active { background:#fff; color:#FFF; opacity:1; }

.jcarousel-control-prev, .jcarousel-control-next { color:#afafaf; font-size:40pt; font-weight:bold; padding:0 30px; }
.jcarousel-control-prev { position:absolute; top:45%; left:0; z-index:10; }
.jcarousel-control-next { position:absolute; top:45%; right:0; z-index:10; }