/* Theme: Dragonfly
	"Designed to integrate into DragonflyDreams.org: black and red."
    v1.0  ::  July 23, 2005
    Designed by: M Blaze Miskulin
    webmaster@geekniche.org
    www.geekniche.org
*/

/* Main boxes:
 * These define the header, footer, left column, right column, and main content.
 * Make sure to adjust the top, botton, left, and right attributes to fit properly.
*/

body
{
	background: #000000;
	margin: 0 0 0 0;
	color: #999999;
}

.header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 75px;
	background: #880000 url(head.png) repeat-x;
	z-index: 50;
}


.col_left
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -200px;
	width: 195px;
	background: #880000 url(side.png);
	color: #999999;
	z-index: 20;
	padding-bottom: 4em;
	border: 3px outset #f5fa60;
}

.col_right
{
	position: absolute;
	top: 0px;
	right: -200px;
	bottom: 0px;
	width: 200px;
	background: #000000;
	color: #ffffff;	
}

.content
{
	position: absolute;
	top: 75px;
	left: 200px;
	right:200px;
	max-width: 700px;
	background: #000000;
	padding: 20px 20px 20px 20px;
	color: #999999;
}

.c_head
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 75px;
	background: #880000 url(head.png) repeat-x;
	z-index: 50;
}

.c_main
{
	position: absolute;
	top: 75px;
	padding: 10px 10px 10px 10px;
	color: #999999;
}

/* Headers
 * These define the text style for the headers.
*/

.date
{
	font-size: 125%;
	color: #aa0000;
	font-style: italic;
	font-weight: bold;
}

.h_archive
{
	font-size: 250%;
	font-family: serif;
	color: #aa0000;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.h_sub
{
	font-size: 250%;
	font-family: serif;
	color: #aa0000;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.h_recent
{
	font-size: 175%;
	font-family: serif;
	color: #ffffff;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.t_head
{
	font-family: serif;
	font-size: 45px;
	margin-top: 14px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}

.ct_head
{
	font-family: serif;
	font-size: 30px;
	margin-top: 20px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}


/* Text
 * defines the different blocks of text.
*/

.t_content
{
	font-family: serif;
	color: #999999;
	text-align: justify;
}

.t_left
{
	font-family: serif;
	color: #cccccc;
	text-align: justify;
	margin: 10px 10px 2em 10px;
}

.t_right
{
	font-family: serif;
	color: #ffffff;
	text-align: center;
	margin: 10px 10px 2em 10px;
}

.t_comment
{
	font-family: sans-serif;
	text-align: right;
	color: #999999;
}

a:link { color: #aa0000}
a:visited { color: #6666ff }
a:active { color: #ffffff }
a:hover { color: #ffff66 }


/* Special
 * These define a few special styles
*/

.rss
{
	text-align: center;
}