﻿body 
{
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    background-image: url(../Images/body-bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #013973;
    color: #fff;
}

h1 
{
    font-size: 1.6em;
    margin: 0 0 5px 0;
    color: #0490d8;
}
h2 
{
    color: #0490d8;
    font-size: 1.5em;
}

p 
{
    margin: 10px 0 5px 0;
}
a img 
{
    border: none;
}
a 
{
    color: #0379bb;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}
/* classes*/
.content 
{
    width: 967px;
    margin-left: auto;
    margin-right: auto;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* layout */

div#header 
{
    height: 330px;
    background-image: url(../Images/header.png);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 967px;
}
div#nav-container 
{
    margin-left: auto;
    margin-right: auto;
    width: 967px;
    position: relative;
    height: 330px;
}
div#nav-container .logo 
{
    position: absolute; 
    top: 25px;
}

div#nav-container div.login-status 
{
    position: absolute;
    right: 2px;
    top: 30px;
}
div#nav-container .login-status a
{
    color: #fff;
    font-size: 1.1em;
    text-decoration: none;
    margin-left: 10px;    
    float: left;
}
div#nav-container .login-status a:hover 
{
    color: #0379bb;
    text-decoration: none;
}

div#nav-container .login-status .login 
{
    padding-left: 20px;
    background-image: url(../Images/user.png);
    background-repeat: no-repeat;
    background-position: left;
}

div#nav-container .login-status .account 
{
    padding-left: 25px;
    background-image: url(../Images/account.png);
    background-repeat: no-repeat;
    background-position: left;
}

div#nav-container .nav-btn 
{
    position: absolute;
}
div#nav-container .nav-home 
{
    top: 267px;
    left: 65px;
    z-index: 11;
}
div#nav-container .nav-rules 
{
    top: 75px;
    left: 130px;
    z-index: 12;
}
div#nav-container .nav-prizes 
{
    top: 203px;
    left: 325px;
    z-index: 13;
}
div#nav-container .nav-registration 
{
    top: 140px;
    left: 583px;
    z-index: 14;
}
div#nav-container .nav-box 
{
    position: absolute;
    opacity:0.4;filter:alpha(opacity=40);
}
div#nav-container .box-home
{
    top: 205px;
    left: 0;
    z-index: 1;
}
div#nav-container .box-rules
{
    top: 75px;
    left: 0;
    z-index: 2;
}
div#nav-container .box-prizes
{
    top: 205px;
    left: 260px;
    z-index: 3;
}
div#nav-container .box-registration 
{
    top: 75px;
    left: 515px;
    z-index: 4;
}

/* Layout */
div#columns 
{
    margin-top: 20px;
}
div#leftcol 
{
    width: 387px;
    float: left;
}
div#rightcol 
{
    width: 580px;
    margin-left: 387px;
}
div#rightcol-container 
{
    margin-left: 20px;
}

.box-top 
{
    background-image: url(../Images/box-top.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 6px;    
}
.box-bottom 
{
    background-image: url(../Images/box-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 6px;
}
.box-content 
{
    background: #fff;
    color: #000;
    min-height: 210px;
}
.box-content-container
{
    padding: 25px;
}

#sponsors 
{
    margin-top: 20px;
}
#sponsors img 
{
    border: none;
}

/*#sponsors 
{
    height: 50px;
    margin-top: 30px;
}
#sponsors h2 
{
    float: left;
    margin: 0 20px 20px 0;
    line-height: 50px;
    padding: 0;
}
#sponsors ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#sponsors ul li 
{
    display: inline;
    text-align: center;
    float: left;
    margin-right: 20px;
}
*/

#footer 
{
    font-size: 0.9em;
    padding: 20px 0 20px 0;
    text-align: center;
}
#pirronedesign 
{
    margin-top: 10px;
}
#footer a 
{
    color: #0379bb
}


/* layout - form */
.form 
{
    padding: 20px 40px 20px 40px;
}
.form ul.fields 
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.form ul.fields li 
{
    margin-bottom: 10px;
}

.form ul.fields li label 
{
    float: left;
    width: 185px;
}
.form ul.fields .send-copy 
{
    float: none;
    position: relative;
    top: -10px;
}
.form ul.fields .send-copy label 
{
    float: none;
}
.textbox
{
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 175px;
}
.form ul.fields .textbox 
{
    width: 230px;
}

textarea.textbox 
{
    height: 75px;
}

.form ul.fields li .button 
{
    margin-left: 185px;
    cursor: pointer;
	cursor: hand;

}

.text 
{
    margin-bottom: 20px;
    font-weight: bold;
}

.validation-summary 
{
    font-size: 0.9em;
    background-color: #FFB3B3;
    border: solid 1px #FF3333;
    width: 97%;
    padding: 5px 0 5px 3%;
    margin-top: 10px;
    color: #FF3333;
    margin-bottom: 10px;
    margin-right: 20px;
}
.validation-summary ul
{
    margin-left: 20px;
    color: #000;
}

/* registration form */
#registration-form
{
    width: 500px;
}

/* login page */
#login-container 
{
    padding: 20px 40px 20px 40px;
}
#login-container h2 
{
    color: #000;
}
#login-container label 
{
    text-align: left;
    float: left;
}
#login-container input[type=checkbox] 
{
    float: left;
    margin-right: 5px;
}
#login-container table tr td
{
    padding-bottom: 10px;
    text-align: left;
}

.login-text 
{
    font-weight: bold;
    text-align: left;
}
ul#account-links 
{
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

ul#account-links li 
{
    margin-bottom: 10px;
    line-height: 31px;
    height: 31px;
}
ul#account-links li a 
{
    padding-left: 10px;
    background-image: url(../Images/account-link-bg.png);
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
    display: block;
}
ul#account-links li a:hover, ul#account-links li a.active 
{
    color: #0490d8;
    background-image: url(../Images/account-link-bg-over.png);
}

/* Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #222;
	padding: 5px;
	opacity: 0.85;
	font-size: 0.8em;
	color: #fff;
}
#tooltip h3, #tooltip div { margin: 0; }




/* synths page */
#synths-form ul.fields li label 
{
    width: 120px;
}
#synths-form ul.fields li .textbox 
{
    width: 320px;
}
#synths-form ul.fields li .button 
{
    margin-left: 120px;
}
.help img
{
    vertical-align: middle;
}
.synthUrl
{
    padding: 5px 0 5px 0;
    background-color: #b4ffb4;
    font-size: 0.8em;
    color: #000;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
}
.synthUrl:hover 
{
    text-decoration: underline;
}
.loading 
{
   position: relative;
   bottom: 5px;
}

ul#submitted-synths
{
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}
ul#submitted-synths li 
{
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
    background-color: #d5effe;
    border: solid 1px #b5e4ff;
}
 li .synth-url 
{
    font-size: 0.8em;
}
ul#submitted-synths li .synth-description 
{
    font-size: 0.9em;
}
ul#submitted-synths li .synth-delete 
{
    color: #0379bb;
}

ul#submitted-synths li .synth-url a 
{
    text-decoration: none;
    color: #000;
    color: #0379bb;
}
ul#submitted-synths li .synth-url a:hover 
{
    text-decoration: underline;
}

.ajax-loader 
{
    position: absolute;
}

/* Homepage */
.page-default  h1
{
        margin-top: 30px;
    margin-bottom: 25px;
    font-size: 2.2em;
    color: #a4d021;
}
#home-columns  h2
{
    color: #a4d021;
}
#home-columns .left-col, #home-columns .right-col
{
    width: 50%;
    float: left;
}
#home-columns .left-col .col-container 
{
    margin-right: 10px;
}
#home-columns .right-col .col-container 
{
    margin-left: 10px;
}
#home-columns p 
{
    text-align: justify;
}
#home-columns .box 
{
    margin-bottom: 20px;
}
#home-columns .box-top 
{
    background-position: top;
    height: 6px;
}
#home-columns .box-bottom 
{
    background-position: bottom;
    height: 6px;
}
#home-columns .box-content 
{
    color: #022e5a;
    min-height: 0;
}

#home-columns .box1 .box-top 
{
    background-image: url(../Images/box1-top.png);
}
#home-columns .box1 .box-bottom 
{
    background-image: url(../Images/box1-bottom.png);
}
#home-columns .box1 .box-content 
{
    background-color: #a4d021;
}
#home-columns .box2 .box-top 
{
    background-image: url(../Images/box2-top.png);
}
#home-columns .box2 .box-bottom
{
    background-image: url(../Images/box2-bottom.png);
}
#home-columns .box2 .box-content 
{
    background-color: #c3eb4c;
}
#home-columns .box3 .box-top 
{
    background-image: url(../Images/box3-top.png);
}
#home-columns .box3 .box-bottom
{
    background-image: url(../Images/box3-bottom.png);
}
#home-columns .box3 .box-content
{
    background-color: #cfeb7e;
}
#home-columns .box .box-content
{
    padding: 10px 20px 10px 20px;
}

#home-columns .right-col h2 
{
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 37px;
    color: #022e5a;
    font-size: 1.7em;
    margin: 0;
    padding: 0 0 0 42px;
}
#home-columns .right-col .box1 h2 
{
    background-image: url(../Images/no1.gif);
}
#home-columns .right-col .box2 h2 
{
    background-image: url(../Images/no2.gif);
}
#home-columns .right-col .box3 h2 
{
    background-image: url(../Images/no3.gif);
}
#home-columns .right-col a 
{
    font-size: 1.4em;
    color: #022E5A;
    margin-right: 20px;
    margin-top: 5px;
}
#home-columns .right-col a img 
{
    vertical-align: middle;
}
#home-columns .right-col .quote-open 
{
    height: 23px;
    background-image: url(../Images/open-quote.png);
    background-position: left top;
    background-repeat: no-repeat;
}
#home-columns .right-col .quote-close 
{
    height: 23px;
    background-image: url(../Images/close-quote.png);
    background-position: 390px bottom;
    background-repeat: no-repeat;
}
#home-columns .right-col .quote-content 
{
    margin: -15px 30px -15px 30px;
    font-size: 0.85em;
}
.author 
{
    color: #a4d021;
}

/* Rules page */
.page-rules h1, .page-rules .warning, .page-rules a
{
    color: #FF6303;
}
.page-rules .warning 
{
    font-size: 1.2em;
}

.page-rules p
{
    text-align: justify;
}

/* Prizes */
.page-prizes ol li
{
    margin-bottom: 10px;
}
.page-prizes h1, .page-prizes a
{
    color: #F63399;
}
.corner-notice 
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}