html, body, #wrap {height: 100%; margin: 0; padding: 0; 
color: #767474; 
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 16px;
line-height: 1.4em;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
blockquote {
	padding: 5px 10px 5px 10px;
	background-color: #CCC;	
}
body > #wrap {height: auto; min-height: 100%;}
#main {
	padding: 0;
	margin: 0;
	padding-bottom: 324px;
	width: 960px;
	margin: 0 auto;
}
a img {
	border: none;
}
#footer {
	position: relative;
	margin-top: -324px; /* negative value of footer height */
	height: 324px;
	text-align:  left;
	width: 100%;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom; 
	clear:both;
	color: #FFF;
}
a {
	color: #767474;
}
a:hover {
	color: #767474;
}
#header {
	width: 960px;
	margin: 0 auto;
	height: 140px;
}
#logo {
	padding-top: 20px;
}
#nav {
	padding-top: 151px;
}
#nav h1 {
	font-size: 1.0em;
}

#content {
	margin: 0 auto;
	background-color: #FFF;
	width: 960px;	
}

/* footer items */
#about-spoke {
	font-size: 16px;
}
#about-spoke strong{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 28px;
}

#social-media {
	margin-left: 15px;
}
#social-media img {
	padding: 10px 0 10px 0;
}
#footer h2 {
	padding-top: 10px;
	margin-bottom: 0px;
	font-size: 16px;
	text-decoration: underline;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* end footer items */

/* side bar stuff */
#sidebar {
	padding-top: 75px;
	font-size: .9em;
}
#sidebar h2 {

}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	margin-left: 5px;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
}
#sidebar ul li a {
	text-decoration: none;
}
/* end side bar stuff */

/* post content */
#post {
	line-height: 1.5em;
}
#post h1 {
	font-size: 16px;
	letter-spacing: .1em;
	margin-bottom: 0;
	text-transform: uppercase;
}
#post h2 {
	font-size: 16px;
	letter-spacing: .1em;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
}

#post h3 {
	font-size: 14px;
	letter-spacing: .2em;
	margin-bottom: 0;
	font-weight: bold;
}

#post img {
	margin: 10px 10px 10px 0px;
	display: inline;
	border: 5px solid #CCC;
}
#post .wp-smiley {
	border: none;
	margin: 0;
	display: block;
	padding: 0 5px 0 5px;
}
#post a {
	color: #767474;
}
#post a:hover {
	color: #f37736;
}
#post-info {
	margin: 0;
/*	padding: 0 0 20px 0; */
	margin-bottom: 30px;
	font-size: .8em;
}
#post-info .categories {
	float: left;
	width: 350px;
	padding: 0;	
}
#post-info .comments {
	width:  120px;
	float: right;
	text-align: right;
	padding: 0;		
}
#post-info a, #post-info a:hover {
	color: #767474;
	font-weight: normal;	
}
#post-info .comments a, #post-info .comments a:hover {
	color: #767474;
	font-weight: normal;	
}
.entry {
	clear: both;
	border-bottom: 1px #CCC solid;
	margin-bottom: 50px;
	padding-top: 10px;
}
#copyright {
	width:  960px;
	margin:  0 auto;
	font-size: 10px;
	text-align: center;
}
#post-navigation {
width: 100%;
font-size: .9em;
}
/* end post content */
/* comments */
.commentlist li {
	list-style-type: none;
}
#comment-area .avatar {
	border: 1px solid #CCC;
}
/* end post comments */
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* sticky footer over */

/* image alignment */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

