/*
  comicBook theme for phpBB version 2+
	Created by Gamerhaven
	http://www.gamerhaven.com
	Based on the original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */

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

.no-border {
	border: 0px solid;
}
.no-pad {
	margin: 0px;
	padding: 0px;
}
.menuline {
	background-image: url(/object/img/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* General font families for common tags */
font,td,th,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
th { font-family: Arial, Helvetica, sans-serif;}
a {
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover		{ text-decoration: underline; color : #725B52; }
hr	{ height: 0px; border: solid #000000 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{
	background-image: url(/object/img/mano.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}

/* This is the outline round the main forum tables */
.forumline	{
	border: 4px #000000 solid;
}
.forumline-double {
border: 4px solid #000000;
}
/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF; background-image: url(images/background_row1.jpg);}
td.row1-alt	{ background-color: #FFFFFF; background-image: url(/object/img/tratteggio_o_1_3.gif); background-repeat: repeat-x; background-position: bottom;}
td.row2	{ background-color: #CCCCCC; background-image: url(images/background.jpg); }
td.row2-alt	{ background-color: #CCCCCC; background-image:  url("/forum/templates/comicBook/images/background_row2.jpg"); }
td.row3	{ background-color: #FFFFFF; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated black background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/background.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the black gradient backgrounds */
th	{
	color: #FFFFFF;
	font-size: 13px;
	font-weight : bold;
	background-image:  url(/object/img/bg_cat.jpg);
	height: 33px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image:  url(/forum/templates/comicBook/images/background_row2.jpg); border: #FFCC66; border-style: solid; height: 28px;
}


/*
  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;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #000000; border-style: solid; height: 25px; }
td.row3Right {
	background-color: #FFFFFF; border: #FFCC66; border-style: solid; }
	
td.spaceRow {
	background-color: #000000;}

th.thHead,td.catHead { font-size: 13px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Arial Black", Arial, Helvetica;
			text-decoration: none; line-height : 130%;
}
.bigmaintitle {
			font-weight: bold; font-size: 72px; font-family: Arial Black, Arial, Helvetica;
			text-decoration: none; line-height : 130%; color : #000000; 
}
.medmaintitle {
			font-size: 13px; font-family: Arial Black, Arial, Helvetica;
			text-decoration: none; line-height : 130%; color : #000000;
}
.smallmaintitle {
			font-weight: bold; font-size: 11px; font-family: Arial, Helvetica;
			text-decoration: none; line-height : 130%; color : #000000;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; text-decoration: none; }
a.gen,a.genmed,a.gensmall {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #000000; text-decoration: none; background : #FFCC00; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 13px ; letter-spacing: 1px; color : #000000; }
a.cattitle		{ text-decoration: none; color : #000000; }
a.cattitle:hover{  color: #000000; text-decoration: none; background : #FFCC00; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #000000; }
a.forumlink 	{ text-decoration: none; color : #000000; }
a.forumlink:hover{ text-decoration: none; color : #000000; background : #FFCC00; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #000000; }
a.nav:hover		{ text-decoration: none; color : #000000; background: #FFCC00; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-size: 11px; color : #000000; }
a.topictitle:link   { font-weight: bold; text-decoration: none; color : #000000; }
a.topictitle:hover	{ color : #000000; background : #FFCC00;}


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

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


/* The content of the posts (body of text) */
.postbody {
	font-size : 12px;
	color: #000000;
	line-height: 18px;
}
a.postlink:link	{ font-weight: bold; text-decoration: none; color : #000000; }
a.postlink:hover { font-weight: bold; text-decoration: none; color : #000000; background : #FFCC00; }


/* Quote & Code blocks */
.code {
	font-family: Courier, Courier New, sans-serif; font-size: 11px; color: #00CC33;
	background-color: #FFFFFF; border: #BFBFBF; 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: #000000; line-height: 135%;
	background-color: #FFFFFF; border: #BFBFBF; 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: #FFFFFF; }
a.copyright		{ color: #FFFFFF; text-decoration: none;}
a.copyright:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

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

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

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #D34646;
	color : #FFFFFF;
	font-size: 11px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px;
	border: 0px solid;
}

/* The main submit button option */
input.mainoption {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D34646;
	padding: 2px 2px 2px 7px;
	border: 0px solid;
	background-image: url(/object/img/ico_ul_arancione.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

/* None-bold submit button */
input.liteoption {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #D34646;
	padding: 1px 5px;
	border: 0px solid;
}

/* 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: #CCCCCC; background: url(images/background_green.jpg); border-style: none; }

.tratt-bottom {
	background-image: url(/object/img/tratteggio_o_1_3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.swf-bd {
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.no-padding {
	margin: 0px;
	padding: 0px;
}
td.attachrow		{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #333333; 
}
td.attachheader     {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #999900;
    border-color : #333333;
}
table.attachtable	{ font: normal 12px Verdana, Arial, Helvetica, sans-serif; border-color : #333333;;	border-collapse : collapse; }
