/*  

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

Theme Name: Simplixity/goldworks hack
Description: A simple, two-column layout. Simplixity is entirely web-standards compliant.
Version: 0.3
Author: James Barclay/Adam Murphy

    Simplixity by James Barclay
    http://everythingisgray.com/
    
    heavily modified by adam murphy
    images that are used in this theme are copyrighted by goldworksart.com 2009

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



********************
--------------------
      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{
    padding: 0;
}
body{
    background-color: #e6e6e6;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.75em;
    vertical-align: top;
    color: #555;
}
img{
    border: 0;
}
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: #003300;
    text-decoration: none;
}
h2 a{
    color: #5b5b5b;
}
h2 a:hover{
    text-decoration: none;
    color: #333333;
}
a:link, a:visited{
    text-decoration: none;
    color: #003300;
}
a:hover{
    text-decoration: underline;
    color: #003300;
}
p{
    padding: 10px 0 0 0;
}

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


#header_wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#header{
    margin-left: auto;
    margin-right: auto;
    background-image: url('img/goldworks-banner.gif');
    position: relative;
    width: 800px;
    height: 125px;
}
#background_container{
	background-color: white;
	margin: 0 auto;
    width: 780px;
}
#content_container{
    margin: 0 auto;
    position: relative;
}
#container{
    width: 630px;
    background-color: white;
    float: left;

}
#content{
	margin-right: 10px;
	margin-left: 20px;
	}
#wp-calendar{
	padding-bottom: 15px;
}
/*******************
 **    Content    **
 *******************/
.page{
	padding: 10px 10px 10px 0;
}
.page h2{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 2.2em;
}
.post{
    padding: 10px 10px 10px 0;
}
.post h2{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 2em;
}
.post h2 a{
    color: #5b5b5b;
}
.post h2 a:hover{
    color: #333333;
}
.entry{
    line-height: 18px;
}
p.postmetadata{
    margin-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 0.85em;
}
p.postmetadata a{
    color: #003300;
}

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

/*******************
 **    Sidebar    **
 *******************/
 
.sidebar{
	background-color: #b3d88c;
    float: right;
    width: 150px;
    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 ul li h2{
    font-family: Georgia, sans-serif;
    font-size: 1.3em;
    padding-bottom: 5px;
}
.sidebar ul ul li{
    padding: 0;
    line-height: 20px;
}
.sidebar ul ul li a{
    color: #5b5b5b;
}
.sidebar ul ul li a:hover{
    color: #003300;
}
.sidebar ul li#calendar table#wp-calendar a{
    color: #030;
}
#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{
	background-color: #1f3119;
	margin-left: auto;
	margin-right: auto;
    width: 780px;
}
#footer p{
    line-height: 18px;
}
#footer a{
    color: #ffcc00;
}
#footer .legal{
	color: #c0c0c0;
	width: 400px;
	float: left;
    margin-left: 10px;
}
#footer .credit{
	margin-top: 80px;
    float: right;
    margin-right: 10px;	
}

/*******************
 **     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;

*/
  
                           

  
  
                           

      
	margin-top: 10px;
  
                           

  
  
                           

  
  
                           

      
	margin-right: 20px;
  
                           

  
  
                           

  
  
                           

      
	margin-bottom: 20px;
  
                           

  
  
                           

  
  
                           

      
	border-style: none;
  
                           

  
  
                           

  
  
                           

      
	margin-left: 20px;
  
                           

      
	text-align: center;
    padding-top: 4px;
    /*
	-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;
}
.wp-caption-text{
	margin-top: 0px;
    text-align: right;
    margin-right: 10px;
    }