ul, li
{
    padding: 0;
    margin: 0;
}

body {
   margin: 0;
   padding: 0px;
   background: #f2e9d2 url(images/bodybg.png) 0 0 repeat-x;   
   font: 10px/1.6em Helvetica,Arial,"Lucida Grande",Lucida,serif;
   color: #634c37;
}

/* defaults
--------------------------------------------------*/
img {
   border: 0;
}

a:focus {
   user-focus: none; 
   outline : none; 
   -moz-user-focus: none; 
   -moz-outline: none;    
}

a,
a:link {
   color: #5b8a98;
   text-decoration: none;
}

a:hover {
   color: #a8513d;
}   

p {
   margin: 0;
   padding: 0;
}

input, textarea {
    color: #666;
    font-size: 1em; 
    text-decoration: none; 
    background-color: #f2e9d2; 
    border: 1px solid #c87a64;
    padding: 3px;
}

input[type="text"]
{
    width: 250px;
}

#searchfield
{
    width: 200px;
    height: 21px;
    border: 1px solid #d9c497;
    font-size: 1.7em;
}

#commentform input[type="text"]
{
    height: 21px;
    font-size: 1.2em;
}

textarea
{
    width: 450px;
    height: 200px;
}

input[type="submit"],
#searchsubmit
{
    background: #8bac99 url(images/ontabbg.png) 0 0 repeat-x;
    color: #f7f7f7;
    border: 1px solid #d9c497;
    font-weight: bold;    
    padding: 5px 12px;
    cursor: pointer;
    margin: 0 0 1px 0;
}

input:focus, textarea:focus {    
    background-color: #eee; 
}

label
{
    font-weight: bold;
    margin: 0 0 0 6px;
}

hr { display: none; }
.clear { clear: both; }

.wp-smiley {
    border: none;
}

.noborder { border: none !important; }
.topgap { margin-top: 24px !important; }
.topgap2x { margin-top: 48px !important; }

h1,h2,h3,h4,h5,h6
{
    font-family: georgia, serif;
}

h1
{
    font-size: 3em;
}

/* Begin Images */

.aligncenter,
    div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin:0 0.5em 0.5em 0;
}

.alignright {
    float: right;
    margin:0 0 0.5em 0.5em;
}

.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;
}

/* End Images */


    #container {
       margin: 0 auto;
       padding: 30px;
       width: 953px;
    }    
    
       /*-----HEADER-----*/

        #header {
           float: left;
           height: 145px;
           width: 950px;
           padding: 40px 0 0 0;
           margin: 0 auto;
        }

            #logo {
               position: relative;
               float: left;
               width: 159px;
               height: 94px;               
            }
            
            #logotext {
               float: left;               
               font-weight: bold;
               color: #634c37;
	height: 150px;
	margin-top: -66px;
               padding: 5px 0 0 0; 
            }
                
                #logotext h1
                {
                    letter-spacing: -2px;
                }
                
                #logotext a {
                    color: #d9c497;
                }
                
                #logotext a:hover {
                    color: #f0e3c3;
                }


            #searchbox {
               float: right;
               margin: 20px 14px 0 0;               
               height: 34px;
               text-align: right;
            }

        /*-----CONTENT-----*/

        #contentwrapper {
            float: left;
            padding: 21px 0 46px 0;
            width: 953px;
        }
        
            .contentbox { 
                text-align: left;
                color: #634c37;
            }            
            
                .contentbox p {
                    margin: 0 0 1.5em 0;
                }
                
            .contenttitle {
                height: 23px;
                text-align: center;
                color: #f7f7f7;
                background: #a0cf71 url(images/sidehdrbg.png) 0 0 no-repeat;
                margin: 0;
                font-size: 10px;
                padding: 5px 0 0 5px;
                text-transform: uppercase;
                letter-spacing: 2px;
            }
            
            #leftcolumn {
                width: 460px;
                float: left;
                padding: 0 40px 0 0;
                font-size: 1.2em;
            }
            
                #leftcolumn .contenttitle
                {
                    background: #a0cf71 url(images/titlebg.png) 0 0 no-repeat;
                    height: 23px;
                }
            
            #sidebar {
                float: left;
                width: 450px;             
            }
            
                #sidebar .column1
                {
                    float: left;
                    width: 215px;
                    margin: 0 10px 0 0;
                }
                
                #sidebar .column2
                {
                    float: left;
                    width: 215px;
                    margin: 0 0 0 10px;
                }
                
                #sidebar .contentbox
                {                    
                    border-left: #ddcba1 1px solid;
                    border-right: #ddcba1 1px solid;
                    padding: 10px;
                    font-size: 12px;
                    font-weight: bold;
                    display: block;
                }
                
                #sidebar ul 
                {
                    list-style: none;
                }
                
                    #sidebar ul li
                    {
                        margin: 0 0 6px 0;
                        padding: 0 0 3px 0;
                        border-bottom: 1px solid #ddcba1;
                    }
            
                #sidebar .contentboxcontainer
                {         
                    display: block;
                    float: left;
                    width: 202px;
                    margin: 0 0 30px 0;
                    padding: 0 0 11px 0;
                    background: url(images/sideconbg.png) bottom left no-repeat;
                }
            
            
    /*----NAVIGATION----*/
    .navigation {
        display: block;
        height: 30px; 
        margin: 12px 0 12px 0;
        font-size: 10px;
        font-family: "Georgia";
    }
        
        .navigation a
        {
            color: #a8513d;
            font-weight: bold;
        }
        
        .navigation a:hover
        {
            color: #a8513d;
            text-decoration: underline;
        }

        .navigation .alignleft {
            float: left;
            background: url(images/arrowleft.png) 0 0 no-repeat;
            height: 14px;
            padding: 0 0 0 18px;
        }

        .navigation .alignright {
            float: right;
            background: url(images/arrowright.png) right top  no-repeat;
            height: 14px;
            padding: 0 18px 0 0;
        }
        
        
    /*----Post--------*/
    .post {
        margin: 0 0 45px 0;       
    }
    
       .postheader {
            font-size: 10px;
        }

       .postdate {
            color: #333;
            text-transform: uppercase;
            font-weight: bold;
            font-style: italic;
            line-height: 0.9em;
            padding: 0 0 3px 0;
       }

       h1.posttitle {
            display: block;
            color: #2f9cde;
            font-size: 24px;
            font-weight: bold;
            letter-spacing: -1px;
            padding: 24px 0 12px 0;
            margin: 0;
            line-height: 26px;
       }

           h1.posttitle a {
                color: #a8513d;
           }

           h1.posttitle a:hover {
                color: #5b8a98;
           }

       .postauthor {
            color: #5b8a98;
            font-weight: bold;
            margin: 0 0 0 12px;
       }

       .postcomments {
            color: #c0a173;
            margin: 0 0 0 12px;
            font-weight: bold;
       }

       .postcats {    
           clear: both;
           color: #c0a173;
           font-size:  0.8em;
           line-height: 0.7em;
           border-bottom: #d9c497 1px solid;
           padding: 12px 0 3px 0;
           margin: 0;
       }

            .postcats a,
            .postcats a:link {
                color: #c87a64;
            }

            .postcats a:hover {
                color: #c0a173;
            }

       .postcontent {
            padding: 16px 0 0 0;
            font-size:  14px;
            line-height: 1.6em;
       }  

            .postcontent h2 {
                display: block;
                padding: 3px;
                font-size: 1.2em; 
                font-weight: 500;
                background: #c1e59c;
            }

            .postcontent h4 {
                color: #cdce92;
                font-size: 1.1em;
                font-weight: 500;
                margin: 0;
                padding: 0 0 6px 0;
                text-transform: uppercase;
            }

            .postcontent p {
                padding: 0;
                margin: 0 0 15px 0;
            }

            .postcontent a,
            .postcontent a:link {
                border-bottom: 1px dotted #cdce92;               
            }

            .postcontent a:hover {
                border-bottom: 1px dotted #a8513d;               
            }

            .postcontent img {
                border: #b0b0b0 3px double;
                max-width: 349px;
            }

            .postcontent blockquote {
                font-family: georgia, serif;
                color: #c87a64;
                font-style: italic;
                background: url(images/bqbg.png) 0 0 no-repeat;                
                margin: 1.2em 0 1.4em 0;
                padding: 12px 12px 1px 41px;
            }

            .postcontent blockquote blockquote {
                background: none;
                padding: 0 10px;
                border-left: 1px solid #999;
                color: #999;
                font-size: 1em;
            }

            .postcontent pre {
               overflow: auto;
               margin: 0 0 18px;
               padding: 4px;
            }

            .postcontent pre, .postcontent code, .postcontent kbr {
               font-family: Courier, Monaco, monospace;
            }

            .postcontent ul,
            .postcontent ol {    
                padding-left: 0;
                margin: 1em 0 1.6em 0;
                border-bottom: 1px dotted #d4c8a9;
            }

            .postcontent ul li,
            .postcontent ol li {
                margin: 0; 
                padding: 3px 0.25em 3px 0.25em;
                border-top: 1px dotted #d4c8a9;
            }

                .postcontent ol li
                {
                    list-style: decimal-leading-zero;
                }

               .postcontent li a {
                    color: #2f9cde;                 
               }

               .postcontent li a:hover {
                    color: #e1453f;
                    text-decoration: underline;
               }

            .postcontent ol {

            }

            .postcontent code {
                display: block;
                width: 348px;
                padding: 5px 3px;
                margin: 1.2em 0;
                background: #ccc;
                color: #666;
                overflow: auto;                
                border: 1px solid #aaa;
            }

            .postcontent .wp-smiley {
                padding: 0;
                margin: 0;
                border: none;
            }
     
    /*----COMMENTS----*/
    
    .commentboxwrapper {
       background: #ccc url(images/commentsbg.gif) repeat-y;
    }
        .comment {
            background: #d9c497;
            border-bottom: #c87a64 2px dotted;
            margin: 0 0 12px 0;
        }
    
           .commentheader {
                background: #b7d5c4 url(images/commenthdrbg.png) 0 0 no-repeat;
                border-bottom: #f0e3c3 3px solid;
                height: 50px;
                padding: 6px;
           }
           
           .commentgravatar {            
                float: left;
                padding: 2px;
                margin: 3px;
                border: #66997c 1px solid;
                height: 40px;
                width: 40px;
           }
           
           .commentinfo {
                height: 50px;
                width: 285px;
                float: left;
                padding: 0 0 0 12px;
           }
    
           .commentdate {
                color: #333;
                text-transform: uppercase;
                font-size:  10px;
                font-weight: bold;
                line-height: 0.7em;
                padding: 2px 0 0 0;
           }
    
           h1.commenttitle {
                display: block;
                color: #2f9cde;
                font-size: 1.5em;
                font-weight: 500;
                border-bottom: #c0c0c0 3px double;
                padding: 0;
                margin: 0;
           }
           
               .commentitle a {
                    color: #5b8a98;
               }
    
               .commentitle a:hover {
                    color: #2f9cde;
               }
    
           .commentauthor {
                width: 285px;
                height: 22px;
                font-family: "Georgia";
                font-weight: bold;
                color: #7b7c7b;
                font-size:  14px;
                border-bottom: #b2d4e3 1px solid;
           }
           
                .commentauthor a {
                    color: #a8513d;
                }
                
                .commentauthor a:hover {
                    color: #5b8a98;
                }
    
           .commentcontent {
                padding: 6px 6px 0 6px;                                    
                color: #333;
                font-size:  0.9em;
                line-height: 1.5em;
           }
           
                .commentcontent p
                {
                    margin: 0 0 12px 0;
                }
                
                .commentcontent a,
                .commentcontent a:link {
                    color: #2f9cde;                 
                }
    
                .commentcontent a:hover {
                    color: #e1453f;
                    text-decoration: underline;
                }
            
                .commentcontent img {
                    border: #b0b0b0 3px double;
                    margin: 0 0 12px 0;
                    max-width: 335px;
                }
                
                .commentcontent blockquote {
                    display: block;
                    font-family: verdana, arial, helvetica, sans-serif;
                    font-size: 0.8em;
                    line-height: 1.3em;
                    color: #999;
                    background: #e1eef3;                
                    margin: 0 0 1.4em 0;
                    padding: 12px 12px 1px 12px;
                    border-left: #c1c9c3 3px double;
                    border-right: #c1c9c3 3px double;
                }
                
                .commentcontent blockquote blockquote {
                    padding: 0 6px 6px 6px;
                    border: none;
                    color: #999;
                    font-size: 1em;
                }
                
                .commentcontent pre {
                   overflow: auto;
                   margin: 0 0 18px;
                   padding: 4px;
                }
                
                .commentcontent pre, .postcontent code, .postcontent kbr {
                   font-family: Courier, Monaco, monospace;
                }
                
                .commentcontent ul {    
                    padding-left: 0;
                    margin-top: 0;
                    margin-left: 0;
                    border-bottom: 1px dotted #a9d0e1;
                }
                
                .commentcontent ul li {
                    list-style: none;
                    margin: 0; 
                    padding: 0 0.25em 0 0.25em;
                    border-top: 1px dotted #a9d0e1;
                }
                    
                   .commentcontent li a {
                        color: #2f9cde;                 
                   }
                
                   .commentcontent li a:hover {
                        color: #e1453f;
                        text-decoration: underline;
                   }
                   
                .commentcontent ol {
                
                }
                
                .commentcontent code {
                    display: block;
                    width: 335px;
                    padding: 5px 3px;
                    margin: 1.2em 0;
                    background: #ccc;
                    color: #666;
                    overflow: auto;                
                    border: 1px solid #aaa;
                }
                
                .commentcontent .wp-smiley {
                    padding: 0;
                    margin: 0;
                    border: none;
                }
                    
                
    #replybox {
       padding: 12px 0 0 0;
    }
    
       #replybox p {
            padding: 0;
            margin: 0 0 6px 0;
   }
            
    /*------END CONTAINER-----*/

    /*-----FOOTER-----*/
    
    #footerwrapper
    {
        height: 183px;
        width: 100%;
        float: left;
    }
    
    #footer {
        width: 850px;
        height: 94px;
        padding: 0 47px;
        margin: 0 auto;
        background: url(images/footerbodybg.png) 0 0 repeat-x;
        text-align: center;
        border: #c87a64 3px solid;
        line-height: 1.6em;
        font-weight: bold;
    }
    
        #footer a {
            display: inline;        
            text-decoration: none;
            color: #5b8a98;
        }

        #footer a:hover {
            color: #a8513d;
            text-decoration: underline;
        }

        #footercontent {
           position: relative;
           margin: 0 auto;           
           padding: 10px 0 0 0;
           text-align: left;
        }
    

/* clearfix
--------------------------------------------------*/

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
