/* 
Brooklyn Perks Theme
Modified by Jason Tavarez (www.socurrent.com)

Original Theme: whiteboard
Original Theme URL: http://plainbeta.com/whiteboard/
Author: Brian Purkiss
Author URI: http://brianpurkiss.net
Version: 1.0

*/
/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,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 {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}


#top {
	background-color: #bc141b;
	height: 4px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 90;
}
#top-OLD {
	background-color: #bc141b;
	display: block;
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 90;
	background-image: url(/wp-content/themes/whiteboard/images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#round_corner {
	background-image: url(/wp-content/themes/whiteboard/images/round_corner.png);
	background-repeat: no-repeat;
	display: block;
	height: 10px;
	width: 11px;
	position: absolute;
	top: 0px;
	right: 0px;
}

html {
	background-image: url(images/bg_sidebar2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left:1px;
}

#sidebar {
	width: 300px;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	position: relative;
}

#logo img {
	margin-top: 0px;
	margin-left: 0px;
	z-index:99;
}
#logo-OLD img {
	margin-top: 80px;
	margin-left: 30px;
}
#sidebar_content {


}

ul#main_menu {
	list-style-type: none;
}

ul#main_menu li {
	list-style-type: none;
	
}

ul#main_menu li a {
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fca600;
}

ul#main_menu li a:hover{
	color: #6b1c00;	
}

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

#masthead {
	height: 150px;
	width: 900px;
	display:block;
	position:relative;
	background-color: #FFF;
	z-index: 5;
	background-image: url(/wp-content/themes/whiteboard/images/masthead.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 15px;
}
#masthead-OLD {
	height: 200px;
	width: 900px;
	display:block;

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

#content {
	width: 550px;
	float:left;
	margin-left:50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d6d6;
}

#homewrapper > #content {
	border-top-width: 0px;
	border-top-style: none;
}

#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	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: 1.4em;
	font-weight:normal;
	color: #d23600;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	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: 1em;
	font-weight:bold;
	color: #ee8900;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content h4 a{
	color: #d23600;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d23600;
}

#content h4 a:hover{
	color: #d23600;
	text-decoration:none;
	background-color: #d8d8d8;
}


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

#content h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	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: 0.75em;
	color: #707070;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 450px;
}

#content p {
	text-align:justify;
}

#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 > .cform > ol.cf-ol {
	margin:0px !important;
	padding:0px !important;
}


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


#footer {
	margin-top:40px;
	margin-bottom:25px;
	margin-left:350px;
	width: 550px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d6d6;
}

#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;
	width: 100px;
}
#neighborhoods p a:link{
	color: #999;
	text-decoration: none;	
}
#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 {
	float:left;
	width: 400px;
	margin-left:50px;
}

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

#content #archive_content .post h4 a{
	color: #ee8900;
	text-decoration:none;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content #archive_content .post h4 a:hover{
	color: #d23600;
	text-decoration:none;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#archive_content p {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #969696;
	line-height:1.1em;
	width:400px;
}

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

}

.side_section {
	padding-bottom:20px;
	padding-top:20px;
	margin-left:25px;
	width:175px;
	background-image: url(/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(/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(/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;
}

#icon_share a {
	float:right;
	margin-top: 8px;
	margin-left: 5px;
}

#icon_print a {
	background-image: url(/wp-content/themes/whiteboard/images/icon-print.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 50px;
	float:right;
}

#icon_print a:hover {
	background-image: url(/wp-content/themes/whiteboard/images/icon-print.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}

.spacer {clear:both;}

#side_download_link {
	background-image: url(/wp-content/themes/whiteboard/images/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: 4px 7px;
	padding-left: 25px;
	padding-top:5px;
	padding-bottom:5px;
	border: 1px dotted #fdab18;
}

#side_download_link p a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height:0.9em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#side_download_link p a:hover{
	color: #6b1c00;	
}

#email_signup_box{
	background-image: url(/wp-content/themes/whiteboard/images/bg_emailsignup.gif);
	background-repeat: no-repeat;
	width: 175px;
	background-color: #FFF;
	background-position: left top;
	position:absolute;
	right: 10px;
	bottom: 35px;
}
#email_signup_box  form#ccoptin{
	margin-left:10px;
	margin-top:5px;
}
#email_signup_box_top {
	background-image: url(/wp-content/themes/whiteboard/images/bg_emailsignup_top.gif);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	height: 10px;
	width: 175px;
	left: 0px;
	top: -10px;
}
#email_signup_box_bottom {
	background-image: url(/wp-content/themes/whiteboard/images/bg_emailsignup_bottom.gif);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	height: 10px;
	width: 175px;
	left: 0px;
	bottom: -10px;
}
#email_signup_box p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	margin-left: 45px;
	display: block;
}

#email_signup_box a img {
	padding-top:4px;
}

a img.watermark {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
a:hover img.watermark {
	border-top-color: #999;
	border-bottom-color: #999;
}