/* COLOR PALETTE

#8bb7e1 - LIGHT BACKGROUND BLUE (logo, buttons, fields)
#415063 - DARK BLUE (titles, borders)
#6e90b8	- LIGHT BLUE (links)
#333	- DARK GREY (text)

*/

/* RESET
---------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background: #fff;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1;
}

/*
div {
	outline: 1px solid red;
}
*/

ol,
ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	background:#F0F0F0 none repeat scroll 0%;
	border:1px dotted #FFCC00;
	color:#222222;
	margin:10px 25px;
	padding:10px 20px;
}


#container {
	margin: 0 auto;
	width: 891px;
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
	text-indent: -9999px;
}

h2 {
	border-bottom: 1px solid #999;
	clear: left;
	color: #333;
	font-size: 1.1em;
	font-weight: 200;
	margin: 0 0 .6em 0;
	text-transform: uppercase;
}

h2 a,
h2 a:active {
	color: #999;
}

h2 a:hover,
h2 a:focus {
	color: #333;
	text-decoration: none;
}

h2 select {
	text-transform: capitalize;
}

h3 {
	color: #000;
	font-size: 1.4em;
	font-weight: 100;
	margin: 0 0 .6em 0;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

a,
#article #main p a:hover,
#article #main p a:focus,
#members p a:hover,
#members p a:focus,
#member-sidebar a:hover,
#member-sidebar a:focus,
a:active {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus,
#nav a.underline,
#members p a,
#members p a:active,
#member-sidebar a,
#member-sidebar a:active,
#article #main p a,
#article #main p a:active {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

select {
	border: 1px solid #415063;
	font-size: 1em;
}

/* HEADER/FOOTER
---------------------------------------------------------------*/

#member {
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	clear: left;
	font-size: 1em;
	height: 2em;
	text-transform: uppercase;
	background:black;
	color:white;
}

#nav,
#footer {
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	clear: left;
	font-size: 1em;
	height: 2em;
	text-transform: uppercase;
}

#nav {
	margin: 5px 0;
}


#member a {
	color: white;
}

#nav a {
	color: #000;
}

#member li {
	float: right;
	margin: 0 0 0 1em ;
	padding: .5em 0;
	color:white;
}

#nav li,
#footer li {
	float: left;
	margin: 0 1.3em 0 0 ;
	padding: .5em 0;
}

#nav a.rss {
	background: transparent url(http://www.feedburner.com/fb/images/pub/feed-icon16x16.png) no-repeat left 50%;
	padding: .3em 0 .3em 2em;
}


#header h1 a, #header-12 h1 a, #header-13 h1 a, #header-14 h1 a, #header-15 h1 a, #header-16 h1 a {
	background: transparent url(../images/logo.jpg) no-repeat 0 0;
	border: 0 !important;
	display: block;
	height: 258px;
	position: absolute;
	width: 150px;
}

#header, #header-12, #header-13, #header-14, #header-15, #header-16 {
	height: 258px;
	position: relative;
	width: 891px;
}

#header {
	background: transparent url(../images/pic-banner.jpg) no-repeat right top;
}

#header-13 {
	background: transparent url(../images/pic-banner-13.jpg) no-repeat right top;
}

#header-12 h1 a {
	background: transparent url(../images/logo-12.jpg) no-repeat left top;
}

#header-13 h1 a {
	background: transparent url(../images/logo-13.jpg) no-repeat left top;
}

#header-14 h1 a {
	background: transparent url(../images/logo-14.jpg) no-repeat left top;
}

#header-15 h1 a {
	background: transparent url(../images/logo-15.jpg) no-repeat left top;
}

#header-16 h1 a {
	background: transparent url(../images/logo-16.jpg) no-repeat left top;
}

#subheader {
	background: transparent url(../images/pbh_sub_header.gif) no-repeat 0 0;
	float: left;
	height: 82px;
	margin: 0 20px 0 0;
}

#article #nav {
	clear: none;
	margin: 0 0 0 5px;
}

#article #member,
#members #member {
	border: 0;
}

#search {
	float: right;
	padding: .2em 0 0 0;
}

#article #search {
	background: #fff;
	padding: 5px 0 10px 0;
	text-align: right;
	width: 240px;
}

#article #search2 {
	background: #fff;
	padding: 5px 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
}

#keywords {
	border: 1px solid #333;
	color: #333;
	font-size: 1em;
	margin: 0 .5em 0 0;
	padding: .1em .3em;
}

#keywords:focus {
	background: #ddd;
}

#subscribe {
	background: #fff;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	clear: left;
	float: left;
	height: 4em;
	margin: 0 0 .5em 0;
	padding: .7em 0 0 0;
	width: 100%;
}

#subscribe .field {
	font-size: 1.2em;
	padding: .2em;
	width: 200px;
}

#subscribe a {
	float: right;
	margin: .6em 0 0 0;
}

#subscribe .instructions {
	color: #777;
	margin: 0 0 5px 0;
	text-transform: none !important;
}

.button {
	background: #eee;
	border: 1px solid #333;
	color: #333;
	font-size: .9em;
	font-weight: bold;
	padding: .2em .4em;
}

#copyright {
	margin: 1em 0;
}

/* Clearing Class ////////*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: block;}

/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */

/* COLUMNS
---------------------------------------------------------------*/

#content, #content2 {
	background: transparent url(../images/bgs/bg-home.png) repeat-y right top;
	clear: left;
	overflow: hidden;
}


#article #content {
	background: transparent url(../images/bgs/bg-article-page.gif) repeat-y right top;
	clear: left;
	overflow: hidden;
}

#content3 {
	background: transparent url(../images/bgs/bg-articles.gif) repeat-y right top;
	clear: left;
	overflow: hidden;
}

#article #content2 {
	background: transparent url(../images/post.jpg) repeat-y left top;
	clear: left;
	overflow: hidden;
}

#members #content {
	background: white;
	clear: left;
	overflow: hidden;
}

div.col {
	float: left;
	font-size: 1.2em;
	line-height: 1.8em;
}

#home1 {
	margin: 0 5px 0 0;
	width: 440px;
}

#home3 {
	margin: 0 5px 0 0;
	width: 665px;
}

#main {
	margin: 10px 15px 10px 30px;
	width: 473px;
}

#main2 {
	margin: 10px 15px 10px 30px;
	width: 450px;
}

#main3 {
	margin: 10px 15px 10px 30px;
	width: 450px;
}

#logo {
	background: #fff;
	float: left;
	line-height: 0;
	padding: 10px 0 0 1px;
	width: 150px;
}

/* HOMEPAGE COLUMN 2
---------------------------------------------------------------*/

#home2 {
	width: 225px;
}

#home2 h2 {
	border: 0;
	margin: 0;
	text-indent: -9999px;
	width: 220px;
}

#home2 p {
	padding: 10px;
}

#home2 ul li {
	padding: .5em 10px;
}


#local, #local1 {
	padding: 0 5px 0 0;
}

#local3 {
	margin: 0 0 -6px 6px;
}

#local1 h2 {
	background: transparent url(../images/bgs/back_to_pbh.jpg) no-repeat right top;
	height: 60px;
	padding: 0 5px 0 0;
}	

#home2 #local2 h2 {
	padding: 0 5px 24px 0;
}

#home2 #local2 {
	background: transparent url(../images/bgs/local_column_bg.jpg) repeat-y;
	margin-left: 5px;
	margin-bottom: -9px;
}

#home2 #local2 ul {
	padding: 10px 0 0 10px;
	width:165px;
}	

#home2 #local2 ul.local_site {
	padding: 28px 0 0 10px;
}	

#home2 #local2 li {
	background: transparent url(../images/bgs/local_house_bullet.gif) no-repeat left center;
	padding: 0 0 0 21px;
}	

#home2 #local2 #divider {
	padding: 0 5px 0 0;
}

#home2 #divider1 {
	margin: 0 5px 12px 0;
}

#local hr, #local1 hr {
	border-top : 1px solid #feea08;
	border-style:solid none none;
	border-width:1px 0pt 0pt;
	height:0pt;
	padding-bottom:0pt;
}

#recent {
	/*background: transparent url(../images/bgs/bg-comments.gif) repeat-y 0 0;*/
	padding: 0 0 0 5px;
}

#recent a,
#recent a:active {
	color: #699;
}

#recent a:hover,
#recent a:focus {
	color: #399;
}

#recent-comments {
	background: transparent url(../images/headers/header-comments.jpg) no-repeat right top;
	height: 58px;
}

#recent-articles {
	background: transparent url(../images/headers/recent_articles.gif) no-repeat right top;
	height: 53px;
}

#featured-articles {
	background: transparent url(../images/headers/featured_articles.gif) no-repeat right top;
	height: 53px;
}

/* SIDEBAR
---------------------------------------------------------------*/

#sidebar {
	/*background: transparent url(../images/bgs/bg-articles.gif) repeat-y 0 0;*/
	width: 220px;
}

#sidebar h2 {
	border: 0;
	text-indent: -9999px;
	width: 220px;
}

#sidebar a,
#sidebar a:active {
	color: #f93;
}

#sidebar a:hover,
#sidebar a:focus {
	color: #f63;
}

/* ARTICLES LIST
---------------------------------------------------------------*/

#home1 p {
	margin: 0 0 1em 0;
}

#home1 p a,
#home1 p a:active {
	margin: 0 0 1em 0;
	text-decoration: underline;
}

#home1 p a:hover,
#home1 p a:focus {
	text-decoration: none;
}


#article-menu {
	float: right;
	width: 200px;
}

ul.tools {
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	clear: left;
	height: 1.8em;
	list-style: none !important;
	margin: 0 0 1em 0 !important;
}

ul.tools li {
	float: left;
	font-size: .9em;
	list-style: none !important;
	margin: 0 1.5em 0 0 !important;
	text-transform: uppercase;
}

ul.tools2 {
	border-bottom: 1px dotted #999;
	clear: left;
	height: 1.8em;
	list-style: none !important;
	margin: 0 0 1em 0 !important;
}

ul.tools2 li {
	float: left;
	font-size: .9em;
	list-style: none !important;
	margin: 0 1.5em 0 0 !important;
	text-transform: uppercase;
}

ul.inline {
	border: 0;
	clear: none;
	display: inline;
	padding: 0 0 0 1em;
}

ul.inline li {
	display: inline;
	float: none;
}

/* BOOKS LIST
---------------------------------------------------------------*/

#books p {
	line-height: 1.3em;
	padding: 5px 10px;
}

#books h2 {
	background: transparent url(../images/headers/header-books.jpg) no-repeat right top;
	height: 47px;
}

#blogs h2 {
	background: transparent url(../images/headers/blogs.gif) no-repeat right top;
	height: 53px;
}

#resources h2 {
	background: transparent url(../images/headers/web_resources.gif) no-repeat right top;
	height: 53px;
}

#events h2 {
	background: transparent url(../images/headers/events.gif) no-repeat right top;
	height: 53px;
}

#parents h2 {
	background: transparent url(../images/headers/parents_clubs.gif) no-repeat right top;
	height: 53px;
}

div.amazon-code {
	float: left;
	margin: 0 1em 1em 0;
}

/* WEB SITES LIST
---------------------------------------------------------------*/

#sites {
	list-style-type: decimal;
}

#sites li {
	margin: 0 0 0 1.5em;
}

/* ARTICLE LIST
---------------------------------------------------------------*/

#articles h2 {
	background: transparent url(../images/headers/header-articles.jpg) no-repeat right top;
	height: 57px;
}

#article-list li {
	margin: 0 10px .5em 10px;
}

/* ARTICLE
---------------------------------------------------------------*/

div.article-photo {
	float: right;
	padding: 0 0 10px 10px;
}

div.article-photo.static {
	float: none;
}

div.article-photo span {
	border-top: 1px solid #333;
	clear: left;
	color: #555;
	display: block;
	line-height: 1.4em;
	font-size: .9em;
}

#article #main p {
	margin: 0 0 1.4em 0;
}

#article #main ol,
#article #main ol li,
div.blurbs ol,
div.blurbs ol li {
	list-style: decimal !important;
}

#article #main ul,
#article #main ul li,
div.blurbs ul,
div.blurbs ul li {
	list-style: disc;
}

#article #main ol li,
#article #main ul li,
div.blurbs ol li,
div.blurbs ul li {
	margin: 0 0 0 2.5em;
}

/* BOOKMARKS
---------------------------------------------------------------*/

#bookmarks {
	clear: left;
}

#bookmarks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bookmarks ul li {
	display: inline;
	list-style: none;
	margin: 0 1em 0 0 !important;
	padding: 0;
}

/* COMMENTS
---------------------------------------------------------------*/

div.comment-blurb {
	border-bottom: 1px dotted #fff;
}

div.comment {
	border-bottom: 1px dotted #6e90b8;
	margin: 1em 0;
	overflow: hidden;
	padding: 0 0 .5em 0;
}

div.comment p {
	margin-left: 66px;
}

div.comment img {
	border: 1px solid #999;
	float: left;
	padding: 2px;
  margin-right:7px;
}

.field {
	border: 1px solid #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: .1em;
	width: 420px;
}

/* ARCHIVES
---------------------------------------------------------------*/

ul.archive {
	border-top: 1px solid #415063;
	display: none;
	list-style: disc;
}

ul.archive li {
	margin: 0 0 0 1.5em;
}

/* 404 PAGE
---------------------------------------------------------------*/

body.error #content ul {
	list-style: disc;
	margin: 0 0 1em 1.5em;
}

body.error #content ul li.plain {
	font-weight: bold;
	list-style: none;
}

/* ABOUT US
---------------------------------------------------------------*/

div.about-profile {
	clear: left;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

/* MEMBERS
---------------------------------------------------------------*/

#members #main {
	font-size: 1.2em;
	margin: 0 0 0 0;
	width: 520px;
	float: right;
}

#members #main p {
	margin: 0 0 1.2em 0;
}

#members h2 {
	clear: none;
	margin-top:20px;
}

#members h3 {
	font-size: 1.8em;
	margin: 10px 15px 10px 171px;
}

#member-sidebar {
	background: #eee;
	border: 1px solid #999;
	float: left;
	font-size: 1.2em;
	padding: 1em;
	width: 150px;
	margin: 10px 15px 10px 30px;
}

div.photo img {
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
}

/* #home1 img, #article #main.col img {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
} */
	
ul.info {
	margin: 1em 0 0 0;
}

ul.info li {
	line-height: 1.4em;
	margin: 0 0 .5em 0;
}

#members label {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}

#members label.inline {
	display: inline;
}

/* Member messaging
---------------------------------------------------------------*/


body#members.messages #content {
	background: transparent url(../images/bgs/bg-member-messages-page.gif) repeat-y right top;
	clear: left;
	overflow: hidden;
}

#members table#member-table tr td div.menuItem
{
	padding: 5px;
}

#members table#member-table tr td.profileMenu
{
	width: 140px;
	padding: 5px 5px 5px 35px;
}

#members table#member-table tr td.profileContent
{
	width: 550px;
}

#members table#member-table tr td div.tableHeading
{
	font-weight: bold;
}

#members table#member-table tr td div.defaultRight
{
	padding: 15px;
}

input.input,
select.select,
select.select2,
textarea.textarea {
	border: 1px solid #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	padding: .2em;
	width: 95% !important;
}

select.select {
	width: 31% !important;
}

select.select2 {
	width: 17% !important;
}

textarea.textarea {
	line-height: 1.5em;
}

input.short {
	width: 25% !important;
}

input.submit,
button.buttons {
	background: #8bb7e1;
	border: 1px solid #415063;
	color: #415063;
	font-size: .9em;
	font-weight: bold;
	padding: .2em .4em;
}

.alert {
	color: #f00;
}

div.notice {
	background: #C2F0D6;
	border: 1px solid #4A9760;
	color: #4A9760;
	font-size: 1.2em;
	margin: 0 0 1em 0;
	padding: .5em;
}

div.notice p {
	margin: 0 !important;
}

#edit-photo {
	display: none;
}

#edit-photo p {
	margin: 0 0 .5em 0;
}

#widget {
padding:5px;
}