/*-----------------------------------------------------
Theme Name: PALS Green
Description: The green theme.
Version: 1
Author: Group27
Author URI: http://www.group27.net/
Tags: green, custom header, fixed width, three columns, widgets

                    LAYOUT
-------------------------------------------------------*/

html, body {
    height:100%;
}
body {
    margin:0;
    padding:0;
    font-family:Verdana, sans-serif;
    font-size:small;
    position:relative;
    color:#333;
    background:url('images/body_bg.gif') top left repeat;
}
#container, #footer {
    position:relative;
    margin:0 auto;
    width:920px;
    background:transparent;
}
#container {
    padding:40px 10px 50px 10px;
    min-height:70%;
}
#footer {
    padding:10px;
    text-align:center;
    font-size:x-small;
}
.inner {
    border-top:1px solid #B5CDBA;
    padding:10px 0 20px 0;
}
.inner span {
    font-size:small;
}
#header {
    position:relative;
    margin:0 0 15px 0;
}
#logo {
    width:245px;
}

#bannerarea {
    width:444px;
    height:118px;
    position:absolute;
    top:15px;
    right:0px;
}

/*-----------------------------------------------------
                    FONTS
-------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family:arial, sans-serif;
}
h1 {
    font-size:22px;
}
h2 {
    font-size:20px;
}
h3 {
    font-size:17px;
}
h4 {
    font-size:15px;
}
h5 {
    font-size:13px;
}
h6 {
    font-size:11px;
}
#leftColumn h3, #leftColumn .sidewelcome {
    font-size:12px;
    font-weight:bold;
    margin:5px 0 10px 0;
    padding:0 0 2px 0;
    color:#005172;
    background:transparent url('images/dots.gif') bottom left no-repeat;
}
.entry h2, .page_title, .pagetitle, .category-news h2 {
    font-size:20px;
    font-weight:bold;
    margin:0 0 10px 0;
    padding:0 0 5px 0;
    color:#005172;
}
p {
    line-height:140%;
    margin:0;
    padding:0 0 15px 0;
}
.entry ul {
    list-style-type:disc;
}
.entry ul li, .entry ol li {
    margin-bottom:10px;
    padding-bottom:0;
    line-height:140%;
}
.entry ul, .entry ol {
    margin-bottom:10px;
    margin-top:10px;
    padding-bottom:0;
    padding-top:0;
}
.entry ol ul li {
    margin-bottom:10px;
    margin-top:10px;
    padding-top:0;
    padding-bottom:0;
}
dd{
    margin-bottom:7px;
}

/*-----------------------------------------------------
                    NAVIGATION
-------------------------------------------------------*/

#tabmenu {
    position:relative;
    background:transparent url('images/bar.png') bottom left no-repeat;
    padding-left:100px;
    z-index:8;
}
#tabmenu dl {
    background:transparent url('images/tab-green-right.gif') top right no-repeat;
}
#tabmenu dl.sel {
    background:transparent url('images/tab-white-right.gif') top right no-repeat;
}
.dropdown {
    float:left;
    width:auto;
    margin:0 5px;
    padding:0 0 0 0;
    text-align:center;
    z-index:10;
    position:relative;
}
.dropdown dt {
    margin:0;
    padding:0;
    font-size:11px;
    font-weight:bold;
    white-space: nowrap;
    position:relative;
}
.dropdown dd {
    position:absolute;
    overflow:hidden;
    width:208px;
    display:none;
    background:#fff;
    margin:0;
    padding:0;
    z-index:9;
    border-left:1px solid #ccc;
    border-right:2px solid #ccc;
    border-bottom:2px solid #ccc;
}
.dropdown dd {
    left:0;
}
.dropdown dd#ddcontent-11 {
    width:122px;
}
.dropdown dd.withoutBorder {
   border:0;
}
.dropdown dd.withBorder {
    border-left:1px solid #ccc;
    border-right:2px solid #ccc;
    border-bottom:2px solid #ccc;
}
.dropdown ul {
    list-style:none;
    margin:0;
    padding:5px 3px;
    border:0;
 }
.dropdown li {
    text-align:left;
    margin:0 0 7px 0;
    font-size:11px;
    font-weight:normal;
}

#leftColumn ul {
    margin:0 0 20px 10px;
    padding:0;
    font-size:12px;
    list-style-type:none;
}
#leftColumn ul li {
    margin:0 0 10px 0;
}

/*-----------------------------------------------------
                    CONTENT
-------------------------------------------------------*/
#wrapper{
}
#main {
    margin-left:235px;
    padding:25px 0 0 0;
}
#leftColumn {
    width:200px;
    float:left;
    margin-left:-235px;
}
#centerColumn {
    margin:0 0 0 0;
    width:100%;
    float:right;
    z-index: 1;
}
img.alignright  {
    float:right;
    margin:10px 0 10px 20px;
    border:1px solid #333;
    padding:1px;
}
img.alignleft  {
    float:left;
    margin:20px 0 10px 10px;
    border:1px solid #333;
    padding:1px;
}

/*---------------------------------------- Search --*/

#doulasearch{
    border:1px solid #106a3a;
    background:#f7f7f7;
    margin:0 5px;
    padding:5px;
    width:250px;
    float:right;
}
#doulasearch table{
    border:0;
    border-collapse:collapse;
}
#doulasearch table td{
    padding:2px;
    font-size:10px;
    text-align:left;
    vertical-align:top;
}
#doulasearch h5 {
    margin:0;
    padding:0;
    font-size:small;
    font-weight:bold;
    text-align:center;
    color:#106a3a;
}
#doulasearch .go {
    font-size:11px;
    font-weight:bold;
}
.sc {
    text-align:right;
}
form#doulamatch{
    border:1px solid #B5CDBA;
    margin:0;
    padding:10px;
    display:block;
}
#doulamatch .searchtitle{
    color:#005172;
    text-align:center;
    margin:0;
    padding:0 0 10px 0;
}
#doulamatch table{
    width:auto;
    border-collapse:collapse;
}
#doulamatch table td.zpad{
    padding-left:25px;
}
#doulamatch input#zip{
    width:100px;
}
div.hide-results{
    display: none;
}
#results_wrap{
    width:100%;
    border:1px solid #B5CDBA;
    border-top:0;
}
#dmresults{
    width:100%;
    min-height:1000px;
    overflow:scroll;
    margin:0;
    padding:0;
    border:0;
}

/*---------------------------------------- Home --*/

#newsbox, #featured {
    width:300px;
    float:left;
    min-height:190px;
}
#newsbox {
    border:1px solid #005172;
}
#featured {
    border:1px solid #6A1040;
}
#newsbox ul, #featured ul {
    list-style:none;
    margin:0 0 0 10px;
    padding:0 0 0 0;
}
#newsbox ul li {
    margin-bottom:20px;
}
#newsbox {
    margin-right:20px;
}
#newsbox h3, #featured h3 {
    font-weight:normal;
    margin:0 0 10px 0;
    padding:15px 10px;
    color:#fff;
    font-family:Trebuchet MS, Helvetica, sans-serif;
    font-size:20px;
}
#newsbox h3 {
    background:#005172;
}
#newsbox p {
    margin:0;
    padding:0 0 10px 10px;
    text-align:left;
}
#featured h3 {
    background:#6A1040;
}
.feature_member {
    padding:0 10px;
}
.feature_member table {
    border-collapse: collapse;
    border:0;
    width:auto;
}
.feature_member table td {
    padding:2px;
    font-size:11px;
    text-align:left;
    vertical-align:top;
}
.feature_member p {
    padding:3px 0;
    margin:0;
    font-size:11px;
}
.feature_member table img {

}

/*---------------------------------------- List Members --*/

table.mem {
    border-collapse: collapse;
    border:0;
}
table.mem td {
    padding:2px;
    font-size:x-small;
    text-align:left;
    vertical-align:middle;
    border:1px solid #cdcdcd;
}

/*---------------------------------------- List Users --*/

table.listUser1 {
    border-collapse: collapse;
    border:0;
    border-top:1px solid #106a3a;
    width:98%;
    margin:10px 0 25px 0;
}
table.listUser1 td {
    padding:2px;
    font-size:small;
    text-align:left;
    vertical-align:top;
}
table.listUser1 td p {
    padding:0 0 3px 0;
    margin:0;
    font-size:small;
}
table.listUser1 td p.username {
    font-weight:bold;
}
table.listUser1 td img {
    margin:0px 10px 0px 0;
}
table.listUser1 td.userIMG {
    width:85px;
    overflow:hidden;
}
table.listUser1 td h5 {
    margin:0;
    padding:0 0 5px 0;
    font-size:11px;
    font-weight:bold;
}
table.listUser1 td.areaserved {
    text-align:center
}
table.listUser2 {
    border-collapse: collapse;
    border:0;
    width:98%;
}
table.listUser2 td {
    border-collapse: collapse;
    border:0;
    width:98%;
}
table.listUser2 td {
    padding:5px;
    text-align:left;
    vertical-align:top;
}
table.listUser2 td.userIMG {
    width:125px;
    margin:0px 10px 0px 0;
}
.userSummary {
    margin:0;
    padding:0;
    list-style:none;
}
.userSummary li {
    margin:0 0 5px 0;
    font-size:11px;
}
.userInfo h3 {
    margin:0;
    padding:0 0 10px 0;
}
table.listUser2 .userInfo2 ul.userSummary {
    margin:20px 0 0 0;
}


/*---------------------------------------- News --*/

.time {
    font-size:x-small;
    margin:5px 0;
    padding:0;
}

/*---------------------------------------- Board of Directors --*/

table#board, #reading_list {
    width:auto;
    border:0px;
    border-collapse:collapse;
}
table#board tr.subheading td {
    font-weight:bold;
    font-size:13px;
    padding:10px 3px;
}
table#board td {
    text-align:left;
    vertical-align:top;
    padding:3px;
}

/*---------------------------------------- Amazon Reading List --*/

#reading_list td {
    padding:15px 5px 15px 5px;
    border-bottom:1px solid #106a3a;
}
#reading_list td p.author, #reading_list td p.details {
    padding:0 0 3px 0;
    margin:0;
}
#reading_list td p.details {
    font-size:x-small;
}
#reading_list td.book_image {
    text-align:center;
}

/*-----------------------------------------------------
                    LINKS
-------------------------------------------------------*/

a, a:link, a:visited, a:active, a:focus {
    text-decoration:underline;
    color:#0e6838;
    outline:0;
}
a:hover {
    color:#78a582;
    text-decoration:underline;
}
a img {
    border:0;
}
a.topLevelLink,
a.topLevelLink:link,
a.topLevelLink:visited,
a.topLevelLink:active,
a.topLevelLink a:focus {
    display:block;
    background:transparent url('images/tab-green-left.gif') top left no-repeat;
    padding:7px 15px;
    color:#fff;
    text-decoration:none;
    outline:0;
}
.sel a.topLevelLink,
.sel a.topLevelLink:link,
.sel a.topLevelLink:visited,
.sel a.topLevelLink:active,
.sel a.topLevelLink a:focus {
    display:block;
    background:transparent url('images/tab-white-left.gif') top left no-repeat;
    padding:7px 15px;
    color:#0e6838;
    text-decoration:none;
    outline:0;
}
.dropdown li a,
.dropdown li a:link,
.dropdown li a:visited,
.dropdown li a:active,
.dropdown li a:focus {
    text-decoration:none;
}
.dropdown li a:hover {
    text-decoration:underline;
}
#leftColumn a,
#leftColumn a:link,
#leftColumn a:visited,
#leftColumn a:active {
    text-decoration:none;
}
#leftColumn a:hover {
    text-decoration:underline;
}
#leftColumn li.current_page_item a,
#leftColumn li.current_page_item a:link,
#leftColumn li.current_page_item a:visited,
#leftColumn li.current_page_item a:active {
    font-weight:bold;
}
#leftColumn li.current_page_item a:hover {
    text-decoration:none;
    font-weight:bold;
}

/*-----------------------------------------------------
                    FORMS
-------------------------------------------------------*/

#leftColumn form p {
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.login_button {
    margin:10px 0;
}
#leftColumn ul.sidebarlogin_otherlinks {
    margin:0;
    padding:15px 0 0 0px;
    font-size:11px;
}
#leftColumn ul.sidebarlogin_otherlinks li {
    margin:0 0 7px 0;
    padding:0;
}
#login_error {
    color:red;
}
.lost {
    font-size:x-small;
}
p#nav {
    margin:0;
    padding:10px 0 0 10px;
    height:65px;
}
textarea#comment {
    width:600px;
}

/*---------------------------------------- Member Sign Up --*/

#membershipSignup {
    padding:10px;
    margin:0 0 20px 0;
    border:1px solid #b5cdb8;
}
#membershipSignup table {
    margin:0 0 20px 0;
    padding:0;
    border:0;
    border-collapse:collapse;
}
#membershipSignup table td {
    padding:4px;
    vertical-align:top;
    text-align:left;
}
#membershipSignup table label {
    font-weight:bold;
}
#membershipSignup table#member_new {
    margin:0 0 10px 0;
}
#membershipSignup table#member_new label {
    font-weight:normal;
}
#membershipSignup table#member_info input {
    width:200px;
}
#membershipSignup table#member_donate {
}
.required {
    font-size:11px;
    color:red;
}
.results table {
    margin:0 0 0 0;
    padding:0;
    border:0;
    border-collapse:collapse;
}
.results td {
    padding:2px 0;
    text-align:left;
    vertical-align:top;
}


/*-----------------------------------------------------
                    MISC.
-------------------------------------------------------*/

.clearfix:after,
#tabmenu:after,
#main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix,
#tabmenu,
#main {
    display:inline-block;
}

/* Hide from non-IE6 \*/
*html .clearfix,
*html #tabmenu,
*html #main {
    height:1%;
}
.clearfix,
#tabmenu,
#main {
    display:block;
}
*html #container {
    height:60%;
}
/* End hide from non-IE6 */

.green {
color:#0e6838;
}
.serv li {
margin-bottom:8px;
padding-bottom:0;
}
.pagi {
    padding-right:8px;
}
.bold {
    font-weight:bold;
}

/*--------------------------

Calendar styles located in the plugin directory.

--------------------------*/