/******************
Styling a few tags...
*******************/
body {
	background-image:  url(images/bg_pdark.png);
}

a {
	color: #990000;
}

h1 {
	font-size: 14pt;
	margin-left: 10px;
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h4 {
	background-image: url(images/header_bg_red_20px_5.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

h6, .boardinfohead {
	color: #FFFFFF;
	font-variant: small-caps;
	background-image: url(images/dlp_light_h6.png);
	background-position: 0px -15px;
}


/******************
Page setup stuff called by overall_header.tpl and overall_footer.tpl
*******************/

.header {
	background-image:  url(images/header_bg_p7.png);
	height: 100px;
	z-index: 1;
	position: relative;
	margin-bottom: 25px;
	top: 10px;
}

.logopic {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 25px;
	height: 50px;
	width: 480px;
	background-image: url(images/logo_wide.png);
}

.headerlinks {
	color: #FFFFFF;
}
.headerlinks a {
	color: #FFFFFF;
}

.mainarea {
	z-index: 0;
	background-color: #DADDE0;
	margin-left: 50px;
	margin-right: 50px;
	border: medium double #A0A6B4;
}

.simple_main {
	border: medium double #A0A6B4;
	background-color: #DADDE0;
}

.footer {
	color: #FFFFFF;
}


/* This makes the current style not appear in the stylesheet switcher */
#dlp_light {
	display: none;
}


/******************
Other basic classes used on a lot of pages
*******************/

.head_area {
	border-bottom: 1px solid #A0A6B4;
}

.foot_area {
	border-top: 1px solid #A0A6B4;
}

.seperator {
	background-image: url(images/dlp_light_seperator.png);
}

.button {
	background-color: #7C3E3C;
	color: white;
}

.rowbox, .forum, .simplepost {
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #A0A6B4;
}



/******************
For creating large buttons like New Post and Post Reply
*******************/

/* THIS SHIT NEEDS TO BE REDONE! */


/******************
index_body.tpl. (.forum is also up with .rowbox in the general setup section)
*******************/

.cattitle {
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #A0A6B4;
	color: #FFFFFF;
	font-variant: small-caps;
	background-image: url(images/dlp_light_h6.png);
	background-position: 0px -10px;
}

.boardinfo {
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #A0A6B4;
}


/******************
viewforum_body.tpl
*******************/

.thread {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #A0A6B4;
}

.threadsub a {
	color: #846E9A;
}


/******************
viewtopic_body.tpl.  
*******************/

.row1 {
	background-color: #CBCDD1;
}

.row2 {
	background-color: #DADDE0;
}

.postername {
	color: #FFFFFF;
	background-image: url(images/dlp_light_seperator.png);
	font-variant: small-caps;
	background-repeat: repeat-x;
}

.posterbar {
	color: #FFFFFF;
	height: 20px;
	width: 150px;
	padding-top: 3px;
}

.postactions {
	background-image: url(images/dlp_light_seperator.png);
	height: 20px;
	float: right;
	padding-top: 3px;
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
}

.postactions a {
	color: #FFFFFF;
	font-variant: small-caps;
}


/******************
posting_*.tpl (includes BBcode and some stuff that's shared with PM sending)
*******************/

.quote {
	border: 1px solid #A0A6B4;
}

.codeblock {
	border: 1px solid #A0A6B4;
}

.helpline {
	background-color: #DADDE0;
}


/******************
Polls
*******************/

.pollcontainer {
	border-color: #A0A6B4;
}

.pollbar {
	background-image: url(images/header_bg_red_20px_5.png);
}


/******************
Miscellany
*******************/

.barcontainer {
	border-color: #A0A6B4;
}

.pmhead {
	border-width: medium;
	border-style: double;
	border-color: #A0A6B4;
}
