/**
 * iScriba
 *
 * Killer App Challenge 2011 Screen Styles
 *
 * @author		Matthieu Fauveau
 * @copyright		2011, iScriba SARL. All rights reserved.
 * @link		http://www.iscriba.com iScriba
 */

#siteHeader {
	background: #000;
}

#memberLoggedIn,
#memberLoggedIn a {
	color: #333;
}

#topNav ul li a {
	/*color: #404040;*/
	text-shadow: none;
}
#topNav ul li.pricing a, #topNav ul li.signin a { color: #C0C0C0; }

#pageHeader {
	background-color: #000;
	/*background-image: url('/images/layout/kac-2011/siteheader-bg.png');*/
}

#pageTitle h1 {
	color: #FFF;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}
#pageTitle h2 {
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: .1em;
}
#pageTitle h3 {
	font-size: 1.2em;
	margin-left: 4px;
}

#pageTitle h2,
#pageTitle h3 {	
	color: #a6a6a6;
	text-align: center;
	text-transform: uppercase;
}

#page .steps {
	margin-bottom: 2em;
	padding-left: 2em;
}

#page .criterias,
#page .prizes {
	list-style-type: none;
	margin-bottom: 2em;
	padding-left: 0;
}

#page .criterias h4 { margin-bottom: 0; }

#page .prizes p strong { font-weight: 500; }

#contentSidebar {
}	
	#contentSidebar .inner {
		background: transparent;	
		border: 1px solid #dbdbdb;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		margin-left: 20px;
		padding: 10px;
	}
	#contentSidebar h4 img {
		vertical-align: middle;
	}	
	#contentSidebar .box {	
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}	
	#contentSidebar .box.last {		
		border-bottom: 0;
		margin-bottom: 0;
	}
	#contentSidebar #sponsorsBox p {
		text-align: center;
	}
	#contentSidebar #sharingBox ul {
		float: left;
		list-style-type: none; 
		margin: 0; 
		padding: 0; 
	}
		#contentSidebar #sharingBox ul li {
			float: left;
			margin: 0 0 5px 10px; 
			line-height: 13px; 
		}