/*
Theme Name: BTPA
Theme URI: 
Description: Custom theme for BTPA. Valid XHTML, CSS.
Version: 1.0
Author: mutey
Author URI: 
Tags: custom, theme, btpa

*/





/*
DEBUG TOOLS

* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }

*/











/* @group BASE STYLES */

* {
margin:0;
padding:0;
}

* :focus {
outline:0;
}
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;
}
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: 5px 12px;
	overflow:hidden;
	background:#fff;
}

/* @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;	

}

.home #htopinside #post-680{
padding: 10px 5px;
margin: 0;
}
.home #htopinside #post-680 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;
}
#memberleft 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;
}

#memberleft .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:670px;
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 url(images/quicklink-top3.png) no-repeat;
	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;
}

.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;
}
#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.this3{
	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;
}

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

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

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

#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:8px;
	border:0;
	padding:0;
	z-index:2;
}
#hmenu ul {
	list-style:none;
	padding:0;
	margin:0;
}



#hmenu .page_item{
/*   -moz-border-radius-topright:6px;
  -webkit-border-top-right-radius:6px; */
}

#hmenu ul li {

  	background:#04565e url(images/menu-bg-off.png) no-repeat;
	display:inline;
	float:left;
	width:auto;
	padding:0;
	margin:0 2px;
	border-bottom:2px solid #000;
}
#hmenu ul li.members_area {
  	background:#481068 url(images/mgrad-off.gif) no-repeat;
}
#hmenu ul li.members_area a{
  	background:none;
}
#hmenu ul li.members_area a.mlogout{
	padding-right: 28px;
  	background:transparent url(images/logout-key.gif) no-repeat top right;
}
#hmenu ul li.members_current a.mlogout{
  	background:transparent url(images/logout-key-on.gif) no-repeat top right;
}

#hmenu ul li span{
	float:left;
	padding:7px 1px 5px 1px;
	color: #fff;
	font-size: 12px;
}

#hmenu ul li.current_page_item, 
#hmenu ul li.current_page_ancestor
{
  	background:#04565e url(images/menu-bg-on.png) repeat-x;
	border-bottom:2px solid #fff;
}

#hmenu ul li.members_current
{
  	background:#fff url(images/mgrad-on.gif) repeat-x;
	border-bottom:2px solid #f4f1f7;
}

#hmenu ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
/* 	text-transform:capitalize; */
	font-weight:bold;
	font-size:12px;
	padding:8px 6px 4px 6px;
  	background: transparent url(images/menu-bg-off-r.gif) no-repeat top right;
  	float: left;
}

#hmenu ul li.current_page_item a, 
#hmenu ul li.current_page_ancestor a
{
	color:#04565e;
  	background: transparent url(images/menu-bg-on-r.png) no-repeat top right;	
}

#hmenu ul li.members_current a,
#hmenu ul li.members_current span{
	color: #330066;
}


#hmenu ul li a:hover{
	text-decoration: underline;
}

/* @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;
	font-weight:bold;
	border-top:1px solid #bbb;
}
#submenu ul li{
	line-height:1.2em;
	margin:0;
	padding:0;
	list-style-type:none;
	color:#999;
	border-bottom:1px solid #bbb;	
	font-size:1.2em;
}
#submenu ul ul{
border:none;
}
#submenu ul ul li{
	border:none;
}
#submenu ul li.page_folder{
	background:transparent url(images/arrow-sprite.png) no-repeat 100% -201px!important;
}
#sidebar_left #submenu ul li.page_folder.current_page_item,
#sidebar_left #submenu ul li.page_folder.current_page_ancestor{
	background-color:#e1d9e8;
	background-image: none!important;
}
#submenu ul li a{
	margin:0;
	padding:0;
	display:block;
	color:#333;
	padding:5px 15px 5px 20px;
  	background:transparent url(images/arrow-sprite.png) no-repeat 3px -2px;	
}

#submenu ul li.current_page_item,
#submenu ul li.current_page_ancestor {
	background-color:#e1d9e8!important;
	/*background-image:none!important;*/	
}
#submenu ul li.current_page_item.page_folder,
#submenu ul li.current_page_ancestor.page_folder {
	/* border-top:1px solid #a3a3a3; */
}

#submenu ul li.current_page_item ul,
#submenu ul li.current_page_ancestor ul{
	background-color:#e5e5e5;
	padding:5px 0;
	border-top:1px solid #bbb;	
	/* border-top:1px solid #666; */
}
#submenu ul li.current_page_ancestor ul li {
	background:none;
}
#submenu ul li ul{
	list-style: none;
	padding:0!important;
	margin:0!important;
}
#submenu ul li ul li{
	border:none;
	list-style-position:outside;
	font-size: 0.917em;
}
#submenu ul li ul li a{
	font-size:1em;
}

/* Link Colors - All levels */
#submenu ul li.current_page_item a,
#submenu ul li.current_page_ancestor a,
#submenu ul li.current_page_ancestor ul li.current_page_item a,
#submenu ul li.current_page_ancestor ul li.current_page_ancestor a{
	color:#3a005b;
	background-position:3px -303px;
}
#submenu ul li.current_page_item ul li,
#submenu ul li.current_page_ancestor ul li{
	padding:1px!important;
	margin: 1px!important;
	background-color:#e5e5e5!important;
}

#submenu ul li.current_page_item ul li a,
#submenu ul li.current_page_ancestor ul li a{
	color:#333;
	padding:3px 0 3px 25px;
	background-position:12px -97px;
	background-color: #E5E5E5;
}

#submenu ul li.current_page_ancestor ul li.current_page_item a,
#submenu ul li.current_page_ancestor ul li.current_page_ancestor a{
	background-position:12px -397px!important;
}

/* @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{
	
}
.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{
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.gif) 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;
}

/* @end */

/* @group BIOGRAPHIES PAGE */

.bionav{
background-color: white;	
}
#content ul.bionav{
list-style-type: none;	
list-style-image: none;
}
.bionav li{
	margin: 5px;;
	width: 90px;
	float: left;
	list-style-type: none;
}
.bionav li a{
	display: block;
	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{
	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{
	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;
}
#content #memberthum a:hover{
text-decoration: none;
}

#content #memberthum a .bionavjob,
#content #memberthum 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 {
	margin:0 0 4em 0;
}

#content .postentry, #content .meeting-details{
font-size: 1.2em;
line-height: 1.25em;
}

#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 0 10px;
}

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

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

/* BACKGROUND IMAGES FOR PAGE NAVI */

.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;	
}



/* @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(/20101102084651oe_/http://btpa.police.uk/wp-content/themes/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(/20101102084651oe_/http://btpa.police.uk/wp-content/themes/img/arrow-up.gif) no-repeat 98% 50%*/
}
/*#other {padding:1em; border:1px solid #e8e7e8; background:#fff url(/20101102084651oe_/http://btpa.police.uk/wp-content/themes/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;
}
*/