/* @override http://lukeloeffler.com/wordpress/wp-content/themes/simplixity/style.css */

/* @override http://lukeloeffler.com/wordpress/wp-content/themes/simplixity/style.css */

/* @override http://lukeloeffler.com/wordpress/wp-content/themes/simplixity/style.css */

/* @override http://lukeloeffler.com/wordpress/wp-content/themes/simplixity/style.css */

/*  

*****************************************************
-----------------------------------------------------
THIS THEME WAS BASED ORIGINALLY ON SIMPLIXITY:

Theme Name: Simplixity
Description: A simple, two-column layout. Simplixity is entirely web standards compliant.
Version: 0.7
Author: James Barclay
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

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



********************
--------------------
      Contents
--------------------
********************

 
	* General
	* Layout
		- Header
		- Container
	* Content	(Includes items in the main content area)
		- Post headers
		- Posts
    * Navigation    (Includes items in the navigation menu)
        - Navigation
	* Sidebar	(Includes items in the sidebar)
		- General
		- Sidebar headers
		- Wordpress calendar
	* Footer   (Includes items in the footer)
	* Misc.    (Includes miscellaneous items)

*/

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

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    margin: 0;
    padding: 0;
}

h3 {
	padding-top: 1em;
}

h6 {
	font-size: 1.5em;
	color: #585858;
	padding-top: 1em;
	padding-bottom: 1em;
	text-decoration: underline;
	text-align: left;
}

body{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    vertical-align: top;
    color: #555;
}
img{
    border: 0;
}
.post img {
	border: 1px solid #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
h1{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.5em;
    padding: 0 0 10px 0;
}
#header h1 a{
    color: #5b5b5b;
}
#header h1 a:hover{
    color:#a52713;
    text-decoration: none;
}
h2 a{
    color: #4a4a4a;
}
h2.work_title {
	color: #4a4a4a;
}
h2 a:hover{
    text-decoration: none;
    color: #333333;
}
a:link, a:visited{
    text-decoration: none;
    color: #f36;
}



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

.fullsize {
	width: 800px;
}


.halfsize {
	width: 370px;
}

.goldensize {
	width: 500px;
	text-align: left;
}
.thirdsize {
	width: 260px;
}
.hidden{
    display: none;
}
a:hover{
    text-decoration: underline;
    color: #ff356b;
}
p{
	font-family: Georgia, "Times New Roman", Times, serif;
    padding: 10px 0 0 0;
    line-height: 19px;
}

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


#header_wrapper{
    margin: 0 auto;
    width: 100%;
    /*background-color: #ffa;*/
}
#header{
    margin: 0 auto;
    position: relative;
    width: 810px;
    height: 60px;
/*    padding: 10px 8px 0 0;*/
    border-bottom: 1px dotted #f36;
}
#background_container{

    width: 100%;


}
#content_container{
    margin: 0 auto;
}

#left_column{
/*    margin: 0 auto;
    padding: 20px 25px 20px 0;*/
    float: left;
    /*border-right:  1px dotted #ccc;*/
}

#right_column {
	float: right;
}

#blog_container {
	margin: 0 auto;
	float: right;
	padding: 20px 0 20px 25px;
	text-align: left;
	/*border-left:  1px dotted #ccc;*/
}



#gallery_container div.gallery img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #eee;

}


p.column_header {
	color: #77c5fa;
	padding: 1em 0 0.2em 0;
	font: 2.3em Georgia, "Times New Roman", Times, serif;
}

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


.post{
    padding: 10px 10px 10px 0px;

    float: left;
}
.post h2{
	font: 1.9em "Lucida Grande", Verdana, Lucida, tahoma, sans-serif;
}
.post h2 a {
    color: #555
}

.entry {
    line-height: 18px;
	
}

div.post img {
	margin-right: 1em;
}

#gallery_container .entry 
{
    line-height: 18px;
    float: left;
    overflow: hidden;
    padding-right: 1em;
}

#blog_container .entry {
	overflow: hidden;
	line-height: 18px;
}

p.postmetadata{
    clear: both;
    color: #aaa;
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
}
p.postmetadata a{
 color: #aaa;
}

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

#logonav {
	float: left;
}

/*******************
 **    Sidebar    **
 *******************/
 
.sidebar{
    margin: 0 auto;
    padding: 30px 0 20px 25px;
    float: left;
    width: 225px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.85em;
    display: none;
}
.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}
.sidebar h2{
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 1.2em;
    padding: 10px 0 10px 0;
}
.sidebar ul ul li{
    padding: 0;
    line-height: 20px;
}
.sidebar a{

}
.sidebar a:hover{

}
#wp-calendar a{

}
#wp-calendar{
    width: 100%;
}



/*******************
 **   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: 0.75em;
}

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

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

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

#footer{
    margin: 0 auto;
    width: 810px;
}

#footer img {
	position: relative;
	left: -3px;	
}

ul#site_links {
	position: relative;
	padding-top: 0em;
	margin: 0;
	float: right;
}
ul#site_links li {
	list-style-type: none;
	display: inline-table;
	padding: .4em .1em 0 .1em;
	font-size: 12px;
}

ul#site_links li h2 a {
	background-color: #ffff8a;
	color: #444;
	padding: .2em;
}

div#search_nav {
	float: right;
	width: 280px;
}

div#searchform {
	float: right;
}

div#searchform input[type=text] {
	border: 1px solid #ddd;
	width: 150px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fafafa;
	font-size: 12px;
}

div#searchform input[type=submit] {
	width: 60px;
	background-color: #fafafa;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}



#footer p{
    line-height: 18px;
    padding: 10px 0 10px 0;
}
#footer a{
    color: #a52713;
}
#footer .legal{
    float: left;
}
#footer .credit{
    float: right;
}

/*******************
 **     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: 0.69em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

ol {
	font-family: Georgia, "Times New Roman", Times, serif;
}
