/*

Theme Name: New Golden Gray
Theme URI: http://www.trassare.com/?p=31
Description: This theme is a slight modification of William Pramana's classic <a href="http://wpram.com/log/2005/03/23/golden_grey_the/">Golden Gray Theme</a>.  Changes include a widgetized sidebar, uniform spelling of the theme title, a 404 page, and an updated screenshot.
Author: Samuel T Trassare
Author URI: http://www.trassare.com/
Version: 1.8.3
TAGS: variable width, two columns, widgets, about page, white, brown, gray, accessible


This WordPress theme is released under GPL:
http://www.opensource.org/licenses/gpl-3.0.html

*/

body {
padding: 0;
margin: 0;
text-align: center;
background: #D8D4C9 url(images/bg-main.gif) repeat-x;
font-family:Tahoma;
font-size:12px;
}

a {color:#333;}

a:hover {text-decoration:none;}

#heading {
background: #6D6D74 url(images/bg-header.gif) no-repeat;
width: 780px;
height: 116px;
margin: 0 auto 0;
color: #FFF;
text-align: left;
}

h1 {
font: 24px "Trebuchet MS", Georgia, serif;
margin: 0;
}

h1 a:link, h1 a:visited {
text-decoration: none;
color: #FFF;
}

h2 {
font: italic normal 14px "Trebuchet MS", Georgia, serif;
margin: 0;
}

h3 {
  margin: 1em 0 .2em;
  font: 18px Georgia,Serif;
  color: #333;
  /*background: url(images/post-icon.gif) no-repeat 0 50%;
  padding-left: 25px;*/
}

h3 a:link, h3 a:visited {
  text-decoration: none;
  color: #333;
}

h4 {
  font: 14px Georgia, serif;
  margin: 2px;
  font-weight: bold;
  color: #6D6D74;
}

#content {
    background: #FFF;
    margin: 0px auto;
    width: 780px;
    text-align: left;
}

#main {
    float: left;
    background: #FFF;
    padding: 0px 15px;
    width: 520px;
}

#sidebar {
    width: 180px;
    margin: 0 0 0 550px;
}

#sidebar ul {
    margin-top: 1px;
    padding-left: 6px;
    margin: 0;
    list-style-type: none;
}

#sidebar li {
    background: url(images/bullet.png) no-repeat 0 0px;
    padding-left: 18px;
}

#footer {
    clear: both;
    background: #6D6D74;
    text-align: center;
    color: #FFF;
    padding:10px;
    border-top:5px solid white;
}

#footer p {
    margin: 0;
}

#footer a:link, #footer a:visited { 
    color: #eee;
    text-decoration:none;
}

#footer a:hover {
    text-decoration:underline;
}

.meta {
    color: #6D6D74;
    font-size: 11px;
    margin: 0;
}

/* .entry {
    padding-bottom: 25px;
    background: url(images/entry-separate.gif) no-repeat center bottom;
} */

blockquote {
    border-left: 2px solid #6D6D74;
    padding-left: 5px;
}

.commentbox {
    /*border: 1px solid #6D6D74;*/
    background-color:#eee;
    margin: 5px 2px;
    padding: 5px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

img {
    border: none;
}

.searchbutton
{
   font-family:Arial;
   font-size: 16px;
   font-weight:bold;
   color:#333;
   background-color:#eee;
   border:none;
   cursor: pointer;
   width:180px;
}

.textfield {
   font-size: 20px;
   font-weight: bold;
   color:#333;
   background-color:#eee;
   font-family: arial;
   border: 0px solid #6D6D74;
   width:180px;
}

.textfield:hover {
   background-color:#c0c0c0;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

a.banner:link img, a.banner:active img, a.banner:visited img {background:transparent url(http://img693.imageshack.us/img693/5903/shihw.png) no-repeat top left;}

a.banner:hover img {background:transparent url(http://img693.imageshack.us/img693/9140/shihh.png) no-repeat top left;}

a.navig img {background-color:#494949;}
a.navig:hover img {background-color:#FF9900;}
