/*

Revised Author: Omri Tintpulver
Original Author: Marty Batten 

*/

/* ----- CSS ----- */

* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #cacaca url(bground.jpg) repeat;*/
	background: #ee3129 url(KS_AwardsBanner.jpg) repeat-x; 
    font: 62.5%/1.5 "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 0 0 30px 0;
}

a {
	/* color:  #137db1; blue */
	color:  red;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #ee3129; /* red */
	text-decoration: none;
}

/* yellow: #ffff00; */

img {
	border: 0;
}

#wrapper {
	width: 750px;
	/*background: url(bground-wrapper.jpg) center top no-repeat;*/
	margin: 0 auto;
}

#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.5em;
}

#header {
	width: 700px;
	height:167px;
	margin: 0 auto;
	font-size: 1em;
	text-align: left;
	text-shadow: 1px 1px 1px #fff;
}

#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;
}

#dropshadow {
	background: url(dropshadowOnRed.jpg) top center no-repeat;
	height: 15px;
}

#footer {
	color: #444;
	/*text-shadow: 1px 1px 1px #000;*/
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	font-size: 1.2em;
}

#footer a {
	color: #929292;
}

#footer a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 1em;
	font-size: 0.9em;
}

#footer p 
{
    font-size: 16.2px;
}

ul {
	margin: 0 0 0 30px;
	font-size: 0.9em;
}

ol  
{
    font-size: 0.9em;
	margin: 0 0 0 30px;
}

h1 { /* Only to be used for main heading */
	font-size: 1.6em;
	text-transform: uppercase;
	padding: 20px 0 20px 0;
}

h2 {
	margin-bottom: 0.5em;
	font-family: Verdana, Sans-Serif;
	margin-top:2em;
}
center+br 
{
    margin:0;
    font-size:1px;
    line-height:0;
    padding:0;
    float:left;
}
h2:first-child, center+h2, center+br+h2
{
    margin-top:0;
}

h3,
h4 {
	margin-bottom: 0.5em;
	font-family: Verdana, Sans-Serif;
}

h4 {
	color: #424242;
}

h3 { color:#ee3129; }

.heading 
{
    color: Black;
    margin-top:1em;
}

#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: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

/* list style stuff */
    #main li 
    {
        font-size: 1em;
        margin-bottom:1em;
    }
    #main li:last-child 
    {
        margin-bottom:0;
    }
    
    #main ol>li 
    {
        list-style-type: decimal;
    }

.sublist 
{
    font-size: 1em;
    margin-top: 0.5em;
}
.sublist li 
{
        list-style-type: none;
        font-size: 1em;
        margin-left:0;
        margin-bottom:0.25em !important;
}
.sublist li:before 
{
    content:"-   ";
}
/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 0 0;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}


ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.2em;
    background: url(down.jpg) repeat-x;
    color: #839098;
}

ul#menu li a:hover
{
    background: url(up.jpg) repeat-x;
    text-decoration: none;
}

ul#menu li a:active
{
    background: url(press.jpg) repeat-x;
    text-decoration: none;
    color: #ee3129;
}

ul#menu li.selected a
{
    background: url(up.jpg) repeat-x;
    color: #ee3129;
}

/* INNER MENU   
----------------------------------------------------------*/
ul#inner_menu
{
    margin: 0;
    padding: 0;
}

ul#inner_menu li
{
    padding: 0 12px 0 8px;
    display: inline;
    list-style: none;
}


ul#inner_menu li a
{
    font-weight: bold;
    text-decoration: none;
    color: #137db1;
}

ul#inner_menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#inner_menu li a:active
{
    background-color: #ffff00;
    text-decoration: none;
    color: #ee3129;
}

ul#inner_menu li.selected a
{
    background-color: #fff;
    color: #ee3129;
}

li.divider
{
    border-right: solid 1px #cccccc;
    
    }
    
    

/* 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: 200px;
    border: 1px solid #CCC;
}

input[type="submit"], input[type="button"]
{
    padding: 5px 10px;
    font-weight: bold;
    background: url(down.jpg) repeat-x;
   
    }
/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:90px;
   margin-bottom:0 !important;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
    padding-top: 17px;
    margin-left: -12px;
}

#logindisplay
{
    font-size:1em;
    display:block;
    text-align:right;
    font-weight: bold;
    color: #f2cc3f;
    padding-top: 24px; 
    padding-right: 8px;
    	text-shadow: 1px 1px 1px #999;
}

#logindisplay a:link
{
    color: #f2cc3f;
    text-decoration: none;
}

#logindisplay a:visited
{
    color: #f2cc3f;
    text-decoration: none;
}

#logindisplay a:hover
{
    color: #ee3129;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.winners_header 
{
	clear:both;
	margin-top:20px;
	margin-bottom:0 !important;
	line-height:100%;
	color:Red;
	font-weight:bold;
	text-transform:uppercase;
}

.winners_section 
{
	margin-top:0 !important;
}

.first_winner 
{
	margin-top:0 !important;
}
.winner_category 
{
  clear:both;
	margin-bottom:0 !important;
	margin-top: 30px;
}
.winners_section 
{
	clear:both;
}

.winners_section img 
{
	float:left;
	margin: 5px 20px 30px 0;
}


.settings_topnav{float:left;margin-top:-2px; }

 .navbar {
       font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
       font-size: 14px;
       text-align: left;
}
.navbar ul {
       font-size: 14px;
}
.navbar ul a {
       font-weight: normal;
}
