/*
Theme Name: The Better Blogger WP Theme
Theme URI: http://www.thebetterblogger.com
Description: An original Wordpress Theme that converts your blog into a fully-featured magazine-style blogging site.
Version: 1.0
Author: Joshua Harbaugh
Author URI: http://www.pixelhavenllc.com/
Tags: clean, fixed width, two columns, widgets, magazine

	The Better Blogger WP Theme v1.0
	http://www.thebetterblogger.com

	This theme was designed and built by Joshua Harbaugh,
	whose blog you will find at http://www.pixelhavenllc.com/
	
*/

* { padding: 0; margin: 0; }

body {
  background-color: #f8f8f2;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  color: #666;
}

.clearRight {
  clear: right;
}

.clearLeft {
  clear: left;
}

.clearBoth {
  clear: both;
}



/* Basic Text Styles
------------------------------------- */

a:link, a:visited, a:active {
  color: #0061a0;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #d6890f;
  text-decoration: none;
}

h1 {
  text-indent: -9999px;
  color: #fff;
}

h2, h3 {
  font-size: 2.4em;
  font-weight: normal;
  line-height: 1.2em;
  text-transform: capitalize;
}

h2 span, div.top span {
  color: #0061a0;
}

h2 a:link, h2 a:visited, h2 a:active,
h3 a:link, h3 a:visited, h3 a:active {
  font-size: 1em;
  text-decoration: none;
}

h4 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.1em;
  text-transform: capitalize;
}

h4 a:link,
h4 a:visited,
h4 a:active  {
  color: #0061A0;
  font-size: 1.2em;
  line-height: 110%;
  text-decoration: none;
}

h4 a:hover {
  color: #d6890f;
  text-decoration: underline;
}

p {
  font-size: 1.2em;
  line-height: 1.6em;
}

div.top {
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #a6a69a;
}

div.single {
	float: left;
	border-top: 2px solid #e3e3de;
	width: 100%;
	padding-top: .3em;
	margin-bottom: 2.5em;
	font-size: 1.1em;
}

blockquote, blockquote p {
  font-size: 1.4em;
  line-height: 1.1em;
  font-style: italic;
  color: #737368;
}

form input[type=hidden] { display: none; }



/* Basic Structure
------------------------------------- */

#pageWrapper {
  width: 100%;
}

#header {
  width: 100%;
  height: 12.2em;
  background-color: #2a2720;
}

h1 {
  position: relative;
  top: 2em;
  width: 916px;
  margin: 0 auto;
}

h1 a {
  float: left;
  width: 312px;
  height: 45px;
  background:transparent url(images/theme_title.gif) no-repeat left top;
}

#navigation {
  float: left;
  width: 100%;
  background-color: #eaeada;
  border-top: 1px solid #d2d2c4;
}

#content {
  width: 916px;
  margin: 50px auto 25px auto;
}

#footer {
  width: 916px;
  margin: 25px auto 75px;
}



/* Navigation
------------------------------------- */

#header ul.subnav {
  float: left;
  width: 100%;
  list-style: none;
  background-color: #000;
  border-bottom: 1px solid #444;
}

#header ul.subnav li {
  float: left;
  display: block;
}

#header ul.subnav li a {
  color: #ddd;
  text-decoration: none;
  padding: 0.5em 1em;
  float: left;
}

#header ul.subnav li a:hover {
  color: #fff;
}

#navigation ul {
  	list-style: none;
  	margin: 0 auto;
  	width: 916px;
}

#navigation ul li {
	list-style: none;
	float: left;
	display: block;
	margin-top: 0.7em;
	background:#F8F8F2 url(images/nav_bg.gif) repeat-x left top;
}

#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:active  {
  	text-decoration: none;
  	color: #8c8c82;
  	font-size: 1.2em;
  	display: block;
  	padding: 0.5em 2em;
	border-top: 1px solid #dbdbcc;
}

#navigation ul li a:hover,
#navigation ul li ul li a:hover,
#navigation ul#popular-sub li a:hover {
  	color: #fff;
  	background-color: #c1c1a8;
	border-color: #b5b59e;
}

#navigation ul.submenu, #navigation ul li ul, #navigation ul li ul li a { background: #eaeada; }
#navigation ul.submenu li, #navigation ul li ul li {
	float: left;
	width: 100%;
	margin: 0;
}

#navigation ul.submenu li a, #navigation ul li ul li a {
	display: block;
	background-color: #eaeada;
	font-size: 1em;
	padding: 0.7em 2em;
	color: #8c8c82;
}

.jqueryslidemenu ul li { position: relative; }

.jqueryslidemenu ul li ul {
	position: absolute;
	width: 250px;
	border: 0;
}

#navigation ul#popular-sub li a {
  font-size: 1.2em;
  font-weight: bold;
}

#navigation ul#popular-sub li a small {
  font-size: .9em;
  font-weight: normal;
}

.jqueryslidemenu ul li ul li {
	display: list-item;
	float: none;
}

.navigation {
  float: left;
  margin-top: 5px;
}



/* Featured Article
------------------------------------- */

#featureWrapper {
  float: left;
  border-bottom: 1px solid #e3e3de;
  padding-bottom: 23px;
  width: 916px;
  margin-top: 35px;
}

#featureWrapper .image {
  float: left;
  display: block;
  width: 492px;
  height: 215px;
  padding: 5px;
  background-color: #d2d2c4;
}

#featureWrapper .image .inner {
  display: block;
  width: 492px;
  height: 215px;
  margin: 0 auto;
  background-color: #696962;
}

#featureWrapper .image .inner img {
  width: 492px;
  height: 215px;
  margin: 0 auto;
  text-align: center;
  border: none;
}

#featureWrapper .image .inner small {
  float: left;
  margin: .7em .5em 0 0;
}

#featureWrapper .article h3 {
  margin-left: 519px;
  margin-bottom: 0.5em;
}

#featureWrapper .article p {
  margin-left: 519px;
  margin-bottom: 1.7em;
}

#featureWrapper .article div.top span {
  margin-left: 18px;
}



/* Secondary Articles (Homepage / Archives)
-------------------------------------------- */

#pageContentWrapper {
  float: left;
  width: 916px;
  border-top: 1px solid #fff;
}

#pageContent {
  float: left;
  margin-top: 25px;
  width: 630px;
}

#pageContent .column {
  float: left;
  width: 293px;
  margin-right: 14px;
  padding-bottom: 50px;
}

#pageContent h2 {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3de;
  padding-bottom: 3px;
}

#pageContent .column .content_wrap {
  float: left;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e3e3de;
}

#pageContent .content_wrap .image {
  float: left;
  display: block;
  padding: 5px;
  background-color: #d2d2c4;
  margin: 0 13px 13px 0;
}

#pageContent .content_wrap .image .inner,
#pageContent .content_wrap .image .inner a,
#pageContent .content_wrap .image .inner a img {
  display: block;
  margin: 0 auto;
  background-color: #696962;
  border: 0;
  float: left;
}

#pageContent .image small {
  float: left;
  margin: .7em .5em 0 0;
}

#pageContent .content_wrap .content h4 {
  margin-bottom: 0.2em;
}

#pageContent .content_wrap .content p,
#pageContent .content_wrap .content ul,
#pageContent .content_wrap .content ol {
  font-size: 1.1em;
  margin-bottom: 1.7em;
}

#pageContent .content_wrap .content ul,
#pageContent .content_wrap .content ol {
  line-height: 1.7em;
}

#pageContent ul, #pageContent ol { list-style-position: inside; }

#pageContent .meta {
  float: left;
  color: #A6A69A;
  width: 100%;
}



/* Sidebar / Advertisements
-------------------------------------------- */

#sidebar {
  float: right;
  width: 282px;
  margin-top: 25px;
}

#sidebar ul {
  float: left;
  list-style: none;
  margin-bottom: 15px;
}

.ad-250 {
  float: left;
  display: block;
  width: 250px;
  height: 250px;
  padding: 16px;
  background-color: #d2d2c4;
}

.ad-250 .inner {
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background-color: #696962;
}

.ad-125 {
  float: left;
  display: block;
  width: 125px;
  height: 125px;
/*  padding: 0 4px 12px;  */
  padding: 12px;
  background-color: #d2d2c4;
}

.ad-125 .inner {
  display: block;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  background-color: #696962;
}

.ad-250 a img,
.ad-125 a img { border: 0; }

.left {
  padding: 0px 5px 11px 11px;
}

.right {
  padding: 0px 11px 11px 5px;
}



/* WP-Widgets, Calendar
------------------------------------- */

.sidebar-widget {
	float: left;
	margin: 1.5em 0;
	width: 100%;
}

h2.widgettitle {
	font-size: 1.6em;
}

.sidebar-widget ul {
	list-style:none;
}

.sidebar-widget ul li {
	float: left;
	display: block;
	width: 282px;
}

.sidebar-widget ul li a {
	float: left;
	display: block;
	width: 100%;
	padding: 0.7em 1em;
	border-top: 1px solid #DBDBCC;
}

#wp-calendar { width: 282px; }
#wp-calendar caption { text-align: left; font-size: 1.2em; font-weight: bold; padding: 0.6em 0.2em 0; }
#wp-calendar th, #wp-calendar td { padding: 0 .4em; }
#wp-calendar th { text-align: left; background-color: #e5e5e1; font-size: 1.1em; font-weight: bold; }
#wp-calendar td { background-color: #f0f0eb; }



/* Footer
------------------------------------- */

#footer {
  border-top: 1px solid #e3e3de;
}

#footer p {
  font-size: 1em;
  text-transform: uppercase;
  padding-top: 10px;
}

#footer p.alignLeft {
  width: 450px;
}

#footer p.alignRight {
  width: 350px;
  text-align: right;
}



/* Miscellaneous Styles
------------------------------------- */

.alignLeft { float: left; }
.alignRight { float: right; }

img.alignLeft, img.alignleft {
  float: left;
  margin: 0 12px 12px 0px;
  background-color:#D2D2C4;
  padding: 5px;
}

img.alignRight, img.alignright {
  float: right;
  margin: 0 0 12px 12px;
  background-color:#D2D2C4;
  padding: 5px;
}

.textwidget {
  font-size: 1.1em;
  line-height: 1.5em;
}

.border-dark {
  width: 916px;
  border-bottom: 1px solid #E3E3DE;
  float: left;
  margin-top: 12px;
}



/* Search and Subscribe Section Styles
------------------------------------------ */

#search {
	border-top:1px solid #fff;
	border-bottom:1px solid #E3E3DE;
	float: left;
	width: 916px;
	padding: 1.8em 0;
}

#searchForm {
	float: left;
	margin-left: 0.7em;
}

#subscribeForm {
	float: right;
	margin-right: 0.7em;
}

#searchForm .inner,
#subscribeForm .inner {
	float: left;
}

#searchForm p,
#subscribeForm p {
	float: left;
	color: #0061a0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0.1em;
	margin-right: 13px;
}

#searchForm form,
#subscribeForm form { 
	margin: 0; 
	padding: 0; 
	float: left;
}

#searchForm form input,
#subscribeForm form input {
	border: 2px solid #d2d2c4;
	float: left;
	display: block;
	font-size: 1em;
	padding: 1px 1px 2px;
}

#searchForm form input[type=image],
#subscribeForm form input[type=image] {
	border: 0;
	margin-left: 3px;
}

#subscribeForm form input[type=hidden] { display: none; }



/* Archive-specific Styles
------------------------------------- */

.bymonth, .bytopic {
  width: 100%;
  font-size: 1.4em;
  float: left;
  margin: 0.5em 0;
}

.bymonth a, .bytopic a {
  float: left;
  width: 100%;
  padding: 0.5em 0;
}



/* Archive-specific Styles
------------------------------------- */

#commentform {
	float: left;
	width: 600px;
}

div.commentlist {
	float: left;
	width: 600px;
}

div.comment, div.alt {
	float: left;
	border-top: 1px solid #e3e3de;
	padding: 1.2em;
}

div.comment-input {
	border-top: 1px solid #e3e3de;
	padding: 1.2em;
}

div.comment-input input,
div.comment-input textarea {
	border: 2px solid #d2d2c4;
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	padding: 1px 1px 2px;
}

div.comment-input textarea {
	width: 38em;
}

div.comment-meta,
div.comment-input label {
	float: left;
	width: 7.5em;
}

div.comment-meta img {
	padding: 0.5em;
	background-color: #d2d2c4;
}

div.comment-body {
	float: right;
	width: 44em;
}

div.comment-title {
	float: left;
	width: 6.5em;
	padding-top: 0.2em;
}

#submit {
	cursor: pointer;
}



/* JQUERY Tabbing Styles
------------------------------------- */

.ui-tabs-nav {
display: block;
float: left;
list-style: none;
width: 100%;
}

.ui-tabs-nav li {
float: left;
display: block;
height: 2.6em;
}

.ui-tabs-nav li a {
float: left;
display: block;
padding: 0 0 0 1.5em;
font-size: 1.2em;
font-weight: normal;
}

li.ui-tabs-selected a {
	font-weight: bold;
	text-decoration: none;
}

.ui-tabs-panel {
float: left;
width: 100%;
}

#pageContent:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
