html {
	font-size:13px; 
        font-family:helvetica,arial,sans-serif;
	overflow-y:scroll;
	}
body {
	font-family:helvetica,arial,sans-serif;
        color:#111;
	font-size:10pt;
	background-color:#f5a64d;
	background-image:url('../images/backdrop.jpg');
	background-repeat:repeat-x;
	background-position:top left;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif
}

h2 {
   font-size:13pt;
}

* a img { border:0px; }
a.plain { text-decoration:none; color:#111; }

#layout {
	width:900px;
	margin:0px auto;
}

#header {
	height:112px;	
}

#leftlogo {
	z-index:0;
	float:left;
	position:relative;
	top:28px;
	
}
#beta {
	display:none;
	z-index:9001;
	position:relative;
	float:right;
	top:58px;
	left:-306px;
	width:150px;
	height:60px;
	background-image:url('../images/beta.png');
	background-repeat:no-repeat;
	background-position:top left;
}
#rightlogo {
	z-index:0;
	float:right;
	position:relative;
	top:20px;	
}

#main {
	z-index:20;
}

#menu {
	z-index:20;
	height:40px;
	background:transparent url('../images/menu.png');
}

#menu ul {
	list-style: none;
	padding: 10px;
	margin:0 16px;
	width:100%;	
}
	
#menu ul li {
	float: left;
	margin: 0 0.55em;
	font-size:10pt;
	font-weight:bold;
	line-height:12pt;
	margin-top:2px;
	
}

#menu a {
	color:white;	
}

#menu a:hover {
	
	text-decoration:underline;
	font-weight:bold;
	color:#ffffff;	
}

#menu a.selected {
	text-decoration:none;
}

#menu a.selected span {

	font-weight:bold;
	color:#000;
	line-height:28px;
	padding:4px 6px 1px 6px;
	background:#ffffff;
	border:1px solid #ffffff;
	border-bottom:0px;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;	
}

* html #menu a.selected span {
    padding:10px 6px 1px 6px;
}

#content {
	padding-top:2px;
	padding-left:20px;
	background:transparent url('../images/content.png');
}

#footer {
	background:transparent url('../images/footer.png');
	height:40px;
}

#footer p {
	font-size:0.75em;
	color:#eeeeee;
	margin:1em 2em 0em 2em;
	padding:2px;
	float:right;
}

#footer p a {
	color:#fff;
}
#leftcolumn {
	
	float:left;
	width:583px;
	padding:12px;
	margin:0px 4px 2px 0px;
	border:1px solid #75b1d2;
        border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#fff url('../images/info.png') bottom left repeat-x;
        box-shadow:0px 0px 5px #aaa;
	-moz-box-shadow:0 0 5px #aaa;
        -webkit-box-shadow:0 0 5px #aaa;

}

.cloudy {
        background:#fff url('../images/info.png') bottom left repeat-x;
}

#report {
    margin:1em;
    background:white;
    wdth:800px;
    padding:12px;
    border:1px solid #95d1f2;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    background:#fff url('../images/info.png') bottom left repeat-x;
    box-shadow:0px 0px 5px #333;
    -moz-box-shadow:0 0 5px #333;
    -webkit-box-shadow:0 0 5px #333;
}

h2 {
	margin:6px 0px;
	padding:0px;
}

#singlecolumn {
	
	float:left;
	width:835px;
	padding:12px;
	margin:0px 4px 0px 0px;
}

#singlecolumn h2 {
	margin:6px 0px;
	padding:0px;
	font-size:1.10em;
	font-weight:bold;	
}


#rightcolumn {
	
	float:right;
	width:219px;
	padding:12px;
	margin:0px 1.24em 0.80em 0px;
	border:1px solid #75b1d2;
        border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#fff url('../images/info.png') bottom left repeat-x;
}

#rightcolumn h2 {
	margin:6px 0px;
	padding:0px;
	font-size:1.10em;
	font-weight:bold;	
}

input, select, textarea { outline: none; }

.field {
	padding:2px;
	background:#ffffff url('../images/fieldbg.jpg') top repeat-x;
	border:1px solid #A7A6AA;
        -moz-border-radius:2px;
        -webkit-border-radius:2px;
        border-radius:2px;
}

.field:focus {
	background:#ffffff url('../images/fieldfocus.jpg') top left repeat-x;
	border:1px solid #00cc00;
}

.unconfirmed {
	font-size:0.80em;
}

.narrow {
	width:100%;	
}
.center {
	margin:0px auto;
	text-align:center;
	}
.left {
	float:left;
}
.right {
	float:right;
}

.hidden {
	display:none;
}
.margincenter {
	margin:1em auto;	
}
.topmargin {
    margin-top:0.50em;
}
.clear {
	clear:both;
}
.anchor {
	clear:both;
	margin:0px;
	padding:0px;
}
.rthin {
    width:710px;
    margin-left:0px;
    height: 1px;
border: 0;
color: #99bbdd;
background-color: #99bbdd;
}
#homefeed {
	font-size:8pt;
}

#homefeed div {
	border-bottom:1px solid #bbccff;
	padding-bottom:2px;
	margin-bottom:2px;
}

img.icon {
	float:left;
	margin:2px 4px 2px 2px;
	height:24px;
	border:1px solid #bbccff;
	-moz-border-radius:6px;
}


#detailtable th {
    width:165px;
}

table.form th {
	width:200px;
	}

table.form th em {
	font-weight:normal;
	font-size:8pt;
}
table.form td em {
	font-size:8pt;
}

.big {
        font-family:Georgia,Times,serif;	
	font-size:26px;
}

.prizebox {
	margin-bottom:1em;
	padding:4px 8px 4px 8px;
	background:#d1ebf9 url('../images/tintgrad2.jpg') bottom left repeat-x;
	border:1px solid #75b1d2;
    	-moz-border-radius:6px;
    	-webkit-border-radius:6px;
    	border-radius:6px;
        box-shadow:0px 0px 5px #bbb;
        -moz-box-shadow:0 0 5px #bbb;
        -webkit-box-shadow:0 0 5px #bbb;
}

.bluebox {

	margin:0px 1.24em 2px 0px;
        float:right;
        width:242px;
        padding:0 2px 2px 0;
        border:1px solid #75b1d2;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        box-shadow:0px 0px 5px #bbb;
        -moz-box-shadow:0 0 5px #bbb;
        -webkit-box-shadow:0 0 5px #bbb;
        margin-bottom:8px;
}

.bluebox iframe {
	float:right;
	margin:4px;
}

.bluebox img {
	margin:4px;
        width:129px;
}

.bluebox #featured {
	padding:4px;
}

.graybox {
	
	padding:4px 8px 4px 8px;
	background-image:url('../images/tintgrad3.png');
	background-color:#fff;
	background-position:bottom left;
	background-repeat:repeat-x;
	border:1px solid #75b1d2;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        box-shadow:0px 0px 5px #bbb;
        -moz-box-shadow:0 0 5px #bbb;
        -webkit-box-shadow:0 0 5px #bbb;

}

.adbanner {
	text-align:center;
        margin-bottom:1em;
	padding:4px 8px 4px 8px;
        background-color:#fff;
        background-position:bottom left;
        background-repeat:repeat-x;
        border:1px solid #75b1d2;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        box-shadow:0px 0px 5px #bbb;
        -moz-box-shadow:0 0 5px #bbb;
        -webkit-box-shadow:0 0 5px #bbb;
}

.feeditem {
	border-bottom:1px solid #DCDCDC;
	padding-bottom:4px;
	margin-bottom:4px;
}
.notes {
	//margin-left:1.5em;
	margin-right:1.5em;
	margin-bottom:1em;
	padding:4px 8px 14px 8px;
	background-image:url('../images/tintgrad.jpg');
	border:1px solid #cccccc;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

#profile img.pict {
	margin:1em;
	max-width:120px;
}

img.pict, img.icon {
    -webkit-border-radius:6px;
    border-radius:6px;
    -moz-border-radius:6px;
}

#profile img.pict2 {
    margin:0 1em 0 1em;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;

}

.thick {
	padding:2px 8px 4px 8px;
	}

.tint {
	background-image:url('../images/tintgrad.jpg');
	}

.botcheck {
	position:absolute;
	top:0px;
        left:0px;
        right:0px;
        background:#fff;
	padding:1em 1em 0.50em 1em;
	font-weight:bold;
	font-size:105%;
        opacity:0.8;filter:alpha(opacity=80);      
        border-bottom:1px solid #aaa;
}

.botcheck div.barwrap {
    margin-top:6px;
    width:100%;
    padding:0;
    height:15px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #555;
    background:#888;
}

.botcheck div.barwrap div.bar {
    margin:0;
    padding:0;
    height:15px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:0px solid #555;
    background:#ff0000;
}


table.stats {
	border:1px solid #556677;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    background:#fff;
}

table.stats td.first {
	border-right:1px solid #ccddee;
	border-top:1px solid #ccddee;
	background:#efefef;
}

table.stats td.middle {
	border-right:1px solid #ccddee;
	border-top:1px solid #ccddee;
	background:#efefef;
}

table.stats td.last {
	border-top:1px solid #ccddee;
	background:#efefef;
}



#contests div.displaybox div {
	
	float:left;
	padding:2px 2px 2px 2px;
	
}

#contests div.displaybox {
	
	cursor:pointer;
	background-image:url('../images/tintgrad.jpg');
	border:1px solid #cccccc;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        box-shadow:0px 0px 5px #ccc;
        -moz-box-shadow:0 0 5px #ccc;
        -webkit-box-shadow:0 0 5px #ccc;
        border-radius:6px;
	margin-right:20px;
	padding:6px;
}

#contests div.promoted {
	background-image:url('../images/promo.gif');
}

#contests div.displaybox:hover {
	background-image:url('../images/contestgrad.png');
	border:1px solid #ddC1a1;
	
}

#contests div p {
	margin:0px;
}

#contests div.item {
	width:565px;
	margin-left:6px;
	margin-right:6px;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}

#contests div.promoteditem {

	width:765px;
        margin-left:6px;
        margin-right:6px;
        border-left:1px solid #dddddd;
        height:48px;
	
}

#contests div.item p, #contests div.promoteditem p {
	padding-left:6px;
}
#contests div.item p.detail {
	font-size:0.90em;
	font-style: italic; 
}
#contests div.remaining {
	width:100px;
	font-size:0.80em;
	margin-right:6px;
	border-right:1px solid #dddddd;
}

#contests div.entries {
	width:90px;
	text-align:center;
}

#contests div.entries p.count {
	
	margin:0 auto;
}

#contests div.photo {
	height:48px;
        width:48px;
}

#contests div.photo img {
	width:48px;
	height:48px;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
}

p.answer {
	margin-left:2em;
}	

div.answer {
	margin-left:2em;
}

div.blog h3 {
	margin-top:1.20em;
	padding-top:1.20em;
	border-top:1px dotted #ccc;
}

div.blog h3:first-child {
	border:0px;
        margin-top:0em;
        padding-top:0em;

}

#maintimer {
	font-size:120%;
}

#pagingnav table {
	margin:0px auto;
	background:none;
	border:0px;	
}


.btn {
      cursor:pointer;
      display:inline-block;
      background:none;
      margin:0;
      padding:3px 0;
      border-width:0;
      overflow:visible;
      font:100%/1.2 Arial,Sans-serif;
      text-decoration:none;
      color:#333;
      }
     
    * html button.btn {
      padding-bottom:1px;
      }
    
    /* Immediately below is a temporary hack to serve the 
       following margin values only to Gecko browsers
       Gecko browsers add an extra 3px of left/right 
       padding to button elements which can't be overriden.
       Thus, we use -3px of left/right margin to overcome this. */
    html:not([lang*=""]) button.btn {
      margin:0 -3px;
      }

	button.btn {
		
		*padding-left:8px;
		
	}
	
	/*\*/
		html>body*button.btn { margin-left:-3px;}
	/**/

    .btn span {
      background:#ddd url(../images/bg-button.gif) repeat-x 0 0;
      margin:0;
      padding:3px 0;
      border-left:1px solid #bbb;
      border-right:1px solid #A7A6AA;
      }
    * html .btn span {
      padding-top:0;
      }
      
    .btn span span {
      position:relative;
      padding:3px .4em;
      border-width:0;
      border-top:1px solid #bbb;
      border-bottom:1px solid #A7A6AA;
      }
          
    /* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
    button.pill-l span {
      border-right-width:0;
      }
    button.pill-l span span {
      border-right:1px solid #bbb;
      }
    button.pill-c span {
      border-right-style:none;
      border-left-color:#fff;
      }
    button.pill-c span span {
      border-right:1px solid #bbb;
      }
    button.pill-r span {
      border-left-color:#fff;
      }
    
    /* only needed if implementing separate hover/focus/active state for buttons */
    .btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      border-color:#f5a64d !important;
      color:#000;
      }
    .btn:active span {
      background-position:0 -400px;
      outline:none;
      }
    .btn:focus, .btn:active {
      outline:none; /* doesn't seem to be respected for <button>, only <a> */
      }

    /* use if one button should be the 'primary' button */
    .primary {
      font-weight:bold;
      color:#000;
      }
      
      .disabled {
      	filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-khtml-opacity: 0.3;
		opacity: 0.3;
      	
      }
      
       .pagenumbers {
       	padding:0px 6px 0px 6px;
       }

#messageslist div.displaybox {

    height:80px;
    border-bottom:1px solid #aaa;
    margin-top:8px;
    margin-bottom:8px;
    padding:4px 4px 0.50em 4px;

}

#messageslist div.displaybox div.photo {
    float:left;
    padding-right:0.50em;
    border-right:1px solid #aaa;
    margin-right:0.50em;
    max-width:75px;
    height:75px;
}
#messageslist div.displaybox div.photo img {
    width:75px;
}

#messageslist small {
display:block;
margin-bottom:0.50em;
}


