/* CSS Document */

body {
	background: #8EB2C0;
	color: #333;
	font: 6pt Arial, Helvetica, sans-serif;
}

* {
	padding: 0;
	margin: 0;
}
/*---:[ global elements ]:---*/

a {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #577F97;
	text-decoration: none;
}
a img {
}
blockquote {
	font-style: italic;
	color: #555;
	margin: 0 30px 1.5em 30px;
	padding: 0 0 0 10px;
	border-left: 1px solid #aaa;
}
li {
	text-align: left;
	word-spacing: 0.25em;
	list-style-type: none;
}
/*---:[ headlines ]:---*/

h1, h2, h3 {
	font-weight: bold;
	text-transform: capitalize;
}
h1 {
	font-size: 2em;
	letter-spacing: 0.03em;
}
h1 a, h1 a:visited, h1 a:hover {
	color: #000;
	text-decoration: none;
}
h2 {
	font-size: 22px;
}
h2 a {
	color: #990000;
	text-decoration: none;
}
h2 a:visited {
	color: #990000;
	text-decoration: none;
}
h2 a:hover {
	color: #577F97;
	text-decoration: none;
}
.posts h2 {
	margin: 0 0 0.1em 0;
	line-height: 1.4em;
}
h2.archive_head {
	font-weight: bold !important;
	font-size: 1.4em !important;
	text-transform: uppercase !important;
	letter-spacing: normal !important;
	margin: 0 0 1.8em 0 !important;
	padding: 0.4em 2px !important;
	border-top: 3px solid #000 !important;
	background: url('images/hr_dot_black.gif') 0 100% repeat-x !important;
}
h3 {
	font-size: 1.8em;
	text-transform: uppercase;
}
.entry h3 {
	margin: 2.3em 0 0.5em 0;
}
.entry h3.top {
	margin: 1.3em 0 0.5em 0 !important;
}
h3.comments_headers {
	font-size: 1.4em;
}
h4 {
	color: #888;
	font-size: 10px;
	font-weight: normal;
}
h4 a, h4 a:visited {
	color: #888;
	text-decoration: none;
}
h4 a:hover {
	color: #888;
	text-decoration: underline;
}
/*---:[ core layout elements ]:---*/

#container {
	width: 892px;
	margin: 40px auto;
	border: thin solid #999999;
	padding: 20px 20px 10px 10px;
	background-color: #FFFFFF;
}
#content_box {
	width: 100%;
	text-align: left;
	float: left;
	clear: both;
}
#content {
	width: 440px;
	padding: 15px 10px;
	float: left;
	background-color: #F1F4EE;
	border: 1px solid #aaa;
	margin: 0px;
	height: 561px;
}
#sidebar {
	width: 192px;
	padding: 0 5 0 0px;
	float: right;
	margin-right: 10px;
}
#l_sidebar {
	width: 220px;
	padding: 0 0 0 0px;
	float: left;
}
#footer {
	border-top: 1px solid #eeeeee;
	margin: 40px 0 10px;
	clear: both;
	width: 900px;
}
/*---:[ content styles ]:---*/

.entry {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-top: 3px;
	height: 485px;
	overflow: hidden;
}
.entry blockquote {
	font-size: 1.0em;
}
.entry blockquote.right {
	width: 200px;
	font-style: normal !important;
	font-size: 1.3em !important;
	margin: 0.3em 0 0.3em 15px !important;
	padding: 0.3em 0 !important;
	border: 3px double #aaa;
	border-width: 3px 0;
	text-align: center;
	float: right;
}
.entry blockquote.left {
	width: 200px;
	font-style: normal !important;
	font-size: 1.3em !important;
	margin: 0.3em 15px 0.3em 0 !important;
	padding: 0.3em 0 !important;
	border: 3px double #aaa;
	border-width: 3px 0;
	text-align: center;
	float: left;
}
.entry blockquote.right p, .entry blockquote.left p {
	margin: 0 !important;
	line-height: 1.4em !important;
}
.entry p {
	margin: .8em 0 1em;
}
.entry ul, .entry ol {
	margin: 0 0 1.5em 40px;
}
.entry ul {
	list-style-type: circle;
}
.entry li {
	margin: 0 0 0.5em 0;
	list-style-type: circle;
}
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol {
	margin: 0.5em 0 0.5em 30px;
}
.entry img {
	max-width: 433px;
	max-height: 340px;
width: expression(this.width > 433 ? 433: true);
height: expression(this.height > 340 ? 340 : true);
	border: thin solid #666;
	padding: 2px;
	margin-bottom: 6px;
}
.entry img.left {
	padding: 3px;
	margin: 0.5em 15px 0.5em 0;
	border: thin solid #666;
	float: left;
	clear: left;
}
.entry img.right {
	padding: 3px;
	margin: 0.5em 0 0.5em 15px;
	border: thin solid #666;
	float: right;
	clear: right;
}
.entry img.center {
	display: block;
	padding: 3px;
	margin: 0 auto 1.5em auto;
	border: thin solid #666;
	float: none;
	clear: both;
}
.entry img.off {
	padding: 0 !important;
	border: none !important;
}
.entry img.stack {
	clear: none !important;
}
.add_comment {
	display: block;
	padding: 0 0 0 20px;
	font-weight: bold;
	float: right;
}
.navigation {
	width: 440px;
	font-size: 1.4em;
	float: left;
}
.previous {
	padding: 0 20px 0 0;
	float: left;
}
.next {
	float: right;
}
.clear {
	width: 420px;
	height: 1px;
	margin: 0 0 2em;
	clear: both;
}
.rule {
	background: url('images/hr_tag_sep.gif') no-repeat;
}
.flat {
	margin: 0 0 2.0em 0 !important;
}
.whitespace {
	margin: 0 0 3.5em 0 !important;
}
/*---:[ LEFT sidebar styles ]:---*/


ul.sidebar_list {
	list-style: none;
}
.sidebar-header {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: normal;
	margin: 0.2em 0 .2em;
	color: #990000;
}
ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
	width: 190px;
	font-size: 1.2em;
	line-height: 1.5em;
	float: left;
	background-color: #EEEEEE;
	margin: 0px 0px 10px;
	padding: 10px;
	overflow: auto;
	height: 300px;
}
.gallery {
	font-size: 1.2em;
	line-height: 1.5em;
	background-color: #EEEEEE;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 130px;
}
.gallery img {
	padding: 2px;
	border: thin solid #666;
	height: 62px;
	width: 62px;
}

.gallery img a:hover {
	border: thin solid #577F97;
}

.contact {
	width: 192px;
	font-size: 9.5px;
	line-height: 1.5em;
	float: left;
	background-color: #B6CEB6;
	margin: 0px 0px 10px;
	padding: 10px;
	overflow: auto;
	height: 200px;
}
.contact a {
	font-size: 10px;
	line-height: 1.5em;
	padding: 0px;
	color: #990000;
	margin-right: 3px;
	text-decoration: none;
}
.contact a:hover {
	color: #577F97;
}
.recordings {
	font-size: 10px;
	line-height: 1.5em;
	background-color: #C9DCDC;
	text-align: left;
	height: 265px;
	width: 192px;
	overflow: auto;
	padding: 10px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.recordings a {
	font-size: 10px;
	line-height: 1.5em;
	padding: 0px;
	color: #990000;
	margin-right: 3px;
}
.recordings a:hover {
	color: #0099FF;
}
.recordings p {
	font-size: 9.5px;
	line-height: 1.2em;
	text-align: left;
	overflow: auto;
	vertical-align: middle;
}
.recordings img {
	padding: 2px;
	border: 1px solid #666;
	margin-right: 8px;
	margin-bottom: 5px;
	float: left;
	height: 62px;
	width: 62px;
}
.gear {
	font-size: 9.5px;
	line-height: 1.5em;
	background-color: #B6CEB6;
	text-align: left;
	height: 278px;
	width: 192px;
	overflow: auto;
	padding: 10px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.gear li {
	font-size: 1.0em;
	line-height: 1.1em;
	list-style-image: url(http://thefortbrooklyn.com/arrow.gif);
	list-style-type: circle;
	margin-left: 20px;
}
li.widget h2, li.linkcat h2 {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: normal;
	margin: 0.2em 0 0.2em;
}
li.widget p {
}
li.widget ul, li.linkcat ul, li.gear ul {
	list-style: disc;
	margin: 0 0 0.5em 20px;
}
li.widget ol, li.linkcat ol {
	margin: 0 0 0.5em 20px;
}
li.widget li, li.linkcat li {
	margin: 0 0 0.7em 0;
}
li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited {
	text-decoration: none;
}
li.widget li a:hover, li.linkcat li a:hover {
	text-decoration: underline;
}
li.widget li .recent_date {
	padding: 0 0 0 8px;
	font-weight: bold;
	color: #888;
}
/*---:[ footer styles ]:---*/

#footer p {
	margin: 10px 0 0.923em 0;
	font-size: 1.3em;
	color: #666;
	text-align: right;
}
#footer a, #footer a:visited {
	color: #888;
	text-decoration: none;
}
#footer a:hover {
	color: #888;
	text-decoration: none;
}

