/*
burivan style version 1.0.1 for phutaBBa styleset for phpBB2.0
Designed exclusively for '4chanpartyvan' by Craphazzard
Copyright "Dicks" 2008
*/

/*----------------------------------------------------------*/
/* Use the lined in areas to make color changes */
/*----------------------------------------------------------*/

/* background */
body { background-color: #EEF2FF; /*background-image:url();*/}

/* main cell backgrounds */
td.row1, td.row3Right, td.row2, td.row3	{ background-color: #D6DAF0; /*background-image:url();*/}

/* header and replybox background */
th, .replybox { background-color: #9988EE; /*background-image:url();*/}

/* fonts */
font, th, td, p { font-family: serif, Verdana, Arial, Helvetica, sans-serif; }

/* main text color*/
th, thHead, .maintitle, h1, h2, .gen, .genmed, .gensmall, .cattitle, a.cattitle, .forumlink, .nav, .topictitle,	.userdetails, .postdetails, .postbody, .copyright, .helpline { 
color: #000000; }

/* main hyperlink colors */
a:link, a:active, a:visited { color: #34345C; }
a:hover { color: #DD0000; text-decoration: underline; }

/* menu hyperlink colors */
a.mainmenu:link, a.mainmenu:visited, a.copyright:link, a.copyright:visited { color: #000000; }
a.mainmenu:hover, a.copyright:hover { color: #DD0000; background-color: #acd; }

/* color of | seperators in menu */
.mainmenu { color : #000000; }

/* color of user names */
.name { color : #117743; }

/* rank colors (default is tripfag color) */
.userrank { color: #228854; }

/* post subject color */
.postsubject { color: #0F0C5D; }

/* quote and code box colors */
.quote {
	color: #789922; 
	background-color: #E8E8F9; 
	border: 1px #789922 solid;
}

.code {
	color: #789922;
	background-color: #E8E8F9;
	border: 1px #789922 solid;
}

.quote span, .code span { color: #789922; }


/*---------------------------------------------------------------*/
/* layout rules (do not touch unless editing the layout) */
/*---------------------------------------------------------------*/



/* header cells */
th, thHead {
	font-size: 16px; 
	font-weight : bold; 
	height: 25px;
}

/* you don't need to touch this. */
td.rowpic { background-color: inherit; }

/* some more background color shit */
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#inherit; 
			border: 1px inherit solid; 
			height: 28px;
}

/* space between forum posts and things */
td.spaceRow { background-color: inherit; }


/* this is some shit that I don't know how it works but it does */
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	border-style: 0px; 
	height: 28px;
}
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle, h1, h2 {
			font-weight: bold; 
			font-size: 24px; 
			font-family: serif;
			text-decoration: none; 
			line-height: 120%; 
}

/* these all do what you'd expect. dongs */
.gen { font-size : 16px; }
.genmed { font-size : 14px; }
.gensmall { font-size : 12px; }
a.gen, a.genmed, a.gensmall { text-decoration: underline; }
a.gen:hover, a.genmed:hover, a.gensmall:hover { text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 12px; }
a.mainmenu		{ text-decoration: none; }
a.mainmenu:hover{ text-decoration: none; }

/* Copyright and bottom info */
.copyright		{ font-size: 11px; color: #800000; }
a.copyright:link, a.copyright:visited { text-decoration: none; }
a.copyright:hover { text-decoration: none; }

/* Forum category titles */
.cattitle		{ font-size: 16px ; }
a.cattitle		{ text-decoration: none; }
a.cattitle:hover{ font-weight: bold; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-size:16px; }
a.forumlink:link, a.forumlink:visited { text-decoration: underline;}
a.forumlink:hover { text-decoration: underline; }

/* page number and forum directory listing */
.nav			{ font-size: 16px; }
a.nav:link, a.nav:visited { text-decoration: underline; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics. wow we're cooking with gas now. */
.topictitle			{ font-size: 16px; }
a.topictitle:link, a.topictitle:visited { text-decoration: none; }
a.topictitle:hover	{ text-decoration: underline; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name	{ font-size: 16px; font-weight: 800; }
.name a { font-weight: 400; }

/* the rank is the same color as a tripcode */
.userrank { font-size: 14px; }
.userdetails { font-size: 14px; }

/* post time and date*/
.postdetails { font-size: 14px; }

/* post subject font used on viewtopic.php */
.postsubject { font-size: 18px; font-weight: 800; }

/* The content of the posts (body of text) */
.postbody { font-size: 16px; }
a.postlink:link, a.postlink:visited { text-decoration: underline; }
a.postlink:hover { text-decoration: underline; }

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 16px; 
	padding: 12px;
}

.quote {
	font-family: serif; 
	font-size: 16px;   
	padding: 12px;
}

/* this makes things look nice */
input { text-indent : 2px; }

/* the rollover help text at the posting page */
.helpline { background-color: inherit; border-style: none; }

/* spaces all the cells evenly */
table, td { border: 2px inherit solid; }

/* removes the borders on images */
a img {border: none; }

/*-------------------------------
craphazzard: next thing in chat goes at the bottom of the current css file
I like flies.: what?
Ender: ha ha, oh wow
-------------------------------*/
