@charset "utf-8";
/* CSS Document */



#top {
	display: none;
}



html {
	background-image: none;
}

#sidebar {
	display:none;
}

#logo img {
	margin-top: 60px;
	margin-left: 0px;
}

#sidebar_content {


}

p.boldlink  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #6b1c00;	
}

#masthead {
	height: 200px;
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	display:block;

	position:relative;
	background-color: #FFF;
	z-index: 5;
}

#content {
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d6d6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}

#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight:bold;
	color: #d23600;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height:1em;
	text-transform: lowercase;
}

#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight:normal;
	color: #d23600;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight:bold;
	color: #ee8900;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*used for network listings, needs link */
#content h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #ee8900;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content h4 a:link{
	color: #ee8900;
	text-decoration:none;
}
#content h4 a:visited{
	color: #ee8900;
	text-decoration:none;
}
#content h4 a:hover{
	color: #d23600;
	text-decoration:none;
}
#content h4 a:active{
	color: #ee8900;
	text-decoration:none;
}

#content h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:normal;
	color: #fca600;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;	
	color: #fca600;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content p, #content ol, #content ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content ol li {
	list-style-type: decimal;
	margin-left:25px;
	margin-bottom:5px;	
}
#content ul li {
	list-style-type: disc;
	margin-left:25px;
	margin-bottom:5px;
}

#content p a,
#content ol a,
#content ul a {
	color: #d23600;
	text-decoration:underline;
}

#content p a:hover,
#content ol a:hover,
#content ul a:hover {
	color: #FFF;
	text-decoration:none;
	background-color: #d23600;
}



#content p strong, #content li strong {
	color: #d95100;
}


#footer {
	display:none;
}

#footer ul {
	list-style-type: none;
}
#footer li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999;
	float: left;
	margin-right: 20px;
}
#footer li a {
	color: #999;
	font-weight:bold;
	text-decoration: none;
}
#footer li a:hover {
	color: #d23600;
	text-decoration: none;
}

#neighborhoods {
	float:left;
	display:none;
	width: 15%;
}
#neighborhoods p a:link, #neighborhoods p {
	color: #CCC;
	text-decoration: none;
	font-size:9pt;
}
#neighborhoods p a:visited{
	color: #999;
	text-decoration: none;		
}
#neighborhoods p a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #999;
}
#neighborhoods p a:active{
	color: #999;
	text-decoration: none;	
}

#archive_content {
	width:100%;
}

#archive_content h1 {
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
}

#archive_content h4 {

	margin-top: 30px;
	margin-bottom: 0px;
}
#archive_content p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:1.1em;
}

#archive_details {
	display:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d6d6;
	margin-top:30px;
	margin-bottom:10px;
	padding-top:10px;
}

.side_section {
	padding-bottom:20px;
	padding-top:20px;
	margin-left:25px;
	width:175px;
	background-image: url(/bkperks/wp-content/themes/whiteboard/images/bg_dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.side_section h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#ffc05d;
	margin-top:10px;
	margin-bottom:10px;
	line-height:0.9em;
}

.side_section h4 b{
	color:#FFF;
}

.side_section select#cat {
	margin-top: 10px;
	margin-bottom: 10px;
}

#box_twitter {
	background-image: url(/bkperks/wp-content/themes/whiteboard/images/icon-twitter.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 200px;
	display:block;
	height: 32px;
	margin-top:10px;
	margin-bottom:10px;
}

#box_facebook {
	background-image: url(/bkperks/wp-content/themes/whiteboard/images/icon-facebook.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 200px;
	display:block;
	height: 32px;
	margin-top:10px;
	margin-bottom:10px;
}

#box_twitter p a,
#box_facebook p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 115px;
	padding-top: 7px;
	padding-left: 35px;
}

#box_twitter p a:hover,
#box_facebook p a:hover {
	color: #6b1c00;	
}

#page_next {
	float:right;
}
#page_previous {
	float:left;
}

#page_next h5 a,
#page_previous h5 a {
	color:#ee8900;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#page_next h5 a:hover,
#page_previous h5 a:hover {
	color:#FFF;
	background-color: #ee8900;
}

#usermessagea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: normal;
}

.spacer {clear:both;}
