/*  
Theme Name: HooRWA
Theme URI: http://cs-elements.com/HooRWA/
Description: An elegant, light template featuring sliding images in the menu, based on Wayne Connor's Sliding Door theme.
Version: 1.0
Author: Macklin Chaffee
Author URI: http://cs-elements.com
Tags: light, earth-tone, custom header, fixed width, left sidebar, two columns, widget ready, widgets, valid CSS
*/

/************/
/** Colors **/
/************************************/
/** Highlight Brown: #9a7803 **/
/** Dark Brown: #5c4416 **/
/** Light Green: **/
/** Highlight Green: #619003 **/
/** Dark Green: #1b5c16 **/
/** Light Blue: #42ADFB **/
/** Highlight Blue: #21759B **/
/** Dark Blue: #043C6B **/
/************************************/



/**************/
/** Defaults **/
/**************/

	
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
    margin:0;
    padding:0;
}
body {
    background: #5c4416 url(images/BG_HooRWA.png) repeat-x scroll 0 0;
    //font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
    font-family: Arial,Helvetica,sans-serif;
    font-size:62.5%;
    line-height:22px;
    margin-bottom:40px;
}
a {
    color: #21759B;
    text-decoration:none;
}
a:hover {color: #9a7803;}
a:link, a:visited, a:active {}

ul, ol {list-style-type: none;}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}
ul ul, ul ol, ol ul, ol ol {
    /* remove margins on sub-lists */
    margin-top: 0;
    margin-bottom: 0;
}
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, th, var {
    font-style:normal;
    font-weight:normal;
}
h1 {font-size: 2.15em; font-weight: bold;}
h2 {font-size: 1.85em; font-weight: bold;}
h3 {font-size: 1.5em; font-weight: bold;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}

code, pre {
    font-family:Consolas,Monaco,"Courier New",Courier,monospace;
    font-size: 1em;
}
pre {
    background:#F5F5F5 none repeat scroll 0 0;
    overflow: auto;
    word-wrap: normal;
    padding-bottom: 1.5em;
    overflow-y: hidden;
    width: 99%;
    border:1px solid #DADADA;
    line-height:1.3em;
}

abbr[title], acronym[title] {border-bottom: 1px dotted;}
em, cite {font-style:italic;}
caption, th {text-align:left;}
q:before, q:after {content:'';}
strong {font-weight:bold;}
table {font-size: 1em;}	
fieldset, img, abbr {border:0 none;}
hr {
    display: block;
    height: 2px;
    border: none;
    margin: 0.5em auto;
    color: #cccccc;
    background-color: #cccccc;
}


/*************/
/** Wrapper **/
/*************/

#wrapper {
    background: #FFF;
    margin: 0 auto;
    margin-top: 8px;
    width: 975px;
}

/************/
/** Header **/
/************/

#header {
    background:#CCC url(images/BG_Header_HooRWA.png) repeat-x scroll 0 0;
    font-family: Georgia, Times New Roman, Times, serif;
    min-width: 975px;
    border-bottom: 1px solid #AAA;
}

#header a {
    color: #043C6B;
    padding: 10px;
    text-decoration: none;
}
#header a:hover {color: #999;}

#header #bloginfo {max-width: 800px;}
#header #bloginfo #title {
    padding-top: 15px;
    font-size: 20pt;
}
#header #bloginfo #description {
    color: #000;
    font-size: 1.2em;
    font-style: oblique;
    padding: 5px 10px 10px 60px;
}

#header #bloginfo #logo {
    height: 100px;
    width: 100px;
}
#header #bloginfo #logo img {
    /** Specific to HooRWA logo **/
    position: relative;
    left: -65px;
    top: -15px;
}

#header #user {
    //background: #DDD;
    //border: 1px solid #CCC;
    text-align: right;
    font-size: 1.2em;
    margin: 5px;
}

/*************/
/** Welcome **/
/*************/

#welcome {
    text-align: center;
}
#welcome h2{
    color: #1b5c16;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0px;
    margin: 0px 0px 6px 0px;
}

/*************/
/** Content **/
/*************/

#content {
    float: right;
    width: 680px;
    margin: 6px;
    padding: 6px;
}
#content #page_header h2 {
    color: #1b5c16;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 6px 0px;
}
#content #page_header #page_list{
    text-align: center;
    font-size: 11px;
}
#content #page_header #page_list ul{
    background: url(images/BG_PageMenu_HooRWA.png) repeat-x;
    border: 1px solid #999;
}
#content #page_header #page_list ul li{
    display: inline;
    border-left: 1px solid #999;
    padding: 5px;
    margin: 0px;
}
#content #page_header #page_list a{color: #619003;}
#content #page_header #page_list a:hover{color: #21759B;}
#content #page_header #page_list span.current {color: #21759B;}

#content #the_content {
	//width: 560px;
}

#content .subpage {
    background: url(images/BG_Header_HooRWA.png) repeat-x #FFF;
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #999;
    overflow: hidden;
}

#content .notice p {
    border-top: 1px solid #8acef3;
    border-bottom: 1px solid #8acef3;
    padding: 5px 0px;
    font-size: 12px;
    margin: 1px;
}
#content .notice {
    border-top: 1px solid #2d7cb9;
    border-bottom: 1px solid #2d7cb9;
    margin-bottom: 20px;
}
#content p.nocomments {
    visibility: hidden;
}
#content .post {
    position: relative;
    }

#content #post-details {
    font-size: 8px;
    float: right;
    width: 120px;
    margin-left: 10px;
    padding-left: 10px;
}
#content #post-details h3 {
    color: #999;
    font-weight: normal;
}

#content p.wp-caption-text  
{
    font-size: 11px;
    line-height: 17px;    
    margin: 10px;
    color: #043C6B;
    text-align: center;
}




/**********************/
/** Post Preferences **/
/**********************/


#content h1 {padding-left: 10px; border-bottom: 2px #CCC solid;}
#content h1, #content h2,
#content h3, #content h4,
#content h5, #content h6 {color: #333}

#content .post ul,
#content .post ol {margin-left: 20px !important;}
#content .post ol li {list-style-type: decimal;}
#content .post ul li {margin-left: 10px; list-style-type: disc;}
#content .post ol li,
#content .post ul li {color: #333;}
#content p {color: #161616;}

#content p,
#content .post ol li,
#content .post ul li {
    font: normal 13px/20px Verdana, Helvetica, Sans-serif;
    margin: 10px 20px 10px 0px;
    text-align: justify;
}

#content blockquote {
    color: #999;
    margin: 10px;
    border-left: 3px solid #CCC;
    padding: 5px 5px 5px 10px;
}

#content p a {
    color: #21759B;
}

#content p a:hover {
    color: #42adfb;
    text-decoration: none;
} 

#content small {
    padding-left: 10px;
    font-size: 11px;
    color: #777;
}

#content ol.commentlist {
    line-height: 1.6;
}
#content ol.commentlist {
    margin-top: 10px;
}
#content ol.commentlist li {
    border-top: 1px solid #BBB;
    margin-bottom: 10px;
} 
#content ol.commentlist li .commentMeta {
    width: 120px;
    float: left;
    margin-top: 5px;
} 
#content ol.commentlist li .commentMeta span {
    display: block;
}
#content ol.commentlist li .commentMeta span.author,
#content ol.commentlist li .commentMeta span.author a {
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
}                     
#content ol.commentlist li .commentMeta span.date a {
    color: #999;
    text-decoration: none;
    font-size: 11px;
}
#content ol.commentlist li .commentMeta span.moderate a {
    color: #42adfb;
}
#content ol.commentlist li .commentText {
    width: 450px;
    float: right;
    padding: 5px;
    font-size: 12px;
}
#content ol.commentlist .avatar {
    float: left;
}
#content #commentform input {
    padding: 5px;
    font-family: Arial, Helvetica, Sans-serif;
}
#content #commentform textarea {
    width: 410px;
    padding: 10px;
    font-family: Arial, Helvetica, Sans-serif;
}

#content .nextprevious {
    height: 40px;
    display: block;
} 

#content .nextprevious a {
    color: #333;
}               

#content .nextprevious .left {
    float: left;
}              

#content .nextprevious .right {
    float: right;
}

#content .adBrite {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #CCC;
}

/*************/
/** Sidebar **/
/*************/

#sidebar {
    background: #FFF url(images/BG_Sidebar_HooRWA.png) repeat-y scroll 0 0; 
    float: none;
    border: 1px solid #999;
    text-align: left;
    width: 232px;
    margin: 6px;
    padding: 6px;
} 

#sidebar h2 {
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#sidebar a img {
    border: none;
}


#sidebar ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

#sidebar ul li {
    font-size: 11px;
    background: url(images/bullet.png) 0 5px no-repeat;
    padding: 4px 0px 4px 10px;
    margin: 0 0 5px 5px;
}

#sidebar ul li a {
    color: #619003 ;
    font-weight:bold;
    font-size: 1.2em;
    text-decoration: none;
}

#sidebar ul li span {
    color: #666;
    margin-left: 5px;
}

#sidebar ul li a:hover {
    color: #333;
}

#sidebar ul#nav {
    margin: 10px 0 20px 0;
}

#sidebar ul#nav li {
    margin: 0;
    padding: 0;
}

#sidebar ul#nav li a {
    display: block;
    height: 17px;
    padding: 7px 10px;
    background: url(images/nav_off.png) 0 0 no-repeat;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}

#sidebar ul#nav li a:hover {
    background: url(images/nav_off.png) 0 -31px no-repeat;
}        

#sidebar ul#nav li a.active {
    background: url(images/nav_on.png) 0 0 no-repeat;
    color: #FFF;
}

#sidebar #contact_info {
    margin-top: 10px;
    border-top: 2px ridge #FFF;
    border-bottom: 2px ridge #FFF;
}
#sidebar #contact_info h3, p {
    margin: 0px;
    padding: 0px;
}
#sidebar #contact_info h3{
    padding-left: 4px; 
    font-size: 120%;
}
#sidebar #contact_info p{
    text-align: center; 
}

#sidebar #footer {
    margin-top: 20px;
    border-top: 3px solid #444;
    border-bottom: 1px solid #444;
    padding: 7px 0;
    font-size: 11px;
}

#sidebar #footer p {
    margin-bottom: 5px;
    color: #333;
    text-align: center;
}

#sidebar #footer a {
    color: #666;
    text-decoration: none;
}

#sidebar #footer a:hover {
    text-decoration: none;
    color: #000;
}
/***************/
/** SiteMeter **/
/***************/

#sitemeter {
    text-align: center;
    width: 160px;
    font-size: 11px;
    color: #666;
}
#sitemeter img{
    padding-bottom: 8px;
    padding-top: 8px;
}

/************/
/** Footer **/
/************/

#footer {
    background:#CCC url(images/BG_Header_HooRWA.png) repeat-x scroll 0 0;
    color: #999;
    padding: 8px;
    line-height: 1.2em;
    text-align: center;
    border-top: solid 2px;
}

/*************/
/** Classes **/
/*************/

.dashed {
    border-style: dashed;
    border-width: 1px;
    border-color: #999;
}

.rounded {
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}
.post img {
    background: #DDD;
    border: #CCC solid 1px;
    max-width: 650px;
    max-height: 600px;
    margin: 10px;
    padding: 5px;
}
.post a img {background: #21759B;}
.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;
}

.clearfix {
    clear: both;
}	

.ctc {
    text-align: center;
    text-decoration: none;
    line-height: 80%;
    background-color: #FFF;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}	

.ctc a {
    text-decoration: none;
    text-transform: lowercase;
    font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
    margin: 4px;
    border: thin none #eaeaea;
}
.ctc a:hover{
    color: #000;
    margin: 3px;
    border: thin solid #8acef3;
    background-color: #eaeaea;
}

[disabled] {
    color:#222;
    border-color:#222!important;
    background:none!important;
    
}

#upperBox {
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    right: 0;
    padding-top: 5px;
}

#upperBox a img {
    display: block;
    margin: 0 auto;
    border: none;
}


#upperBox p {
    margin: 5px 0;
    font-size: 10px;
    text-align: center;
}

#upperBox input {
    height: 18px;
    padding: 5px 5px 5px 25px;
    background: url(images/upperBox_search.png) top left no-repeat;
    border: 0;
    width: 100px;
    color: #9ec7eb;
    margin-top: 5px;
}

#upperBox input:focus {
    color: #000;
}


