@import url(style_nav.css);
@import url(style_form.css);

body {
	background-color : #839FD0;
	font-family : verdana, arial, tahoma, sans-serif;
	font-size : 11px;
}
tr, td, p {
	font-family : verdana, arial, tahoma, sans-serif;
	font-size : 11px;
}
hr {
	height : 1px;
	color : black;
}
h1 {
	font-size : 12px;
	text-transform : uppercase;
	font-weight : bold;
}
h3, .article_title {
	background-color : #FFC50B; /* orange */
	text-transform : uppercase;
	font-weight : bold;
	color : black;
	margin-top : 0px;
	margin-right : 10px;
	padding : 5px;
	font-size : 12px;
	border : 1px solid black;
}
a, a:visited {
	color : blue;
}
a:hover {
	color : orange;
}
.container {
	padding-top : 30px;
	padding-left : 15px;
	padding-bottom : 20px;
}


/* boxes */
.PageTop {
	width: 765px;
	height : 13px;
	background : url(http://www.evilcyborg.com/lounge/images/pg_components/top-left.gif) left;
	border-right: 1px solid black;
}
.PageMiddle {
	width: 765px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color : white;
	padding-bottom : 10px;
}
.PageBottom {
	width: 765px;
	background : url(http://www.evilcyborg.com/lounge/images/pg_components/bottom-right.gif) right;
	border-left: 1px solid black;
	height : 13px;
}

/* main column */
.content-block {
	width : 300px;
	padding : 0px;
	line-height : 140%;
	float : left;
}
.content-wide {
	width : 95%;
	padding : 20px;
}
/* right column */
.reply-block {
	width : 275px;
	padding : 0px;
	background-color : white;
	border-right : 1px solid silver;
	border-bottom : 1px solid silver;
	border-left : 1px solid silver;
	line-height : 130%;
	margin-left : 475px;
	margin-top : 0;
	margin-right : 10px;
}

/* ^^^^ content & text ^^^^ */
.date {
	color : #484848;
	text-transform : none;
	font-size : 10px;
}	
.article {
	padding : 0 10 10 20;
	width : 400px;
}
.switch {
	text-align : right;
	padding-right : 10px;
	padding-top : 2px;
	color : silver;
	float : right;
}
.reply {
	padding : 10px;
	border-bottom : 1px solid silver;
}
.reply-quotations {
	font-family : 'Times New Roman', Times, serif;
	font-size : 18px;
	font-weight: bold;
	color : #c0c0c0;
	
}


/* image headers */
.content-heading {
	background : #3E5E8D url(http://www.evilcyborg.com/lounge/images/pg_components/post_text.gif) no-repeat;
	border-bottom : 1px solid black;
	height : 12px;
}
.reply-heading {
	background-color : #3E5E8D;
	border-top : 1px solid black;
	border-bottom : 1px solid black;
	height : 3px;
}
.archive-heading {
	background : #3E5E8D url(http://www.evilcyborg.com/lounge/images/pg_components/archives_text.gif) no-repeat;
	border-top : 1px solid black;
	border-bottom : 1px solid black;
	height : 13px;
}
.images-heading {
	background : #3E5E8D url(http://www.evilcyborg.com/lounge/images/pg_components/images_text.gif) no-repeat;
	border-top : 1px solid black;
	border-bottom : 1px solid black;
	height : 13px;
}
.elsewhere-heading {
	background : #3E5E8D url(http://www.evilcyborg.com/lounge/images/pg_components/elsewhere_text.gif) no-repeat;
	border-top : 1px solid black;
	border-bottom : 1px solid black;
	height : 13px;
}




.pad010 {
	padding : 0px 10px;
}
.pad1010 {
	padding : 10px 10px 10px 10px;
}


