/*
    Theme Name: Organic-NonProfit
    Theme URL: http://www.organicthemes.com/
    Description: Organic Themes offers professionally designed, highly customizable Wordpress themes.
    Author: Organic Themes
    Author URI: http://www.organicthemes.com
    Version: 1.3.1
    Tags: organic themes, wordpress customization
   
    The CSS, XHTML and Design are released under the GPL:
    http://www.opensource.org/licenses/gpl-license.php
*/

html {
    background: #EEEEEE url(images/bg.jpg) repeat-x;
    }
html.homehtmlbg {
    background: #EEEEEE url(images/home_bg.jpg) repeat-x;
    }
body {
    background: none;
    color: #666666;
    font-size: 12px;
    font-family: Helvetica, Arial, Trebuchet MS, Verdana;
    margin: 0px auto 0px;
    padding: 0px;
    }
body.homebodybg {
    background: transparent url(images/home_bg_shadow.jpg) no-repeat top center;
    }
#wrap {
    width: 960px;
    font-size: 12px;
    font-family: Helvetica, Arial, Trebuchet MS, Verdana;
    margin: 0px auto 0px;
    padding: 0px;
    }

/************************************************
*    Common                                        *
************************************************/
.hidden {
    display: none;
    }
.clear {
    clear: both;
    }

/************************************************
*    Hyperlinks                                    *
************************************************/
a img {
    border: none;
    }
a, a:link {
    color: #ff9900;
    text-decoration: none;
    }
a:focus, a:hover, a:active {
    color: #ff9900;
    text-decoration: underline;
    }

/************************************************
*    Header                                      *
************************************************/
#header {
    background: none;
    width: 960px;
    height: 140px;
    margin: 0px auto 0px;
    padding: 0px;
    overflow: hidden;
    }
#header h1 {
    color: #666666;
    font-size: 24px;
    font-family: Helvetica, Arial, Trebuchet MS, Verdana;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    }
#header h1 a, #header h1 a:visited {
    color: #666666;
    text-decoration: none;
    }
#header h1 a:hover {
    color: #666666;
    text-decoration: none;
    }
#header p {
    margin: 0px;
    padding: 0px;
    }
#header #title a {
    background: url(images/logo.png) no-repeat;
    display: block;
    width: 960px;
    height: 140px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.headerlogo {
    width: 960px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    }

/************************************************
*    Navbar                                      *
************************************************/
#navbar {
    background: #FFFFFF;
    width: 960px;
    height: 30px;
    float: left;
    clear: both;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-transform: none;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    }
.navbarright {
    float: right;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 30px;
    overflow: hidden;
    }
.navbarright img {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    }
   
/*** ESSENTIAL STYLES ***/
.ot-menu, .ot-menu * {
    margin:    0;
    padding: 0;
    list-style:    none;
    }
.ot-menu {
    line-height: 1.0;
    }
.ot-menu ul {
    position: absolute;
    top: -999em;
    width: 200px; /* left offset of submenus need to match (see below) */
    }
.ot-menu ul li {
    width: 100%;
    margin: 0px 0px 0px 0px;
    }
.ot-menu li:hover {
    visibility:    inherit; /* fixes IE7 'sticky bug' */
    }
.ot-menu li {
    float: left;
    position: relative;
    }
.ot-menu a {
    display: block;
    position: relative;
    }
.ot-menu li:hover ul,
.ot-menu li.sfHover ul {
    left: 0;
    top: 29px; /* match top ul list item height */
    z-index: 99;
    }
ul.ot-menu li:hover li ul,
ul.ot-menu li.sfHover li ul {
    top: -999em;
    }
ul.ot-menu li li:hover ul,
ul.ot-menu li li.sfHover ul {
    left: 200px; /* match ul width */
    top: 0;
    }
ul.ot-menu li li:hover li ul,
ul.ot-menu li li.sfHover li ul {
    top: -999em;
    }
ul.ot-menu li li li:hover ul,
ul.ot-menu li li li.sfHover ul {
    left: 180px; /* match ul width */
    top: 0;
    }
/*** SKIN ***/
.ot-menu .current_page_item a {
    background: #EEEEEE;
    color: #666666 !important;
    border:    none;
    padding: 9px 10px 9px 10px;
    text-decoration: none;
    line-height: 11px;
    border-bottom: 1px solid #DDDDDD;
    }
.ot-menu .current-cat a {
    background: #EEEEEE;
    color: #666666 !important;
    border:    none;
    padding: 9px 10px 9px 10px;
    text-decoration: none;
    line-height: 11px;
    }
.ot-menu .current_page_item li a, .ot-menu li .current_page_item a {
    color: #666666 !important;
    padding: 6px 10px 8px 10px;
    border-bottom: none;
    }
.ot-menu {
    float: left;
    margin-bottom: 0;
    }
.ot-menu a {
    border:    none;
    padding: 9px 10px 10px 10px;
    margin: 0px;
    text-decoration: none;
    line-height: 11px;
    text-shadow: 0.3px 0.3px #F5F5F5;
    }
.ot-menu a, .ot-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #999999;
    }
.ot-menu li {
    background: none;
    margin: 0px 5px 0px 0px;
    }
.ot-menu li li {
    background:    #EEEEEE;
    }
.ot-menu li li a {
    font-size: 11px;
    padding: 6px 10px 8px 10px;
    border-left: none;
    }
.ot-menu li li li {
    background:    #EEEEEE;
    }
.ot-menu li:hover, .ot-menu li.sfHover {
    background: #EEEEEE;
    color: #666666;
    outline: 0;
    border: none;
    }
.ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {
    background: #EEEEEE;
    color: #666666;
    padding: 9px 10px 9px 10px;
    outline: 0;
    border-bottom: 1px solid #DDDDDD;
    }
.ot-menu li li a:focus, .ot-menu li li a:hover, .ot-menu li li a:active {
    background: #DDDDDD;
    color: #666666;
    padding: 6px 10px 8px 10px;
    outline: 0;
    border-bottom: none;
    }
.ot-menu li li:hover, .ot-menu li li.sfHover {
    background:    #dddddd;
    outline: 0;
    }
/*** ARROWS **/
.ot-menu a.sf-with-ul {
    padding-right: 25px;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
    }
.ot-menu a:hover.sf-with-ul {
    padding-right: 25px;
    }
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: 10px;
    top: 12px; /* IE6 only */
    width: 10px;
    height:    10px;
    text-indent: -999em;
    overflow: hidden;
    background:    url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
    }
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
    top: 9px;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
    }
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
    }
/* point right for anchors in subs */
.ot-menu ul .sf-sub-indicator {
    top: 9px;
    background-position:  -10px 0;
    }
.ot-menu ul a > .sf-sub-indicator {
    top: 7px;
    right: 5px;
    background-position:  0 0;
    }
/* apply hovers to modern browsers */
.ot-menu ul a:focus > .sf-sub-indicator,
.ot-menu ul a:hover > .sf-sub-indicator,
.ot-menu ul a:active > .sf-sub-indicator,
.ot-menu ul li:hover > a > .sf-sub-indicator,
.ot-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
    }
/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background:    url(images/shadow.png) no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
    }
.sf-shadow ul.sf-shadow-off {
    background: transparent;
    }

/************************************************
*    Homepage                                      *
************************************************/
#swfDiv {
    margin: 0px 0px 0px 0px;
    float: left;
    }
#homepagetop {
    background: none;
    float: left;
    display: block;
    clear: both;
    width: 960px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    }
#homepagetop p {
    line-height: 20px;
    }
#bannerleft {
    float: left;
    display: block;
    position: relative;
    background: #FFFFFF;
    width: 650px;
    height: 330px;
    overflow: hidden;
    z-index: 1;
    }
#bannerleft embed {
    width: 650px;
    height: 330px;
    }
#bannerdescription {
    float: left;
    display: block;
    position: absolute;
    background: #333333;
    opacity: 0.8;
    filter: alpha(opacity=80);
    overflow: hidden;
    height: 30px;
    max-width: 650px;
    margin: 260px 0px 0px 0px;
    padding: 10px;
    z-index: 8;
    }
#bannerdescription h3 {
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    text-transform: none;
    line-height: 14px;
    margin: 0px 0px 1px 0px;
    padding: 0px;
    }
#bannerdescription p {
    color: #EEEEEE;
    line-height: 22px;
    padding: 0px;
    margin: 0px;
    }
#bannerright {
    float: right;
    display: block;
    width: 310px;
    height: 360px;
    }
#bannerrighttop {
    display: none;
    }
#bannerrighttop h3 {
    margin: 0px 0px 12px 0px;
    padding: 0px;
    text-align: left;
    color: #666666;
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    text-transform: none;
    line-height: 20px;
    }
#homesubscribe {
    float: left;
    display: block;
    padding: 15px;
    }
#homesubscribe form {
    float: left;
    margin: 0px 0px 0px 0px;
    }
#homesubscribe p {
    margin: 5px 0px 5px 0px;
    color: #666666;
    font-size: 12px;
    font-family: Helvetica, Arial, Trebuchet MS, Verdana;
    font-weight: normal;
    line-height: 16px;
    }
#bannerwidget {
    float: left;
    display: block;
    width: 280px;
    height: 300px;
    background: #FFFFFF;
    padding: 15px;
    overflow: hidden;
    }
#bannerwidget h3 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    text-align: left;
    color: #666666;
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    text-transform: none;
    line-height: 20px;
    }
#bannerwidget li {
    text-decoration: none;
    list-style-type: none;
    }
#bannerwidget li a, #bannerwidget li a:link, #bannerwidget li a:visited {
    color: #666666;
    text-decoration: none;
    }
#bannerwidget ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }
#bannerwidget ul li {
    list-style-type: none;
    margin: 0px 0px 6px 0px;
    padding: 0px;
    }
#bannerwidget ul li a {
    background: transparent url(images/arrow_normal.gif) no-repeat;
    border-bottom: 1px dotted #dddddd;
    display: block;
    padding: 4px 5px 4px 12px;
    }
#bannerwidget ul li a:hover {
    background: transparent url(images/arrow_over.gif) no-repeat;
    color: #ff9900;
    padding: 4px 5px 4px 12px;
    }
#homepagemid {
    float: left;
    width: 960px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    }
#homepagemid .homebox {
    background: #FFFFFF;
    height: 230px;
    width: 290px;
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    }
#homepagemid a, #homepagemid a:visited {
    color: #666666;
    text-decoration: none;
    }
#homepagemid a:hover {
    color: #ff9900;
    text-decoration: none;
    }
#homepagemid p {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    line-height: 20px;
    }
#homepagemid h3 {
    background: #DDDDDD;
    padding: 15px 0px 15px 0px;
    margin: 0px;
    text-align: center;
    color: #666666;
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    text-transform: none;
    text-shadow: 0.3px 0.3px #F5F5F5;
    }
#homepagemid h3 a {
    color: #666666;
    text-decoration: none;
    border: none;
    }
#homepagemid h3 a:hover {
    color: #ff9900;
    text-decoration: none;
    border: none;
    }
#homepagemid h4 {
    color: #666666;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    }
#homepagemid h4 a, #homepagemid h2 a:visited {
    color: #666666;
    text-decoration: none;
    border: none;
    }
#homepagemid h4 a:hover {
    color: #ff9900;
    text-decoration: none;
    border: none;
    }
#homepagemid embed, #homepagemid object {
    width: 250px;
    height: 205px;
    margin: 10px 0px 5px 0px;
    padding: 0px;
    }
#homepagemid ul {
    list-style: none;
    list-style-type: none;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 10px 0px;
    }
#homepagemid ul li {
    list-style: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    }
#homepagemid img {
    float: left;
    background: #EEEEEE;
    padding: 5px;
    margin: 0px 10px 5px 0px;
    }
#homecontent01 {
    background: transparent url(images/shadow_midbox.png) no-repeat bottom right;
    float: left;
    display: block;
    clear: both;
    width: 310px;
    height: 300px;
    margin: 0px 12px 0px 0px;
    padding: 0px 3px 3px 0px;
    overflow: hidden;
    }
#homecontent02 {
    background: transparent url(images/shadow_midbox.png) no-repeat bottom right;
    float: left;
    display: block;
    width: 310px;
    height: 300px;
    margin: 0px 12px 0px 0px;
    padding: 0px 3px 3px 0px;
    overflow: hidden;
    }
#homecontent03 {
    background: transparent url(images/shadow_midbox.png) no-repeat bottom right;
    float: left;
    display: block;
    width: 310px;
    height: 300px;
    margin: 0px -3px -3px 0px;
    padding: 0px 3px 3px 0px;
    overflow: hidden;
    }
#homepagebot {
    float: left;
    width: 960px;
    margin: 15px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
    }
#homepagebot a, #homepagebot a:visited {
    color: #666666;
    text-decoration: none;
    }
#homepagebot a:hover {
    color: #ff9900;
    text-decoration: none;
    }
#homepagebot p {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    }
#homepagebot h3 {
    margin: 10px 0px 10px 0px;
    text-align: left;
    text-indent: 4px;
    color: #666666;
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    text-transform: none;
    text-shadow: 0.3px 0.3px #F5F5F5;
    }
#homepagebot h3 a {
    color: #666666;
    text-decoration: none;
    border: none;
    }
#homepagebot h3 a:hover {
    color: #ff9900;
    text-decoration: none;
    border: none;
    }
#homepagebot h4 {
    color: #666666;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    }
#homepagebot h4 a {
    color: #666666;
    text-decoration: none;
    border: none;
    }
#homepagebot h4 a:hover {
    color: #ff9900;
    text-decoration: none;
    border: none;
    }
#homecontent04 {
    background: none;
    float: left;
    display: block;
    clear: both;
    width: 473px;
    margin: 0px 14px 0px 0px;
    padding: 0px 0px 0px 0px;
    }
#homecontent04 h3 {
    margin: 5px 0px 20px 0px;
    text-align: left;
    color: #666666;
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    text-transform: none;
    }
#homecontent04 p {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    text-align: left;
    color: #999999;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    line-height: 22px;
    }
#homecontent05 {
    float: left;
    display: block;
    background: transparent url(images/shadow_tabbox.png) no-repeat bottom right;
    width: 473px;
    margin: 0px -3px -3px 0px;
    padding: 0px 3px 3px 0px;
    overflow: hidden;
    }
.homebox {
    background: #ffffff;
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    float: left;
    }
.learnmore {
    float: left;
    display: block;
    color: #666666;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    line-height: 25px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top: 1px dotted #dddddd;
    text-align: right;
    }
.learnmoretab {
    float: right;
    display: block;
    color: #666666;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    line-height: 25px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top: 1px dotted #dddddd;
    text-align: right;
    }
#morenews a {
    float: left;
    display: block;
    color: #666666;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    line-height: 25px;
    width: 100%;
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
    text-decoration: none;
    }
#morenews a:hover {
    color: #ff9900;
    }

/************************************************
*    Content                                      *
************************************************/
#content {
    float: left;
    width: 960px;
    display: block;
    background: #EEEEEE;
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    }
#contentleft {
    float: left;
    width: 640px;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    }
#contentwide {
    float: left;
    width: 930px;
    margin: 0px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    }
#contenthome {
    width: 960px;
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    }
#contentleft h1, #contentwide h1 {
    color: #666666;
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    margin: 0px 0px 2px 0px;
    padding: 0px;
    line-height: 24px;
    }
#contentleft h2, #contentwide h2 {
    color: #666666;
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    }
#contentleft h3, #contentwide h3 {
    color: #666666;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    text-align: left;
    margin: 0px 0px 5px 0px;
    }
#contentleft h4, #contentwide h4 {
    color: #666666;
    font-size: 16px;
    font-family: Helvetica, Arial, Trebuchet MS, Verdana;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    }
#contentleft h5, #contentwide h5 {
    color: #666666;
    font-size: 14px;
    font-family: Helvetica, Arial, Trebuchet MS, Verdana;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0px 5px 0px;
    padding: 5px 0px 0px 0px;
    }
#contentleft h6, #contentwide h6 {
    color: #666666;
    font-size: 12px;
    font-family: Helvetica, Arial, Trebuchet MS, Verdana;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0px 5px 0px;
    padding: 10px 0px 2px 0px;
    border-bottom: 1px solid #CCCCCC;
    }
#contentleft h1 a, #contentwide h1 a,
#contentleft h2 a, #contentwide h2 a,
#contentleft h3 a, #contentwide h3 a,
#contentleft h4 a, #contentwide h4 a,
#contentleft h5 a, #contentwide h5 a,
#contentleft h6 a, #contentwide h6 a {
    color: #666666;
    text-decoration: none;
    border: none;
    }
#contentleft h1 a:hover, #contentwide h1 a:hover,
#contentleft h2 a:hover, #contentwide h2 a:hover,
#contentleft h3 a:hover, #contentwide h3 a:hover,
#contentleft h4 a:hover, #contentwide h4 a:hover,
#contentleft h5 a:hover, #contentwide h5 a:hover,
#contentleft h6 a:hover, #contentwide h6 a:hover {
    color: #ff9900;
    text-decoration: none;
    border: none;
    }
#contentleft img.wp-smiley {
    float: none;
    border: none;
    padding: 0px;
    margin: 0px;
    }
#contentleft img.wp-wink {
    float: none;
    border: none;
    padding: 0px;
    margin: 0px;
    }
.postarea p {
    margin: 0px;
    padding: 5px 0px 5px 0px;
    }
.postarea a img.nothumb {
    margin: 0px 0px 0px 0px;
    }
.postarea hr {
    border:0;
    width:100%;
    height:1px;
    color:#ddd;
    background-color:#ddd;
    margin:5px 0 8px 0;
    padding: 0;
    }
.postarea ol {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 10px 0px;
    }
.postarea ol li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    }
.postarea ul {
    list-style-type: none;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 15px;
    }
.postarea ul ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    }
.postarea ul li {
    list-style: inside;
    list-style-type: square;
    background: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    }
.postarea ul ul li {
    background: none;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 5px 0px;
    }
blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    margin: 10px 25px 10px 25px;
    padding: 0px 25px 0px 15px;
    border-left: 2px solid #dddddd;
    }
#content blockquote p {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    }
.postheader {
    margin: 0px 0px 10px 0px;
    }
.postauthor {
    margin: 0px;
    padding: 0px;
    }
.meta {
    background: none;
    font-size: 11px;
    margin: 10px 0px 20px 0px;
    padding: 5px 10px 5px 10px;/*border: 1px dotted #BBBBBB;*/
    border-top: 3px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    }
.meta p {
    margin: 0px;
    padding: 0px;
    }
code {
    color: #666666;
    background: #EAEAEA;
    font-size: 11px;
    margin: 0px;
    padding: 10px;
    display: block;
    font-family: Helvetica, Arial, Trebuchet MS, Verdana;
    }
.archive {
    float: left;
    width: 320px;
    margin: 0px;
    padding: 0px 25px 20px 0px;
    }

/************************************************
*    Images                                       *
************************************************/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0px;
    }
img.alignnone {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    display: inline;
    }
img.alignright {
    padding: 0px;
    margin: 0px 0px 10px 10px;
    display: inline;
    }
img.alignleft {
    padding: 0px;
    margin: 0px 10px 10px 0px;
    display: inline;
    }
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    }
.alignright {
    float: right;
    margin: 10px 0px 10px 10px;
    }
.alignleft {
    float: left;
    margin: 10px 10px 10px 0px;
    }
.wp-caption {
    border: 1px solid #dddddd;
    text-align: center;
    background-color: #FFFFFF;
    padding: 5px 0px 0px 0px;
    margin-bottom: 15px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }
.wp-caption img {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 0px;
    }
.wp-caption p.wp-caption-text {
    margin: 0px;
    padding: 5px;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    }

/************************************************
*    Sidebar                                      *
************************************************/
#sidebar {
    float: right;
    display: inline-block;
    width: 300px;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    line-height: 18px;
    }
#sidebar p {
    color: #666666;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    line-height: 20px;
    }
#sidebar li {
    list-style-type: none;
    }
#sidebar ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }
#sidebar ul li {
    color:#666666;
    display: inline;
    padding: 0px;
    margin: 0px;
    text-indent: 5px;
    }
#sidebar ul li a {
    color:#666666;
    display: block;
    padding: 5px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
    border-top: 1px dotted #BBBBBB;
    }
#sidebar ul li a:hover {
    color:#ff9900;
    display: block;
    background: #ff9900;
    padding: 5px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
    }
.textwidget {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    }

/************************************************
*    Sidebar Widgets                                    *
************************************************/
#sidebar .widget {
    float:left;
    background: #DDDDDD;
    width: 280px;
    margin: 0px 0px 15px 0px;
    padding: 10px;
    list-style-type: none;
    }
#sidebar .widget h1, #sidebar .widget h2, #sidebar .widget h3, #sidebar .widget h4, .subscribe h4 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    text-align: left;
    color: #666666;
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    text-transform: none;
    }
#sidebar .widget a {
    color: #ff9900;
    }
#sidebar .widget p {
    color:#666666;
    }
#sidebar .widget li {
    color:#666666;
    }
#sidebar .widget ul {
    color:#666666;
    margin: 10px 0 0 0;
    padding: 0px;
    }
#sidebar .widget ul li {
    display: inline;
    color: #666666;
    }
#sidebar .widget ul li a {
    display: block;
    color: #666666;
    padding: 5px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
    text-decoration: none;
    border-top: 1px dotted #BBBBBB;
    }
#sidebar .widget ul li a:hover {
    display: block;
    color: #ff9900;
    padding: 5px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
    border-top: 1px dotted #BBBBBB;
    }
#sidebar .widget li a {
    color: #666666;
    border: none;
    }
#sidebar .widget li a:hover {
    color: #666666;
    border: none;
    background: none;
    }

/************************************************
*    Subscribe                                    *
************************************************/
.subscribe {
    float: left;
    display: block;
    background: #DDDDDD;
    width: 280px;
    list-style:none;
    margin: 0px 0px 15px 0px;
    padding: 10px 10px 10px 10px;
    }
.subscribe form {
    margin: 0;
    padding: 0;
    }
.subscribe input {
    margin: 0;
    padding: 0;
    }
.subscribe p {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    }
.subscribe a, .headerright a:visited {
    color: #000000;
    text-decoration: none;
    }
.subscribe a:hover {
    color: #666666;
    text-decoration: underline;
    }
#subbox {
    float: left;
    display: block;
    background: #FFFFFF url(images/arrow_subscribe.png) left no-repeat;
    width: 190px;
    height: 13px;
    color: #666666;
    font-family: Helvetica, Arial, Trebuchet MS, Verdana;
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    padding: 6px 0px 4px 16px;
    border: none;
    }
#subbutton {
    float: right;
    display: block;
    background: #FFFFFF url(images/go_btn.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 23px;
    margin: 5px 0px 0px 8px;
    padding: 0px 0px 0px 0px;
    border: none;
    }

/************************************************
*    Footer Top                                    *
************************************************/
#footertopbg {
    background: #FFFFFF;
    border-top: 1px solid #dddddd;
    }
#footertop {
    background: #FFFFFF;
    width: 960px;
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
    }
#footertop h4 {
    margin: 15px 0px 15px 0px;
    padding: 0px;
    text-align: left;
    color: #666666;
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    text-transform: none;
    }
#footertop li {
    text-decoration: none;
    list-style-type: none;
    padding: 0px 0px 15px 0px;
    }
#footertop li a, #footertop li a:link, #footertop li a:visited {
    color: #666666;
    text-decoration: none;
    }
#footertop ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    }
#footertop ul li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }
#footertop ul li a {
    display: block;
    background: transparent url(images/arrow_normal.gif) no-repeat;
    padding: 4px 4px 4px 12px;
    margin: 0px 0px 8px 0px;
    border-bottom: 1px dotted #dddddd;
    }
#footertop ul li a:hover {
    display: block;
    background: transparent url(images/arrow_over.gif) no-repeat;
    color: #ff9900;
    padding: 4px 4px 4px 12px;
    margin: 0px 0px 8px 0px;
    border-bottom: 1px dotted #dddddd;
    }
#footertop #recentcomments li {
    display: block;
    list-style-type: none;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 8px 0px;
    }
#footertop #recentcomments a {
    display: inline;
    background: none;
    color: #ff9900;
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    }
#footertop #recentcomments a:hover {
    text-decoration: underline;
    }
.footerwidget01 {
    width: 228px;
    float: left;
    display: inline;
    margin: 0px 16px 0px 0px;
    padding: 0px 0px 0px 0px;
    }
.footerwidget02 {
    width: 228px;
    float: left;
    display: inline;
    margin: 0px 16px 0px 0px;
    padding: 0px 0px 0px 0px;
    }
.footerwidget03 {
    width: 228px;
    float: left;
    display: inline;
    margin: 0px 16px 0px 0px;
    padding: 0px 0px 0px 0px;
    }
.footerwidget04 {
    width: 228px;
    float: left;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    }

/************************************************
*    Footer Background                            *
************************************************/
#footerbg {
    background: #333333;
    }

/************************************************
*    Footer                                      *
************************************************/
#footer {
    width: 960px;
    height: 60px;
    color: #FFFFFF;
    margin: 0px auto 0px;
    padding: 0px;
    }
#footer p {
    margin: 0px;
    padding: 0px;
    }
.footerleft {
    float: left;
    clear: both;
    }
.footertop {
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    margin: 0px;
    padding: 16px 0px 0px 0px;
    }
.footertop a {
    color: #666666;
    text-decoration: none;
    }
.footertop a:hover {
    color: #999999;
    text-decoration: underline;
    }
.footerbottom {
    font-size: 11px;
    color: #666666;
    font-weight: normal;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    }
.footerbottom a {
    color: #666666;
    text-decoration: none;
    }
.footerbottom a:hover {
    color: #999999;
    text-decoration: underline;
    }
.footerright {
    float: right;
    margin: 18px 0px 0px 0px;
    }

/************************************************
*    Search Form                                    *
************************************************/
.postform {
    background: #FFFFFF;
    width: 240px;
    color: #666666;
    font-size: 12px;
    font-family: Helvetica, Arial, Trebuchet MS, Verdana;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    display: inline;
    border: none;
    }
#cat {
    background: #FFFFFF;
    color: #666666;
    margin: 5px 0px 0px 0px;
    }
#searchform {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    }
#searchformheader {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    }
#searchbox {
    float: left;
    display: inline;
    background: #DDDDDD url(images/fold_subscribe.gif) no-repeat scroll right top;
    font-size: 11px;
    line-height: 11px;
    width: 278px;
    color: #666666;
    font-family: Helvetica, Arial, Trebuchet MS, Verdana;
    padding: 10px 5px 8px 5px;
    margin: 0px 0px 0px 0px;
    border: none;
    }
#searchbutton {
    background: #EEEEEE;
    color: #FFFFFF;
    font-family: Helvetica, Arial, Trebuchet MS, Verdana;
    padding: 0px;
    margin: 0px;
    }
#s {
    background: #FFFFFF;
    width: 170px;
    color: #666666;
    font-size: 12px;
    font-family: Helvetica, Arial, Trebuchet MS, Verdana;
    margin: 5px 3px 0px 0px;
    padding: 3px 0px 3px 3px;
    display: inline;
    border: 1px solid #dddddd;
    }
#searchsubmit {
    background: #DDDDDD;
    color: #666666;
    font-family: Trebuchet MS, Arial, Tahoma;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    padding: 1px 2px 1px 2px;
    border: 1px solid #AAAAAA;
    display: none;
    }
#submit {
    background: #DDDDDD;
    color: #666666;
    font-family: Trebuchet MS, Arial, Tahoma;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    padding: 2px 5px 2px 5px;
    border: 1px solid #dddddd;
    }
#author, #email, #url {
    background: #FFFFFF !important;
    color: #666666;
    font-size: 12px;
    font-family: Helvetica, Arial, Trebuchet MS, Verdana;
    margin: 0px;
    padding: 4px;
    border: 1px solid #dddddd;
    }

/************************************************
*    Comments                                    *
************************************************/
#respond {
    margin: 20px 0px 10px 0px;
    }
#comment {
    background: #FFFFFF !important;
    color: #666666;
    font-size: 12px;
    font-family: Helvetica, Arial, Trebuchet MS, Verdana;
    margin: 5px 0px 5px 0px;
    padding: 4px;
    border: none;
    }
.commentlist li ul li {
    font-size: 12px;
    }
.commentlist li {
    font-weight: bold;
    }
.commentlist li .avatar {
    background: #FFFFFF;
    float: right;
    margin: 0px 0px 0px 5px;
    padding: 1px;
    }
.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    }
.commentlist p {
    font-weight: normal;
    text-transform: none;
    }
.commentmetadata {
    font-weight: normal;
    }
#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0px;
    }
#commentform {
    margin: 5px 10px 0px 0px;
    }
#commentform textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #dddddd;
    }
#respond:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    }
#commentform p {
    margin: 5px 0px 5px 0px;
    }
#commentform #submit {
    margin: 0px 0px 10px 0px;
    float: left;
    padding: 5px 5px 5px 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 14px;
    }
.alt {
    margin: 0px;
    padding: 10px;
    }
.commentlist {
    margin: 0px;
    padding: 0px;
    }
.commentlist ol {
    margin: 0px;
    padding: 10px;
    }
.commentlist li {
    margin: 10px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
    list-style: none;
    }
.commentlist li ul li {
    margin-right: 10px;
    margin-left: 10px;
    }
.commentlist p {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    }
.children {
    margin: 0px;
    padding: 0px;
    }
.nocomments {
    text-align: center;
    margin: 0px;
    padding: 0px;
    }
.reply a, .reply a:visited {
    background: #FFFFFF;
    color: #666666;
    font-family: Helvetica, Arial, Trebuchet MS, Tahoma;
    font-size: 11px;
    text-decoration: none;
    margin: 0px;
    padding: 4px 5px 4px 5px;
    border: 1px solid #dddddd;
    }
.reply a:hover {
    background: #FFFFFF;
    color: #ff9900;
    text-decoration: none;
    border: 1px solid #dddddd;
    }
.commentmetadata {
    font-size: 10px;
    margin: 0px;
    display: block;
    }
.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    }
.alignright {
    float: right;
    }
.alignleft {
    float: left;
    }
.thread-alt {
    background: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }
.thread-even {
    background: #EEEEEE;
    margin: 0px;
    padding: 0px;
    }
.depth-1 {
    border: 1px solid #dddddd;
    margin: 0px;
    padding: 0px;
    }
.even, .alt {
    border: 1px solid #dddddd;
    margin: 0px;
    padding: 0px;
    }

/************************************************
*    Tabber                                    *
************************************************/
.tabberlive .tabbertabhide {
    display: none;
    }
.tabber {
    margin: 0;
    padding: 0;
    }
.tabberlive hr {
    border: 0;
    width: 100%;
    height: 1px;
    color: #e4d9c3;
    background-color: #e4d9c3;
    margin: 5px 0 8px 0;
    }
.tabberlive img {
    float: left;
    display: block;
    background: #EEEEEE;
    padding: 5px;
    margin: 0px 10px 0px 0px;
    }
.tabberlive {
    margin: 0px;
    }
.tabberlive h1 {
    margin: 0px;
    }
.tabberlive h1 a {
    color: #666666;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    }
ul.tabbernav {
    color: #666666;
    background: #EEEEEE;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    padding: 10px 3px 7px 0px;
    margin: 0px -3px 0px 0px;
    }
ul.tabbernav li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline;
    }
ul.tabbernav li a {
    color: #666666;
    margin: 0px;
    padding: 7px 25px 8px 25px;
    border-bottom: none;
    text-decoration: none;
    }
ul.tabbernav li a:link, ul.tabbernav li a:visited {
    background: #dddddd url(images/tab_corner.gif) no-repeat top right;
    color: #666666;
    margin: 0px 5px 0px 0px;
    }
ul.tabbernav li a:hover {
    background: #FFFFFF url(images/tab_corner.gif) no-repeat top right;
    color: #666666;
    text-decoration: none;
    }
ul.tabbernav li.tabberactive a {
    background: #FFFFFF url(images/tab_corner.gif) no-repeat top right;
    color: #666666;
    text-decoration: none;
    }
ul.tabbernav li.tabberactive a:hover {
    background: #FFFFFF url(images/tab_corner.gif) no-repeat top right;
    color: #666666;
    }
.tabberlive .tabbertab {
    background: #FFFFFF;
    height: 290px;
    padding: 0px;
    }
.tabberlive .tabbertab h2 {
    display: none;
    margin: 0px;
    padding: 0px;
    }
.tabbertab cite {
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    }
