/*  

*****************************************************
-----------------------------------------------------

Theme Name: Martin Abel - based on Simplixity
Description: A simple, two-column layout. Simplixity is entirely web standards compliant.
Version: 0.8
Author: James Barclay modified by Mark Wasyl
Author URI: http://everythingisgray.com/
Theme URI: http://everythingisgray.com/simplixity-wordpress-theme/
Tags: two-columns, fixed-width, right-sidebar, tan, light

    Simplixity by James Barclay
    http://everythingisgray.com/

    The XHTML, CSS, PHP, and images included in this theme are released under the GPL:
    http://www.opensource.org/licenses/gpl-license.php

-----------------------------------------------------
*****************************************************

/*******************
 **    General    **
 *******************/

/*******************
 **    Layout     **
 *******************/

#content_container {
    position: relative;
    width: 580px;
	}
#container {
	background: none;
	display: inline; /* fixes IE6 margin doubling */
    float: left;
	width: 410px;
	}

/*******************
 **    Content    **
 *******************/


#container p {
	margin-bottom: 10px;
	}
#container .post{
    border-bottom: 4px solid #48483E;
    clear: both;
    float: left;
	margin-bottom: 80px;
	padding-bottom: 10px;
    width: 410px;
	}
#container .post h2,
#container .post h2 a,
#container .post h2 a:hover {
	border-bottom: none;
	color: #FFF;
    font-size: 24px;
    margin-bottom: 2px;
	}

#container .post h3 {
	border-bottom: none;
	color: #48483E;
	font-family: Andale Mono, monospace;    font-size: 9px;
    margin-bottom: 10px;
    text-transform: uppercase;
	}

#container .entry {
	display: inline; /* fixes IE6 margin doubling */
    float: left;
    width: 410px;
	}
#container p.postmetadata {
	border-top: 1px dotted #48483E;    color: #48483E;
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 9px;
    clear: both;
	}
#container p.postmetadata a {
    font-size: 9px;
	}

/*******************
 **  Navigation   **
 *******************/
 
.navigation{
    padding: 10px 0 0 0;
    font-size: 0.88em;
    font-weight: bold;
    line-height: 18px;
    clear: both;
}

/*******************
 **    Sidebar    **
 *******************/
 
#sidebar {
	background: none;
	display: inline; /* fixes IE6 margin doubling */
    margin: 0;
    padding-left: 30px;
    float: left;
    width: 130px;
    font-size: 9px;
    display: inline;
	}
#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	}
#sidebar h2 {
	border-bottom: none;
	color: #FFF;
    font-size: 14px;
    margin: 20px 0 6px 0;
    padding: 0;
	}
#sidebar ul ul li {
	border-bottom: 1px dotted #48483E;    line-height: 20px;
    padding: 0;
}
#sidebar a{
    color: #5b5b5b;
}
#sidebar a:hover{
    color: #a52713;
}
#wp-calendar a{
    color: #a52713;
}
#wp-calendar{
    width: 100%;
}

/*******************
 **     Search    **
 *******************/

#searchform div{
    padding: 0;
	}
#searchsubmit {
    background: url(img/go_button.png) no-repeat;
    width: 25px;
    height: 25px;
    border: 0;
    cursor: pointer;
    vertical-align: top;
	}
#s{
    color: #5b5b5b;
    border: 4px solid #ccc;
    background: transparent;
	}
.hidden{
    display: none;
	}

/*******************
 **   Comments    **
 *******************/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 1em;
}

.commentmetadata{
    font-size: 9px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 9px;
}

/*******************
 **     Footer    **
 *******************/


/*******************
 **     Misc.     **
 *******************/

.clear_float {
    clear: both;
	}
img.avatar {
    float:left;
    margin-right:5px;
	}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
.alignleft {
    float: left;
	}
.alignright{
    float: right;
	}
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
	}
.wp-caption-dd {
    font-size: 9px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
	}