/*
Theme Name: Smokin Graphix Custom Design
Theme URI: http://smokingraphix.net/
Description: This is a custom design for Smokin' Graphix
Version: 1.0
Author: Leo Wurschmidt, Designed by Robbie Cunningham
Author URI: http://triunedesigns.com
Tags: 

*/

* {
	margin: 0;
	padding: 0;
}
body {
	width: 1500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000;
	color: #fff;
	color: #DBDDDE;
	text-align: center;
}
a {
	color: #954D09;
	text-decoration: none;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #954d09;
}
h2 {
	font-weight: strong;
	font-size: 13px;
}
p {
	margin: 0 0 15px 0;
	line-height: 20px;
	text-align: justify;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
#page {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	background-color: transparent;
	border: 5px solid #565857;
	text-align: left;
}
#header {
	width: 950px;
	height: 200px;
	background: #000 url(images/smokin-graphix-header.jpg) no-repeat center top;
}
#info {
	clear: both;
	padding-top: 25px;
}
#content {
	float: left;
	margin-left: 15px;
	width: 670px;
	padding-bottom: 20px;
}
#footer {
	clear: both;
	border-top: 2px solid #676662;
}
#footerMeta {
	margin: 0 auto 25px;
	text-align: left;
	width: 950px;
	font-size: 11px;
}
#footerMeta p {
	margin: 0 20px 30px 20px;
}
p.footerWP {
	float: right;
}
.clearboth {
	clear: both;
}

/* --------------- nav ---------------- */
ul#nav {
	width: 935px;
	border-top: 2px solid #676662;
	padding-left: 15px;
}
#nav li {
	margin-right: 5px;
	float: left;
}
#nav a {
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #676662;
	border-right: 1px solid #676662;
	border-bottom: 2px solid #676662;
	display: block;
	color: #fff;
	font-size: 14px;
}
/* ----------------- footer --------------- */
ul.brands {
	width: 920px;
	padding: 0 15px;
	clear: left;
}
.brands li {
	float: left;
	margin-right: 5px;
	padding-bottom: 10px;
}
/* ------------------ links ---------------- */
ul.blogroll {
	margin-top: 5px;
}
.blogroll li {
	margin-bottom: 5px;
}
.blogroll a {
	color: #fff;
}