@import "reset.css";


/*------------Colors----------------
 1. Purple = #4d0e6f
 2. Intense Purple = #430550


*/


body {
    font: 62.5% "myriad pro", Helvetica ,Arial, sans-serif;
    color: #ffffff;
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, right bottom, from(#4d0e6f), to(#430550));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-radial-gradient(10% 40%, farthest-side, #4d0e6f, #430550 );
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d0e6f, endColorstr=#430550);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d0e6f, endColorstr=#430550)";

    /* background: -moz-radial-gradient(top left, #4d0e6f, #4e0d70, #430550);
    background: -webkit-gradient(linear, left top, left bottom, from(#4d0e6f), to(#430550)); */
}


#wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
}

p {font-size: 1.4em;}
h1 {font-size:2.4em;}
h2 {font-size:2.2em;}
h3 {font-size:2.0em;}
h4 {font-size:1.7em;}
h5 {font-size:1.5em;}

a {color: #0080ff;}
a:link { text-decoration: none;}
a:visited { color: #f4f4f4; text-decoration:none;}
a:hover { color: #ffffff;}
a:focus { text-decoration: none;}
a:active { text-decoration: none;}


h1.logo {
    letter-spacing: 0;
    float: left;
    height: 71px;
    width: 351px;
    padding: 30px;
}


.clear {
    clear: both;
}

#content {
    margin: 50px 0 0 50px;
}

.c1 {
    width: 286px;
    margin: 0 60px 0 0; 
    background-color: rgba(43,14,58,0.4);
    /*---Opacity of IE 5.0 AND 7.0----
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    /*---Opacity of IE 8.0----
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";  */
    border: 1px solid #4c0e64;
    float: left;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    /*----for IE-------*/
    border-radius: 11px;
    behavior: url(border-radius.htc);
}

p.pitch {
    text-transform: uppercase;
    font-size: 3.5em;
    font-weight: bold;
    padding: 10px;
}


.c2 {
    width: 300px;
    margin: 0 60px 0 0; 
    background-color: rgba(43,14,58,0.4);
    /*---Opacity of IE 5.0 AND 7.0----
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    /*---Opacity of IE 8.0----
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; */
    border: 1px solid #4c0e64;
    float: left;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    /*----for IE-------*/
    border-radius: 11px;
    behavior: url(border-radius.htc);
}

.c2 h4 {
    padding: 10px 0 20px 10px;
    text-shadow: 0 1px 1px #d7bdec;
}

.c2 li {
    margin: 10px 0px 19px 19px;
    padding: 0 0 20px 0;
    width: 260px;
    font-size: 1.4em;
    list-style: none;
    float: left;
    border-bottom: 1px solid #28023e;
}

.c2 li img {
    float: right;
}



.copyright p{
    float: right;
    font-size: 1.1em;
    font-family: Arial,sans-serif;
    padding: 10px 90px 10px 0;
}


form#con {
    width: 344px;
    margin: 0 0 0 0;
    padding: 10px;
    background-color: rgba(43,14,58,0.4);
    border: 1px solid #4c0e64;
    float: left;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    /*----for IE-------*/
    border-radius: 11px;
    behavior: url(border-radius.htc);
}

form#con fieldset {
    border: none;
    margin-bottom: 10px;
}

form#con fieldset:last-of-type {
    margin-bottom: 0;
}


form#con legend {
    color: #FFFFFF;
    font-size: 1.7em;
    font-weight: bold;
    padding-bottom: 10px;
    text-shadow: 0 1px 1px #d7bdec;
}


form#con > fieldset > legend:before {
    counter-increment: fieldsets;
}

form#con fieldset fieldset legend {
    color: #111111;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 0;
}

form#con ol li {
    background: #8437c1;
    background: rgba(255,255,255,.3);
    border-color: #d7bdec;
    border-color: rgba(255,255,255,.6);
    border-style: solid;
    border-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 30px;
    list-style: none;
    padding: 5px 10px;
    margin-bottom: 2px;
}

form#con ol ol li {
    background: none;
    border: none;
    float: left;
}

form#con label {
    float: left;
    font-size: 13px;
    width: 110px;
}

form#con fieldset fieldset label {
    background:none no-repeat left 50%;
    line-height: 20px;
    padding: 0 0 0 30px;
    width: auto;
}

form#con fieldset fieldset label:hover {
 cursor: pointer;
}

form#con input:not([type=radio]),
form#con textarea {
    background: #ffffff;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
    width: 200px;
}

form#con input:not([type=submit]):focus,
form#con textarea:focus {
 background: #eaeaea;
}
form#con input[type=radio] {
 float: left;
 margin-right: 5px;
}

form#con button {
 background: #28023e;
 border: none;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 border-radius: 5px;
 color: #ffffff;
 display: block;
 letter-spacing: 1px;
 margin: auto;
 padding: 7px 25px;
 text-shadow: 0 1px 1px #000000;
 text-transform: uppercase;
}

form#con button:hover {
 background: #50047d;
 cursor: pointer;
}

form#con h5{
    text-align: center;
    padding: 8px;
    text-shadow: none;
    font-weight: lighter;
}


























