/*
	the original sinistral theme for phpBB 2+
	(c) 2004 maus
	developed at New World Graphics design studios for use at www.brycetopia.net
	www.brycetopia.net, comments to maus@brycetopia.net
*/


/* font-family */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #29414A;
}


/* lynxxors */
a:link,a:active,a:visited { text-decoration: none; color: #FFFFFF; }
a:hover		{ text-decoration: underline; }


/* border in all tables */
.forumline {
	border: 1px solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
			}

/* th's */
th { background-color: #0F3341; color: #D2D3D6; font-size: 9px; }
.th { color: #D2D3D6; font-size: 9px; }
a.th, a.th:active, a.th:visited { color: #D2D3D6; text-decoration:none; }
a.th:hover { color: ##D2D3D6; text-decoration: none; }

.fhead { color: #FFFFFF; font-size: 9px; }
th.fhead { background-color: #224D5E; }


/* td's */
td { }
.top {
	background-color: #123A49;
	color: #FFFFFF;
	background-image: url(../images/fondoblog.gif);
}
.head { background-color: #333333; color: #FFFFFF; font-size: 9px; }
.row1	{ background-color: #666666; }
.row2	{ background-color: #234A59; }

			
/* general text series */
.gen	{ font-size: 11px; }
.genmed {
	font-size: 10px;
	color: #CCCCCC;
}
.genmedpost {
	font-size: 11px;
	color: #CCCCCC;
	background-color:#0F3341;
}
.gensmall {
	font-size: 9px;
	color: #CCCCCC;
}
.gensmalllink {
	font-size: 12px;
	color: #999999;
	font-weight:bold;
	
}
.gen, .genmed, .gensmall {
	color: #CCCCCC;
}
a.gen, a.genmed, a.gensmall { color: #FF9900; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover { color: #FF6600; text-decoration: none; }
.mainmenu { font-size: 9px; color: #252526; }
a.mainmenu { color: #0C0C0D; text-decoration: none; }
a.mainmenu:hover { color: #000000; text-decoration: none; }

/* general colour-free text series */
.freegenmed {
	font-size: 10px;
	color: #FFFFFF;
}
.freegensmall {
	font-size: 9px;
	color: #339999;
}
a.freegenmed, a.freegensmall { text-decoration: none; }
a.freegenmed:hover, a.freegensmall:hover { text-decoration: none; }

/* general navigation (pagination, etc. */
.nav,a.nav { font-size: 9px; color: #FFFFFF; }
a.nav:hover { color: #99FFFF; text-decoration: none; }

/* header classes */
.uberheader { font-size: 11px; color: #252526; }
a.uberheader { text-decoration: none; color: #FFFFFF}
a.uberheader:hover { text-decoration: none; color: #000000 }

.header {
	font-size: 16px;
	color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.header, a.header:hover { color: #FFFFFF; text-decoration: none; }

.subheader { font-size: 10px; text-decoration: none; color: #333333; }

/* author hyperlink mod class */
td.postname, .postname, a.postname, a.postname:hover	{ font-weight: bold; font-size: 9px; }

/* td onmouseover, onmouseout classes */
td.over	{ color: #D4D5D9; }
td.out	{ color: #c8c9cc; }

/* horizontal rule */
hr	{ height: 0px; border: solid #646566 0px; border-top-width: 1px;}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 10px; color: #0C0D0D;
	background-color: #DCDDE0; border: #646466; 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: 10px; color: #0C0D0D; line-height: 125%;
	background-color: #DCDDE0; border: #646466; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

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

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

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

/* Forum title: Text and link to the forums used in index.php */
.forumlink		{ font-weight: normal; font-size: 10px; color : #252526; }
a.forumlink 	{ text-decoration: none; color : #FFFFFF; }
a.forumlink:hover{ text-decoration: underline; color : #000000; }


/* titles for the topics */
.topictitle			{ font-weight: normal; font-size: 10px; color : #252526; }
a.topictitle:link   {
	text-decoration: none;
	color : #FFFFFF;
	font-weight: bold;
}
a.topictitle:visited { text-decoration: none; color : #CCCCCC; }
a.topictitle:hover	{ text-decoration: none; color : #FF6600; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
td.name			{ font-weight: bold; font-size: 10px; color: none; }
.name			{ font-weight: bold; font-size : 10px; color: none; }
a.name			{ text-decoration: underline; color: #FFFFFF; }
a.name:hover	{ text-decoration: underline; color: #FF6600; }

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


/* The content of the posts (body of text) */
.postbody { font-size : 10px;}
a.postlink:link	{ text-decoration: none; color : #252526; }
a.postlink:visited { text-decoration: none; color : #0C0C0D; }
a.postlink:hover { text-decoration: underline; color : #000000; }


/* Start add - Admins/mods color management MOD */
.admincolor         { color: {T_FONTCOLOR5}; }
.admincolor:link    { color: {T_FONTCOLOR5}; text-decoration: none; }
.admincolor:active  { color: {T_FONTCOLOR5}; text-decoration: none; }
.admincolor:visited { color: {T_FONTCOLOR5}; text-decoration: none; }
.modcolor           { color: {T_FONTCOLOR6}; }
.modcolor:link      { color: {T_FONTCOLOR6}; }
.modcolor:active    { color: {T_FONTCOLOR6}; }
.modcolor:visited   { color: {T_FONTCOLOR6}; }
/* End add - Admins/mods color management MOD */
body {
	background-color: #123A49;
	background-image: url(../images/fondoblog.gif);
	background-repeat: repeat;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}