/*  

*****************************************************
-----------------------------------------------------

Theme Name: Simplixity
Description: A simple, two-column layout. Simplixity is entirely web-standards compliant.
Version: 0.6
Author: James Barclay
Author URI: http://everythingisgray.com/
Theme URI: http://everythingisgray.com/simplixity-wordpress-theme/
Tags: two-columns, fixed-width, right-sidebar, tan

    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: Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.95em;
    vertical-align: top;
    color: #555;
}
img{
  no-repeat bottom center;
    border: 0;
}
h1{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #5b5b5b;
font-size: 1.8em;
    padding: 0 0 8px 0; 
}
#header h1 a{
  no-repeat bottom center; 
  no-repeat bottom center; 
    color:#ffffff;
}
#header h1 a:hover{
    color:#b6c1a0;
text-decoration: none; 
}
h2 a{
    color: #5b5b5b;
}
h2 a:hover{
    text-decoration: none;
    color: #333333;
}
a:link, a:visited{
    text-decoration: none;
    color: #993366;
}
a:hover{
    text-decoration: underline;
    color: #a52713;
}
p{
    padding: 10px 0 0 0;
}
h3{
	color: #5b5b5b;
        font-size: 0.9em;
}



/*******************
 **    Layout     **
 *******************/


#header_wrapper{   
    margin: 0 auto;
    width: 100%;
    padding: 5px 0 0 0;
padding: 10px 0 0 0;
}
#header{ 
    background: url("/wp-content/uploads/longban.jpg") no-repeat; 
    margin: 0 auto;
    position: relative;
    width: 800px;
    height: 80px;
}
#background_container{
    background: url("");
    background-color: #b6c1a0;
    width: 100%;
    border-top: 10px solid #ccc;
    border-bottom: 10px solid #ccc;
    background-repeat: repeat;
}
#content_container{
    background-color: #edf0e8; 
    margin: 0 auto;
    width: 780px;
    position: relative;
    border-left: 10px solid #97a47d;
    border-right: 10px solid #97a47d;
    padding: 0px 0px 20px 20px;
}
#container{
    margin: 0 auto;
    padding: 20px 0 20px 0;
    float: left;
	width: 500px;
}
#container_small{
    margin: 0 auto;
    padding: 20px 0 20px 0;
    float: center;
	width: 300px;
}

/*******************
 **    Content    **
 *******************/

.postcustom{
    padding: 10px 10px 10px 10px;
    clear: both;
    border-bottom: 1px solid #ccc;
}
.post{
    padding: 10px 10px 10px 10px;
    clear: both;
}
.post h2{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.6em;
    border-bottom: 4px solid #ccc; 
}
.post h2 a{
    color: #69864a;
}
.post h2 a:hover{
    color: #74599a;
}
.entry{
    line-height: 18px;
    float: left;
    padding: 5px 5px 10px 10px;
}
.myentry{
    line-height: 18px;
    float: left;
    width: 485px;
    padding: 5px 5px 5px 5px;
}
.entry2{
    line-height: 18px;
    float: right;
}
p.postmetadata{
    border-top: 1px solid #c0c0c0;
    margin: 10px 0 0 0;
    font-size: 0.85em;
    clear: both;
}
p.postmetadata a{
    color: #c0c0c0;
}

/*******************
 **  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 25px 20px 25px;
    float: left;
    width: 225px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.85em;
    display: inline;
}
.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}
/*.sidebar ul li{
    padding: 10px 0 10px 0;
}*/
.sidebar h2{
    font-family: Georgia, sans-serif;
    font-size: 1.3em;
    padding: 10px 0 10px 0;
}
.sidebar ul ul li{
    padding: 0;
    line-height: 20px;
}
.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: 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;
}.newmeta {
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
        text-align: right;
        color: #bd2778;
        float: right;
}.box {
        background-color: #;
        width: 100%;
        border-bottom: 4px solid #ccc;
        border-bottom-style: solid;
        font-size: 18px;
        padding: 0 20px 0 20px;
}
.boxb {
        width: 80%;
        border-bottom: 3px solid #ccc;
        font-size: 13px;
        padding: 0 20px 0 20px;
}
.box3 {
	background-color: #CCCCCC;
	background-repeat: repeat;
	font-family: helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	border: 4px solid #990000;
	font-variant: small-caps;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
	word-spacing: 10px;
	margin: 2px;
	padding: 6px;
	width: 480px;
	list-style-type: circle;
}.box4 {
        width: 90%;
        font-size: 13px;
        color: #000099;
        font-family: Tahoma, Verdana, sans-serif;
	border: thin solid #000000;
        padding: 15px 30px 15px 20px;
        float: right;
        text-align: center;
} .box5 {
        width: 90%;
	background-image: url(/arlington_logo.jpg);
	border: thin solid #000000;
        float: right;
        padding: 35px 30px 35px 20px;
}.box23 {
        width: 100%;
        font-size: 14px;
        color: #663399;
        font-weight: bold;
        font-family: Verdana, Arial, Tahoma, sans-serif;
	border: 0px solid #ccc;
        float: center;
        background-color: #;
       padding: 5px 5px 5px 5px;
text-align: left;
}.box00 {
        width: 90%;
        font-size: 15px;
        color: #540d5f;
        font-family: Tahoma, Verdana, sans-serif;
        background-color: #;
        font-weight: bold;
	border:;
        padding: 0 20px 05px 15px;
        float: right;
        text-align: left;
}
.ctitle {
        width: 100%;
        background-image: url(/arlington_logo.jpg);
	background-position: right;
}.box99 {
        width: 95%;
        font-family: Tahoma, Verdana, sans-serif;
	border: 2px solid #5b5b5b;
        padding: 5px 10px 5px 10px;
        float: right;
}.box33 {
        width: 90%;
        font-family: Tahoma, Verdana, sans-serif;
	background-image: url(/wp-content/uploads/eat_me.jpg);
        padding: 5px 10px 5px 10px;
        float: center;
}.mapbox {
        width: 95%;
        color: #5b5b5b;
        background: #e7eae2;
        font-weight: bold;
        border: 7px solid #abb29a;
        padding: 3px 2px 3px 5px;
       font-size: .9em;
       font-family: tahoma;
       text-align: center;
}.mapbox2 {
        width: 95%;
        background: #e7eae2;
        color: #5b5b5b;
        font-weight: ;
         font-size: 1.0em;
        border: 8px solid #abb29a;
       padding: 5px 5px 3px 10px;
      text-align: center;
}.mapbox3 {
        width: 95%;
     color: #5b5b5b;
      font-weight: bold;
       background: #e7eae2;
    font-family: ;
          font-size: 0.9em;
        border: 8px solid #abb29a;
     padding: 3px 5px 3px 10px;
     text-align: center;
}
.mapbox33 {
        width: 95%;
     color: #5b5b5b;
      font-weight: ;
       background: #;
    font-family: tahoma;
          font-size: 1.1em;
        border: 0px solid #abb29a;
     padding: 3px 5px 3px 10px;
     text-align: ;
}
