@import url(/wp-content/themes/skate-montana/style.css);


body, form, h1, h2, h3, h4, h5, input, select, textarea, ol, ul, li, p { 
	padding: 0;
	margin: 0;
	}
	
h1, h2, h3, h4, h5 { 
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-family: inherit;
	}
	
ul { 
	list-style: none;
}

body { 
	text-align: center;
	}

	
input, select, textarea { 
	font-size: inherit;
	}
	
img { 	
	border: 0px;
	}
	
.clear {
 	clear: both;
	}
	
#page { 
	
	}
	
	

body { 
	background: #000 url(/images/common/body-bg.jpg) no-repeat fixed 50% 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;	
	}

	
#headerbar { 
	height: 25px; 
	background: url(/images/common/header-border.png) repeat-x;
	position: fixed;
	width: 100%;
	top: 0; 
	left: 0;
	z-index: 50;
	}
	
#page {
	width: 970px;
	position: relative;
	color: #221702;
	margin: 0px auto 0 auto;
	top: 0;
	}
	
#page a:link, #page a:visited { 
	color: #b81f00;
	text-decoration: none;
	
}

#page a:active, #page a:hover { 
	color: #9d1a00;
	text-decoration: underline;
	
}

#page h1 a:hover, #page h2 a:hover, #page h3 a:hover, #page h4 a:hover, #page h5 a:hover  { 
	text-decoration: none;
	
}

#navwrapper { 
	position: absolute;
	top: 0;
	left: 0;
	}
	
#navcolumn { 
	position: fixed;
	height: 400px;
	top: 35px;
	width: 235px;
	}
	
#navigation { 
	padding-left: 20px;
	}
	
.buttonbox { 
	position: relative;
	height: 36px;
	z-index: 10;
	}
	
#navigation a { 
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 30;
	height: 36px;
	display: block;
	}
	
.activebox { 
	background-image: url(/images/common/nav-active.png);
	background-repeat: no-repeat;
	background-position: -215px 0;
	height: 36px;
	/*position: absolute; 
	top: 0;
	left: 0;
	z-index: 20;*/
	width: 215px;
	}
	

	
#content { 
	width: 480px;
	float: left;
	padding: 40px 15px 20px 15px;
	text-align: left;
	background-color: #f3f2f0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
  border-radius: 5px;
	-moz-box-shadow: .05em .05em 1em #000;
	-webkit-box-shadow: .05em .05em 1em #000;
	box-shadow: .05em .05em 1em #000;
	margin: 0 10px 20px 235px;
	line-height: 1.7em;
	position: relative;
	top: 0;

	}


h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 2.4em;
	padding-bottom: 5px;
	line-height: 1.3em;
}


h1 { 
	border-bottom: 1px dotted #221702;
	margin-bottom: 15px;
}

h3 {
	text-transform: uppercase;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 { 
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
h5 { 
	font-size: .7em;
	letter-spacing: .3em;
	font-family: "Lucida Sans Unicode","Lucida Grande", Arial, sans;
	text-transform: uppercase;
	}
	
em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}



.copy {
	padding-bottom: 1em;
	clear: both;
}

.divider  {
	border-top: 1px dotted #221702;
	padding-bottom: 10px;
	margin-top:10px;
}

#content p, #fullcontent p { 
	padding-bottom: 1.5em;
	}
	
#sidebar { 
	float: left;
	width: 185px;
	padding: 40px 15px 20px 15px;
	text-align: left;
	background-color: #f3f2f0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-moz-box-shadow: .05em .05em 1em #000;
	-webkit-box-shadow: .05em .05em 1em #000;
	box-shadow: .05em .05em 1em #000;
	margin-bottom: 10px;
}

#sidebar ul li select { 
}

#sidebar h3, #sidebarsocial h3 { 
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: .3em;
	padding-bottom: .3em;
	border-bottom: 1px dotted #221702;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#sidebar ul li {
padding-bottom: 1.3em;
	}
	
#sidebar ul li li { 
	margin-bottom: 0;
	padding: 2px 0;
	border-bottom: none;
	}
	
#sidebarsocial {
	float: left;
	width: 185px;
	padding: 20px 15px 20px 15px;
	text-align: left;
	background-color: #f3f2f0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-moz-box-shadow: .05em .05em 1em #000;
	-webkit-box-shadow: .05em .05em 1em #000;
	box-shadow: .05em .05em 1em #000;
}


 #sidebarsocial h3 { 
	margin-bottom: .5em;
	}

#sidebarsocial img {
	margin-right: 5px;
}

#sidebarsocial iframe {

	
}
	
#fullcontent { 
	width: 690px;
	float: left;
	padding: 40px 20px 20px 20px;
	margin-left: 235px;
	text-align: left;
	background-color: #f3f2f0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
  border-radius: 5px;
	-moz-box-shadow: .05em .05em 1em #000;
	-webkit-box-shadow: .05em .05em 1em #000;
	box-shadow: .05em .05em 1em #000;
	line-height: 1.7em;
}
	

#footerlinks { 
	clear: both;
	text-align: left;
	padding-bottom: 50px;
	
}


#footerlinks h4 { 
	border-bottom: 1px dotted #f3f2f0;
	color: #f3f2f0;
	text-transform: uppercase;
	margin-bottom: 10px;
	
}

#page #footerlinks a { 
	color: #f3f2f0;
}

#footerposts { 
	float: left;
	width: 247px;
	margin: 0 15px 20px 235px;
	border-bottom: 1px dotted #f3f2f0;
	padding: 0 0 10px 0;
	}

#footertags { 
	float: left;
	width: 248px;
	text-transform: uppercase;
	border-bottom: 1px dotted #f3f2f0;
	padding: 0 0 10px 0;
	}


	
/*form elements
_________________________________*/
input[type=submit] { 
	background-color: #b81f00;
	padding: 3px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #f3f2f0;
	border: 1px solid #f3f2f0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

input[type=submit]:hover { 
	color: #9d1a00:
}

/*General Stuff
______________________________*/
.hide {
	display: none;
	}
	
#page .last { 
	margin-right: 0;
	}
	
/* Individual Page Formattting
--------------------------------------------------------------------------------------- */

#skateparkswrapper { 
	margin: 10px 0 10px 50px;
	width: 480px;
	overflow: hidden;
	float: left;
	}
	
#mapwrap { 
	padding: 6px; 
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
  border-radius: 4px;
	-moz-box-shadow: 1px 1px 4px #9a8e78;
	-webkit-box-shadow: 1px 1px 4px #9a8e78;
	box-shadow: 1px 1px 4px #9a8e78;
	margin-bottom: 15px;
}

#map {
	height: 320px;
	}
	
	
.gmnoprint { 
	font-size: 10px;
	}
	
.gmnoprint h1 { 
	font-size: 11px;
	}
	
.parkdetheader { 
	float: left;
	border-top: 1px dotted #221702;
	width: 335px;
	margin-right: 10px;
	}

.parkdetail { 
	float: left;
	border-bottom: 1px dotted #221702;
	width: 335px;
	margin-right: 10px;
	padding: 4px 0;
	padding: 5px 0;
	}
	
#parkgallery { 
	padding: 0 0 20px 0;
	}

.parkdetail .desc { 
	float: left;
	width: 275px;
	padding-left: 10px;
	overflow: hidden;
	line-height: 1.4em;
	}
	
.parkdetail .links { 
	float: left;
	text-transform: uppercase;
	width: 40px;
	overflow: hidden;
	
	}
	
.parkdetail .links img { 
	padding-left: 3px;
	}


	
.mapinfoimg { 
	float: left;
	width: 120px;
	height: 120px;
	padding-right: 10px;
	}
	


.mapinfodetails { 
	float: left;
	width: 170px;
	padding-right: 10px;
	color: #110A01;
	font-size: 12px;
	line-height: 1.2em;
	}
	

.mapinfodetails h4 { 
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #221702;
	}
	
.mapinfomore {
	text-align: right;
	text-transform: uppercase;
	padding-top: 3px; 
	}
	

	
.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;
	}
	
/*formatting for the Links Page*/

#linkslist h4 { 
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}

#linkslist ul { 
	padding: 5px 20px 20px 40px;
	list-style-type: square;
}

#linkslist ul li { 
	margin-bottom: .3em;
}


#linkslist a { 
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/*3.0 Park detail page*/
#parkheader { 
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0;
	line-height: 1.2em;
}

#parkcity { 
	font-size: 1em;
	border-bottom: 1px dotted #221702;
	margin-bottom: 15px;
	padding-bottom: 5px;
}


#parkimagecolumn { 
	width: 350px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

#parkcontentcolumn { 
	width: 320px;
	float: left;
		margin-bottom: 20px;

}

.tabcontainer { 
	position: relative;
	border-bottom: 1px dotted #221702;
	z-index: 1;
	height: 31px;
	padding-left: 10px;
	
}

.tab { 
	float: left;
	cursor: pointer;
	padding: 4px 6px;
	color: #f3f2f0;
	background: #221702;
	border-top: 1px dotted #f3f2f0;
	border-left: 1px dotted #f3f2f0;
	border-right: 1px dotted #f3f2f0;
	margin-right: 5px;
	font-family: "Lucida Sans Unicode","Lucida Grande", Arial, sans;
	letter-spacing: .2em;
	font-size: .8em;
	text-transform: uppercase;
}

.tab:hover { 
	background: #b81f00;
}

div.tab.active { 
	background: #f3f2f0;
	border-top: 1px dotted #221702;
	border-left: 1px dotted #221702;
	border-right: 1px dotted #221702;
	color: #221702;
	padding-bottom: 5px;
	z-index: 2;
	position: relative;
	-moz-box-shadow: 1px 1px 4px #9a8e78;
	-webkit-box-shadow: 1px 1px 4px #9a8e78;
	box-shadow: 1px 1px 4px #9a8e78;
}



.tabcontent { 
	clear: both;
	position: relative;
	z-index:3;
	background: #f3f2f0;
	padding: 15px 0;
}

tabdirectionscontent #map { 
	height: 300px;
	}

/*formatting for the Shop Page*/

.shopcontent { 
	float: left;
	width: 260px;
	}
	



.photothumb { 
	float: left;
	background: #fff;
	margin: 0 10px 10px 0;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
  border-radius: 3px;
	box-shadow: 1px 1px 4px #999;
	-moz-box-shadow: 1px 1px 4px #999;
	-webkit-box-shadow: 1px 1px 4px #999;
	text-align: center;
	position: relative;
	}	
	
.photothumb img { 
	
	}	
	
.photothumb h5 { 
	line-height: 1.2em;
	padding: 5px 0 0 0;
	}	
	
.featured { 
	background: #b81f00;
	color: #f3f2f0;
	padding: 3px 6px; 
	position: absolute;
	right: 8px;
	top: 8px;
	display: block;
	}
	
h3.photocat { 
	clear: both;
	padding-top: 1em;
	border-bottom: 1px dotted #221702;
	padding-bottom: .3em;
	margin-bottom: .5em;
	
}	
	
	
/*Forms stuff*/
form p { 
clear: both;
}

label.blocklabel { 
float: left;
width: 145px;
margin: 0 5px 5px 0;
text-align: right;
}

label.indentlabel { 
clear: both;
margin: 0 5px 5px 150px;
}

input[type=text], input[type=password], textarea { 
	font-family: inherit;
	width: 280px;
	padding: 2px;
	border: 1px solid #221702;
}


textarea { 
	height: 100px;
	}
	

