/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% Helvetica, Arial, sans-serif;
	color: #2a2a2a;
	margin: 0; 	padding: 0; 
	text-align: center;
	background-color:#eee;
}

/* Links */
a, a:visited {
	color: #666;	
	text-decoration:none;
}
.current{
	color: #333;
	border-bottom:3px solid #a2a2a2;
}
a:hover {
	color: #999;
}

/* headers */
h1, h2, h3 {
	/* font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif; */
	color: #2a2a2a;
}
h1 {
	font-size: 3.1em;	
	letter-spacing: -2px;
	line-height:50%;
	height:100%;
	overflow:visible;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 2em;
	padding: 20px 10px 5px 5px;	
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 0px;		
}

p, dl { padding: 5px; margin: 0; }


/* form elements */
form {

	padding: 15px 25px 25px 10px; 

}
form p {
	/* border-bottom: 1px solid #101010; */b
	padding: 12px 0 5px 0;	margin: 0;	
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	font: normal 1em 'courier new', Tahoma, sans-serif;
	color: #fff;
	background: transparent;  
	border: 1px dotted #fff;
}
option { padding-right: 0.5em; } 

#name, #email, #message{
	width: 480px;
}
input.button { 
	font: bold 12px Arial, Verdana, Sans-serif; 
	height: 30px;
	padding: 2px 3px; 
	margin-top: 8px;
	color: #48780E;
	background: #000;
	border-width: 1px;
  	border-style: solid;
  	border-color: #1B1B1B;
}
input[type=submit]{
	cursor:pointer;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	padding-left:50px;
	height:100%;	
	margin: 0 auto;
	text-align: left;	
	z-index:-1;	
}
#content-wrap {	
	width:895px;
	/* width: 100%;	*/
	float: left;
	background:rgba(255, 255, 255, 0.6);
	/* margin-top: 75px; */
}

#header {	
	height: 150px;	
	top: 0;
	left: 0;
	width:100%;
}

#toplinks{
	height:45px;
	top: 0;	
	margin-top:0px;
	padding-top:7px;
	padding-left:5px;
	clear: both;
	color: #a2a2a2;			
	overflow: hidden;
	left: 0;	
	font-family:'courier new';
	background:rgba(255, 255, 255, 0.6);
	width:895px;	
}

#coreytenold{
	width:895px;
	text-align:center;
	position:absolute;
	height:150px;
	top: 35px;
	margin-right: auto;
	margin-left: -20px;
	z-index:-1;
}

#coreytenold h1{
		font-size:150pt;
		font-family: 'Terminal Dosis Light', serif;
		font-weight:normal;
		color:#fff;
		z-index:-999;
}


/* Main Column */
#main {
	font-family:'courier new';
	padding:20px;
	/* border:5px solid #fff; */
	width:895px;
	float: left;
	margin-left:-13px;
	text-align:left;
	display: inline;	
	position:relative;
}
#main h2 {
	letter-spacing:-1px;
}
#footer h2 {
	padding: 5px 12px;
	font: bold 2.4em 'Helvetica', Arial, sans-serif;				
	letter-spacing:-1px;
}
#main h2 a {
	
}
#main h2 a:hover {
	
}
#main ul li {
	/* list-style-type: circle; */
}

/* footer */
#footer {

}

#tile-container .tile{
	width:200px;
	background-color:#2a2a2a;
	color:white;
	margin:5px;
	padding:5px 5px 0px 5px;
	overflow:hidden;
}

.groover{
	behavior: url('/pie/PIE.htc');
}

.store {
	padding:5px 0px 5px 0px;
}
.store-infowindow {
	font-size:10pt;
	font-family:'courier new';
}
.store-title {
	font-size:12px;
	font-weight:bold;
}
