.quote {
	margin: 2em 0 0;
}
.post .text ul {
	margin-bottom: 1em;
}
div.post .quote blockquote {
	font: 2em/1.25em normal "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	color: #777;
	width: 350px;
	margin: 0 auto;
	padding: 0;
	background: none;
	border: 0;
}
.quote .source {
	display: block;
	width: 350px;
	margin: 0 auto 1em;
	text-align: right;
	font-size: 1em;
	color: #999;
}
.quote .source p {
	display: inline;
	margin: 0;
}
.link h2 a {
	border: none;
}
.right {
	float: right;
}
div.success, div.notice, div.failure {
	margin: .5em 0 1em 0;
	padding: 3px 6px 2px 26px;
	cursor: pointer;
}
div.success {
	color: #529214;
	border: 1px solid #C6D880;
	background: #E6EFC2 url('../images/icons/success.png') no-repeat 5px center;
}
div.notice {
	border: 1px solid #c2e1ef;
	color: #336699;
	background: #dff4ff url('../images/icons/notice.png') no-repeat 5px center;
}
div.failure {
	border: 1px solid #FBC2C4;
	color: #D12F19;
	background: #FBE3E4 url('../images/icons/fail.png') no-repeat 5px center;
}
div.success .sub, div.notice .sub, div.failure .sub {
	font-size: .8em;
	color: #777;
	margin-left: 5px;
}
span.info a {
	border: none;
	color: #17f;
}
span.info em {
	color: #aaa;
}
.sub {
	font-size: .85em;
	color: #999;
	font-weight: normal;
}
div.sub {
	margin-top: -1.5em;
}
.inline {
	padding: 1em;
	background: #f9f9f9;
	border-right: 3px solid #f0f0f0;
	border-bottom: 3px solid #f0f0f0;
}
.inline .more_options_link:link {
	display: block;
	font-weight: bold;
	color: #777;
}
.inline .more_options {
	padding: 10px;
	background: #f9f9f9;
}
.inline .more_options p {
	float: left;
	width: 50%;
	height: 55px;
	margin: 0;
}
.inline .more_options p input[type="text"] {
	width: 90%;
	margin-bottom: 0;
}
.inline .more_options p .sub {
	font-size: .8em;
	color: #777;
}
.inline .buttons {
	padding: 5px;
	background: #efefef;
	color: #666;
	font-size: 11px;
}
a.cancel:link {
	color: #f00;
	border: none;
	text-decoration: underline;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	padding-bottom: 1px;
	border-bottom: 1px solid #ddd;
}
h2 a {
	color: #444;
	border: none;
}
.preview .content {
	padding: 0 4px;
}
form p {
	margin: 0 0 1em;
}
label {
	font-weight: bold;
	display: block;
	color: #777;
}
.wide {
	width: 100%;
}
.post .pinned_text {
	content: "pinned";
	float: left;
	width: 85px;
	margin-left: -100px;
	padding: 1px 5px;
	font-weight: bold;
	color: #aaa;
	text-align: right;
}
input[type="text"], textarea {
	margin-bottom: .5em;
}
input.big {
	font-size: 1.5em;
}
.chat p {
	display: inline;
}
.chat ul {
	font-family: "Monaco", monospace;
	font-size: 9px;
	margin: 0 1em 1em;
	padding: 0;
	color: #535353;
}
.chat ul li {
	background: none;
	padding: 0;
}
.chat li .label {
	color: #47A0FF;
}
.chat li.me .label {
	color: #D674C9;
}
.photo img {
	padding: 5px;
	border: 1px solid #ddd;
}
.video .object-youtube, .video .embed-youtube {
	width: 460px;
	height: 384px;
}
/* Comment bubbles code via http://www.willmayo.com/2007/02/10/css-speech-bubbles/ */
ol.comments {
	margin-top: 1em;
	padding: 0 4px;
}
ol.comments li {
	width: auto;
	font-size: .9em;
	margin-bottom: 24px;
}
ol.comments li blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background: #f9f9f9;
}
ol.comments li blockquote p {
	margin: 10px;
	padding: 0px;
}
ol.comments li cite {
	position: relative;
	margin: 0px;
	padding: 10px 0px 0px 15px;
	top: 6px;
	background: transparent url('../images/tip.gif') no-repeat 20px 0;
	font-style: normal;
}
.clear {
	clear: both;
}

#add_post_form {
	margin-bottom: 1em;
}
.feather_tabs {
	margin: 0;
	padding: 0;
}
.feather_tabs li {
	float: left;
	margin: 0 0 -1px .5em;
	padding: .2em .5em;
	background: #ddd;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.feather_tabs li.selected {
	background: #fff;
}
.feather_tabs li a {
	color: #888;
	border: none;
}
.feather_inline {
	background: #fff;
	border: 1px solid #ddd;
	padding: 1em;
}
.feather_inline.no_tabs {
	margin-top: -2em;
}
form.inline p {
	display: block;
	padding: 0;
	margin: 0 0 1em;
}

ul.archive_list {
	margin-bottom: 1em;
}



body {
	margin: 0;
	background:#000000 url(/images/background.jpg) repeat-x;
	font-family:tahoma;
	font-size:12px;
	line-height: 15px;
	color:#979797;
}
a{
	text-decoration:none;
	color:#979797;
}
a:hover{
	text-decoration:none;
	color:#ffffff;
}
input, textarea{
	background-color:#BEBEBE;
	border:0pt none;
	font-size:11px;
	padding:1px;
	font-family:tahoma,arial;
}
div.wrapper {
	width: 808px;
	margin: 0 auto;
	padding:0 167px 0 0;
}
div.header {
	width:608px;
	height:66px;
	font-family:akzidenz grotesk roman,arial;
	padding-left:200px;
}
ul.menu{
	color:#ffffff;
	list-style-type:none;
	margin:0px;
	padding:18px 0px;
	font-size:10px;
	float:left;
}
ul.menu li{
	display:inline;
	margin:0;
	padding:0;
}
a.menu{
	margin:0px;
	padding:18px 8px 19px 8px;
}
a.menu:hover, a.current{
	background-color:#272727;
	padding:18px 8px 19px 8px;
	color:#ffffff;
}
div.container {
	float: right;
	width: 608px;
	padding-top:20px;
}
#posts{padding:25px 0 20px 0;}
div.post {
	border-bottom:1px solid #181818;
	cursor:text;
	margin:0;
	padding:10px 0px 10px 5px;
	text-align:justify;
}
div.post h1 {
	padding:0;
	margin:0;
	font-size:11px;
}
div.post h1 a{color:#ffffff;}
div.post p, div.page p {
	padding: 0;
	margin:0;
}
div.post p img{
	float:left;
	margin: -25px 0 0 -185px;
	position:relative;
	z-index:1000;
}
div.post blockquote {
	padding: .5em .75em;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-right: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	margin-bottom: 1em;
	color: #555;
}
.text{padding: 0 0 0 185px;}
div.sidebar {
	float: left;
	width: 200px;
	padding-top:30px;
}
ul#left_nav{
	list-style-type:none;
	color:#979797;
	font-size:11px;
	margin:0px 0px 0px 30px;
	padding:0px;
	line-height:90%;
	cursor:hand;
}
ul#left_nav li{
	text-align:left;
	margin-bottom:10px;
}
ul#left_nav li:hover, ul#left_nav li.over{
	list-style-image:url(/images/indicator.jpg);
	color:#ffffff;
}
ul#left_nav li.current{
	list-style-image:url(/images/indicator.jpg);
	color:#ffffff;
}
.footer{
	font-family:Akzidenz Grotesk BE;
 	color:#5d5d5d;
 	font-size:12px;
 	text-align:left;
}
span.info {
	background-color: #fffbd5;
	border-bottom: 1px solid #f4f0c6;
	border-top: 1px solid #fcfbed;
	color: #555;
	font-size: 11px;
	padding: 1px 6px 0;
	float: left;
}
span.info a {
	border: none;
	color: #17f;
}
span.info em {color: #aaa;}
span.info strong a {color: #555;}
span.info.right {float: right;}
a.pages{
	margin-left:4px;
	padding:1px 6px 1px 6px;
	color:#404040;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
}
a.pages:hover{
	background-color:#191919;
	color:#ffffff;
}
a.pagesc{
	background-color:#191919;
	padding:1px 6px 1px 6px;
	color:#ffffff;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
}
.clear{
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}
#search_box {
	float:left;
	width:100px;
}
#search_box #s {
	padding: 1px;
	border: 0;
	font-size:10px;
	width: 90px;
	background-color:#bebebe;
}
#search_box2 {
	float:left;
	width:130px;
	height:16px;
	padding:0px;
	margin:0px;
}
#search_box2 #s2 {
	padding: 1px;
	margin:0px;
	border: 0;
	font-size:10px;
	width: 90px;
	background-color:#bebebe;
}