/* Contents:
	Sitewide Styles
	Header Layout
	Content Layout
	Footer Layout
	Titles
	Individual Page Formatting
	Text Formatting
	Accordian styles
*/



/* Sitewide Styles
--------------------------------------------------------------------------------------- */

body {
	background-color: #000000;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
 	
#page {
	margin:0px auto;
	width: 780px;
	background-color: #ffffff;
	text-align: left;
	background-image: url(/images/layout-content.jpg);
	background-repeat: repeat-y;
	}
	
img { 
	border: 0px;
	}
	
.clear { 
	clear: both;
	}

/* Header Layout
--------------------------------------------------------------------------------------- */

#header, #navcontainer {
	clear: both;
	background-repeat: no-repeat;
	background-color: #76450f;
	}
	
#header {
	height: 130px;
	background-image: url(/images/layout-header.jpg);
	}

#navcontainer {
	padding: 0;
	margin: 0px;
	background-image: url(/images/layout-nav-bg.jpg);
	height: 35px;
	color: #FFFFFF;
	text-align:center;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
/* Content Layout
--------------------------------------------------------------------------------------- */

#content {
	width: 680px;
	padding: 10px 50px 10px 50px;
	}
	
#contenta, #contentb, #contentbnopad, #bloga, #blogb, #secondary {
	float: left;
	}

#contenta {
	width: 360px;
	padding:10px 20px 10px 50px;
	}
	
#contentb {
	width: 190px;
	padding:10px 50px 10px 0px;
	}
	
#contentbnopad {
	width: 215px;
	padding:10px 25px 10px 0px;
	}	
	
#bloga {
	width: 460px;
	padding:10px 20px 10px 50px;
	}
	
#blogb {
	width: 200px;
	padding:10px 50px 10px 0px;
	}
	
#secondary {
	width: 200px;
	padding-top: 10px;
	}


/* Footer Layout
--------------------------------------------------------------------------------------- */

#footer { 
	height: 80px;
	background-image: url(/images/layout-footer.jpg);
	clear: both;
	}
	
#footerlinks {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	background-color: #000000;
	line-height: 18px;
	}

/* Titles
--------------------------------------------------------------------------------------- */

#titlenews, #titleskateparks, #titlemedia, #titlemaps, #titlelinks, #titlecontribute, #titleshop {
	width: 300px;
	height: 30px;
	clear: both;
	display: block;
	margin-left: 50px;
	background-repeat: no-repeat;
	}
	
#titlenews {
	background-image: url(/images/title-news.jpg);
	}
	
#titleskateparks {
	background-image: url(/images/title-skateparks.jpg);
	}

#titlemedia {
	background-image: url(/images/title-media.jpg);
	}

#titlemaps {
	background-image: url(/images/title-maps.jpg);
	}

#titlelinks {
	background-image: url(/images/title-links.jpg);
	}

#titlecontribute {
	background-image: url(/images/title-contribute.jpg);
	}

#titleshop {
	background-image: url(/images/title-shop.jpg);
	}



/* Individual Page Formattting
--------------------------------------------------------------------------------------- */

#skateparkswrapper { 
	margin: 10px 0 10px 50px;
	width: 480px;
	overflow: hidden;
	float: left;
	}

#map {
	width: 460px;
	height: 320px;
	margin-bottom: 10px;
	
	}
	
#map-old {
	width: 320px;
	height: 320px;
	}
	
.gmnoprint { 
	font-size: 10px;
	}
	
.gmnoprint h1 { 
	font-size: 11px;
	}
	
.parkdetheader { 
	float: left;
	border-top: 1px solid #76440f;
	width: 225px;
	margin-right: 10px;
	}

.parkdetail { 
	float: left;
	border-bottom: 1px solid #76440f;
	width: 225px;
	margin-right: 10px;
	overflow: auto;
	padding: 4px 0;
	font-size: 10px;
	
	}
	
#parkgallery { 
	padding: 0 0 20px 0;
	}

.parkdetail .desc { 
	float: left;
	width: 185px;
	height: 35px;
	overflow: hidden;
	}
	
.parkdetail .links { 
	float: left;
	text-transform: uppercase;
	width: 40px;
	overflow: hidden;
	
	}
	
.parkdetail .links img { 
	padding-left: 3px;
	}
	

.parkdetail h1 { 
	font-size: 10px;
	display: inline;
	}
	
.parkdetail h2 { 
	font-size: 10px;
	font-style:italic;
	font-weight: normal;
	color: #76440f;
	text-transform: none;
	}
	
.mapinfoimg { 
	float: left;
	width: 120px;
	height: 120px;
	padding-right: 10px;
	}
	

.mapinfodetails { 
	float: left;
	width: 170px;
	padding-right: 10px;
	}
	
.mapinfomore {
	text-align: right;
	text-transform: uppercase;
	padding-top: 6px; 
	}
	
#mapsidebar {
	height: 320px;
	overflow: auto;
	}
	
	
.googleearth { 
	padding-bottom: 10px;
	}
	
.parkthumb, .parkcontent, .storecontent {
	float: left; 
	display: inline;
	}
	
.parkthumb {
	padding: 10px 20px 15px 15px;
	}

.parkcontent {
	width: 395px;
	padding: 10px 15px 15px 0px;
	}
	
.storecontent {
	width: 315px;
	padding: 20px 15px 15px 0px;
	}


/* Text Formatting
--------------------------------------------------------------------------------------- */

a:link {
	color: #8f1800;
	text-decoration: none;
}
a:active {
	color: #5e180b;
	text-decoration: underline;
}
a:visited {
	color: #8f1800;
	text-decoration: none;
}
a:hover {
	color: #5e180b;
	text-decoration: underline;
}

#navcontainer a:link, #footerlinks a:link, h3 a:link {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	}
#navcontainere a:active, #footerlinks a:active, h3 a:active {
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
	}
#navcontainer a:visited, #footerlinks a:visited, h3 a:visited {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	}
#navcontainer a:hover, #footerlinks a:hover, h3 a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
	}

.hide {
	display: none;
	}
	
	
h1, h2, h4 {
	font-weight: bold;
	color: #8f1800;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 14px;
	}
	
h3 {
	color: #FFFFFF;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 13px 5px 13px;
	background-image: url(/images/h2-bg.jpg);
	text-transform: uppercase;
	margin: 0px;
	display: block;
	}
	
h3 a {
	font-weight: bold;
	display: block;
	}
	
h4 {
	clear: both;
	margin: 5px 0px 5px 50px;
	}	
	
.smalltitle { 
	color: #76440f;
	font-weight: bold;
	}
	
.largetitle { 
	color: #76440f;
	font-weight: bold;
	font-size: 16px;
	}
	
.smalltext {
	font-size: 11px;
	}


.postcontent, #mapsidebar, .generalcontent, .parkcontent, .spacedtext, .storecontent  {
	line-height: 18px;
	}

.postcontainer {
	border: 1px solid #76440f;
	margin-bottom: 7px;
	}

.postcontent {
	padding: 10px 13px 10px 13px;
	background-color: #ffffff;
	}
	
#adcontent { 
	margin-bottom: 10px;
	}
	
#parkadcontent { 
	padding-top: 10px;
	}
	
.posted {
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 15px 5px 15px;
	color: #76440f;
	}
	
.bloginfo { 
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 1px 15px 15px;
	color: #76440f;
	}
	
.photocredit { 
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	}
	
.divider, .dividerclear {
	border-bottom: 1px solid #76440f;
	margin: 5px 0px 5px 0px;
	}
	
.dividerclear {
	clear: both;
	}
	
.listcompressed {
	margin-left: 0px;
	}
	
.events { 
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 10px;
	}
	
.events h5 { 
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-transform:none;
	}
	
.events li { 
	padding: 2px 0px;
	}
	
/* Accordian styles
--------------------------------------------------------------------------------------- */
.accordion-click {
	display: block;
	cursor: pointer;
	border-top: 1px solid #76440f;
	border-right: 1px solid #76440f;
	border-left: 1px solid #76440f;
	margin-top: 5px;
	float: none;
	}
	
div.accordion-content {
	line-height: 18px;
	padding: 10px 13px 10px 13px;
	background-color: #ffffff;
	border-bottom: 1px solid #76440f;
	border-right: 1px solid #76440f;
	border-left: 1px solid #76440f;
	float: none;
	}