/*Theme Name: BTPATheme URI: Description: Custom theme for BTPA. Valid XHTML, CSS.Version: 2.1Author: SherryAuthor URI: Tags: custom, theme, btpa*/
/* @group BASE STYLES */

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 0;
}

html {
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    background-color: #067883;
    color: #333;
    font-size: 62.5%;
    /* Resets 1em to 10px */
    font-family: Arial, Helvetica, Sans-Serif;
    text-align: left;
    line-height: 1;
}

textarea {
    font-family: Arial, Helvetica, Sans-Serif;
}

body.logged-in {
    background-color: #572f82;
}

a {
    color: #258;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    /*text-decoration:underline!important;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*color:#555;	 font-family: Arial, Helvetica, Sans-Serif; 	text-align:left;*/
}


/*h1 {font-size:2.6em;}h2 {font-size:2.4em;}h3 {font-size:1.8em;}h4 {font-size:1.4em;}h5 {font-size:1.2em;}h6 {font-size:1em;}*/

img {
    border: 0;
}

input,
textarea {
    font-size: 12px;
}


/*input[type=text], textarea{	border:1px inset #aaa;	background:#fff;}input[type=submit] {	border:1px outset #aaa;	background:#ddd;}*/


/*pre {	overflow:auto;	font-size:1.2em;}code {	background-color:#f8f8f8;	color:#111;	font-size:1.2em;}*/


/* @end */


/* @group LAYOUT */

#page {
    width: 908px;
    /*928 for shadow*/
    margin: 0 auto;
    background: #fff url(images/shadow-vert.png) repeat-y;
    padding: 0 10px;
}

.logged-in #page {
    background: #fff url(images/shadow-vert-mem.png) repeat-y;
}

#header {
    margin: 0;
    /*padding:0 10px; removing shadow*/
    height: 176px;
}

#header-rel {
    /* fixes lame ie bug */
    margin: 0;
    height: 176px;
    position: relative;
}

#date-today {
    color: #fff;
    position: absolute;
    font-size: 11px;
    bottom: 8px;
    right: 14px;
}

#container {
    background-color: #fff;
    margin: 0;
    padding: 0 222px 0 226px;
    /*232 236 removing shadow*/
    /*background:#fff url(images/shadow-vert.png) repeat-y;*/
}

#wrapper {
    float: left;
    width: 100%;
    display: inline;
}

#sidebar_left {
    float: left;
    width: 226px;
    margin: 30px 0 0 -226px;
    position: relative;
}

#content {
    float: left;
    width: 436px;
    margin-right: -460px;
    margin-top: 40px;
    padding: 0px 12px 5px 12px;
    /*overflow:hidden;*/
    background: #fff;
    position: relative;
}

#content.stretch-out {
    margin-left: -222px;
    width: 658px;
}


/* @group HomePage Layout */

.home #container,
.page-template-page-members-landing-php #container {
    margin: 0;
    padding: 0;
}

.home #content,
.page-template-page-members-landing-php #content {
    float: left;
    width: 660px;
    margin: 0;
    padding: 12px;
}

.home #hometop {
    /*height: 186px;*/
    margin-bottom: 20px;
    background: url(images/hometop5.jpg) no-repeat;
    border-bottom: 1px solid #ccc;
}

#hometop {
    min-height: 219px;
}

* html #hometop {
    height: 219px;
}

.home #htopinside {
    width: 360px;
    margin-left: 298px;
    padding: 10px 5px;
}

.home #htopinside h1 {
    text-transform: uppercase;
}

.home #homeleft,
.page-template-page-members-landing-php #membernews {
    font-size: 1.2em;
    line-height: 1.25em;
    float: left;
    width: 316px;
    border: 1px solid #ccc;
}

#newsfeed a {
    color: #067883;
}

.page-template-page-members-landing-php #membernews {
    float: right;
}


/* @group Members Landing Nav */

#memberleft {
    width: 320px;
    float: left;
}

.memnavtitle h5 {
    color: #fff;
    display: inline;
    float: left;
    padding: 5px 20px 5px 8px;
    background: #017382 url(images/memb-land-h5.png) no-repeat 100% 0;
}

#memnavbody {
    background-color: #cddfe1;
    border: 1px solid #999;
}

#memnavbody a {
    color: #067883;
}

.memnavtitle h5 {
    font-size: 1.1em;
}

.memnavpage {
    margin: 10px;
}

.memnotlast {
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
}


/* @end */

.home #homeright {
    width: 316px;
    float: right;
    /*border: 1px solid #333;*/
}

.home #sidebar_right,
.page-template-page-members-landing-php #sidebar_right {
    float: right;
    width: 222px;
    margin: 0;
    /*position:relative;*/
}


/* tab pane styling */

div.panes div {
    display: none;
}

div.panes div.pane {
    display: none;
}

.newsnav {
    float: right;
    font-size: 1.25em;
}

#content .newsnav a {
    color: #067883;
}


/* @end */

#sidebar_right {
    float: right;
    width: 222px;
    margin: 0 -222px 0 0;
    position: relative;
}

#footer {
    clear: both;
    padding: 10px 14px 10px 14px;
    /*background:#fff url(images/shadow-vert.png) repeat-y;*/
}

.justleft {
    float: left;
}

.justright {
    float: right;
}


/*#fshadow { display: block;height:10px;background: #fff url(images/shadow-foot.png) no-repeat;margin: 0 0 15px 0;}*/

#breadcrumbs {
    width: 500px;
    height: 15px;
    float: left;
    margin: 0 0 0 -226px;
    padding: 12px 0 0 15px;
    position: relative;
}

.page-template-page-members-landing-php #breadcrumbs {
    width: 320px;
    margin: 0;
    padding: 0;
}


/* @end */


/* @group HOME STYLES */

#pdownload {
    /*margin-bottom: 20px;*/
}

#quicklinks {
    background: #330066;
    padding: 10px;
    font-size: 1.2em;
    line-height: 1.2em;
    /*-webkit-border-radius: 10px;    -moz-border-radius: 10px;*/
}

#quicklinks .tabs {
    font-size: 1.167em;
}

#content ul.tabs {
    margin: 5px 0 10px 10px;
}

#quicklink_bot {
    background: #fff url(images/quicklink-bot.png) no-repeat;
    height: 10px;
    margin: 0 0 20px 0;
}

#content #quicklinks h3 {
    margin: 5px 0 20px 0;
    color: #fff;
    font-size: 18px;
}

#quicklinks a {
    color: #fff;
}

#quicklinks .tabs a {
    color: #a38db9;
}

#quicklinks .tabs a:hover,
#quicklinks .tabs a.current {
    color: #fff;
}

#quicklinks a:hover {
    text-decoration: underline!important;
}

#content #quicklinks ul,
#content #quicklinks ul li,
#content #homeleft ul {
    line-height: 1.25em;
    list-style-image: none;
    list-style: none;
}

#content #quicklinks ul.tabs li a {
    padding: 0 18px;
    background: url(images/quicklinkul.gif) no-repeat 0 -28px;
}

#content #quicklinks ul.tabs li a:hover,
#content #quicklinks ul.tabs li a.current {
    background-position: 0 2px;
}

#content #quicklinks .panes ul {
    margin: 0;
}

#content #quicklinks .panes ul li a {
    padding: 0 20px;
    background: url(images/quicklinkul.gif) no-repeat 0 -58px;
}

#content #newsfeed h2,
#content #eventfeed h2 {
    margin: 10px;
    border-bottom: 1px solid #999;
}

.newsexcerpt,
.eventexcerpt {
    margin: 10px;
    overflow: hidden;
}

.eventexcerpt a {
    color: #067883;
}

#pdownload {}

.curvetop {
    /*-webkit-border-radius: 10px;    -moz-border-radius: 10px;*/
}

.evnotlast {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

#content #pdownload .panes {
    background-color: #cedfe1;
    overflow: hidden;
}

#content #pdownload ul.dltabsli {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 3px 0 3px 40px;
    background: transparent url(images/icon-pdf-med.png) no-repeat center left;
    border-bottom: 1px solid #999;
}

#content #pdownload ul.dltabsli li {
    margin: 4px 0 0 0;
}

#content #pdownload p {
    margin-bottom: 6px;
}

#content #pdownload ul.downloads-last {
    border-bottom: none;
}

#content #pdownload ul.dltabsli a {
    color: #067883;
}

#content #pdownload ul li {}


/* @end */

.page-template-page-members-landing-php {}


/* @group HEADER */

#header-rel {
    background-color: #000;
}

#headerimage {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#header-flash-link {
    position: absolute;
    top: 0;
    bottom: 26px;
    left: 0;
    right: 0;
    z-index: 99999;
    overflow: hidden;
}

#header-flash-link a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 999999px;
}

#headerlogo {
    position: absolute;
    top: 33px;
    left: 8px;
    z-index: 1;
}

#headermessage {
    width: 270px;
    position: absolute;
    top: 33px;
    left: 270px;
    z-index: 1;
}

.win #banner,
.mac #banner {
    z-index: 9;
}

#flashbanner,
#banner {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 908px;
    height: 150px;
    overflow: hidden;
}

.win #banner {
    z-index: 1;
}

#header-user {
    color: #fff;
    position: absolute;
    top: 33px;
    left: 270px;
    z-index: 1;
}

#header-user a {
    color: #fff;
    font-weight: bold;
}

#header-user a:hover {
    text-decoration: underline;
}

#header-user h1 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}

#header-user h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

#header-user .user-date {
    font-size: 11px;
}

#header-user .user-message {
    font-size: 11px;
    margin-bottom: 12px;
}

#header-user .user-logout {
    font-size: 13px;
    margin-bottom: 4px;
}

#headermessage span {
    font-size: 16px;
    color: #fff;
    line-height: 19px;
}

#headerlogo h1,
#headerlogo div.description {
    font-size: 12px;
}

#headerlogo h1 {
    margin: 0;
    /* font-size:3em; */
}

#headerlogo h1 a {
    background: transparent;
    color: #d0e0f0;
}

#headerlogo h1 a:hover {
    text-decoration: none;
}

#headerlogo div.description {
    margin: 0;
    background: transparent;
    color: #fff;
    font-size: 1.2em;
}

#page-template {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 16px;
}

#header-user .user-date {
    margin: 5px 0 15px 0;
}


/* @end */


/* @group TOP NAVIGATION */


#hmenu {
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0;
    padding: 0;
    z-index: 2;
    height:24px;
}
.menu-header-menu-container { float:left; height:24px; }
#menu-header-menu li { position: relative; height:24px; display: inline-block; padding: 0px 4px 0px 4px; border-top-right-radius: 6px; background: #007883; background: -moz-linear-gradient(-45deg, #007883 0%, #00565e 100%); background: -webkit-linear-gradient(-45deg, #007883 0%,#00565e 100%); background: linear-gradient(135deg, #007883 0%,#00565e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007883', endColorstr='#00565e',GradientType=1 );  }
#menu-header-menu li a { line-height: 24px; display: block; color: #fff; text-decoration: none; font-weight: bold; font-size: 12px; float: left; }
#menu-header-menu li a i { font-size:16px; line-height: 24px; }
#menu-header-menu li:first-child .fontawesome-text { display:none;} 

#menu-header-menu li:hover { background: #ccffff; background: -moz-linear-gradient(top,  #ccffff 0%, #ffffff 100%); background: -webkit-linear-gradient(top,  #ccffff 0%,#ffffff 100%); background: linear-gradient(to bottom,  #ccffff 0%,#ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffff', endColorstr='#ffffff',GradientType=0 ); }
#menu-header-menu li:hover a { color:#007883; }

#menu-header-menu li.current_page_item { background: #ccffff; background: -moz-linear-gradient(top,  #ccffff 0%, #ffffff 100%); background: -webkit-linear-gradient(top,  #ccffff 0%,#ffffff 100%); background: linear-gradient(to bottom,  #ccffff 0%,#ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffff', endColorstr='#ffffff',GradientType=0 ); }
#menu-header-menu li.current_page_item a { color:#007883!important; }
#menu-header-menu li.current_page_item ul.sub-menu li a { color:white!important; }
#menu-header-menu li.current_page_item ul.sub-menu li a:hover { color:#007883!important; }

#menu-header-menu li .sub-menu { display: none; }
.menu-item-has-children:hover > .sub-menu { display: block !important; }
.menu-item-has-children .sub-menu:hover { display: block !important; }
.menu-item-has-children .sub-menu { position: absolute; float: left; width: 200px; left: 0; margin-top: 24px; }
.menu-item-has-children .sub-menu li { width: 100%; display: block; border-radius: 0 !important; border-bottom: solid 1px #fff; }
.menu-item-has-children .sub-menu li a { color:#fff !important; }
.menu-item-has-children .sub-menu li:hover a { color:#007883 !important; }
.menu-item-has-children .sub-menu li:last-child { border-bottom:0; }

.members_area { display: inline-block; }
.members_area .m_menu { margin-left: 4px; display: inline-block; padding: 8px 6px 4px 6px; border-top-right-radius: 6px; background: #653d88; background: -moz-linear-gradient(-45deg,  #653d88 37%, #653d88 37%, #481068 100%); background: -webkit-linear-gradient(-45deg,  #653d88 37%,#653d88 37%,#481068 100%); background: linear-gradient(135deg,  #653d88 37%,#653d88 37%,#481068 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#653d88', endColorstr='#481068',GradientType=1 ); } 
.members_area .m_menu a { display: block; color: #fff; text-decoration: none; font-weight: bold; font-size: 12px; float: left; }
.members_area .m_menu .mlogout { padding-right: 28px; background: transparent url(images/logout-key.gif) no-repeat top right; background-position: 50px -9px; }
.members_area .m_menu span { float: left; color: #fff; padding: 0 5px; }

#menu-header-menu li.home a { font-size:16px; }
#menu-header-menu li.home a .fontawesome-text { display:none; }
/* @end */



/* @end */


/* @group BREADCRUMB */

#breadcrumbs {}

#breadcrumbs a {
    color: #333;
}

#breadcrumbs p {
    margin: 0;
    padding: 0;
}

#breadcrumbs strong {
    font-weight: bold;
}


/* @end */


/* @group SIDEBAR LEFT */

#submenu {
    position: relative;
}

#submenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #b7b7b7;
}

#submenu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#submenu a {
    margin: 0;
    padding: 0;
    display: block;
    color: #333;
    padding: 8px 15px 8px 20px;
    background: transparent url(images/arrow-sprite.png) no-repeat 3px 1px;
    font-size: 1.2em;
    line-height: 1.2em;
    border-bottom: 1px solid #b7b7b7;
    font-weight: bold;
}

#submenu .has_children {
    background: transparent url(images/arrow-sprite.png) no-repeat 100% -198px;
}

#submenu .current_page_ancestor a,
#submenu .current_page_item a {
    background-color: #e1d9e8;
    border-bottom: 1px solid #b7b7b7;
    background-position: 3px -300px;
    color: #3A005B;
}

#submenu .children {
    display: none;
}

#submenu .children .has_children {
    background-image: none;
}

#submenu .current_page_item .children,
#submenu .current_page_ancestor .children {
    display: block;
    border-top: none;
    border-bottom: 1px solid #b7b7b7;
    background-color: #e5e5e5;
}

#submenu .children a {
    background-color: transparent;
    border-bottom: none;
    font-weight: normal;
    font-size: 1em;
    background-position: 12px -95px;
    color: #333;
    padding: 5px 0 5px 25px;
}

#submenu .children .current_page_item .children,
#submenu .children .current_page_ancestor .children {
    background-color: transparent;
}

#submenu .children .current_page_ancestor,
#submenu .children .current_page_item {
    background-color: #f2f2f2;
}

#submenu .children .current_page_ancestor a,
#submenu .children .current_page_item a {
    color: #3A005B;
    font-weight: bold;
    background-position: 12px -395px;
}

#submenu .children .children {
    border-bottom: none;
    display: none;
    padding: none;
}

#submenu .children .current_page_item .children,
#submenu .children .current_page_ancestor .children {
    display: block;
    padding: 0;
}

#submenu .children .children a {
    color: #333;
    font-weight: normal;
    padding: 2px 0 2px 35px;
    background-position: 22px -97px;
}

#submenu .children .children .current_page_ancestor a,
#submenu .children .children .current_page_item a {
    color: #3A005B;
    background-position: 22px -399px;
}


/* @end */


/* @group SIDEBAR RIGHT */

#sidebar_right {
    font-size: 1.1em;
    /*position: relative;*/
}

.sidepad {
    padding: 14px;
}

#sidebar_right h5 {
    font-size: 1.091em;
}

#sidebar_right,
#sidebar_right h5 {
    color: #fff;
}

#sidebar_right li {
    list-style: none;
}

.side-block,
#side-tools,
#side-contact {
    margin-bottom: 8px;
}


/* \*/

* html .side-block {
    height: 1%;
}


/* */

.side-block {
    /*position: relative;*/
}

.side-block .block-title {
    border-bottom: 1px solid #fff;
}

.side-block .block-title h5 {
    padding: 5px 8px;
}

.side-block .block-content {
    /*position: relative;*/
    padding: 8px 0 8px 8px;
}

.block-content {
    min-height: 40px;
}

* html .block-content {
    height: 40px;
}

.side-block .block-content .inner {
    /*height:auto !important;		height:50px;		min-height:50px;*/
}

#contact-box li {
    line-height: 1.25em;
}

#contact-box a {
    color: #067883!important;
}

#contact-box h4 {
    color: #3A005B;
    font-size: 1.1em;
    margin-bottom: 3px;
}

#webside {
    position: relative;
}

#webside #webimg {
    position: absolute;
    bottom: 0;
    right: 0;
}

#webside .inner {
    width: 120px;
}

.clearright {
    /*clear: right;*/
}


/*.side-block .block-content p{	margin: 0;	padding: 0;	position: relative;padding:8px;}.side-block .block-content img{	margin: 0;	padding: 0;	position: relative;padding:8px;}*/

.side-block .block-content span,
#webside .inner {
    line-height: 1.23em;
    font-size: 1.091em;
    /* 	padding-bottom: 5px; */
    font-weight: bold;
    /*position: absolute;		width: 50%;		left: 0;*/
}


/*.block-content span{	margin-bottom: 10px!important;}*/

.side-block .block-content span a,
#webside .inner a {
    color: #fff;
}

.side-block .block-content span a:hover {
    text-decoration: underline;
}

.side-block .block-content img {
    /*position: absolute;		width: 50%;		right: 0;*/
}

.side-block .block-image {}

.font-changer {
    float: right;
}

.font-changer a {
    float: left;
}

.font-changer a img {
    float: left;
}


/* SIDE BLOCK - CALENDAR */

.side-block.sfirst .block-title {
    background: #54287c url(images/side-block-grad-calendar.png) repeat-x;
}

.side-block.sfirst .block-title h5 {
    background: transparent url(images/side-block-grad-calendar-r.png) no-repeat 100% 0;
}

.side-block.sfirst .block-content {
    background-color: #3a005b;
}


/* SIDE BLOCK - BTP WEBSITE */

.side-block.ssecond .block-title {
    background: #000b3d url(images/side-block-grad-website.png) repeat-x;
}

.side-block.ssecond .block-title h5 {
    background: transparent url(images/side-block-grad-website-r.png) no-repeat 100% 0;
}


/*.side-block.website .block-title img{float:right;}*/

.side-block.ssecond .block-content {
    background-color: #003366;
}


/* SEARCH BLOCK */

#side-tools {
    position: relative;
    width: 100%;
    height: 52px;
    background: #3a005b url(images/side-block-tools-top-right.png) no-repeat 100% 0;
}

#side-tools .print-this-page {
    font-size: 11px;
    color: #fff;
}

#side-tools .print-this-page a {
    float: left;
    color: #fff;
    padding: 3px 20px 3px 3px;
    background: url(images/side-block-tools-print.png) no-repeat 100% 0
}

#chgfontsizeoptions {
    font-size: 17px !important;
    height: 17px;
    display: inline;
}

#tools-top {
    height: 18px;
    padding: 6px 4px 2px 4px;
}

#tools-bottom {
    height: 22px;
    padding: 2px;
}

#searchform {
    padding: 2px 4px;
}

#searchform #s {
    width: 150px;
    padding-right: 30px;
    border: 1px solid #fff;
}

#searchsubmit {
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 34px;
    height: 34px;
    padding: 34px 0 0;
    /* padding should == height */
    margin: 0;
    border: 0;
    background: transparent url(images/search-circ-2.png) no-repeat 0 0;
    overflow: hidden;
    cursor: pointer;
    /* hand-shaped cursor */
    cursor: hand;
    /* for IE 5.x */
}

#searchsubmit:hover {
    background-position: -34px 0;
}

form>#searchsubmit {
    /* For non-IE browsers*/
    /*  height: 0px; */
}


/* CONTACT BLOCK */

#side-contact {}

#side-contact #side-contact-inner {
    background: transparent url(images/contact-grad.png) repeat-x 0 100%;
}

#side-contact .contact-title {}

#side-contact .contact-title h5 {
    color: #fff;
    display: inline;
    float: left;
    padding: 5px 20px 5px 8px;
    background: #3a005b url(images/side-block-tools-top-right.png) no-repeat 100% 0;
}

#contact-box {
    color: #333;
    border: 1px solid #999;
    padding: 8px;
    background: transparent url(images/right/phone.gif) no-repeat 100% 0;
    overflow: hidden;
}

#contact-box ul {
    margin: 8px 0;
}


/* @end */


/* @group FOOTER */

#footer {
    /*text-align:center;*/
    font-size: 1em;
    color: #666;
}


/*#footer ul{	list-style: none;}*/

#footer ul {
    list-style-image: url('images/arrow-grey-footer.gif');
    margin: 5px 0 5px 15px;
}

#footer a {
    color: #666;
}

#footer a:hover {
    text-decoration: underline;
}

#footer-inner {
    font-size: 1.1em;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

#footer-left {
    float: left;
}

#footer #footer-left a {
    /*color: #666;*/
}

#footer-right {
    float: right;
    width: 187px;
}

#footer-right span {
    font-weight: bold;
    color: #067883;
}

#footer-clear {
    height: 5px;
    /*background-color: yellow;*/
    clear: both;
}

#footer-close {
    width: 908px;
    margin: 0 auto;
    height: 20px;
}


/* @end */


/* @group CONTENT STYLES */

#content ul {
    list-style-image: url('images/list-ul.gif');
}

#content ol,
#content ul {
    margin: 5px 0 20px 20px;
}

#content ul.links {
    list-style-image: url('images/list-ul-grey.gif');
}

#content li {
    list-style-position: outside;
}

#upcomming a,
#publinks a,
#meetinglinks a {
    color: #067883!important;
}

#content #meetinglinks h2 {
    margin-top: 20px;
}

#memberthum {
    font-size: 1.2em;
    margin-bottom: 20px;
}


/* @end */


/* @group BIOGRAPHIES PAGE */

.listed-bio {
    background-color: #edf5f6;
    border-bottom: solid 2px #99c2c2;
    overflow: hidden;
    position: relative;
    display: none;
}

.listed-bio-content {
    padding: 10px;
    overflow: hidden;
}

.members-list {
    border-top: solid 2px #99c2c2;
    border-bottom: solid 2px #99c2c2;
    padding: 10px 0;
}

.listed-bio-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(images/bio-list-close.png) top left no-repeat;
    cursor: pointer;
}

.bionav {
    background-color: white;
}

#content ul.bionav {
    list-style-type: none;
    list-style-image: none;
    overflow: hidden;
}

.bionav li {
    margin: 5px;
    ;
    width: 90px;
    float: left;
    list-style-type: none;
}

.bionav li a {
    display: block;
    text-decoration: none;
    border: 0!important;
}

.bionav .biothumb {
    background-color: #3A005B;
}

.bionav li.current,
.bionav li a.active {
    /*background-color: #E1D9E8;*/
}

.bionav li.current img,
.bionav li a.active img,
.bionav a:hover img {
    opacity: .5;
    /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=50);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)";
    /* IE 8 */
    -khtml-opacity: .5;
    /* Safari 1.x */
    -moz-opacity: .5;
    /* FF lt 1.5, Netscape */
}

.bionav span {
    font-size: 11px;
    display: block;
}

.bionav .bionavtitle {
    color: #067883;
}

.bionav .bionavtext {
    color: #666;
}

.bionav .bionavtitle,
.bionav .bionavtext {
    padding: 5px 0 0 0;
}

.bionav .bionavtext {
    padding-left: 12px;
    background: transparent url(images/biosprite.gif) no-repeat -1px -33px;
}

.bionav .current .bionavtext,
.bionav .active .bionavtext,
.bionav a:hover .bionavtext {
    background-position: -1px 4px;
}

.hidden {
    visibility: hidden;
    display: none;
}

#profa,
#profb,
ul#profa,
ul#profb,
#content ul.bionav {
    margin: 0;
    padding: 0;
}

#profa li,
#profb li {
    list-style: none;
    padding: 5px 0;
}

.bionava:hover {
    text-decoration: none;
}

.bionav a .bionavjob,
.bionav a .bionavjob:hover {
    padding-top: 3px;
    color: #000;
}

#profa li,
#profb li {
    min-height: 131px;
}

* html #profa li {
    height: 131px;
}

* html #profb li {
    height: 131px;
}

#nojitter {
    height: 800px;
}

.current a,
a.thispage {
    /*padding:0 3px;		color:#fff;		background-color:#018ea0;*/
}


/* @end */


/* @group MEETINGS POSTS */

.meeting-details {
    position: relative;
}

.meet-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.prevmeet {
    padding: 0 5px 0 15px;
    background: url(images/prev-meet.gif) no-repeat 0 2px;
}

.nextmeet {
    padding: 0 15px 0 5px;
    background: url(images/next-meet.gif) no-repeat 100% 2px;
}

.calnav {
    padding: 0 5px 0 5px;
}

.backtocal {
    text-align: right;
    /*padding-right: 15px;*/
    margin-bottom: 10px;
}

#content .meet-deets {
    padding-top: 1.68em;
}

#content .meet-deets ul {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
}

#content .meet-deets ul li {
    margin-bottom: 10px;
}

#content .meet-deets ul li span {
    font-weight: bold;
    color: #067883;
}


/* @end */


/* @group MEMBERS VARIOUS */

#content #blueline p {
    margin-bottom: 2px;
}

#content #blueline .romlink {
    margin-bottom: 25px;
}

#content #blueline .romlink {
    min-height: 84px;
}

* html #content #blueline .romlink {
    height: 84px;
}

#content ul#blueline {
    list-style: none;
    list-style-image: none;
    margin: 5px 0;
}

#content ul#blueline li {
    padding-left: 120px;
    background-position: top left;
    background-repeat: no-repeat;
}


/* @end */


/* @group POST STYLES */

.post,
.page {
    clear: both;
}

.blog .post,
.archive .post,
.search-results .post,
.search-results .page,
.search-results .status-publish {
    margin: 0 0 4em 0;
}

#content .postentry {
    font-size: 1.2em;
    line-height: 1.25em;
    /*overflow: hidden;*/
}

#content .postentry p {
    margin-bottom: 15px;
}

#content .postentry li {
    margin-bottom: 5px;
}

#content p,
#content blockquote,
#content ul,
#content ol {
    /*text-align:justify;*/
}

#content blockquote {
    margin: 10px 20px;
    padding: 0 0 0 10px;
    border-left: 0.4em solid #ddd;
    font-size: 0.8em;
    line-height: 1.2em;
}

#content blockquote blockquote {
    margin-left: 0;
    font-size: 1em;
}

#content .hentry a {
    color: #067883;
    /*font-weight: normal;*/
    /*border-bottom:1px solid #999;	text-decoration: none;*/
}

#content a:hover {
    /*text-decoration:none;*/
}

div.navigation {
    font-size: 1.1em;
}


/* @group TABLES */

#content table {
    /*border-width:0 1px 1px 0;	border-style:solid;	border-color:#ccc;*/
    /*font-size:0.9em;*/
    border-collapse: collapse;
    margin: 10px 0;
}

#content table tr {
    /*padding:5px 10px;*/
    /*border-width:1px 0 0 1px;	border-style:solid;	border-color:#ccc;*/
    padding: 4px;
}

#content table thead {
    border-top: 1px solid #999;
}

#content table thead tr td {
    /*padding:5px 10px;*/
    /*border-width:1px 0 0 1px;	border-style:solid;	border-color:#ccc;*/
    color: #067883;
    font-weight: bold;
}

#content table tr td {
    /*padding:5px 10px;*/
    /*border-width:1px 0 0 1px;	border-style:solid;	border-color:#ccc;*/
    padding: 4px;
    border-bottom: 1px solid #999;
}

#content table tr th {
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #ccc;
    /*padding:5px 10px;*/
    background: #f4f4f4;
    color: #666;
    font-weight: bold;
    /*text-transform:uppercase;*/
    text-align: center;
}


/* AREA OBJECTIVES MAP - TABLE FIX */

#content table.map-area tr td {
    border: 0px!important;
}


/* @end */

#content hr {
    border: 0;
    color: #99c2c2;
    background-color: #99c2c2;
    height: 2px;
    margin-bottom: 5px;
}


/* @group Content Headings */

#content h1 {
    font-size: 1.8em;
    color: #3A005B;
    margin-bottom: 8px;
}

#content h2 {
    font-size: 1.167em;
    color: #3A005B;
    margin: 4px 0;
}

#content h3 {
    font-size: 1.083em;
    color: #067883;
    margin: 4px 0;
}

#content h4 {
    font-size: 1em;
    color: #333;
    margin: 4px 0;
}

#content h5 {}

h1.posttitle {
    margin: 0 0 5px 0;
    padding: 0;
}

h1.posttitle span {
    color: #666;
}

#content h2.posttitle {
    margin: 5px 0;
    padding: 0;
}

#content h2.posttitle a {
    color: #3A005B;
    text-decoration: none;
    border-bottom: none;
}

#content h2.posttitle a:hover {
    text-decoration: underline;
}


/* @end */

.postmetadata {
    clear: both;
    margin: 1em 0;
    font-size: 1.1em;
    background-color: #fff;
    color: #888;
    text-align: left;
}

.posttagscat {
    margin: 0 0 10px 0;
}

.postcat {
    margin: 0 10px 0 0;
}

.postcomment {
    font-size: 1.1em;
}

.poststicky {
    margin: 0 0 0 10px;
}

div.archive-desc {
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    font-size: 1.4em;
}

.eventsupcom a {
    color: #067883;
}


/* @end */


/* @group SITE MAP */

#content #sitemap ul ul,
#content #sitemap ul ul ul {
    margin-bottom: 0;
}

#content #sitemap ul li {
    margin-bottom: 20px;
}

#content #sitemap ul li ul li ul li,
#content #sitemap ul li ul li {
    margin-bottom: 3px;
}


/* @end */


/* @group POST -> img/capt */

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
}

.wp-caption a,
.wp-caption a:hover,
.gallery a,
.gallery a:hover,
.attachment a,
.attachment a:hover {
    border: none;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 0.8em;
    margin: 4px 0 0 0;
    padding: 0 4px;
}

.gallery {
    border: 1px solid #ddd;
    background-color: #f3f3f3;
}

.gallery-item {
    margin: 10px;
}

.gallery-caption {
    font-size: 0.8em;
}

.attachment img {
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    padding: 4px;
}


/* @end */

#content .post-edit-link {}

#content a.post-edit-link {
    text-transform: uppercase;
    font-size: 11px;
    padding: 1px 3px;
    color: #067883!important;
    font-weight: bold;
    text-decoration: underline;
}

#content a.post-edit-link:hover {
    background-color: red;
    text-decoration: none;
    color: #fff!important;
}


/* @group COMMENTS */

textarea#comment {
    width: 100%;
}

.commentlist {
    margin: 0;
    padding: 0;
}

.children {
    margin: 0 -21px -21px 0;
    padding: 0;
}

li.comment,
li.trackback,
li.pingback {
    list-style: none;
    border: 1px solid #eee;
    padding: 20px;
    margin: 10px 0;
}

ul.children li.comment {
    margin: 10px 0 -11px 0;
}

.comment-body {
    overflow: auto;
}

.commentlist li.even {
    background-color: #fafafa;
}

.commentlist li.odd {
    background-color: #f6f6f6;
}

.commentlist li.bypostauthor {
    background-color: #fffff8;
}

.commentlist li.bypostauthor > .comment-body > .comment-author > cite {
    border-bottom: 1px solid #aaa;
}

.comment-body p {
    font-size: 1.3em;
}

.comment-body blockquote {
    margin: 5px 10px;
    padding: 0 0 0 5px;
    border-left: 0.4em solid #ddd;
    font-size: 0.9em;
}

.comment-body blockquote blockquote {
    font-size: 1em;
}

.comment-body img.avatar {
    float: right;
    border: 1px solid #eee;
    margin: 0;
    background: #fff;
}

.comment-author cite {
    font-style: normal;
    font-weight: bold;
    color: #555;
    font-size: 1.4em;
}

.comment-meta {
    margin: 4px 0 0 0;
}

.reply {
    margin: 5px 0;
    padding: 0;
    font-size: 1.1em;
}


/* @end */


/* @group wp-Calendar */

#wp-calendar {
    text-align: center;
    width: 100%;
}

#wp-calendar caption,
#wp-calendar thead th {
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}

#wp-calendar tbody td {
    border: 1px solid #ccc;
    background: #f2f2f2;
}

#wp-calendar tbody td a {
    font-weight: bold;
}

#wp-calendar td#today {
    background: #e4e4e4;
}

#wp-calendar tbody td.pad {
    border: none;
    background: transparent;
}


/* @end */


/*#searchform {	margin: 3px auto;	padding: 5px 3px;	}.sidebar #searchform #s {	width: 120px;	padding: 2px;	}.sidebar #searchsubmit {	padding: 1px;	} */

.screen-reader-text {
    position: absolute;
    left: -1000em;
}

abbr {
    cursor: help;
    border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0 10px 0 0;
    width: auto;
}

.alignright {
    float: right;
    width: auto;
    margin: 0 0 10px 10px;
}

.cleareach {
    clear: both;
    display: block;
}

.clearboth {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/* wp-pagenavi */

.wp-pagenavi-showing {
    text-align: center;
}

.wp-pagenavi {
    line-height: 30px;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 12px;
}

.wp-pagenavi a,
.wp-pagenavi a:link {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    /*border: 1px solid #0066cc;*/
    color: #067883;
    font-weight: normal;
    /*background-color: #FFFFFF;*/
}

.wp-pagenavi .navinext a,
.wp-pagenavi .naviprev a,
.wp-pagenavi .navifirst a,
.wp-pagenavi .navilast a {
    color: #000;
}


/* BACKGROUND IMAGE CSS FOUND IN MASTER STYLE SHEET */

.wp-pagenavi .navinext a:hover,
.wp-pagenavi .naviprev a:hover,
.wp-pagenavi .navifirst a:hover,
.wp-pagenavi .navilast a:hover {
    color: #000;
    text-decoration: underline;
    background-color: transparent;
}

.wp-pagenavi a:visited {
    /*padding: 2px 4px 2px 4px; 	margin: 2px;	text-decoration: none;	border: 1px solid #0066cc;	color: #0066cc;	background-color: #FFFFFF;*/
}

.wp-pagenavi a:hover,
.wp-pagenavi a:active {
    /*border: 1px solid #000000;*/
    color: #fff;
    background-color: #067883;
}


/*.wp-pagenavi a:active {	padding: 2px 4px 2px 4px; 	margin: 2px;	text-decoration: none;	border: 1px solid #0066cc;	color: #0066cc;	background-color: #FFFFFF;	}*/

.wp-pagenavi span.pages {
    padding: 2px 4px 2px 4px;
    margin: 2px 2px 2px 2px;
    color: #000000;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

.wp-pagenavi span.current {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    /*font-weight: bold;*/
    color: #fff;
    background-color: #067883;
}

.wp-pagenavi span.extend {
    /*padding: 2px 4px 2px 4px; 	margin: 2px;		border: 1px solid #000000;	color: #000000;	background-color: #FFFFFF;*/
}

.wp-pagenavi .navifirst a {
    padding-left: 22px!important;
    background: transparent url(images/navi-arrow-sprite.gif) no-repeat 0 -58px;
}

.wp-pagenavi .navilast a {
    padding-right: 22px!important;
    background: transparent url(images/navi-arrow-sprite.gif) no-repeat 100% -18px;
}

.wp-pagenavi .naviprev a {
    padding-left: 14px!important;
    background: transparent url(images/navi-arrow-sprite.gif) no-repeat 0 -38px;
}

.wp-pagenavi .navinext a {
    padding-right: 14px!important;
    background: transparent url(images/navi-arrow-sprite.gif) no-repeat 100% 2px;
}

.wp-pagenavi .pages {
    display: none;
}


/* @group GEMS Javascript */

#content .romlink a {
    color: #067883;
}

#outer {
    /*background-color: yellow;*/
}

#content #outer a {
    color: #067883;
}

#content #outer h4 {
    margin: 0;
}

#outer h4 a span {
    /*background-color: yellow;*/
}

#content #outer h4 a {
    color: #333;
    padding-right: 16px;
    background: transparent url(images/apa-gems-arrow.gif) no-repeat 100% 1px;
}

#content #outer h4.open a {
    background-position: 100% -32px;
}


/*#outer h4.open a:hover{	background-position:100% 1px;		}*/

.demo {
    clear: both;
    position: relative;
    padding-top: 1em;
    /*margin:2em 0 1.5em 1em*/
}

.expand {
    clear: both
}

.collapse {
    margin-bottom: 15px;
    overflow: hidden;
}

.collapse .romlink,
h4.expand {
    margin-bottom: 2px;
}

#outer .romlink {
    padding-left: 16px;
    background: url(images/arrow-sprite.png) no-repeat 1px -6px;
}

.collapse p {
    /*margin-right:10px;  	margin-bottom:0*/
}

.switch {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px
}

#outer .switch a:link,
#outer .switch a:visited {
    padding-right: 1px;
    background-image: none
}

#outer .switch a:hover,
#outer .switch a:focus,
#outer .switch a:active {
    background-color: #fff
}

#wrapper .expand a {
    /*display:block;*/
    /*padding:3px*/
}

#wrapper .expand a:link,
#wrapper .expand a:visited {
    /*display:block;  	border-width:1px;  	background-image:url(../img/arrow-down.gif);  	background-repeat:no-repeat;  	background-position:98% 50%;*/
}

#wrapper .expand a:hover,
#wrapper .expand a:active,
#wrapper .expand a:focus {
    /*outline-color:#dedede*/
}

#wrapper .expand.open a:link,
#wrapper .expand.open a:visited {
    /*border-style:solid;  	background:#eee url(../img/arrow-up.gif) no-repeat 98% 50%*/
}


/*#other {padding:1em; border:1px solid #e8e7e8; background:#fff url(../img/exp-bg-body.png) repeat-x scroll 0 -30px; text-align:center}*/


/* @end */

#tml-main input,
#tml-main textarea {
    font-size: 12px;
    padding: 3px;
}

#content #tml-main ul.links {
    margin: 0;
    list-style: none;
    list-style-image: none;
}

#content #tml-main label {
    color: #333;
    font-weight: bold;
    margin: 3px 10px 3px 0;
    display: inline;
}

.login p.message,
.login p.error,
{
    background: none!important;
    border: none!important;
}


/*#content input[type=submit] {	padding: 1px 3px;	border:1px solid #333;	background:#ccc;}*/

.widgets-members-container {
    overflow: hidden;
}

#content.members-home {
    padding: 0;
    width: 460px;
}

.feed-wrapper {
    border: 1px solid #ccc;
}

.widget-members-news {
    width: 225px;
    float: left;
}

.widget-members-resources {
    width: 225px;
    float: right;
}

.widget-members-events {
    margin-bottom: 20px;
}

.widget-members-events-header {
    width: 255px;
    height: 99px;
    background: url(images/members-events-header.jpg) top left no-repeat;
    padding: 20px 20px 0px 185px;
    font-size: 1.1em;
    line-height: 1.1em;
}

#content .widget-members-events-list {
    border: solid 1px #c4c5c5;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f8f8f8;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e3e5e5), to(#fafbfb));
    background: -webkit-linear-gradient(top, #fafbfb, #e3e5e5);
    background: -moz-linear-gradient(top, #fafbfb, #e3e5e5);
    background: -ms-linear-gradient(top, #fafbfb, #e3e5e5);
    background: -o-linear-gradient(top, #fafbfb, #e3e5e5);
    padding: 15px 15px 0px 15px;
}

#content .widget-members-events-list li {
    margin-bottom: 15px;
}

.widget-members-events a {
    color: #006666;
}

.widget-members-events-meta {
    font-size: 0.85em;
}

.news-rss-link {
    background: url(images/rss-icon.jpg) right center no-repeat;
    padding-right: 25px;
    display: inline-block;
    min-height: 18px;
    line-height: 18px;
    color: #f6882d;
    font-weight: bold;
    font-size: 1.1em;
    position: absolute;
    top: -26px;
    right: 0;
}

.rib-section {
    border-top: solid 2px #99c2c2;
    margin-top: 1em;
    padding-top: 1em;
}

.newsletter-type {
    margin-bottom: 20px;
}

#content .feedback-form p {
    color: #018ea0;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 2em;
    font-size: 0.9em;
    overflow: hidden;
}

.wpcf7-form-control-wrap {
    background-color: #e7e7e7;
    padding: 5px;
    display: block;
}

.wpcf7-text,
.wpcf7-textarea {
    background-color: transparent;
    border: none;
    color: #333333;
    width: 100%;
    resize: vertical;
}

.wpcf7-submit {
    border: none;
    background: url("images/feedback-submit.gif") left center no-repeat;
    color: #3a005b;
    font-weight: bold;
    font-size: 1.3em;
    float: right;
    padding: 0 0 0 10px;
}

.wpcf7-submit:hover {
    text-decoration: underline;
    cursor: pointer;
}

#content .events-calendar-display {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

#content .events-calendar-display li {
    float: left;
    margin: 0;
}

#content .events-calendar-display a {
    padding: 2px 7px;
    display: block;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#content .events-calendar-display a.selected {
    background-color: #006666;
    color: #ffffff;
}

#content .events-calendar-committee {
    margin-bottom: 15px;
}

#content .events-calendar-committee label {
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
}

.events-calendar-committee input {
    border: none;
    background: url('images/green-arrow.gif') left center no-repeat transparent;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    color: #006666;
    font-weight: bold;
}

.events-calendar-committee input:hover {
    text-decoration: underline;
    cursor: pointer;
}

#content #eventsCal {
    width: 100%;
    border-left: solid 1px #000000;
    margin-bottom: 100px;
}

#content #eventsCal tr,
#content #eventsCal td,
#content #eventsCal th {
    border: none;
}

#eventsCal td {
    padding: 0 !important;
}

#content .events-navbar {
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    height: 15px;
    padding: 7px;
    text-align: center;
}

#content .events-navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#content .events-navbar li {
    float: left;
    padding: 0;
    margin: 0;
}

.events-navbar .events-prev {
    background: url(images/cal-left.gif) left center no-repeat;
    text-indent: -9999px;
    width: 12px;
    height: 15px;
    display: block;
    margin-right: 5px;
}

.events-navbar .events-next {
    background: url(images/cal-right.gif) left center no-repeat;
    text-indent: -9999px;
    width: 12px;
    height: 15px;
    display: block;
    margin-left: 5px;
}

#content .calendar-days th {
    border-left: solid 1px #ccebeb !important;
    background-color: #ccebeb;
    padding: 3px;
    font-weight: normal;
    color: #333333;
}

#eventsCal tbody td {
    border: solid 1px #009999 !important;
    height: 75px;
}

.calendar-day {
    background-color: #dbdbdb;
    padding: 2px 5px;
    font-size: 8px;
    color: #333333;
}

.calendar-current-day .calendar-day {
    background-color: #009999;
    color: #ffffff;
}

#content .calendar-events {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 8px;
    line-height: 9px;
}

#content .calendar-events li {
    padding: 5px;
    position: relative;
    margin: 0;
}

.calendar-event-details {
    font-size: 10px;
    line-height: 1.2;
    border: solid 1px #747474;
    background-color: #ffffff;
    padding: 10px 10px 10px 25px;
    position: absolute;
    left: 50%;
    margin-top: 1px;
    width: 200px;
    display: none;
    z-index: 2;
}

#content .calendar-event-details h3 {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1;
    background: url("images/feedback-submit.gif") no-repeat scroll left center transparent;
    padding-left: 15px;
    margin-left: -15px;
}

.calendar-event-details span {
    display: block;
    margin-bottom: 3px;
}

.calendar-event-dl {
    background: url(images/calendar-dl.gif) left center no-repeat;
    margin-top: 10px;
    display: block;
    height: 14px;
    padding-left: 20px;
    line-height: 14px;
}

#content .events-list {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0;
}

#content .events-list li {
    margin-bottom: 10px;
}

#content .events-list span {
    font-size: 0.8em;
}

.login-form-fail {
    color: #670606;
}

.events-list-noevents {
    margin-top: 20px;
    text-align: center;
}


/* root element for tabs  */

#pdownload ul.tabs {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    /*border-bottom:1px solid #666;*/
    height: 23px;
}

#pdownload .panes {
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 1.2em;
}

#htab_dlbot {
    height: 10px;
    background-color: yellow;
}


/* single tab */

#pdownload ul.tabs li {
    float: left;
    text-indent: 0;
    padding: 0;
    margin: 0 !important;
    list-style-image: none !important;
    margin-right: 8px!important;
}


/* link inside the tab. uses a background image */

#pdownload ul.tabs a {
    /*background: url(images/blue.png) no-repeat -420px 0;*/
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    display: block;
    /*height: 22px;*/
    line-height: 22px;
    /*width: 134px;*/
    /*text-align:center;*/
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 1px;
}

#pdownload ul.tabs li.htab_pub a {
    /*LEFT*/
    background: url(images/htabs-left.png) no-repeat 0 0;
    height: 22px;
    width: 104px;
    text-align: center;
}

#pdownload ul.tabs li.htab_dl a {
    /*RIGHT*/
    background: url(images/htabs-right.png) no-repeat 0 0;
    height: 22px;
    width: 142px;
    text-align: center;
}

#pdownload ul.tabs a:active {
    outline: none;
}


/* when mouse enters the tab move the background image */

#pdownload ul.tabs a:hover {
    text-decoration: underline;
}


/* active tab uses a class name "current". it's highlight is also done by moving the background image. */

#pdownload ul.tabs a.current,
#pdownload ul.tabs a.current:hover,
#pdownload ul.tabs li.current a {
    background-position: 0 -22px!important;
    text-decoration: underline;
    cursor: default !important;
    color: #fff !important;
}


/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */

#pdownload ul.tabs a.s {
    background-position: -553px 0;
    width: 81px;
}

#pdownload ul.tabs a.s:hover {
    background-position: -553px -31px;
}

#pdownload ul.tabs a.s.current {
    background-position: -553px -62px;
}


/* width 2 */

#pdownload ul.tabs a.l {
    background-position: -248px -0px;
    width: 174px;
}

#pdownload ul.tabs a.l:hover {
    background-position: -248px -31px;
}

#pdownload ul.tabs a.l.current {
    background-position: -248px -62px;
}


/* width 3 */

#pdownload ul.tabs a.xl {
    background-position: 0 -0px;
    width: 248px;
}

#pdownload ul.tabs a.xl:hover {
    background-position: 0 -31px;
}

#pdownload ul.tabs a.xl.current {
    background-position: 0 -62px;
}


/* initially all panes are hidden */

div.panes div.pane {
    display: none;
}

#loginform .login-username label,
#loginform .login-password label {
    display: block;
    float: left;
    width: 70px;
}

#chgfontsizeoptions {
    display: block;
    width: 55px;
    font-size: 0px;
    line-height: 0;
}

.font-changer {
    display: block;
}

optgroup {
    margin-top: 10px;
    font-style: normal;
    color: #868686;
}

option {
    color: #000000;
}

select {
    vertical-align: middle;
}

#viewpostpage {
    padding: 20px;
}

#viewpostpage #content {
    float: none;
    margin: 0;
    padding: 20px;
    width: auto;
}

#viewpostpage #header,
#viewpostpage #header-rel {
    height: auto;
}

#viewpostheader {
    background-color: #000000;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}

.viewpostwrapper {
    position: relative;
    max-width: 900px;
    min-width: 300px;
    margin: 0 auto;
}

#viewpostpage .headertitle {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    background-color: #3A005B;
    padding: 10px;
}

#content .postdate {
    margin-bottom: 15px;
}

#content .postnav {
    clear: right;
}

#ccc-icon {
    display: none !important;
}

.plans-landing {
    width: 640px;
    background-color: #fff;
    padding: 40px 20px 10px;
}

.plans-landing .holder {
    width: 100%;
    border: 1px solid #a7a9ac;
}

.plans-landing .landing-feature {
    width: 100%;
}

.plans-landing .cta {
    display: inline-block;
    border: 1px solid;
    border-radius: 4px;
    padding: 10px 18px;
    color: #0cbdbe;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    font-weight: bold;
}

.plans-landing .cta:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0cbdbe;
}

.plans-landing .cta.national {
    background-color: #0cbdbe;
    color: #fff;
    margin: 10px;
}

.plans-landing .cta.national:hover {
    background-color: #fff;
    color: #0cbdbe;
}

.plans-landing .btpa-logo {
    margin-top: 12px;
    float: right;
    margin-right: 10px;
}

.single-division {
    width: 868px;
    background-color: #fff;
    padding: 40px 20px;
    margin-left: -226px;
}

.single-division .landing-feature {
    width: 100%;
}

.single-division iframe {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
    background: #fff;
}

.single-division .close-button {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 100;
    display: none;
}

.single-division .close-button img {
    width: 30px;
}

.single-division .feature {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.single-division .feature img {
    width: 866px;
    border: 1px solid #ccc;
}

.single-division .feature a {
    color: #fff;
    display: inline-block;
    border: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: bold;
    position: absolute;
    top: 345px;
    left: 516px;
}

.single-division .feature a:hover {
    border-bottom: 1px solid;
    text-decoration: none;
}

.single-division .cta {
    display: inline-block;
    border: 1px solid;
    border-radius: 4px;
    padding: 10px 18px;
    color: #0cbdbe;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    font-weight: bold;
}

.single-division .cta:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0cbdbe;
}

.single-division .cta.download {
    background-color: #0cbdbe;
    color: #fff;
    margin: 10px;
}

.single-division .cta.download2 {
    background-color: #0cbdbe;
    color: #fff;
    margin: 0px;
}

.single-division .cta.download:hover {
    background-color: #fff;
    color: #0cbdbe;
}

.single-division .cta.download2:hover {
    background-color: #fff;
    color: #0cbdbe;
}

.single-division .contacts h1 {
    color: #007884;
    margin-bottom: 20px;
}

.single-division .contacts .contact {
    position: relative;
    padding-left: 115px;
    padding-top: 4px;
    float: left;
    margin-bottom: 20px;
    width: 319px;
}

.single-division .contacts .contact .contact-feature {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.single-division .contacts .contact .contact-name {
    text-transform: uppercase;
    margin-top: 8px;
}

.single-division .contacts .contact span {
    display: block;
    margin: 8px 0;
}

.single-division .contacts .contact a {
    display: block;
    margin: 8px 0;
    color: #000;
}

.single-division .form-feature {
    margin: 60px 0 0 10px;
    float: left;
    width: 390px;
}

.single-division .plans-enquiry {
    float: right;
    width: 50%;
}

.single-division .plans-enquiry h2 {
    color: #007884;
    font-size: 24px;
    margin: 47px 0 16px;
}

.single-division .plans-enquiry p {
    margin-bottom: 16px;
}

.single-division .plans-enquiry .col {
    width: 50%;
    float: left;
}

.single-division .plans-enquiry label {
    display: block;
    margin: 16px 0 8px;
    font-weight: bold;
}

.single-division .plans-enquiry input[type="text"] {
    width: 80%;
    border: 1px solid #a4a4a4;
    padding: 2%;
}

.single-division .plans-enquiry textarea {
    width: 90%;
    padding: 1%;
    border: 1px solid #a4a4a4;
    height: 100px;
    margin-bottom: 20px;
}

.single-division .plans-enquiry input[type="submit"] {
    background-color: #0cbdbe;
    font-size: 12px;
    color: #fff;
    padding: 10px 36px;
}

.single-division .plans-enquiry input[type="submit"]:hover {
    background-color: #fff;
    color: #0cbdbe;
}

.single-division .plans-enquiry input[type="text"].ErrorField,
.single-division .plans-enquiry textarea.ErrorField {
    border-color: red;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

.divisional-landing {
    width: 640px;
    background-color: #fff;
    padding: 40px 20px;
}

.divisional-landing #content {
    margin-top: 0;
    padding: 0;
    margin-right: 0;
    float: none;
    position: absolute;
}

.divisional-landing #content > h1 {
    color: #007884;
    font-size: 30px;
}

.divisional-landing #content > p {
    margin-bottom: 30px;
}

.divisional-landing #content .cta {
    display: inline-block;
    border: 1px solid;
    border-radius: 4px;
    padding: 7px 18px;
    color: #0cbdbe;
    margin-bottom: 40px;
    font-size: 12px;
    letter-spacing: 0.5px
}

.divisional-landing #content .cta:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0cbdbe;
}

.divisional-landing #content .contacts h1 {
    color: #007884;
    margin-bottom: 20px;
}

.divisional-landing #content .contacts .contact {
    position: relative;
    padding-left: 115px;
    padding-top: 4px;
    min-height: 100px;
    margin-bottom: 20px;
}

.divisional-landing #content .contacts .contact .contact-feature {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.divisional-landing #content .contacts .contact .division-title {
    text-transform: uppercase;
}

.divisional-landing #content .contacts .contact .division-title.d-division {
    color: #ad7bb6;
}

.divisional-landing #content .contacts .contact .division-title.c-division {
    color: #19bcbe;
}

.divisional-landing #content .contacts .contact .division-title.b-division {
    color: #1891a3;
}

.divisional-landing #content .contacts .contact .name {
    display: block;
    margin: 8px 0;
    font-weight: bold;
}

.divisional-landing #content .contacts .contact a {
    display: block;
    margin: 8px 0;
    color: #000;
}

.divisional-landing #content .contacts .contact a img {
    width: 12px;
    vertical-align: middle;
    margin-right: 4px;
}

.divisional-landing #content .contacts .contact .external-link-img {
    display: none !important;
}

.divisional-landing .map {
    position: relative;
    float: right;
    width: 345px;
    height: 530px;
    z-index: 9;
}

.divisional-landing .map img.region {
    position: absolute;
    width: 345px;
    top: 0;
    left: 0;
    display: none;
}

.divisional-landing .map .gb-map {
    position: absolute;
    width: 345px;
    top: 0;
    left: 0;
    display: block;
}

.divisional-landing .map .clickable {
    position: absolute;
    display: inline-block;
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}

.divisional-landing .map a.scotland {
    width: 188px;
    height: 242px;
    left: 7px;
    top: 0px;
    z-index: 10;
}

.divisional-landing .map a.penine {
    width: 108px;
    height: 151px;
    left: 146px;
    top: 200px;
    z-index: 40;
}

.divisional-landing .map a.wales {
    width: 92px;
    height: 128px;
    left: 80px;
    top: 325px;
    z-index: 50;
}

.divisional-landing .map a.midlands {
    width: 101px;
    height: 105px;
    left: 173px;
    top: 327px;
    z-index: 30;
}

.divisional-landing .map a.w-one {
    width: 110px;
    height: 83px;
    left: 62px;
    top: 447px;
    z-index: 60;
}

.divisional-landing .map a.w-two {
    width: 69px;
    height: 53px;
    left: 170px;
    top: 415px;
    z-index: 80;
}

.divisional-landing .map a.east {
    width: 92px;
    height: 98px;
    left: 243px;
    top: 352px;
    z-index: 20;
}

.divisional-landing .map a.south {
    width: 153px;
    height: 59px;
    left: 173px;
    top: 451px;
    z-index: 70;
}

.divisional-landing .map a.tfl {
    width: 22px;
    height: 22px;
    left: 256px;
    top: 436px;
    z-index: 90;
}

.divisional-landing .map .line {
    position: absolute;
    left: 274px;
    top: 444px;
    display: inline-block;
    width: 47px;
    height: 2px;
    background-color: #19bcbe;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.lt-ie8 .divisional-landing {
    float: left;
}

.lt-ie8 .plans-landing {
    float: left;
}

.lt-ie8 .single-division {
    float: left;
}

.lt-ie8 .plans-landing .cta.local {
    margin-top: -44px;
}

.lt-ie8 .plans-landing .btpa-logo {
    margin-top: -44px;
}

.lt-ie8 .single-division .cta.back {
    margin-top: -46px;
}

#social-share-bar {
    left: -4px;
    position: relative;
    width: 100%;
    display: block;
    height: 50px;
    overflow: hidden;
    margin-top: 15px;
}

#social-share-bar .social-sharing {
    line-height: 50px;
    color: #fff;
    position: absolute;
    right: 8px;
}

#social-share-bar .twitter {
    background: #067883;
    z-index: 3;
    position: relative;
}

#social-share-bar .facebook {
    background: #3b5998;
    z-index: 2;
    position: relative;
}

#social-share-bar .linkedin {
    background: #007bb5;
    width: 100%;
    z-index: 1;
    position: relative;
}

#social-share-bar .social-sharing span {
    width: 30px;
    height: 30px;
    line-height: 50px;
    float: right;
    color: #fff;
    position: relative;
    right: -2px;
    font-size: 30px;
}

#social-share-bar .sharing-button {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#social-share-bar #share-twitter {
    width: calc(100% - 100px);
    z-index: 3;
    background: #067883;
    position: absolute;
}

#social-share-bar #share-facebook {
    width: calc(100% - 50px);
    background: #3b5998;
    z-index: 2;
    position: absolute;
}

#social-share-bar #share-linkedin {
    width: 100%;
    background: #007bb5;
    z-index: 1;
    position: absolute;
}

#social-share-bar .slide-hide {
    width: 0px!important;
    padding: 0!important;
    color: transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#social-share-bar .share-now {
    text-indent: 20px;
    display: inline-block;
}

#social-share-bar .external-link-img {
    display: none;
}

#social-share-bar .fa-facebook {
    right: -4px!important
}

.post-edit-link {
    margin-top: 35px;
    display: inline-block;
    border: 1px solid;
    border-radius: 4px;
    padding: 5px 15px;
    color: #0cbdbe;
    margin-bottom: 40px;
    font-size: 12px;
    letter-spacing: 0.5px;
    width: 70px;
    text-align: center;
    text-decoration: none!important;
}

body.single .postmetadata a,
body.home .postmetadata a {
    color: #0cbdbe;
}

body.single .postmetadata:hover a,
body.home .postmetadata:hover a {
    color: #fff;
    text-decoration: none;
}

.postmetadata a {
    margin-top: 35px;
    display: inline-block;
    border: 1px solid;
    border-radius: 4px;
    padding: 5px 15px;
    color: #0cbdbe;
    margin-bottom: 40px;
    font-size: 12px;
    letter-spacing: 0.5px;
    width: 70px;
    text-align: center;
}

.eye_css_switch { display: inline; position: absolute; right: 19px; top: 5px; cursor:pointer; }
.eye_css_switch img { width:20px; }
.font-changer { position: relative; left: -31px;}
#chgfontsizeoptions { display: block; width: 42px; }

/*Css Additions 22/12*/
#content #newsfeed h2, #content #newsfeed a:hover {text-decoration: none;}
#content #newsfeed h2, #content #eventfeed a:hover {text-decoration: none;}
.twitter { width: 650px;
    float: right;
    margin: 10px;}
    
    
            .source, .source2 {
            width: 350px;
            margin: 0 auto;
            border: 1px solid #e0e0e0;
            background: white;
            display: block;
            white-space: pre;
            -webkit-border-radius: 3px;
               -moz-border-radius: 3px;
                    border-radius: 3px;
        }

        .source2 {
            width: 450px;
        }

        .example2 {
    width: 629px;
    padding: 15px;
    padding-bottom: 0px;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    height:158px;
        }
    
        .example2 .tweet {
            overflow: hidden;
            height:119px;
        }

        .example2 ul {
            width: 99999px;
            height: 100px;
        }

        .example2 ul li {
            width: 187px;
            height: 100px;
            float: left;
            border-right: 1px solid #eee;
            padding: 0 10px 0 0;
            margin: 0 10px 0 0;
        }
        
        .example2 li {
    list-style-position: outside;
    font-size: 1.2em;
    line-height: 1.25em;
}
      
    .example2 h2 {
    margin: 10px;
    border-bottom: 1px solid #999;
    font-size: 1.467em!important;
    color: #3A005B!important;
}  

.example2 h2 img {    width: 15px;
    padding-left: 5px;}
.example2 h2:hover { 
	text-decoration: none;
}

.example2 a:hover { 
	text-decoration: none;
}

.example2 h2 p {    float: right;
    font-size: 10px;
    margin-top: 4px;}
    
.example2 img.external-link-img { display:none;}
    
