/*
  Comatose Theme v. 0.8  for phpBB version 2+
  Created by (c) Sven Plaggemeier of www.depechemode.de
  The original theme can be found at http://www.depeche-forum.de
  
  Notice: In this theme we use two different font colors. One is for the overall 
  text (white) and one for the text field, where you write your message (black). 
    
  Have fun!
*/


 /* Okay, here we go. First we style the scroll bar (only visible in IE5.5+) and
 set the background color */

body {
	background-color:#000000;
	color: #000000;
	scrollbar-face-color: #29343A;
	scrollbar-highlight-color: #404950;
	scrollbar-shadow-color: #404950;
	scrollbar-3dlight-color: #737373;
	scrollbar-arrow-color:  #C0C0C0;
	scrollbar-track-color: #404950;
	scrollbar-darkshadow-color: #595959;
	}


/* Next we define the font families for common tags */

font,th,td,p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size : 11;
	color: #FFFFFF; 
	}

	
/** the colors for the overall links (i.e. moderators, last poster)
	Note: we will have different later on */

a:link,a:active,a:visited { 
	color : #F6F3D2; 
	text-decoration: none;
	}
a:hover {
	color: #F6F3D2;
	background-color: transparent;
	position: relative;
	top: 1.5px; left: 1.5px;
	}
a:hover	{ 
	text-decoration: underline; 
	color : #F6F3D2; 
	} 


/* we also need some style for the horizontal rules */

hr	
	{ height: 0px; 			/* i's really flat, isn't it? */
	border: solid #D1D7DC 0px; 
	border-top-width: 1px;
	}


/* This is the border line & background colour round the entire page 
If you want the border line appear set it to a lighter color than your background-color.
Otherwise use the same color as for the background. */

.bodyline	{ background-color: #29343A; border: 1px #000000 solid; }


/* This is the outline round the main forum tables. 
We want it thin and grey. */
.forumline	{ background-color: #000000; border: 1px #808080 solid; }


/* Main table cell colours and backgrounds. We only need two ones */
td.row1	{ background-color: #29343A; }
td.row2	{ background-color: #404950; }
td.row3	{ background-color: #808080; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
*/
td.rowpic {
		background-color: #404950;
/*		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y; */
}

/* Header cells  */
th	{
color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #404950; height: 24px;
/*	background-image: url(images/cellpic3.gif); */
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#404950; height: 24px;
/*			background-image: url(images/cellpic1.gif); */
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
/*	font-weight: bold; */ height: 28px; }
	

  th.thHead,td.catHead { font-size: 12px;}


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #ffffff;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px;}
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #ffffff; } /* overall text color!! */

/* After defining the global settings of .gen, .genmed and .gensmall, we create three different link color. If you want them looking all the same, just put them together.


/* Map-MOD additional Link Color */  
a.map,a.map:link,a.map:visited  { color: #404950; text-decoration: none; }
a.map:hover {color: #404950; text-decoration: underline; }


/* First: Gensmall (i.e. text above the main table) */  
a.gensmall,a.gensmall:link,a.gensmall:visited  { color: #e1e1e1; text-decoration: none; }
a.gensmall:hover {color: #e1e1e1; text-decoration: underline; }


/* Next Gensmed, (i.e. "Find all posts by ...") */
a.genmed, a.genmed:link,a.genmed:visited {color: #FFCD8C; text-decoration: none; }
a.genmed:hover {color: #FFCD8C; text-decoration: underline; }


/* And Gen (i.e. names in the memberlist) */
a.gen,a.gen:link,a.gen:visited { color: ##E1E0CF; text-decoration: none; }
a.gen:hover	{ color: #E1E0CF; text-decoration: underline; }


/* Links im Intro */  
a.gensmallintro,a.gensmallintro:link,a.gensmallintro:visited  { color: #404950; text-decoration: none; }
a.gensmallintro:hover {color: #404950; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; color : #FFFFFF }
a.mainmenu:link,a.mainmenu:active,a.mainmenu:visited { text-decoration: none; color : #E8E1C5;  }
a.mainmenu:hover{ text-decoration: underline; color : #F6F1DF; }


/* Forum category titles */
.cattitle {font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.cattitle:link,a.cattitle:visited,a.cattitle:active { text-decoration: none; color : #ffffff; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink,a.forumlink:link,a.forumlink:visited	{ font-weight: bold; font-size: 12px; color : #8EA3B1; text-decoration: none; }
a.forumlink:hover, a.forumlink:active { text-decoration: underline; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 11px; color : #FFFFFF;}
a.nav,a.nac:link,a.nav:visited	{ text-decoration: none; color : #E0D9BB; } 
a.nav:hover,a.nav:active { color: #F1ECD6; text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-size: 11px; color : #ffffff; }
a.topictitle:link, a.topictitle:visited   { text-decoration: none; color : #9DADB7; font-weight: bold; }
a.topictitle:hover	{ text-decoration: underline; color : #9DADB7; font-weight: bold; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #ffffff;};}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #FFFFFF; }


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


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #D171D0;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; line-height: 125%;
	background-color: #3B444B; border: #808080; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #DFDFDF; letter-spacing: -1px;}
a.copyright		{ color: #FFFFFF; text-decoration: none;}
a.copyright:visited { text-decoration: none; color : #FFFFFF; }
a.copyright:hover { color: #F6F3D2; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #f2f2f2;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #fafafa; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

