@import url("fontsquirrel.css");

#challengeNav h2 {
	font-family: ITCAvantGardeGothicBold, "Avant Garde", "Century Gothic", Arial, "sans serif";
	font-size: 22px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#challengeNav li {
	font-family: 'AvantGardeBkBTDemi', 'Arial', 'sans serif';
	font-size: 18px;
	color: #FFFFFF;
}

.challenge {
	min-height: 565px;
	padding-bottom: 20px;
}

.challenge h1 {
	font-family: ITCAvantGardeGothicBold, "Avant Garde", "Century Gothic", "Arial Black", "sans serif";
	font-size: 32px;
	margin-bottom: 10px;
}

.challenge #challenge-post-org h1 {
	font-size: 24px;
	text-align: left;
	padding-left: 10px;
}

.challenge #challenge-post-act h1 {
	font-size: 24px;
	text-align: left;
	padding-left: 30px;
}

.challenge h1 a {
	font-size: inherit;
	font-weight: normal;
}

.challenge h2 {
	font-weight: bold;
	
}

.challenge h2 a {
	text-decoration: underline;
	color: #993333;
}

.toolkit h2 {
	margin-top: 25px;
}

.toolkit {
	margin-bottom: 25px;
}

/*#challengeSummary {
	width: 190px;
	height: 375px;
	padding: 10px;
	background-color: #CCCC66;
	border: 5px solid #669999;
	float: left;
	font-family: 'AvantGarde Bk BT Demi';
	font-size: 21px;
}

#challengeSummary h2 {
	text-transform: uppercase;
	padding: 0;
	font: 34px/31px 'ITC Avant Garde Gothic Bold';
}*/

.petitionContent {
	margin:10px 0;
	border:1px solid #CCA;
	padding:17px;
	background-color:#EEEED7;
	max-height:600px;
	overflow:auto;
}

#challengeform .submit {width: 150px;}

#challengeSummary {
	float: left;
	width: 221px;
	height: 385px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#challengeDesc {
	float: left;
	width: 505px;
	height: 385px;
}

#challengeActions {
	float: left;
	width: 747px;
	height: 604px;
	margin-bottom: 100px;
}

#challengeActions img {
	margin: 0;
	padding: 0;
	float: left;
}

#challengeSide {
	width: 200px;
	float: right;
	margin-top: 12px;
	position: relative;
}

#challengeNav {
	width: 123px;
	height: 353px;
	padding: 10px;
	border: 6px solid #FFFFCC;
	background: #669999;
	margin-left: auto;
	margin-right: auto;
}

#challengeNav h2 {
	margin-bottom: 5px;
}

#challengeNav h2 div {
	padding-left: 10px;
	width: 133px;
	margin-left: -10px;	
}

#challengeNav ul {
	padding: 0;
	margin: 0;
}

#challengeNav li {
	border-bottom: medium dotted;
	border-color: white;
}

#challengeNav li.top {
	border-top: medium dotted;
}

#challengeNav li div {
	padding: 8px 5px 8px 15px;
	width: 100%;
	height: 100%;
	margin-left: -10px;
}

#challengeNav a {
	color: inherit;
	font-weight: normal;
	text-decoration: none;
}

#challengeNav li a:hover, #challengeNav a.active {
	color: #993333;
}

#leaderboard {
	width: 129px;
	height: 250px;
	border: 6px solid #669999;
	background: #003333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #99CCCC;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
}

#leaderboard h2 {
	font-family: ITCAvantGardeGothicBold, "Avant Garde", "Century Gothic", Arial, "sans serif";
	font-size: 20px;
	text-transform: uppercase;
	margin-left: -2px;
	padding: 0;
	margin-bottom: 5px;
}

#leaderboard li {
	font-family: AvantGardeMdBTMedium, "Avant Garde", "Century Gothic", Arial, 'sans serif';
	font-size: 11px;
	list-style: none;
	margin-bottom: 3px;
	word-spacing: 2px;
}

.challenge label {
	float: left;
	/*text-align: right;*/
	margin-right: 5px;
	width: 70px;
	clear: left;
}

.challenge label.wide {
	width: 250px;
}

.challenge label.sub {
	font-size: 75%;
	width: inherit;
	clear: both;
	margin-bottom: 10px;
	margin-top: -8px;
	margin-left: 3px;
}

#challenge-post-org {
	width: 700px;
	float: left;
	text-align: left;
}

#challenge-post-act {
	width: 700px;
	float: left;
	text-align: left;
}

#challenge-post-org h1, #challenge-post-act h1 {
	margin: 10px;
}

#challengeform input, #challengeform select, #challengeform textarea {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	padding: 3px;
	border: 1px solid #666;
	border-color: #888 #555 #555 #888;
}

#challengeform textarea{
	width:350px;
	clear: both;
	margin-top: 5px;
}

#challengeform input[type=image] {
	padding: 0;
}

#challengeform span {
	float: left;
}

#challengeform span.required {
	color: #C00;
	font-weight: normal;
	font-size: 12px;
	line-height: 10px;
	float: none;
}

#challengeform #submitDiv {
	clear: both;
}

.challenge #video {
	height: 385px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

#description {
	margin-bottom: 10px;
}

/* @group jquery.autocomplete.css */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


/* @end */

