/*
 Pecha Kucha parking css
*/

/* GLOBALS */
*{
	margin: 0px;
	padding: 0px;
}

html, body{
	color: #000;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	
}

/* LAYOUT */
#pageRoot{
	
}

#headerImage{
	background: url(../img/pechakucha.jpg) top center no-repeat;
}

#contentContainer{
	margin: 8px auto 0px auto;
	width: 840px;
}

#informationContainer{
	width: 840px;
	margin: 0px auto;
	padding-top: 320px;
	
}

#aboutBlock{
	float: left;
	margin-right: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-top-style:solid ;
	border-top-width:5px;
	border-top-color:CCCCCC;
	
	width: 400px;
}

#infoBlock{
	float: left;
	border-top-style:solid ;
	border-top-width:5px;
	border-top-color:CCCCCC;
	width: 400px;
	
}

#videoBlock{
	text-align: left;
	margin-top: 30px;
	border-top-style:solid ;
	border-top-width:5px;
	border-top-color:CCCCCC;
	
	width: 840px;
}

#footerBlock{
	text-align: left;
	margin-top: 30px;
	border-top-style:solid ;
	border-top-width:5px;
	border-top-color:CCCCCC;
}

/* TYPE */

a{
	color: #7F0303;
	text-decoration: none;
}

a:hover{
	color: white;
	background-color: #7F0303;
	z-index: 10;
}

h2{
	color: #7F0303;
	
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	
	margin: 12px 0px 6px 0px;
}

v1{
	color: #000;
	
	line-height: 170%;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	}
}

span.subinfo{
	color: #8C8C8C;
}
	
span.typeclr{
	color: #7F0303;
}