
/* 

	BCO Awards Homepage Styles 

*/


@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),  url('../fonts/Impact.woff') format('woff'), url('../fonts/Impact.ttf')  format('truetype'), url('../fonts/Impact.svg#Impact') format('svg');
  font-weight: normal;
  font-style: normal;

}

p{
	font-family:"Georgia", Times New Roman, Times, serif
}


/* Wrappers */

div#intro-text
{
	float: left;
	width: 430px;
	padding: 0 50px 0 0;
	margin: 0 0 0 0;
}

div#right-wrapper
{
	float: left;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
}



/* Intro Text Styling */

div#intro-text h1
{
	font-family: 'Impact';
	font-size: 18px;
	line-height: 1.2em;
	color: #545454;
	padding: 20px 0 10px 0;
	margin: 0 0 0 0;
	text-shadow: 1px 1px #fff;

		
}

div#intro-text h1 b{
	color:#d7a601;
	 font-size:18px;	
	 font-weight:normal;
	 
}


div#intro-text h1 span
{
	color: #940168;
	font-family: 'Impact';
}


div#intro-text h2
{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #545454;
	padding: 20px 0 20px 0;
	margin: 0 0 0 0;
}



/* Bubble Styling */


div.intro-bubble
{
	float: left;
	width: 235px;
	min-height: 140px;
	background-color: #fff!important;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
}

div.intro-bubble p
{
	padding: 117px 0 0 29px;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
}

div.intro-bubble p a
{
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

div.intro-bubble p a:hover
{
	color: #fff;
	text-decoration: underline;
}


div#important-dates
{
	padding: 0 0 0 0;
	margin: 0 0 0 0!important;
	background: url("../images/awards/home/bubble_bg_dates_2026.jpg") no-repeat;
}

div#download-entry-guide
{
	padding: 0 0 0 0;
	margin: 0 25px 0 0!important;
	background: url("../images/awards/home/bubble_bg_guide_2026.jpg") no-repeat;
}





/* Buttons */

/* Get Started Now */

#getstarted
{
  display: block;
  width: 313px;
  height: 68px;
  background: url("../images/awards/home/button_getstarted.gif") no-repeat 0 0;
	padding: 0 0 0 0;
	margin: 30px 0 0 0;
}

#getstarted:hover
{ 
  background-position: 0 -68px;
}

#getstarted span
{
  display: none;
}


/* Continue Entry */

#continue-entry
{
  display: block;
  width: 453px;
  height: 68px;
  background: url("../images/awards/home/button_continueentry.gif") no-repeat 0 0;
	padding: 0 0 0 0;
	margin: 30px 0 0 0;
}

#continue-entry:hover
{ 
  background-position: 0 -68px;
}

#continue-entry span
{
  display: none;
}



/* Continue with multiple entries */


div.continue-with-entry
{
	padding: 25px 0 0 0;
}

div.continue-with-entry h3
{
	color: #999;
	font-size: 0.8em;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #999;
}

ul#entry-list li
{
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 0!important;
}

ul#entry-list li a
{
	font-size: 1.3em;
	text-shadow: #fff 1px 1px 1px;	
}


img#create-new-entry
{
	margin-top: 20px;
}






/* Login */


div#login-form
{
	width: 497px;
	height: 250px;
	padding: 0;
	margin: 20px 0 0 0;
	background-color: #efefef;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #ddd;
	color: #00487d;
}


div#login-form h2
{
	font-size: 1.1em;
	padding: 15px 0 15px 10px;
	color: #666;
	background-color: #fff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom: 1px solid #ccc;
}

div#login-form p
{
	margin: 5px 0 20px 140px;
	font-size: 0.7em;
}


div#login-form ul
{
	font-size: 1em;
	padding: 20px 0 0 10px;
}

div#login-form ul li label
{
	width: 120px!important;
}

div#login-form input#login-button
{
	background-color: #1397d1;
	width: 100px;
	color: #fff;
	border-radius: 5px;
	margin: 5px 0 20px 131px;
}

div#login-form input#login-button:hover
{
	background-color: #3484bf;
}







/* Register */


div#register-form
{
	width: 497px;
	padding: 0;
	margin: 5px 0 0 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #ddd;
	color: #00487d;
}


div#register-form h2
{
	font-size: 1.1em;
	padding: 15px 0 15px 10px;
	color: #666;
	background-color: #fff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom: 1px solid #ccc;
}

div#register-form input
{
	width: 300px;
}

div#register-form textarea
{
	width: 300px;
	height: 100px;
}

div#register-form li#not-in-the-list
{
	padding: 10px 0 10px 130px;
	font-size: 0.8em;
}

div#register-form ul
{
	font-size: 1em;
	padding: 20px 0 0 10px;
}

div#register-form ul li label
{
	width: 120px!important;
}

div#register-form input#register-button
{
	background-color: #1397d1;
	width: 100px;
	color: #fff;
	border-radius: 5px;
	margin: 5px 0 20px 131px;
}

div#register-form input#register-button:hover
{
	background-color: #3484bf;
}


/* For the mailing list */

div#register-form ul li#mailing-list
{
	width: 300px;
	padding: 10px 0 10px 130px;
	font-size: 0.75em;
	font-style: italic;
	font-family: Georgia, Times, Serif;
}

div#register-form ul li#mailing-list input
{
	font-size: 0.8em;
	padding-left: 0!important;
	margin-left: 0!important;
	width: 10px;
}



/* Required */

p.key
{
	margin: 5px 0 0px 10px;
	font-size: 0.7em;
	color: #999;
	font-style: italic;
	font-family: Georgia, Times, Serif;
}

span.required
{
	color: red;
	font-size: 1.1em;
}




input#create-new-button
{
	background-color: #1397d1;
	width: 130px;
	color: #fff;
	border-radius: 5px;
	margin: 20px 0 20px 0;
}

input#create-new-button:hover
{
	background-color: #3484bf;
}



/* forgotten password */

div#register-form input#forgotten-pass-button
{
	background-color: #1397d1;
	width: 180px;
	color: #fff;
	border-radius: 5px;
	margin: 5px 0 20px 131px;
}

div#register-form input#forgotten-pass-button
{
	background-color: #3484bf;
}

/* Video */
div#video
{
	width: 700px;
	margin: 20px auto 0 auto;
}

