@import url(reset.css);
@import url(sprites.css);
@import url(buttons.css);
@import url(forms.css);



/*============================================================
 Base
============================================================ */

body {
	background: url("../img/backgrounds/header_bg.jpg") no-repeat;
	background-position:top;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Georgia, times, serif;
	}

html>body {
	min-height: 100%;
	height: auto;
	}

a {
	text-decoration: none;
	color: #000;
	font-weight:bold;
	}

p a:hover {
	border-bottom:1px solid #333;
	padding:0 0 2px 0;
	}

a img {
	/*display: block;*/
	text-decoration: none;
	}
  
a.button {
  border: none;
  }

h1, h2, h3, h4 {
  font-family: Georgia,Times, "Times New Roman", serif;
  font-weight: normal;
  }
  
h1 {
  font-size: 28px;
  line-height: 1.5em;
	}
h1.underline-heading {
	border-bottom:1px solid #eee; 
	margin:30px 0 20px 0;
}
h2 {
  font-size: 21px;
  line-height: 1.5em;
	}
h3 {
  font-size: 18px;
  line-height: 1.5em;
	}
h4 {
  line-height: 1.5em;
  font-size:14px;
  font-weight:bold;
  padding-bottom:10px;
  vertical-align:top;
  font-family:   Arial,Helvetica,sans-serif;
	}

p, dd, div#main ul, div#main ol {
	margin-bottom: 0.8em;
	font-size: 12px;
	line-height: 1.5em;
	}

div#main ul li {
  list-style-type: disc;
}

div#main ol li {
  list-style-type: decimal;
}

div#main li {
  margin-left: 2em;
}

div#main ul.non-standard li, div#main ol.non-standard li {
  list-style-type: none;
  margin-left: 0;
}

strong {
  font-weight: bold;
  }

em {
  font-style: italic;
  }

code, pre {
  display: block;
  padding: 16px 32px;
  margin-bottom: 1.5em;
  background: #333;
  font-family: "Courier New", Courier, mono;
  font-size: 13px;
  color: #fff;
  line-height: 1.3em;
  white-space: pre;
  }
  
blockquote {
  font-weight: normal;
  font-style: italic;
  color: #999;
  line-height: 1.5em;
  background:#F2F2F2 none repeat scroll 0%;
	color:#858585;
	font-size:11px;
	margin-bottom:1.3em;
	padding:15px;
  }

blockquote cite {
	color:#4D4D4D;
	font-weight:bold;
}

#wrap {
  margin:0pt auto;
  position:relative;
  text-align:left;
  width:990px;
  }


/*=================================
HEADER  
=================================*/
#header {
  float:left;
  height:92px;
  width:100%;
  z-index: 10;
  }

#logo {
  float: left;
  width: 320px;
  height: 45px;
  margin: 25px 0 0 0;
  overflow: hidden;
  }

#logo a {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: url("../img/backgrounds/participantlogo_logo_beta.png") 0 0 no-repeat;
  text-indent: -5000px;
  }

#logo a:hover {
  background-position: 0 -46px;
  }
 
 

ul.secondary-nav{
	margin: 0 0 0 10px; display: inline;
	float: left;
}

ul.search li ul.secondary-nav li {
	margin:0 10px;
	text-transform: uppercase;
	color:#ccc;
	padding:0;
	text-align:right;
}

ul.secondary-nav li a {
	float: left;
	text-decoration: none;
	color: #ccc;
	padding: 4px 10px 0 0;
	margin-right:0;
	font: 900 10px "Arial", Helvetica, sans-serif;
}

ul.secondary-nav li a span {
	float: left;	
	display: block;
	margin-top: -4px;
	margin-left:-10px;
	height: 24px;	
    padding-top:4px;
	padding-right: 0px;
    padding-left:9px;
        
}

ul.secondary-nav li a:hover span, ul.secondary-nav li a.current span {
	background: url("../img/backgrounds/bg_vote_filter.png") no-repeat top left;
}

ul.secondary-nav li a:hover, ul.secondary-nav li a.current {
 	color: #fff;
	background:url("../img/backgrounds/bg_vote_filter.png") no-repeat top right;
}

*ul.secondary-nav li a:hover span, ul.secondary-nav li a.current span {
	background: url("") no-repeat top left;
}

 *ul.secondary-nav li a:hover, ul.secondary-nav li a.current {
 	color: #fff;
	background:url("") no-repeat top right;
}



/*=== SEARCH ==*/

input#search {
	background:transparent url(../img/backgrounds/search_bg.png) no-repeat scroll 0pt;
	border:medium none;
	font-size:10px;
	height:19px;
	text-align:left;
	width:127px;
	padding:5px 0 0 24px;
	position:relative;
	top:-1px;
	z-index: 10;
	}


ul.search{z-index: 15}
ul.search li {
	float: left;
	text-decoration: none;
	color: #fff;
	height:36px;
	}

.search_lft {
	 background: url("../img/backgrounds/subnav_bg.png") no-repeat top left;
	 font: 12px Gotham, Arial, Helvetica, sans-serif;
	 text-indent: 0px;
	}

.search_middle {
	 background: url("../img/backgrounds/subnav_bg.png") no-repeat top center;
	 font: 14px Gotham, Arial, Helvetica, sans-serif;
	 padding:10px 14px 0 0;
	}
.search_rt  {
	background: url("../img/backgrounds/subnav_bg.png") no-repeat top right;
	width: 159px;
	padding:10px 10px 2px 0;
	text-align: right;
	}

	
	
/*=================================
MAIN
=================================*/
#main {
  float: left;
  width: 100%;
  }
  
#main_product_description {
	background:#000 none repeat scroll 0%;
	color:#fff;
	display:block;
	opacity:0.85;
	padding:0px 0px 2px 10px;
	position:absolute;
  bottom: 20px;
	width:980px;
  z-index: 15;
	}

#main_product_description a {
	color:#fff;
	}

#main_product_byline {
	font-size:14px;
	margin:5px 0 0 0;
	}

/*=================================
FOOTER
=================================*/

#footer {
	clear: both;
	float: left;
	width:990px;
	overflow: hidden;
	margin:30px 0 0 0;
	padding: 16px 0 48px 0;
	border-top: 3px solid #f2f2f2;
	font-family:Gotham, Arial,"sans serif";
	background: url(../img/backgrounds/dbh_mini_logo.png) no-repeat right 10px;
	}


#footer a {
	border-bottom:1px solid #D8D8D8;
	color:#888;
	text-decoration:none;
	padding:4px 0 0 0;
	}

#footer a:hover {
	border-bottom-color:#333333;
	color:#000;
	}

  
#footer_nav {
	float:left;
	margin-left:10px;
	width:800px;
	text-align:right;
	}

#footer_nav li {
	border-left:1px solid #DADADA;
	display:block;
	float:left;
	font-size:11px;
	line-height:19px;
	padding:2px 12px;
	}

p#footer_copyright {
	float:left;
	font-size:10px;
	padding-top:3px;
	letter-spacing:1px;
	text-align:right;
	}


/*=================================
FOOTER
=================================*/
#notice {
	font-size:14px;
	background:#f9f8e5;
	padding:10px;
	margin:10px 0;
}

/* sign up */
#signup{
  margin:50px 0 0 0;
  position:relative;
  width:540px;
  font-size:14px;
}

#signup td{
padding:0 20px 0 0;
}

#signup h1{
  border-bottom:1px solid #eee;
  margin-bottom:10px;
}

#signup label {
font-size:12px;
}

#select input {
padding:2px 0;
}

#signup select{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #D3D3D3;
color:#000000;
font-family:arial,sans-serif;
font-size:15px;
margin-top:5px;
padding:2px 0;
width:100px;
}

#signup-sidebar {
	float:right;
	margin:0;
	width:360px;
	margin-top:10px; 
}


/* General Project */ 
#general-project{
  margin:50px 0 0 0;
  position:relative;
  width:560px;
  font-size:14px;
}
#general-project td{
/*padding:0 20px 0 0;*/
}

#general-project h1{
  /*	border-bottom:1px solid #eee;	*/
  margin-bottom:10px;
}

#general-project label {
font-size:12px;
}

#general-project input {
padding:2px 0;
}

#general-project select{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #D3D3D3;
color:#000000;
font-family:arial,sans-serif;
font-size:15px;
margin-top:5px;
padding:2px 0;
}

#general-project-sidebar{
  float: right; 
  width: 360px;
  margin:60px 0 0;
 }
 
 /*=================================
	Line by Line - account
=================================*/

.acc_line{
	margin-bottom:8px;
	padding:1px;
}
.acc_line input{
	width:180px;
}

.acc_line a{
	color:#999;
}

.acc_line .change{
	border:1px solid #f8f8f8;
	background:#fbfbfb;
	padding:2px;
}

/*==================================
	Form style
==================================*/
.input_for_form input, select, checkbox{
	/*width:230px;*/
	font-size:12px;
}

.line_for_main{
	min-height:30px;	
}

#divTopLeft{
	/*	width:450px;	*/
	padding:0px;
	padding-bottom:0px;
	border: 1px solid rgb(204, 204, 204);
}

#event_form_header, #event_form_temp{
	padding:10px;
	margin-bottom:20px;
}

#stil{
	position:relative;
	/*overflow:auto;*/
	padding:6px;	
}

#stil .likebutton{
	display:none;	
}

.linklikebutton{
	padding:3px 7px 3px 7px;
	border:solid #CCC 1px;
	border-bottom:solid #666 1px;
	border-right:solid #666 1px;
	background:#262626;
	font-size:11px;
	color:#fbfbfb;
}

.linkline{
	padding:2px;
	margin:5px;
	background:#fafafa;
	border:1px solid #f1f1f1;
	height:22px;
}

/*======	ADDITIONAL	================*/
 

#default-page{
  margin:50px 40px 0 0 ;
  position:relative;
  width:984px;
  font-size:14px;
}

#default-page td{
 /*padding:3px;*/
}

#default-page h1, #general-project h1{
  border-bottom:1px solid #eee;
  margin-bottom:10px;
}

#default-page label {
font-size:12px;
}

#default-page input {
padding:2px 0;
}

#default-page select{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #D3D3D3;
color:#000000;
font-family:arial,sans-serif;
font-size:15px;
margin-top:5px;
padding:2px 0;
}

#default-page-sidebar{
  float: right; 
  width: 360px;
  margin:60px 0 0;
}

#default-page .hint{
	color: rgb(170, 170, 170);
	font-size: 14px;
	font-style: italic;
}
 
 /* Sumbit EVENT FORM  */
#submit-event-form {
  float: right; 
  width: 360px;
  margin:60px 0 0;
}

#submit-event-form input{
	padding:2px 0;
	width:240px;
	font-size:10px;
}

#submit-event-form label{
	font-size:12px;
	line-height:10px;
}

#submit-form .paragraf{
	border: 1px solid rgb(204, 204, 204);
	padding: 30px;
	background: rgb(238, 238, 238) none repeat scroll 0% 0%;
	font-size: 20px;
	line-height: 30px;
}

/*	GENERAL PROJECT ADDITIONAL SETTINGS FOR FORM ELEMENTS	*/
#general-project .oneinput{
	margin-bottom:20px;
}

#general-project .oneinput .hint{
	font-style:italic;
	color:#666;
}