/*
    #0d1c33 - DARKEST BLUE - BACKGROUND
    #17373c - DARK BLUE-GREEN - WRAPPER BOTTOM BORDER
    #2b6832 - MED BLUE-GREEN - WRAPPER BG
    #4f9300 - GREEN - BOTTOM OF BUTTON GRADIENT
    #a1d700 - LIGHT YELLOW-GREEN - MAIN FONT COLOR
*/
html, body{
    height:100%;
    background-color: #0d1c33;
}
body {
    overflow:hidden;
    text-align:left;
    color: #a1d700;
}
#wrapper{
    position:relative;
    width:640px;
    height:480px;
    margin:0 auto;
    background-color: #2b6832;
    border-bottom:solid 8px #17373c;
}
#background{
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color:#190B07;
}
#background img{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}
#sponsored-by{
    position:fixed;
    top:0;
    right:0;
    z-index:10;
    background-color:rgb(255,255,255);
    color:#336699;
    padding:8px;
    font-style:italic;
    -webkit-border-bottom-left-radius: 11px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}
#sponsored-by a{
    text-decoration:none;
    font-weight:bold;
    color:#003532;
}
#sponsored-by a:hover{
    text-decoration:underline;
}
#headline{
    position:absolute;
    width:540px;
    top:20px;
    left:10px;
    z-index:5;
    text-align:center;
    height:120px;
}
h1{
    display:block;
    font-family: Georgia, Times New Roman, serif;
    font-weight:normal;
    font-size:44px;
}
h2{
    display:block;
    font-family: Georgia, Times New Roman, serif;
    font-size:26px;
    font-style:italic;
}

h3{
    display:block;
    font-family: Tahoma, Verdana, sans-serif;
    font-size:40px;
    margin:0 0 8px;
}

#navigation{
    position:absolute;
    left:10px;
    top:120px;
    z-index:15;
    width:150px;
}

#navigation li {
    position:relative;
    padding:3px;
    text-transform:uppercase;
}

#waiting{
    display:none;
}

#conference-name{
    position:absolute;
    left:185px;
    top:145px;
    width:70%;
}
#copy{
}

#register{
    position:absolute;
    left:10px;
    bottom:50px;
    width:150px;
    height:65px;
    line-height:40px;
    text-align:left;
    font-size:28px;
    font-weight:bold;
}

#share{
    position:absolute;
    right:5px;
    bottom:50px;
    width:290px;
    height:65px;
    line-height:40px;
    text-align:left;
    font-size:28px;
    font-weight:bold;
}
#share a img{
	opacity: .4; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=40); /* IE lt 8 */
	-ms-filter: "alpha(opacity=40)"; /* IE 8 */
	-khtml-opacity: .4; /* Safari 1.x */
	-moz-opacity: .4; /* FF lt 1.5, Netscape */
    border:none;
}
#share a:hover img{
	opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1; /* Safari 1.x */
	-moz-opacity: 1; /* FF lt 1.5, Netscape */
}
#share img{
    margin:0 10px 0 0;
    width:55px;
    height:55px;
    vertical-align:middle;
}

#copyright{
    text-align:center;
    margin:10px 0 0 0;
}

.css3button{
	display:block;
    text-align:center;
	text-decoration:none !important;
	position:relative;
	height:20px;
	min-height:20px;
	height:auto !important;
	width:160px;
	max-width:160px;
	width:auto !important;
	padding:8px 0;
	margin: 4px auto;
	color: #17373c;
	border:solid 1px #4f9300;
	font-size:18px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #a1d700), color-stop(1, #4f9300));
	background:-moz-linear-gradient( #a1d700, #4f9300);
	-pie-background:linear-gradient( #a1d700, #4f9300);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior: url(/PIE.htc);
}
.css3button:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #a1d700), color-stop(1, #a1d700));
	background:-moz-linear-gradient( #a1d700, #a1d700);
	-pie-background:linear-gradient( #a1d700, #a1d700);
}
/*
    #0d1c33 - DARKEST BLUE
    #17373c - DARK BLUE-GREEN
    #2b6832 - MED BLUE-GREEN
    #4f9300 - GREEN
    #a1d700 - LIGHT YELLOW-GREEN
*/

.transparent-50{
	opacity: .5; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .5; /* Safari 1.x */
	-moz-opacity: .5; /* FF lt 1.5, Netscape */
}

.lg{
    font-size:1.3em;
}

.i{font-style:italic;}
.b{font-weigth:bold;}
.clear{clear:both;}