html{
	height:100%;
}
body {
	margin:0;
	color:#fff;
	font: 12px Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	background:#000 url(../images/bg-body.jpg) no-repeat 50% 0;
	min-width:1000px;
	height:100%;
}
img {border:none;}
a{
	color:#77ea40;
	text-decoration: underline;
}
a:hover{text-decoration: none;}
a:focus{outline:none;}
a:visited{color:#77ea40;}
#wrapper {
	margin:0 auto;
	width:778px;
	position:relative;
	padding:0 0 14px;
}
#header {
	width: 100%;
	height: 92px;
	position: absolute;
	background: url(../images/bg-header.jpg) no-repeat;
	top:0;
	left:0;
}
.aima{
	position:absolute;
	top:8px;
	right:-22px;
	background: url(../images/aima.png) no-repeat;
	width: 112px;
	height: 79px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
#nav{
	list-style:none;
	margin:15px 0 0;
	padding:0;
	position:relative;
	width: 778px;
}
#nav:after{
	content:"";
	display:block;
	clear:both;
}
#nav li{
	float:left;
}
#nav li a{
	float:left;
	text-indent:-9999px;
	width:122px;
	height: 57px;
	overflow:hidden;
	cursor:pointer;
}
#nav li a span{
	float:left;
	height:114px;
	width:122px
}
#nav li .home{
	width:82px;
}
#nav li .home span{
	width:82px;
	height:57px;
	background: url(../images/a-home.png) no-repeat;
}
#nav li .submissions span{
	background: url(../images/a-submissions.png) no-repeat;
}
#nav li .judging span{
	background: url(../images/a-judjing.png) no-repeat;
}
#nav li .sponsorship span{
	background: url(../images/a-sponsorship.png) no-repeat;
}
#nav li .winners span{
	background: url(../images/a-winners.png) no-repeat;
}
#nav li .pressroom span{
	background: url(../images/a-pressroom.png) no-repeat;
}
/* drop start */

#nav a:hover span,
#nav li:hover a span,
#nav li.hover a span,
#nav li.active a span{
	margin: -57px 0 0;
}
#nav li .home:hover span{
	margin:0;
}
#nav li:hover ul,
#nav li.hover ul,
#nav li.active ul {display: block;}

#nav ul {
	position:absolute;
	left:94px;
	top:100%;
	z-index:100;
	display:none;
	list-style:none;
	margin:-4px 0 0;
	padding:0;
	overflow:hidden;
	background: url(../images/none.gif) no-repeat;
}
#nav li:hover ul a,
#nav li.hover ul a,
#nav li.active ul a {
	text-indent:0;
	height:1%;
	background:none;
	width:auto;
	height:auto;
	color:#d7d4d4;
	text-decoration:none;
}
#nav li:hover ul li,
#nav li.hover ul li,
#nav li.active ul li  {
	vertical-align:top;
	margin:0 15px 0 -4px;
	padding:0 0 0 17px;
	background: url(../images/bullet-3.gif) no-repeat 0 3px;
}
#nav ul a:hover,
#nav ul li:hover a,
#nav ul li.hover a,
#nav ul li.active a{ 
	color:#fff;
	background:none;
}

/* drop end */
#main{
	padding:118px 0 0;
	margin:0 0 30px;
}
#inner-main{
	padding:18px 0 7px 17px;
	/*min-height:570px;*/
	background: url(../images/bg-main.png) repeat-y;
}
* html #inner-main{
	height:200px;
}
.main-frame{
	height:1%;
	position:relative;
}
.main-frame:after{
	content:"";
	display:block;
	clear:both;
}
#content {
	float:left;
	width:510px;
}
#content p{
	margin:0 0 18px;
	line-height:18px;
}
h1{
	margin:0 0 20px;
	font-size:23px;
	color:#77ea40;
	font-weight:normal;
}
h2{
	margin:0 0 5px;
	font-size:18px;
	color:#BFBFBF;
	font-weight:normal;
}
h3{
	margin:0 0 6px;
	font-size:18px;
	font-weight:normal;
}

h3 span{
	display:block;
	color:#b0b0b0;
}
.list{
	list-style:none;
	margin:0;
	padding:0 0 0 38px;
}
list li{
	background: url(../images/bullet.gif) no-repeat 0 8px;
	padding:0 0 7px 11px;
}
#sidebar{
	float:right;
	width:227px;
}
#sidebar .text{
	padding:0 22px 36px;
}
#sidebar .text ul{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar .text ul li{
	padding:0 0 9px 11px;
	background: url(../images/bullet.gif) no-repeat 0 9px;
}
#sidebar .text ul li a{
	font-size:12px;
	text-decoration:underline;
	color:#fff;
}
#sidebar .text ul li a:hover{
	color:#7bea40;
}
.buttons{
	padding:0 0 0 18px;
	height:1%;
}
.buttons:after{
	content:"";
	display:block;
	clear:both;
}
.buttons a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	margin:0 -22px 6px 0;
}
.buttons .submissions{
	background: url(../images/btn-submissions.gif) no-repeat;
	width: 229px;
	height: 104px;
}
.buttons .buy-tickets{
	background: url(../images/btn-buy-tickets.gif) no-repeat;
	width: 228px;
	height: 103px;
}
.social-box{
	width: 775px;
	margin:0 0 30px;
	background: url(../images/bg-social-box.png) no-repeat;
}
.social-box .frame{
	position:relative;
	padding:4px 0 2px 16px;
	height: 111px;
}
.twitter-box{
	float:left;
	width:468px;
}
.twitter-box .twitter{
	float:left;
	margin:0 21px 0 0;
}
* html .twitter-box .twitter{
	margin:0 18px 0 0;
}
.twitter-box .twitter a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/twitter.png) no-repeat;
	width: 84px;
	height: 84px;
	cursor:pointer;
}
.twitter-box .text{
	height:1%;
	overflow:hidden;
	padding:14px 0 0;
}
.twitter-box .text p{
	margin:0;
	line-height:18px;
}
.right-box{
	float:right;
	width:252px;
}
.right-box a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 -8px;
	cursor:pointer;
}
.right-box .facebook{
	background: url(../images/facebook.png) no-repeat;
	width: 221px;
	height: 62px;
}
.right-box .linkedin{
	background: url(../images/linkedin.png) no-repeat;
	width: 172px;
	height: 62px;
}
#footer {
	height:1%;
	overflow:hidden;
	padding:0 18px;
	font-size:11px;
	background: url(../images/bg-footer.png) no-repeat;
}
#footer .frame{
	position:relative;
	height: 128px;
	padding:10px 0;
}
.sponsors{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.sponsors li{
	float:left;
	margin:0 27px 0 0;
}
.sponsors li .name{
	display:block;
	margin:0 0 4px;
	font-size:11px;
	color:#d8d8d8;
}
.sponsors li img{
	display:block;
	margin:0 0 4px;
}
#footer .design{
	float:right;
	width:170px;
}
#footer .design p{
	margin:0 0 8px;
	color:#d8d8d8;
}
#footer .design img{
	display:block;
	margin:0 0 10px;
}
#footer .holder{
	width:100%;
	overflow:hidden;
	padding:0 0 18px;
}
.bottom{
	width:100%;
	overflow:hidden;
}
.nav{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.nav li{
	float:left;
	margin:0 12px 0 -6px;
	padding:0 0 0 8px;
	background: url(../images/bullet-2.gif) no-repeat 0 3px;
}
.bottom .copy{
	float:right;
	margin:0;
	color:#d8d8d8;
}
/* index page */
.index #inner-main{
	background:none;
}
.index #content{
	width:489px;
}
.index #sidebar{
	width:254px;
}
.sidebox{
	margin:0 0 12px;
}
.sidebox .img{
	display:block;
	margin:0 0 1px;
}
.sidebox .img img{display:block;}
.sidebox .txt{
	background: url(../images/bg-txt.png) no-repeat;
	width: 254px;
	min-height:88px;
}
* html .sidebox .txt{
	height:88px;
}
.sidebox .txt .frame{
	position:relative;
	padding:11px 17px;
}
.sidebox .txt p{
	margin:0;
	line-height:18px;
	color:#fff;
}
.gallery-box{
	background: url(../images/bg-gallery.png) no-repeat;
	width: 489px;
}
.gallery-box .frame{
	position:relative;
	width:445px;
	overflow:hidden;
	padding:24px 20px 0 24px;
}
.gallery-wrapper{
	width:445px;
	position:relative;
	overflow:hidden;
}
.gallery{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:9999px;
}
.gallery li{
	float:left;
}
.gallery li img{
	float:left;
}
.gallery-box .txt{
	position:absolute;
	top:182px;
	left:24px;
	width:402px;
	padding:20px 22px 31px;
	background: url(../images/bg-gallery-txt.png) repeat;
}
.gallery-box .txt p{
	margin:0;
	line-height:18px;
	color:#fff;
}
#content .gallery-box .txt p{
	margin:0;
}
.btns{
	height:1%;
	overflow:hidden;
	padding:0 0 0 24px;
}
.btns a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	height:49px;
	margin:0 0 0 -10px;
	display:inline;
	cursor:pointer;
}
.controlbar .next{
	position:absolute;
	left:-9999px;
	top:0;
}
.watch-video{
	background: url(../images/btn-watch-video.png) no-repeat;
	width: 232px;
}
.view-photos{
	background: url(../images/btn-view-photos.png) no-repeat;
	width: 242px;
}
.controlbar{
	position:absolute;
	bottom:23px;
	left:0;
	height:14px;
	z-index:100;
	width:469px;
	padding:0 20px 0 0;
}
.controlbar #slide-num{
	width:100%;
	overflow:hidden;
}
.controlbar ul{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.controlbar ul li{
	float:left;
	display:inline;
	margin:0 10px 0 0;
}
.controlbar ul li a{
	float: left;
	background: url(../images/control.gif) no-repeat;
	width: 16px;
	height: 14px;
	text-indent:-9999px;
	overflow:hidden;
}
.controlbar ul li a:hover, .controlbar ul .active{
	background: url(../images/control-active.gif) no-repeat;
}

#twtr-widget-1 .twtr-doc {
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;	
}
#twtr-widget-1 .twtr-timeline {
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
	background-color: transparent !important;	
}
#twtr-widget-1 .twtr-widget .twtr-tweet { border-bottom-color: #ccc !important; }