/*  
Theme Name: Dustin
Theme URI: http://dbachrach.com
Description: Theme for Dustin Bachrach BLog
Version: 1.0
Author: Dustin Bachrach
Author URI: http://dbachrach.com/
*/

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	
}
p {
	font-size: 12px;
	line-height: 150%;
}
form {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #06c;
}
a:hover {
	color: #147;
}
h1, h2 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
blockquote {
	margin: 15px 30px 0 10px;
	border: 1px solid #c9c2c1;
	background-color: #F7F7F7;
	padding: 2px 12px 5px 12px;
}
em {
    color: #cc3300;
    /* font-weight: bold; */
}
.hidden {
	display: none;
}

#header_bg {
	width: 100%;
	height: 99px;
	background-image: url('images/header_bg.png');
	background-repeat: repeat-x;
	z-index: 0;
}
#logo_img {
	margin: 0px auto;
	background-image: url('images/logo.png');
	width: 345px;
	height: 99px;
}
a #rss_tab {
	position: absolute;
	top: 0px;
	right: 100px;
	width: 78px;
	height: 34px;
	background-image: url('images/rss_button.png');
}
a:hover #rss_tab {
	background-image: url('images/rss_button_hover.png');
}

#navigation {
	clear: both;
	margin: 0px auto;
	width: 796px;
	border-top: 2px solid #333;
	padding-top: 5px;
	margin-top: 5px;
}
#navigation #search_section {
	float: right;
	padding: 0px;
	margin-bottom: 0px;
}
#navigation #search_section input {
	vertical-align:middle;
	display:inline;
}
#navigation #search_section #search_image {
	margin-left: -15px;
}
#navigation ul#links_section {
	float: left;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	list-style-type: none;
	font-size: 16px;
}
#navigation ul#links_section li {
	display: inline;
	margin-right: 20px;
	vertical-align: middle;
}
#navigation ul#links_section li.current_location {
	font-weight: bold;
}
#gray_bar {
	clear: both;
	width: 796px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #CCC;
}

#container {
	width: 796px;
	margin-left:  auto;
	margin-right: auto;
	margin-top: 20px;
}
#main_content {
	width: 610px;
	float: right;
}
#sidebar_content {
	width: 165px;
	float: left;
	font-size: 12px;
	text-align: left;
}
#sidebar_content h2 {
	color: #326B85;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#sidebar_content p {
	margin-top: 0px;
}
#sidebar_content #twitter_section {
	margin-top: 30px;
}
#sidebar_content #twitter_section #my_twitter_status_time {
	color: #333;
	font-size: 10px;
}
#sidebar_content #ad_section {
	margin-top: 30px;
}
#sidebar_content #ad_section a img {
	margin-bottom: 4px;
}
#sidebar_content #stats_section {
	margin-top: 10px;
}

.post {
	text-align: justify;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 5px;
	
}
.post_first {
	margin-top: -10px;
}
.post_alt {
	border: 1px solid #E2E2E2;
	background-color: #FBFBFB;
}
.post_single {
	text-align: left;
	font-size: 13px;
}
.post h2{
	padding-top: 0px;
	margin:0px;
	font-size: 20px;
}
.post h2 a  {
	background-image: url('images/blue_star.png');
	background-repeat: no-repeat;
	background-position: left center;
	color: #000;
	padding-left: 20px;
}
.post h2 a:hover  {
	background-image: url('images/red_star.png');
	color: #06c
}

.post .by_line {
	margin-top: 3px;
	color:#999999;
	font-size: 11px;
}
.post .image {
	float: left;
	height: 60px;
	width: 60px;
	margin-left: 20px;
	margin-top: 10px;

}
.post_alt .image {
	border: 1px solid #E2E2E2;
}
.post .excerpt {
	width: 490px;
	padding-top: 0px;
	float: right;
}

.floorer {
	clear: both;
}


.more_article_links {
	font-size: 10px;
	margin-bottom: 10px;
	border: 1px solid #E2E2E2;
	background-color: #FBFBFB;
	padding: 2px;
	margin-top: 20px;
	color: #666;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

h3#comments, h3#respond, h3#top_fives_title {
	margin-top: 35px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}

#comment_list {
	margin-bottom: 20px;
}
div.bubble {
	width: auto;
	font-size: 12px;
	margin-bottom: 24px;
}

div.bubble blockquote {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #F7F7F7;
}

div.bubble blockquote p {
	margin: 12px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url('images/tip.gif') no-repeat 20px 0;
	font-style: normal;
}


div.bubble_dustin blockquote {
	background-color: #E0EFFF;
	border: 1px solid #06c;
}

div.bubble_dustin cite {
	background: transparent url('images/tip_dustin.gif') no-repeat 20px 0;
}

#footer_bg {
	width: 100%;
	height: 90px;
	background-image: url('images/footer_bg.png');
	background-repeat: repeat-x;
	clear: both;
	text-align: center;
	font-size: 11px;
	
}
#footer_links {
	padding-top: 50px;
	margin-bottom: 4px;
}

#technorati_rank {
	font-size: 10px;
	margin-top: -10px;
}
#posts_by_months_div {
	float: left;
	width:50%;
}
#posts_by_cats_div {
	float: right;
	width:50%;
}
#posts_by_months {
	list-style-type: none;
	margin-left: -15px;
}
#posts_by_months li {
	color: #666;
	font-size: 12px;
	margin-bottom: 3px;
}
#posts_by_months li a {
	color: #06c;
	font-size: 14px;
}
#posts_by_months li a:hover {
	color: #147;
}

#posts_by_cats_div ul {
	list-style-type: none;
	margin-left: -15px;
}
#posts_by_cats_div ul li {
	color: #666;
	font-size: 12px;
	margin-bottom: 3px;
}
#posts_by_cats_div ul li a {
	color: #06c;
	font-size: 14px;
}
#posts_by_cats_div ul li a:hover {
	color: #147;
}

#list_all_posts_ul {
	list-style-type: none;
	margin-left: -15px;
}
#list_all_posts_ul li {
	color: #666;
	font-size: 12px;
	margin-bottom: 3px;
}
#list_all_posts_ul li a {
	color: #06c;
	font-size: 14px;
}
#list_all_posts_ul li a:hover {
	color: #147;
}

ul.top_five {
	list-style-type: none;
	margin-left: -30px;
	margin-top: -10px;
}
ul.top_five li {
color: #666;
	font-size: 12px;
	margin-bottom: 3px;
}
ul.top_five li a {
	color: #06c;
	font-size: 14px;
}
ul.top_five li a:hover {
	color: #147;
}

dl#favorite_posts {
	list-style-type: none;
	margin-left: 20px;
	margin-top: -10px;
}
dl#favorite_posts dt {
	margin-bottom: 3px;
}
dl#favorite_posts dt a {
	color: #06c;
	font-size: 14px;
}
dl#favorite_posts dt a:hover {
	color: #147;
}
dl#favorite_posts dd {
	color:#666;
	font-size: 12px;
}

h3.not_bold, h4.not_bold {
	font-weight: normal;

}

/*Pagination*/
div.pagination {
        text-align:center;
        margin: 0px;
        padding: 7px;
}
div.pagination a {
        padding: 2px 5px 2px 5px; 
              margin: 2px;
        border: 1px solid #06c; /*#AAA */
        text-decoration: none;
        color: #06c;
}
div.pagination a:hover, div.pagination a:active {
        border: 1px solid #147;
        color: #147;
}
div.pagination span.current {
        padding: 2px 5px 2px 5px; 
              margin: 2px;
        border: 1px solid #AAA;
                font-weight: bold;
                /*background-color: #CCC;*/
                color: #AAA;
} 
div.pagination span.disabled {
                padding: 2px 5px 2px 5px; 
              margin: 2px;
                border: 1px solid #EEE;
                color: #AAA; 
}
h2.with_underline {
display: block;
margin-top: 20px; 
padding-bottom:3px;
width: 100%;
color: #333;
border-bottom: 1px #BBB solid;
clear:both;
}
h3.after_underline {
color: #333;
}

    .wp_syntax {
      color: #100;
      background-color: #f9f9f9;
      border: 1px solid silver;
      margin: 0 0 1.5em 0;
      overflow: auto;
    }

    /* IE FIX */
    .wp_syntax {
      overflow-x: auto;
      overflow-y: hidden;
      padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
      width: 100%;
    }

    .wp_syntax table {
      border-collapse: collapse;
    }

    .wp_syntax div, .wp_syntax td {
      vertical-align: top;
      padding: 2px 4px;
    }

    .wp_syntax .line_numbers {
      text-align: right;
      background-color: #def;
      color: gray;
      overflow: visible;
    }

    /* potential overrides for other styles */
    .wp_syntax pre {
      margin: 0;
      width: auto;
      float: none;
      clear: none;
      overflow: visible;
    }
