/*  
Theme Name: Sahara
Description: Sahara Theme <a href="http://wpthemespot.com/themes/sahara/" title="Sahara by WP ThemeSpot">WP ThemeSpot</a> , designed by <a href="http://www.freecsstemplates.org/" target="_blank">Free CSS Templates</a>
Version: 1.0
Author: WP ThemeSpot
Author URI: http://wpthemespot.com
*/
*
{
        margin: 0em;
        padding: 0em;
}

a:link,a:visited
{
        color: #004000;
        text-decoration: underline;
}

a:hover,a:active
{
        text-decoration: none;
}
h1,h2,h3,h4,h5,h6 
{
        color:#37371e;
        font-family:Georgia,Verdana,Arial, Serif;
}
img 
{
        border:#cc9 1px solid;
        padding:2px;
}
img.left 
{
        float:left;
        margin:0 1em 1em 0;
}
img.right
{
        float:right;
        margin:0 0em 1em 1em;
}
blockquote {
        margin:1em;
        padding:1em;
        border-left:#4F4F2B 2px solid;
}
body
{
        background: #F0E3A4 url(images/a4.gif) repeat-x;
        color: #333;
        font-size:10px;
        font-family: Verdana, Georgia, Tahoma, Verdana, Serif; 
        font-size: small;
        font-size:0.86em;        
}

#outer
{
        width: 760px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.0em;
        background-color: #FEFEF2;        
        background-image: url(images/a3.gif);
        background-repeat: repeat-x;
        padding: 1.0em;
        border-top: solid 1px #ffffff;
        margin-bottom: 1.0em;
}

#outer2
{
        border: dotted 1px #EFEAD1;
        padding: 1.0em;
}

#menu
{
        background: #6C7424 url(images/a1.gif) repeat-x;
        color: #ffffff;
        line-height: 1.4em;
        padding: 0.8em;
        border-bottom: solid 1px #ffffff;
        border-top: solid 1px #6D7B34;
}

#menu a
{
        color: #ffffff;
        text-decoration: none;
}

#menu ul
{
        list-style: none;
        padding: 0em;
}

#menu li
{
        display: inline;
        font-size: 0.9em;
        font-weight: bold;
}

#menu li a
{
        padding: 0.8em;
}

#menu li a:hover,#menu li a:active,#menu li.current_page_item a
{
        background: #515815 url(images/a2.gif) repeat-x;
}

#header
{
        padding: 0.8em 1.2em 1.2em 1.2em;
}

#header h1
{
        font-size: 3.0em;
        text-transform: lowercase;
        font-weight: normal;
        letter-spacing: -0.05em;
}

#header h2
{
        position: relative;
        top: -0.1em;
        text-transform: lowercase;
        font-size: 0.8em;
        color: #4F4F2B;
}

#content
{
        margin-top: 1.0em;
        padding: 1.2em;
        line-height: 2.2em;
        font-size: 0.9em;
        position: relative;
}

#footer
{
        border-top: dashed 1px #EFEFD6;
        padding-top: 1.0em;
        font-size: 0.8em;
        color: #CFC1C2;
        padding-left: 1.2em;
        clear: both;
        text-align:center;
}

#main
{
        width: 530px;
        float: left;
        position: relative;
}

#main p
{
        line-height:1.6em;
        margin-top: 0;
        margin-bottom: 0.5em;

}
#main .post 
{
        margin:0 0 3em 0;
}
#main h2
{
        font-size: 1.4em;
        font-weight:normal;
        border-bottom: dashed 1px #CECF8F;                
}
#main h2.pagetitle
{
        font-size: 1.5em;
        font-weight:normal;
        border-bottom:none;
        margin:0 0 1em 0;
}
#main h2 a
{
        color: #37371e;
}
#main .post-content 
{
        margin:1em 0;
        padding:0;
}
#main .post-content ul, #main .post-content ol 
{
        margin:1em 2em;
        padding:0;
}
#main p.post-info 
{
        padding:3px;
        margin:1em 0;
        color:#999;        
        font-size:0.9em;
        background:#f9f9e9;
}

#main p.post-info a 
{
        color:#9f9f7b;
}
#comments, #respond{
        margin: 2em 0 10px 5px;        
        font-size:1.4em;
        font-weight:normal;
}
#commentform 
{
        margin:10px 0;        
        padding:10px;
        background:#f9f9e9;
        border-top: #c99 1px solid;
        border-bottom: #c99 1px solid;
}
.commentnum 
{
        font-size:1.5em;
        font-weight:bold;        
        padding:3px;
}
#outer .commentlist {
        margin: 0;
        padding: 0;                
        border-top: #dcc 1px solid;
        list-style:none;
}
.commentlist li 
{
        list-style:none;
        margin: 0;
        padding:1em;        
        background:#fefef2;
        border-bottom: #dcc 1px solid;        
}
.commentlist li.alt 
{
    background:#f9f9e9;    
}
.commentlist li .cmtinfo 
{
        font-size:1em;                
}
.commentlist li cite 
{
        font-style:normal;
        font-weight:bold;
}
.commentlist li .cmtinfo em 
{
        float:right;
        margin:0;
        padding:0;
        font-style:normal;
        font-size:0.9em;
        color:#999;
}
#outer .nocomments 
{
        text-align:center;
        color:#999;
}
input.textbox
{
        border:#ecc 1px solid;
        background:#fefef2;
        font:1em Verdana, Arial, Serif;
        padding:2px;
        width:150px;
}
textarea{
        width: 90%;
        padding:5px;
        height: 20em;
        border: 1px solid #ecc;        
        background:#fefef2;
        font:1em Verdana, Arial, Serif;
}
.textbox:focus, textarea:focus
{
        background:#fff;
        border:#999 1px solid;
}
#sidebar
{
        width: 145px;
        float: right;
        position: relative;
        margin-left: auto;
        font-size: 0.9em;
}

#sidebar p
{
        margin-bottom: 2.0em;
        color: #4F4F2B;        
}

#sidebar h2
{
        font-size: 1.2em;
        border-bottom: dashed 1px #CECF8F;
        margin-bottom: 1em;
}

#sidebar ul
{
        list-style: none;
        line-height: 2.0em;
        margin-bottom: 2em;
}
#sidebar form
{
        margin-bottom:2em;        
}
#sidebar input.textbox 
{
        width:80%;
}

#sidebar ul ul ul
{
        list-style: none;
        line-height: 2.0em;
        margin:0 0.5em;
}
#sidebar li li
{
        border-bottom: dashed 1px #EFEFD6;
}
#sidebar li li li
{
        border-bottom:none;
}
