/*  

*****************************************************
-----------------------------------------------------

Theme Name: Simplixity
Description: A simple, two-column layout. Simplixity is entirely web standards compliant.
Version: 0.8
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;
}
body{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;

	font-size: 62.5%;

    vertical-align: top;
    color: #555;
}
img{
    border: 0;
}
h1{
   font-family: Arial;
    font-size: 2em;
    padding: 25px 0 3px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.headerimg {
	float: left
}

.globalnav {
	float: right;
	padding-top: 30px;
	margin-right: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
}


.globalnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.globalnav ul li {
	float: left;
	margin-right: 5px;
	font-size: 1.2em;
}

.globalnav ul a {
	float: left;
	color: #888;
	background: #eee;
	padding: 6px 12px;
	display: block;
}

.globalnav ul a:hover {
	color: #666;
	background-color: #ccc;
}

.globalnav ul li.current_page_item a {
	color: #000;
	background: #ccc;
}

h1 span {
	font-weight: normal;
color: #222;
margin-left: -2px;
}

.description {
	color: #222;
	font-family: Arial;
	padding-left: 0;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 5.5px
}
#header h1 a{
    color: #000;
}
#header h1 a:hover{
    color:#21759b;
    text-decoration: none;
}
h2 a{
    color: #5b5b5b;
}
h2 a:hover{
    text-decoration: none;
    color: #333333;
}
a:link, a:visited{
    text-decoration: none;
    color: #21759b;
}
a:hover{
    text-decoration: underline;
    color: #a52713;
}
p{
    margin-bottom: 17px;
}

/*******************
 **    Layout     **
 *******************/


#header_wrapper{

    margin: 0 auto;
    width: 100%;
}
#header{
	background: url(img/header-bg2.jpg) no-repeat 0px 13px;
    margin: 0 auto;
    position: relative;
    width: 685px;
    height: 95px;
    padding: 30px 0 15px 95px;
}
#background_container{
    background-color: #eae9e4;
    width: 100%;
    border-top: 10px solid #ccc;
    border-bottom: 10px solid #ccc;
}
#content_container{
    margin: 0 auto;
    width: 780px;
    position: relative;
}
#container{
    margin: 0 auto;
    padding: 20px 0 20px 0;
    float: left;
	width: 520px;
	border-right: 1px solid #ccc;
}

/*******************
 **    Content    **
 *******************/


.post{
    padding: 10px 0 10px 0;
    clear: both;
    width: 490px;
    float: left;
}
.post h2{
	margin: 0 0 .3em 0;

	padding: 0;

	font-family: Georgia, serif;

	font-size: 2.2em;

	font-weight: normal;

	line-height: 1em;


}
.post h2 a{
    color: #5b5b5b;
}
.post h2 a:hover{
    color: #333333;
}
.post h4.time, .postmetadata {

	margin: 0 0 1.5em 0;

	padding: 0;

	font-size: 1em;

	font-weight: normal;

	color: #91918e;

	}

.entry{
    line-height: 20px;
    float: left;
    width: 500px;
    font-size: 1.2em;
}

.entry img.size-full {
		border: 5px solid #fff;display: block;
	width: 490px;
}

.entry .video-wrap {
border: 5px solid #fff;display: block;
width: 480px;
margin-bottom: 15px;
}


p.postmetadata{
    border-top: 1px solid #ccc;
    margin: 10px 0 25px 0;
    font-size: .9em;
    padding: 5px 0 0;
}
p.postmetadata a{
    color: #91918e;
    font-weight: bold;
}

span.youtube {
	border: 5px solid #ccc;display: block;
	width: 480px;
}

/*******************
 **  Navigation   **
 *******************/
 
.navigation{
    padding: 10px 0 0 0;
    font-size: 0.88em;
    font-weight: bold;
    line-height: 18px;
    clear: both;
}

/*******************
 **    Sidebar    **
 *******************/
 
.sidebar{
    margin: 0 auto;
    padding: 60px 0 20px 25px;
    float: left;
    width: 225px;
    display: inline;
}
.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sidebar ul ul {
	margin: 5px 0 10px;
}

.sidebar h2{
	margin: 0;

	padding: 20px 0 10px 0;

	font-size: 1em;

	line-height: 1em;

	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: 2px;

	color: #393939;
	border-bottom: 2px solid #ccc;

}
.sidebar ul ul li{
    padding: 0 0 3px;
    line-height: 20px;
    font-size: 1.1em;
	border-bottom: 1px solid #ccc;
}
.sidebar a{
    color: #5b5b5b;
}
.sidebar a:hover{
    color: #21759b;
}
#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: 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;
    padding: 10px 0 0 0;
    width: 750px;
    height: 100px;
}
#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;
}