/*
Theme Name: blankSlate
Theme URI: http://shawncope.com
Description: A theme completely stripped of all styling. Functionality is based on the kubrick theme.
Version: 1.0
Author: Shawn Cope
Author URI: http://shawncope.com
Tags: blankSlate, no style, clean, empty

This theme was designed and built by Shawn Cope,
whose blog you will find at http://shawncope.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

@import "style/reset.css";

/*Utility Styles************************/
.alignright {float:right;}
	
.alignleft {float:left;}

.aligncenter {
	display:block;
	margin:0 auto;
}

/* STICKY FOOTER CSS *******************/
body{position:relative;}
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}


#main {overflow:auto;
	padding-bottom: 150px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* MAIN CSS *******************/
h1, h2, h3, h4, h5{
	margin:0;
	padding:0;
}
p{
	font-family:Verdana, sans-serif;
	font-size:13px;
	color:#262626;
	line-height:21px;
}

img{border:none;}
	
a {
	text-decoration:underline;
	color:#838386;
}

a:hover{color:#aa3210;}

/* TWITTER CSS *******************/

div#twitter {
	color:#838386;
	margin:10px 0 0 0;
	width:530px;
}

.firstTweet{margin:10px 0;}

p#preloader {
	margin: 0;
	color: #fff;
	background: transparent url("images/loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}
ul#twitter_update_list li {
	float:left;
	padding-bottom:15px;
	border-bottom: 1px solid #838386;
}

ul#twitter_update_list li.firstTweet {margin:0 0 15px 0;}

	/* timestamp link */
ul#twitter_update_list li a {color: #d63d17;}

ul#twitter_update_list li a:hover {color: #aa3210;}

ul#twitter_update_list li span {display: block;}

	/* links in tweet */
ul#twitter_update_list li span a {color: #fff;}

ul#twitter_update_list li span a:hover {color: #aa3210;}

ul#twitter_update_list li.firstTweet {}

ul#twitter_update_list li.lastTweet {border-bottom: none;}

a#profileLink {
	display: block;
	color: #fff;
}

	/************** MAIN CSS **************/
	
body{background:url(../images/bg_pattern.gif) repeat;}

h1{
	color:#262626;
	font-weight:normal;
	font-family: Futura, Verdana, sans serif;
	margin:15px 0 10px 0;
	font-size:30px;
}
h2{
	color:#aa3210;
	font-weight:normal;
	font-family: Futura, Verdana, sans serif;
	margin:15px 0 10px 0;
	font-size:18px;
}

h3{margin:7px 0 21px 0;}

h4{
	color:#FFF;
	font-weight:normal;
	font-family: Futura, Verdana, sans serif;
	margin-bottom:5px;
}
h5{
	color:#aa3210;
	font-weight:narmal;
	font-family: Verdana, sans serif;
	font-size:13px;
	text-transform:uppercase;
	padding:20px 0 10px 0;
	margin:0;
	float:left;
}
.jumpMenu{
	clear:both;
	width:100%;
}
a.toTop{
	float:right; 
	padding-top:20px;
	color:#262626;
	font-family: Verdana, sans serif;
	font-weight:bold;
	font-size:13px;
}
a:hover.toTop{color:#aa3210;}
.jumpMenu li a{
	color:#262626;
	text-transform:uppercase;
	margin-right:15px;
	font-size:13px;
}
.jumpMenu li a:hover{
	color:#aa3210;
	font-weight:normal;
}
.jumpMenu h2{
	float:left;
	text-transform:uppercase;
	padding:0 15px 0 0;
}
.jumpMenu h2 a{
	font-size:18px;
	font-weight:narmal;
	color:#262626;
}
.jumpMenu h2 a:hover{
	color:#aa3210;
	font-weight:normal;
}
#header {
	background:url(../images/footer_pattern.jpg) repeat-x bottom;
	height:400px;
	border-bottom:2px #c43612 solid;
}
#headerImg{
	clear:both;
	position:absolute;
	top:0;
	margin:0 auto;
	width:100%;
}
#navWrap {
	background:url(../images/header_nameBanner.png) no-repeat bottom;
	height:145px;
	padding-top:10px;
	
}
#navigation {
	width:960px;
	padding:80px 0 0 21px;
	font-family:Futura, Verdana, sans-serif;
	font-size:22px;
	color:#272727;
	font-weight:lighter;
}
#navigation li a{
	color:#272727;
	padding:7px 8px 7px 0px;
	margin-right:30px;
	text-decoration:none;
}
#navigation li a:hover{color:#aa3210;}

#navigation .active a, .jumpMenu h2 a.active{color:#aa3210;}

#main {
	width:960px;
	margin-top:25px;
	margin-bottom:25px;
}
#content {
	width:581px;
	padding-left:11px;
}
#content p{
	width:515px;
	margin-top:15px;
	margin-bottom:15px;
}
#content ul{
	margin-top:10px;
	clear:both;
	font-family:Verdana, sans-serif;
	font-size:13px;
	line-height:21px;
}
#content li{
	padding-left:25px;
	display:block;
}

#content p a, .jumpMenu a:hover{color:#aa3210; font-weight:bold;}

#content p a:hover{color:#262626;}

#sidebar {
	width:342px;
	padding-left:26px;
}

	/* Start Footer Styling */
#footer {
	background:green;
	height:520px;
	background:url(../images/footer_pattern.jpg) repeat-x top;
}
#socialbar{
	background:url(../images/footer_socialPattern.jpg) repeat-x top;
	height:70px;
	text-align:center;
	margin:0 auto;
	margin-bottom:5px;
}
#socialicons{
	width:500px;
	height:60px;
	margin:0 auto;
}

#socialicons img{padding:5px 10px 0 10px;}

.facebookLink{
	float:left;
	width:144px;
	height:30px;
	background:url(../images/social_facebookOut.gif) no-repeat;
	padding:0 10px 15px 10px;
	margin:14px 5px 0 10px;
}

/*a:hover.facebookLink{background:url(../images/social_facebookOn.gif) no-repeat;}*/

.twitterLink{
	float:left;
	width:145px;
	height:35px;
	background:url(../images/social_twitterOut.gif) no-repeat;
	padding:0 10px 15px 10px;
	margin:12px 5px 0 10px;
}

/*a:hover.twitterLink{background:url(../images/social_twitterOn.gif) no-repeat;}*/

.yelpLink{
	float:left;
	width:88px;
	height:44px;
	background:url(../images/social_yelpOut.gif) no-repeat;
	padding:0 5px;
	margin:6px 10px 0 10px;
}

/*a:hover.yelpLink{background:url(../images/social_yelpOn.gif) no-repeat;}*/

#footermain {width:960px;}

#footerLeft{
	min-height:50px;
	padding:10px 0 0 0;
}
#footerLeft p{
	color:#838386;
	margin-top:15px;
}
#footerLeft img{
	padding:15px 10px 0px 0px;
	margin-right:4px;
}
#footerRight{
	min-height:120px;
	padding:10px 0 0 0;
}
#footerRight p{
	color:#838386;
	margin-top:15px;
}

#footerRight a{color:#FFF;}

#footerRight a:hover{color:#aa3210;}

#footerRight img{
	padding:15px 10px 0px 0px;
	margin-right:12px;
}
#footerNav{
	margin:10px auto 0px auto;
	text-align:center;
	width:100%;
}
#footerNav p{
	font-size:11px;
	color:#838386;
}
#footerNav ul{
	font-size:11px;
	color:#838386;
	font-family: Verdana, sans serif;
	margin-top:3px;
}
#footerNav li a{
	color:#838386;
	margin:0 10px;
}

#footerNav li a:hover{color:#aa3210;}