body {
	margin: 0;
	padding: 0 0 5px 0;
	font: small/140% 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, sans-serif; 
	color: #B8C4D0;
	background: #272A2D;
}
* html body {
	font-size: 80%;
}
a:link, a:visited {
	color: #5be;
	text-decoration: none;
	border-bottom: 1px solid #6cf;
}
a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}
form, input, textarea, select {
	margin: 0;
}
fieldset {
	border: 2px solid #36393D;
	padding: 10px 10px 15px 10px;
	margin: 15px 0;
}
legend {
	margin: 0;
	padding: 10px;
	font-size: 110%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: #6cf;
}
img {
	border: 0;
}
hr {
	height: 1px;
	border: 0;
	margin: 30px 0;
	border-top: 2px solid #36393D;	
}
code {
	font-family: Monaco, 'Courier New', Verdana, Sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}
h1 {
	display: none;
 	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 24px;
	font-weight: bold;
	margin: 24px 0 2px 0;
	padding: 5px 0 6px 0;
	color: #6cf;
	font-weight: normal;
}
h2 {
	margin: 0;
	font-size: 110%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6cf;
}
h2 span {
	padding-bottom: 2px;
	border-bottom: 2px solid #808080;
}
p {
	margin: 10px 0;
}
table {
	margin: 20px 0;
	border: 0;
	border-spacing: 1px;
	width: 100%;
}
table tr th {
	background: #ddd;
	text-align: left;
	padding: 5px;
}
table tr td {
	padding: 5px;
	vertical-align: top;
}

.right {
	float: right;
}
.left {
	float: left;
}
.small {
	font-size: smaller;
	line-height: 140%;
}
.tiny {
	font-size: x-small;
	line-height: 100%;
}
.light {
	color: #808080;
}
.light a:link, .light a:visited {
	color: #39c;
	border-bottom: 1px solid #39c;
}
.light a:hover {
	color: #ccc;
	border-bottom: 1px solid #999;
}
.light strong {
	color: #ccc;
}
.centered {
	text-align: center;
}
.red {
	color: red;
}
.green {
	color: green;
}
.white {
	color: #fff;
}
.noline {
	text-decoration: none;
}
.tight {
	margin: 0;
}

.footer {
	margin-top: 30px;
	border-top: 2px solid #36393D;
	padding: 8px 1px;
}
/* --- rounded corders without images --- */
div.rtop			{ margin-top: 20px; }
div.rbottom			{ margin-bottom: 20px; }
div.rtop, 			div.rbottom				{ display:block; background: #272A2D; }
div.rtop b, 		div.rbottom b			{ display:block; height: 1px; overflow: hidden; background: #fff; }
div.btop b, 		div.bbottom b			{ display:block; height: 1px; overflow: hidden; background: #1c1c1c; }
div.rtop b.r4, 		div.rbottom b.r4		{ margin: 0 1px; height: 2px; }
b.r1	{ margin: 0 5px; }
b.r2	{ margin: 0 3px; }
b.r3	{ margin: 0 2px; }
/* --- rounded corders without images --- */

.boxed {
	background: #eee;
	padding: 15px 25px;	
}
.tight_box {
	background: #e1e1e1;
	padding: 5px 10px 6px 10px;	
	font-size: 92%;
}
.tight_box select {
	font-size: 96%;
}
/* --- flash() --- */
#flash {
	color: #b00;
	background: #fff;
	border: 2px solid #c00;
}
#flash div#flash_msg {
	padding: 10px;
	overflow: hidden;	
}


#flash {
	border: 0;
	font-size: 92%;
}
#flash div#flash_msg {
	color: #600;
	text-align: center;
	border: 2px solid #eed;
	background: #ffe;
	padding: 10px;
	margin: 5px 0 15px 0;
	overflow: hidden;
}
/* --- flash() --- */

div#shutter {
	background: #333;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .75;
	filter: alpha(opacity=75);
	z-index: 2000;
	display: none;
}
div#msg_dialog {
	border: 10px solid #cef;
	width: 400px;
	position: fixed;
	left: 50%;
	padding: 30px;
	margin-left: -230px;
	background: #fff;
	z-index: 2001;
	top: 200px;
	color: #369;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	display: none;
}
* html body div#msg_dialog {
	position: absolute;
}

div.error span {
	background: #c00;
	color: #fff;
	font-size: x-small;
	padding: 2px 5px;
	margin-left: 100px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div#categories {
	margin: 0;
	text-align: center;
	background: #1c1c1c;
	padding: 5px 0 5px 12px;
	font-weight: bold;
}
* html body div#categories {
	padding-top: 3px;
}
div#categories a {
	margin-right: 10px;
	border: 0;
	background: #1c1c1c;
	color: #808080;
	font-size: smaller;
	font-weight: bold;
	padding: 6px 12px;
	text-transform: uppercase;
	display: inline;
}
div#categories a:hover {
	background: #4ac;
	color: #1c1c1c;
}
div#categories a.active {
	color: #f5f5f5;
}

/* ----------------- */

#ajax_wait {
	text-align: center;
	margin: 10px 0;
}

.wrap {
	width: 540px;
	margin: 0 auto;
	padding: 0;
}
.list_rants {
	width: 590px;
}
#intro {
	background: #36393D url('../gfx/bg.png') bottom repeat-x;
	padding: 40px 0 30px 0;
}
#intro .text {
	margin: 0 auto;
	width: 390px;
	padding: 10px 0 5px 150px;
	background: url('../gfx/heart.png') top left no-repeat;
	font-size: 110%;
	line-height: 150%;
}
a#submit_tab {
	background: url('../gfx/submit_tab.png') center top no-repeat;	
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #222;
	border: 0;
	text-decoration: none;
	padding: 7px 0 7px 0;
	display: block;
	text-align: center;
}
a#submit_tab:hover {
	background: url('../gfx/submit_tab.png') center -32px no-repeat;	
	color: #036;
}

div#add_rant {	
	background: url('../gfx/bg_form.png') top no-repeat;
	padding-top: 1px;
	color: #333;
}
form#rant_form {
	margin: 0;
	background: url('../gfx/bg_form.png') -1px left no-repeat;
	padding: 55px 50px 20px 50px;
}
form#rant_form p {
	margin: 8px 0;
}
div#add_rant fieldset {
	border: 0;
	border-top: 2px solid #ccc;
	padding: 5px 1px;
	margin-bottom: 0;
}
div#add_rant fieldset legend {
	padding: 0 4px;
	margin: 0 10px;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0;
	text-align: center;
	color: red;
}
img#submit_wait {
	margin-top: 12px;
}
.imax {
	background: #f5f5f5;
	color: #222;
	width: 330px;
	font-size: small;
	border: 1px solid #999;
	border-color: #808080 #bbb #bbb #808080;
	padding: 2px;
}
* html body .imax {
	width: 325px;
}
form#rant_form label {
	font-size: small;
	line-height: 120%;
	width: 100px;
	float: left;
	font-weight: bold;
}
div.rant {
	margin: 10px auto;
	width: 590px;
}
div.rant p.rant_text {
	background: url('../gfx/bg_rant.png') top no-repeat;
	margin: 0 0 -5px 0;
	padding: 25px 40px 0 40px;
	font-size: 12px;
	line-height: 22px;
	color: #444;
}
div.rant div.rant_info {
	background: url('../gfx/bg_rant_info.png') top no-repeat;	
	padding: 28px  40px 0 110px;
}
div.rant_info {
	padding: 5px 10px 0 10px;
}
.rant_by {
	text-transform: uppercase;
	font-size: x-small;
	line-height: 120%;
	margin: 0;
	color: #fff;
}
.rant_by a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #595F64;
}
.rant_by a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #808080;
}
.rant_small {
	font-size: x-small;
	line-height: 120%;
	padding-left: 5px;
	color: #626e74;
	text-transform: lowercase;
}
.your {
	color: yellow;
}
.your a {
	color: yellow;
}

p#pagination {
	text-align: center;
	font-size: smaller;
}
p.credit {
	margin: 0;
	background: #1c1c1c;
	padding: 7px 14px;
}
a.cancel {
	color: #d00;
	padding: 1px 3px 2px 3px;
	border: 0;
}
a.cancel:hover {
	background: #d00;
	color: #fff;
}