/*
Theme Name: Davidized12
Theme URI: http://blog.davidized.com/
Description:
Version: 0.1
Author: David Williamson
Tags: 
*/

body {
    width: 100%;
    min-width: 800px;
    font-size: 16px
}

.post blockquote {
    margin: 1.12em 40px;
}

.post cite {
    font-style: italic;
}

.post h1 {
    font-size: 2em; margin: .67em 0
}

.post h2 {
    font-size: 1.5em; margin: .75em 0
}

.post h3 {
    font-size: 1.17em; margin: .83em 0
}

.post h4 {
    margin: 1.12em 0
}

.post h5 {
    font-size: .83em; margin: 1.5em 0
}

.post h6 {
    font-size: .75em; margin: 1.67em 0
}

.post img {
    margin: 5px;
}

.post ol {
    list-style-type: decimal;
    margin-left: 20px;
}

.post ol ol {
    list-style-type: lower-alpha;
}

.post p {
    margin: 3px 0 2px 0;
}

.post ul {
    list-style-type: disc;
    margin-left: 15px;
}

.post ul ul {
    list-style-type: circle;
}

#container {

}

#header {
    height: 150px;
}

#header .description {
    position: relative;
    top: 35px;
    left: 40px;
}

#header h1 {
    position: relative;
    top: 35px;
    left: 30px;
    font-size: 35px;
    width: 50%;
}

#header #main_nav {
    list-style-type: none;
}

#header #main_nav li {
    display: inline-block;
}

#header #top_nav {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 5px;
	color: #999;
    background: transparent url(images/trans/50_fff_trans.png) repeat top left;
}

#header #top_nav a {
    text-decoration: none;
	color: #DDD;
}

#header #top_nav a:hover,
  #header #top_nav a.active {
    color: #FFF;
}

#content_wrapper {
    padding: 10px 0;
}

#main_content {
    margin: 0 325px 0 0;
    padding: 0 25px;
}

#main_content .content_foot {
    margin: 15px 25px;
    clear: left;
}

#sidebar {
    float: right;
    width: 325px;
}

#footer {
    clear: both;
    font-size: 14px;
    padding: 5px 10px 10px 10px;
    min-height: 75px;
    line-height: 20px;
}

#footer .blog_name {
    float: left;
    font-size: 30px;
    line-height: 75px;
    margin-right: 10px;
    padding-right: 10px;
}

#footer .rss_links {
    font-size: 12px;
    float: right;
}

.featured_article {
    padding: 5px;
}

.featured_article h2 {
    font-size: 30px;
}

.featured_article h2 a {
    text-decoration: none;
}

.post_info {
    display: block;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.post_info .comments {
    margin-left: 2px;
    padding-left: 18px;
	background: transparent url(images/comments.png) no-repeat 0px 0px;
    letter-spacing: 2px;
}

.post_info em {
    font-size: 10px;
    font-style: italic;
}

h2.page_title {
    margin: 5px 25px;
    font-size: 30px;
}

ul.post_summaries {
    margin: 10px 0;
}

ul.post_summaries a {
    text-decoration: none;
}

ul.post_summaries a:hover {
    text-decoration: underline;
}

ul.post_summaries h2 {
    display: inline;
    font-size: 20px;
    font-weight: normal;
    margin: 0 5px 0 0;
}

ul.post_summaries li {
    padding: 5px 0;
    height: 50px;
    margin: 5px 0 0 0;
}

ul.post_summaries .post_info {
    display: inline-block;
    font-size: 12px;
    border: none;
}

ul.post_summaries .post_info .comments {
    margin-left: 5px;
    padding-left: 18px;
	background: transparent url(images/comments.png) no-repeat 0px 0px;
    letter-spacing: 2px;
}

ul.cols2 {
    clear: left;
}

ul.cols2 li {
    width: 48%;
    margin: 0 1%;
    float: left;
}

.button_link {
    display: inline-block;
    padding: 3px 5px;
    text-decoration: none;
}

.post_head h2 {
    font-size: 25px;
    margin: 0 0 10px 0;
}

.comments {
    margin: 10px 0;
}

.comments h2 {
    margin: 10px 0 5px 0;
    font-size: 25px;
}

.commentlist ol {
    list-style-type: none;
}

.commentlist li {
    margin: 5px 0 5px 10px;
	font-size: 14px;
}

.commentlist li div.response {
	padding: 10px 5px;
}

.commentlist .comment_type {
	font-style: italic;
}

.commentlist .avatar {
	display: inline-block;
	float: left;
}

.commentlist .avatar img {
	padding: 2px;
}

.commentlist .comment_author {
	display: inline-block;
	font-weight: bold;
	margin-left: 5px;
	font-size: 16px;
}

.commentlist .comment_date {
	display: inline-block;
	float: right;
	font-size: 12px;
}

.commentlist .comment_text {
	margin-left: 60px;
	padding: 3px 10px;
}

.widget {
	margin: 10px 0;
	padding: 5px;
	font-size: 14px;
	line-height: 16px;
}

.widget a {
	color: #00F;
}

.widget_title {
	font-size: 20px;
	line-height: 22px;
}

.widget ul {
	list-style-type: none;
	margin-left: 5px;
}

#respond #comment {
	margin: 5px 0;
}

#respond form {
	padding: 5px 10px;
}

#respond label {
	display: block;
	font-weight: normal;
	margin: 10px 0 0 0;
}

#respond input[type$="text"] {
	width: 50%;
	font-size: 17px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#respond textarea {
	width: 50%;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}

#style_switch {
    float: right;
	clear: right;
	text-align: center;
    margin-top: 5px;
}

#style_switch img {
	padding: 0;
    width: 30px;
    height: 30px;
}

#style_switch a img {
	border: 2px solid #FFF;
}




.clear {
    clear: both;
    border: none;
}

.clear_left {
    clear: left;
    border: none;
}

.float_left, .alignleft {
    float: left;
}

.float_right, .alignright {
    float: right;
}

.hide {
    display: none;
}

.noborder {
    border: none !important;
}