/*
Theme Name: Those Extra 4 Inches
Theme URI: http://thoseextra4inches.com/
Description: WordPress theme for Those Extra 4 Inches.
Author: Rob Bottarelli
Version: 1.0
*/
html, body {
	margin: 0;
	padding: 0;
}
body {
  font-family: 'century gothic', sans-serif;
  font-size: 13.5px;
}
#header {
	background: transparent url('/wp-content/themes/thoseextra4inches/images/header-bg.png') repeat-x;
	height: 70px;
}
#container {
	margin: 0 auto;
	position: relative;
	top: -10px;
	width: 960px;
}
#logo {
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	width: 100%;
}
#nav-bar {
	background-color: #000;
	border-right: 1px solid #000;
	float: left;
	width: 728px;
}
#nav {
	float: left;
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 3px 0 5px;
}
#nav li {
	color: #fff;
	display: inline;
	padding-left: 15px;
}
#nav li:first-child {
	padding-left: 8px;
}
#nav a:link, #nav a:active, #nav a:visited {
  color: #fff;
}
#search {
	background-color: #fff;
	border-bottom: 1px solid #000;
	float: right;
}
#s {
	background: #fff url('/wp-content/themes/thoseextra4inches/images/search-input-bg.png') no-repeat 100% 50%;
	border-style: none;
	float: left;
	font-size: 12px;
	height: 27px;
	padding: 0 6px;
	width: 200px;
}
#search-arrow {
	background: #fff url('/wp-content/themes/thoseextra4inches/images/arrow-right.png') 50% 50% no-repeat;
	border: none;
	cursor: pointer;
	float: right;
	height: 27px;
	width: 25px;
}
#main {
	overflow: hidden;
	width: 100%;
}
#content {
	float: left;
	padding-bottom: 5000em;
	margin-bottom: -5000em;
	width: 728px;
}
#sidebar {
	border-left: 1px solid #000;
	float: left;
	padding: 0 10px;
	padding-bottom: 5000em;
	margin-bottom: -5000em;
	margin-right: -1px;
	width: 211px;
}
#footer {
	float: left;
	font-size: 14px;
	margin-bottom: 70px;
	text-align: center;
	width: 100%;
}
#footer-top {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	height: 30px;
	margin-bottom: 5px;
}
#content img {
	margin: 0;
}
#ad {
	background-color: #ccc;
	clear: both;
	float: left;
	height: 90px;
	margin-top: 5px;
	width: 728px;
}
.post {
	float: left;
	font-size: 13.5px;
	padding-bottom: 14px;
	width: 100%;
}
.post h2 {
  color: #000;
  font-family: 'Edwardian Script ITC', times, serif;
  font-size: 48px;
  font-weight: normal;
  margin: 8px 0 0;
  text-transform: lowercase;
}
.post h2 a {
  color: #000;
  text-decoration: none;
}
.timestamp {
  color: #999;
  font-size: 12px;
}
.post-body {
	margin-right: 4px;
}
.post-footer {
	float: right;
	margin: 3px 6px 0;
}
.read-more {
	background: transparent url('/wp-content/themes/thoseextra4inches/images/read-more.png') 0 100% no-repeat;
	display: inline-block;
	height: 17px;
	width: 95px;
}
.comments {
	background: transparent url('/wp-content/themes/thoseextra4inches/images/comments.png') 0 100% no-repeat;
	display: inline-block;
	height: 17px;
	width: 90px;
}
.vline {
	border-left: 1px solid #666;
	margin-left: 7px;
	padding-right: 10px;
}
#post-nav {
	clear: both;
	font-size: 13px;
	float: left;
	margin: 12px 0;
	width: 100%;
}
#post-nav a {
	color: #555;
	text-decoration: none;
}
#post-nav a:hover {
	color: #999;
}
#post-nav-prev {
	width: 300px;
}
#post-nav-prev a {
  background: transparent url('/wp-content/themes/thoseextra4inches/images/arrow-left.png') 0 50% no-repeat;
	float: left;
	padding-left: 25px;
	text-align: left;
}
#post-nav-next {
	width: 300px;
}
#post-nav-next a{
  background: transparent url('/wp-content/themes/thoseextra4inches/images/arrow-right.png') 100% 50% no-repeat;
	float: right;
	margin-right: 6px;
	padding-right: 25px;
	text-align: right;
}
#favorites-wrapper {
  clear: both;
  float: left;
  margin-bottom: 240px;
}
#favorites {
	bottom: 0;
	float: left;
	position: absolute;
}
#favorites-header {
	background: transparent url('/wp-content/themes/thoseextra4inches/images/favorites.png') 0 0 no-repeat;
	height: 31px;
	width: 210px;
}
#favorites ul {
	list-style: none;
	margin: 10px 0 1px;
	padding: 0;
}
#favorites li {
	float: left;
	height: 181px;
	margin-right: 1px;
	position: relative;
	width: 181px;
}
#favorites li {
  cursor: pointer;
}
#favorites li.hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#favorites li h4 {
  display: none;
  font-size: 14px;
  font-weight: normal;
  height: 181px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 181px;
}
#favorites li.hover h4 {
  display: block;
}
#favorites li h4 a {
  color: #000;
  display: block;
  height: 181px;
  margin-top: -25px;
  position: relative;
  padding: 4px;
  top: 50%;
}
#sidebar-shoe {
	margin: 0 auto;
	width: 211px;
}
.sidebar-section {
	clear: both;
	margin-top: 12px;
	text-align: center;
}
#blog-roll.sidebar-section {
	margin-top: 20px;
}
.sidebar-section-title {
	font-size: 38px;
	margin-bottom: 6px;
}
#about.sidebar-section-title {
	font-size: 36px;
}
.sidebar-section-copy {
	font-size: 14px;
}
.sidebar-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#share-links {
	list-style: none;
	margin: 25px auto 0;
	padding: 0;
}
#share-links li {
	display: inline;
	margin-left: 10px;
}
#share-links li a {
	display: inline-block;
	height: 21px;
	width: 25px;
}
#share-links li:first-child {
	margin-left: 0;
}
#share-link-email {
	background: transparent url('/wp-content/themes/thoseextra4inches/images/email.png') no-repeat 0 100%;
}
#share-link-twitter {
	background: transparent url('/wp-content/themes/thoseextra4inches/images/twitter.png') no-repeat 0 100%;
}
#share-link-rss {
	background: transparent url('/wp-content/themes/thoseextra4inches/images/rss.png') no-repeat 0 100%;
}
#twitter {
	font-size: 13px;
}
#follow-me {
	border: 1px solid #000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-radius: 6px;
	font-size: 14px;
	margin: 17px 0;
	padding: 6px 3px 7px;
	width: 100%;
	-moz-border-radius: 6px;
}
#twitter li div.tweet {
	border: 1px solid #000;
	border-bottom: none;
	border-radius: 6px;
	margin-top: 5px;
	padding: 3px 3px 5px;
	width: 100%;
	-moz-border-radius: 6px;
}
#twitter li div.bubble-bottom {
  height: 19px;
	position: relative;
	top: -6px;
	width: 219px;
}
#twitter li div.bubble-bottom.even {
	background: transparent url('/wp-content/themes/thoseextra4inches/images/bubble-bottom-even.png') no-repeat 0 0;
}
#twitter li div.bubble-bottom.odd {
	background: transparent url('/wp-content/themes/thoseextra4inches/images/bubble-bottom-odd.png') no-repeat 0 0;
}
ul.blog-roll {
  font-size: 13.5px;
  margin-bottom: 20px;
}
a:link, a:active, a:visited {
	color: #666;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a img {
  border: none;
}
.ad {
	float: left;
}
