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

body {	
	margin:0px; 
	background:url(images/background.png);
/*	font-family:"Times New Roman", Times, serif; */
	font-family: Verdana, Arial;
	font-size:13px;
	min-width:900px;
}

a { color: #C83636; text-decoration:none; }
a:visited { color: #C10C0C; }
a:hover { color: #6CF; text-decoration:underline; }

a.feed {
	display: block;
	margin: 3px;
	margin-top: -20px;
	padding: 2px 19px 2px 0;
	text-align: right;
	background: url("images/feed-icon-16x16.png") no-repeat 100% 50%;
}

a.user {

	margin: 3px;
	padding: 2px 19px 2px 0;

	background: url("images/user-icon-16x16.png") no-repeat 100% 50%;
}

a.milkbox img {
	border: 3px double #C10C0C;
	padding: 1px;
}

a.milkbox:hover img {
	border: 3px double #6CF;
}


img { border:0; }

#top_background {
	background:url(images/top_background.png); 
	height:416px; 
	margin-bottom:-385px;
}
#body_background {
	height: 288px;
	background: url(images/leaves.gif) no-repeat scroll center;
/*	margin-bottom:-288px; */
	margin-bottom:-316px; 
}

#central_content {
	width:874px;
	margin-left:auto;
	margin-right:auto;
	background: url(images/shadow_bottom.png) no-repeat scroll center bottom;
	padding-bottom:7px;
	color: #201500;
}

#logo { background:transparent url(images/shadow_top.png) no-repeat center bottom; }
/* #logo a img { position:relative; left:15px; } */
#logo a img { position:relative; left:217px; }
#logo a:hover img { background: red; background: url(../logo.png); }
#est_holder { position:relative; top:-30px; left:788px; z-index:20; height:0; width:0; }
#est {  }
#tear_holder { position:relative; top:-30px; left:238px; z-index:20; height:0; width:0; }

#shadow {
	background: url(images/shadow.png) repeat-y scroll center;
}

#header, #body, #footer {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	z-index:18;
}

#header {
	font-family:Georgia, "Times New Roman", Times, serif;
	background:transparent url(images/head.png) no-repeat scroll center;
	height:95px;
	width:860px;
	color:gray;
	position:relative;
}

#header a {
	color:white;
	text-decoration:none;
	padding-left: 2px;
}

#header a:hover {
	text-decoration:underline;
	color:#81CC38;
}

#header ul {
	margin-top:auto;
	position:absolute;
	bottom:5pt;
}

#header li {
	display:inline;
	padding-left:5px;
	font-size:25px;
}

#body {
	background-image:url(images/funk.png);
	background-repeat:repeat-x;
/*	background-color:#f5f3e8; */
	background-color:white;
	padding: 5px;
	width:850px;
}

h1, h2 { 
	margin:0px;
	padding:0px; 
}

h2, h3, h4, h5, legend { 
	font-family:'Lucida Grande','Lucida Sans',Verdana,Tahoma,Arial; 
}

h1 {
/*	font-family:Georgia, "Times New Roman", Times, serif; */
/*	border-bottom: 2px solid #D70036; */
	font-family:"Trebuchet MS","Lucida Grande",Verdana,Sans-Serif;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	color:#D70036;
	background-image: url(images/grid_lines.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}

h2 {
	margin:10px;
	font-size:1.6em;
	font-weight:normal;
	color:#3F3B39;
	line-height:normal;
}

h2 a { color:#3F3B39; }
h2 a:visited { color: #6F3B39; }
h2 a:hover { color:#C83636;	}

h4 {
	font-size:15px;
	padding:0px;
	margin:4px;
}

h5 {
	font-size:12px;
	padding:0px;
	margin:0px;
}

dl {
	display:block;
	width:180px;
	margin: 0;
	margin-left: 15px;
	text-align:right;
}


dt { font-weight:bold; float: left; }
dd { margin-bottom: 5px; font-size: 1.1em; }

#item_info { 
	float: right; 
	margin-right: -3px; 
	padding: 0 20px 15px 6px;
	font-size: .8em;
	line-height: 1.6em;
}
#item_info img.perpost { margin-left: 13px; }
.item { min-height: 120px; }
.item img {  margin: 5px; padding:4px; background: #E5E4DA; -moz-border-radius: 3px; }
img.nopadding { margin: 0px; padding:0px; background: none; vertical-align: middle; }

#news .item, #item_info {
	background:url(images/box_shadow.png) repeat-x bottom;
	-moz-border-radius-bottomleft:20px;
}

#authors small {display: block; font-size:13px;}
#authors .odd  { text-align: left; }
#authors .even { text-align: right; }
#authors .item { border-top: 3px double #eee; background:url(images/box_shadow.png) repeat-x bottom;}

#authors .odd img  { float: left; }
#authors .even img { float: right; }
#authors ul, #authors li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0px;
}

.section_body {
	padding-left:10px;
	margin-left:15px;
	line-height:160%;
}

#single .section_body { margin:10px 40px; /*text-align:justify;*/ font-size:1.1em; }
#single .section_data dfn {line-height:normal;}
#single .section_data { 
	font-size:1.2em; 
	background:white url(images/box_shadow.png) repeat-x bottom; 
	height:38px; 
	border-bottom:3px solid #D70036; 
	margin:0px -5px; 
	-moz-border-radius-bottomleft:13px; 
	-moz-border-radius-bottomright:13px;
}
#single .section_data li { display: block; float: left; width:25%; text-align:center; padding-top:8px; }
#single hr { clear:both; }

.listing .section_data {
	border-top: 2px solid #D70036;
	background:white url(images/box_shadow.png) repeat-x bottom; 
	height: 31px;
/*	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 12px;
	margin-left: -12px; */
}
.listing .section_data ul {	padding:0px; }
.listing .section_data li {
	display: block; float: left; width:25%; text-align:center; padding-top:5px;
}

#left_split { width:629px; border-right: 1px solid #ddd; }
#right_split ul, 
#header ul, 
.section_data ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

#right_split li {
	padding-top:5px;
	border-top:1px dotted #ddd;
}

#right_split {
	float:right; 
	width:210px; 
/*	border-left: 1px solid #ddd; */
	padding-left:10px;
	overflow:hidden;
	font-size:.9em;
	
	line-height: 14px; /* for sizing script */
}

#latest.box {
/*   */
}

#latest a.user{
	margin-top: -8px;
	display: block;
	text-align: right;
}

#right_split .box dfn {
	font-size:inherit;
	display:block;
}

#right_split h2 {
	margin:0px;
	padding:0px;
	color:#D70036;
	border-top: 10px solid #D70036;
}

#latest img {
	padding:4px; background: #E5E4DA;
}

dfn {
	font-style:normal;
}

#right_split .box dfn,
.section_data dfn {
	font-weight:bold;
	color:#F03706;
	font-family:'Lucida Grande','Lucida Sans',Verdana,Tahoma,Arial;
}

#footer {
	text-align:center;
	color: #D3D0A7;
	background-color:#2D2920;
	width:850px;
	padding:5px;
}

#footer p {
	line-height:180%;
	margin-top:0px;
}

#subfooter {
	color:white;
	height:40px;
	text-align:center;
}

#shout.box {
	height:400px;
	overflow:auto;
	border:1px solid #bbb;
	margin-bottom: 2px;
	-moz-border-radius: 3px;
}
#shout .alt {
	display:block;
	background: #FFFEFA;
}
#shout strong {
	color: #E73F00;
}

.pagination {
	text-align:center;	
	font-size:18px;
	font-variant:small-caps;
}
.pagination .n {
	padding-left:22px; 
	background:url(images/newer.gif) no-repeat left bottom;
}
.pagination .o {
	padding-right:22px; 
	background:url(images/older.gif) no-repeat right bottom;
}

.crazyQuote {
	font-size:20px;
	line-height:0px;
	position:relative;
	padding: 10px;
	top: 3px;
}


blockquote { 
	margin:0; 
	padding:0 60px 0 35px; 
	text-align: justify;
	line-height: 1.5em;
	font-family: "Trebuchet MS",Arial,Helvetica,Bitstream Vera Sans;
	background:url(images/blockquote.png) no-repeat 10px 0;
}

fieldset { border: 2px solid #ddd; }

legend {
	font-weight:bold;
	font-size:13px;
	letter-spacing:normal;
	color: black;
}

input, select, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background: white;
	border-color:#bbb #aaa #aaa #bbb;
	border-style:double;
	border-width: 1px;
	color:#333;
	padding: 5px;
	-moz-border-radius: 3px;
}

textarea {
	font-size: 11px;
	-moz-border-radius-bottomleft:9px;
}

input[type="submit"] { -moz-border-radius-topleft:9px; }
input[type="text"] { -moz-border-radius-topright:9px; }

.comment_header {
	background:transparent url(images/comment_header.gif) no-repeat left bottom;
	padding-left: 30px;
	padding-top:15px;
/*	font-variant:small-caps;  */
}

.comment {
	background:#D5F0A6 url(images/box_shadow.png) repeat-x bottom;
	margin: 0 -5px;
	padding:10px 20px 10px 25px;
	-moz-border-radius-topleft: 12px;
}

.message {
	background:#a9d534;
	background-image:url(images/shadow_error.png);
	background-repeat:repeat-x;
	background-position:bottom;
	margin: 1px -5px;
	padding:5px;
	padding-bottom:22px;
	text-align:center;
	font-family:'Lucida Grande','Lucida Sans',Verdana,Tahoma,Arial;
	font-size:13px;
}

.message.error {
	background:#BF3131;
	padding:5px;
	color:white;
}

.message a {
	color: #acb8d4;
}

.ajax-loading {
	background:url(images/throbber.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.movie_short {
	height:130px;
	overflow: hidden;
	font-size: 11px;
}

.movie_short img {
	display:none;
}

.movie_short img.perpost {
	display:block;
}

#comic {
	border-color:#eee #ddd #ddd #eee;
	border-style:double;
	border-width:4px;
	color:#333333;
	padding:1px;
	margin-top: 10px;
}
/*
.tooltip-tip {
	color: white;
	font-size: 9px;
	background: black;
	padding: 5px;
}
*/



#test { 
	position: inherit;
}
 
ul#sortables {
	width: 300px;
	margin: 0;
	padding: 0;
}
 
li.sortme {
	padding: 4px 8px;
	color: #fff;
	cursor: pointer;
	list-style: none;
	width: 300px;
	background-color: #222;
}
 
ul#sortables li {
	margin: 10px 0;
}

#post_area {
	border-top:  3px solid #ceccb9;
	border-right:  3px solid #ceccb9;
	background: #f3f1db;
	margin: 0px -5px -5px -5px;
	padding: 15px;
	clear: both;
	-moz-border-radius-topright: 23px;
}

#post_meta {
	margin-left: 50px;
	float: left;
}

#post_data {
	margin-left: 220px;
	padding-left: 20px;
	border-left: 3px double #ceccb9;
}

.section_type {
	font-size:.8em;
	font-weight:bold;
	color:#F03706;
}

.inv {
	display: none;
}