/*   
Theme Name: Blacklist Colorado
Theme URI: http://www.blacklistboardshop.com/colorado/
Description: Custom theme for the Blacklist Skate Shop in Greeley, CO
Author: DaBomb Creative
Author URI: http://www.dabombcreative.com/
.
This theme is not to be used outside of http://www.blacklistboardshop.com
.
*/


*	{
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 5;
	text-transform: uppercase;
}
body	{
	text-align: center;
	background: #c1c1c1;
	color: #fff;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 11pt;
}

a	{
	color: #fff;
	text-decoration: none;
}

#background	{
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: -1;
	text-align: center;
}
#background img	{
	width: 100%;
}

#main	{
	margin: 0 auto;
	width: 880px;
	text-align: left;
}
#left	{
	clear: left;
	float: left;
	margin-top: 200px;
	background: #fff;
	padding: 40px;
	width: 200px;
	font-size: 18pt;
	position: relative;
}
#blacklist-logo	{
	display: block;
	position: absolute;
	top: -20px;
}
ul.nav	{
	margin-top: 100px;
	list-style: none;
}
ul.nav li, ul.nav li a	{
	font-family: "Courier New",Courier,monospace;
	color: #666;
	line-height: 1.2em;
}
#content	{
	clear: right;
	float: right;
	padding: 45px;
	width: 510px;
	background: #000;
	margin-top: 75px;
}
#content *	{
	max-width: 510px;
	padding-bottom: 15px;
}

#content input, #content textarea	{
	padding-bottom: 0;
	padding: .3em;
	border: 2px solid #666;
}

#content input[type=submit]	{
	background: #000;
	color: #fff;
}
.post-date	{
	font-size: 13pt;
	color: #c1c1c1;
}
.post-title	{
	font-size: 24pt;
	font-weight: none;
	color: #fff;
	padding: 0 !important;
	margin-bottom: 15px;
}

