/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		Tipo1 Reloaded
	Author:		    Artemis
    --------------------------------------------------------------
*/
/**
 * @package styles
 * @version memberlist_avatar.css 1.0.3 2012-01-03 04:49:51Z TheKiller $
 * @copyright (c) 2012 Radulescu Dragos-Valentin (TheKiller) - http://www.rising-dead.com/
 * @copyright (c) 2007 David Lewis (Highway of Life) - http://www.startrekguide.com
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 ---------------------------------------- */
.thumbnail {
	z-index: 0;
	position:relative;
}

a.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span {
	position: absolute;
	background: #E0E5E9 url("styles/Tipo1 Reloaded/theme/images/cellpic1.gif") repeat-x;
	padding: 4px;
	border: 1px solid #A9B8C2;
	left: 0px;
	display: none;
	color: #FFFFFF;
	text-decoration: none;
}

.thumbnail span img {
	border-width: 0;
	padding: 2px;
}

a.thumbnail:hover span {
	position:absolute;
	display:block;
	top: 20px;
	left: 7px;
}
@import url("thanks.css");


/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

.right { float: right; }

body {
	margin-top: 30px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #252525;
	background: #000 url("./styles/Tipo1%20Reloaded/theme/images/bg.jpg") top center no-repeat;
	font-size: 10px;
}


.b { 
	background-color: #f8f8f8;
}

.bl { 
}

.br { 
	padding-bottom: 0px;
}


#topnav {
	height: 39px;
	padding-top: 4px;
}

#wrap {
	margin: 0 auto;
	width: 91%;
	min-width: 740px;
	position: relative;
	box-shadow: 0px 0px 10px #000;
}


#wrapcentre {
	padding: 6px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #f7f7f7;
	border-width: 1px;
	border-style: solid;
	border-color: #bababa;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

.clear { clear: both; }

/* Navigation
 --------------------- */

#navcontainer {
	width: 100%;
	padding-bottom: 1px;
	background: url("./styles/Tipo1%20Reloaded/theme/images/nav.png") top repeat-x;
}


#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul {
	margin: 0;
	height: 50px;
	padding: 0 10px 0 10px;
	font-size: 1.1em;
}

#navcontainer ul li a {
	padding: 12px 7px 0 7px;
	height: 30px;
	color: #999999;
	text-decoration: none;
	float: left;
}


.navbar {
	
	font-size: 1.2em;
	padding: 10px 20px 10px 5px;
	margin-bottom: 15px;
	display: block;
    border: 1px solid #dddddd;
	background-color: #f3f3f3;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}

#navlist li a:hover, #navlist li a:active {
	text-decoration: none;
	text-align: left;
	color: #fff;
}


#social {
	margin-top: 5px;
	margin-left: 20px;
	float:left;
}

.fb-icon { 
	float: left; display: block; width: 24px; height: 24px;
	background: url("./styles/Tipo1%20Reloaded/theme/images/social/facebook.png") 0 0 no-repeat;
	margin-right: 10px;
}

.twitter-icon { 
	float: left; display: block; width: 24px; height: 24px;
	background: url("./styles/Tipo1%20Reloaded/theme/images/social/twitter.png") 0 0 no-repeat;
	margin-right: 10px;
}

.youtube-icon { 
	float: left; display: block; width: 24px; height: 24px;
	background: url("./styles/Tipo1%20Reloaded/theme/images/social/youtube.png") 0 0 no-repeat;
	margin-right: 10px;
}

.fb-icon span, .twitter-icon span, .youtube-icon span {
	display: none; text-indent: -5000px;
}

.fb-icon:hover, .twitter-icon:hover, .youtube-icon:hover {
	background-position: 0 -24px;
}


/* Search box
 --------------------- */
#search-box {
	border: 0px solid black;
	color: #FFFFFF;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
    height: 26px;
    margin-top: -5px;
}

#search-box input {
	border: 1px solid black;
	width: 139px;
	height: 12px;
	padding: 6px 12px;
	color: #929292;
	border-radius: 5px;
}

#search-box fieldset {
	border: 0px solid black;
	background: none;
}

#search-box input:hover {
	
}

#search-box input:focus {
	color: #BBBBBB;
	border: 1px solid #66afe9;
	box-shadow: 0px 0px 5px #66afe9;
}


/* Round cornered boxes and backgrounds
 --------------------------------------------------------- */

#header_bg {
	height: 102px;
	background: url("./styles/Tipo1%20Reloaded/theme/images/header_right.gif") top right no-repeat;
}

#header_bg2 {
	height: 102px;
	background: url("./styles/Tipo1%20Reloaded/theme/images/header_left.jpg") top left no-repeat;
	
}

#header_container { 
	background: url("./styles/Tipo1%20Reloaded/theme/images/header_bg.jpg") top left repeat-x;
	display: block;
	width: 100%;
}

#logo {
	display: block;
	width: 100%;
}

#logo img {
	margin-left: 20px;
}


ul.linklist li {
	list-style-type: none;
}

/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
	margin-left: 25px;
	margin-top: 25px;

}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin-top: 8px;
	margin-left: 27px;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.gensmallartemis {
	margin: 1px 1px;
	font-size: 1em;
	border: thin solid #000;
	border-collapse: collapse;
}

.copyright {
	color: #999999;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family:  "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background: #000 url('./styles/Tipo1%20Reloaded/theme/images/cellpic.gif') top repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	height: 25px;
	text-align: center;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
    border: 1px solid black;
	border-radius: 2px;
	background-color: #dddddd;
}

	
.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
}
.rtl .catdiv {
	background: white url('./styles/Tipo1%20Reloaded/theme/images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #dddddd;
	text-indent: 4px;
}

.cat2 {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #565856;
	text-indent: 4px;
	border-top: thin solid #272727;
	border-left: thin solid #272727;
	border-right: thin solid #272727;
	border-bottom: thin solid #272727;
	border-collapse: collapse;
}

.row1 {
	background-color: #f3f3f3;
	padding: 4px;
}

.row2 {
	background-color: #f3f3f3;
	padding: 4px;
}

.row3 {
	background: #7e7e7e url('./styles/Tipo1%20Reloaded/theme/images/row3.gif') repeat-x;
	padding: 4px;
}

.spacer {
	background: url('./styles/Tipo1%20Reloaded/theme/images/space.png') repeat-x;
	}

.spacer2 {
	background: url('./styles/Tipo1%20Reloaded/theme/images/space2.png') repeat-x;
	}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
 
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}
 
a:link	{ color: #d52a40; text-decoration: none; }
a:visited	{ color: #d52a40; text-decoration: none; }
a:hover	{ color: #d52a40; text-decoration: underline; }
a:active	{ color: #d52a40; text-decoration: none; }

a.forumlink {
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

a.topictitle, a.topictitle:visited {
	margin: 1px 0;
	font-family:  "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

th a,
th a:visited {
	color: #f9f9f9 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: none;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #3D3D3F;
	font-family:  "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #000;
	background-color: #F2F2F2;
	vertical-align: middle;
}

input:hover, input:focus, select:hover, select:focus {
	border: 1px solid #78786E;
	background-color: #FFF;
}

textarea {
	background: #EEEEEE url("./styles/Tipo1%20Reloaded/theme/images/textarea.gif") top repeat-x;
	color: #333333;
	font-family:  "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #B2B296;
	padding: 2px;
	vertical-align: middle;
}

textarea:hover, textarea:focus {
	border: 1px solid #78786E;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family:  "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #B2B296;
	padding: 1px;
	vertical-align: middle;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
	vertical-align: middle;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family:   "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.btnmain {
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnmain, .btnlite, .btnfile {
	background: url("./styles/Tipo1%20Reloaded/theme/images/submit.gif") top repeat-x;
	color: #f7f7f7;
}

.btnmain:hover, .btnmain:focus, .btnlite:hover, .btnlite:focus, .btnfile:hover, .btnfile:focus {
	background-position: 0 -40px;
	border: 1px #000 solid;
	color: #f7f7f7;
}

.btnbbcode {
	background: url("./styles/Tipo1%20Reloaded/theme/images/bbcode.gif") top repeat-x;
	color: #575757;
}

.btnbbcode:hover, .btnbbcode:focus {
	background-position: 0 -40px;
	border: 1px #9B8A72 solid;
	color: #363636;
}

.helpline, .helpline:hover, .helpline:focus  {
	background: transparent;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ABAB9C;
	color: #333333;
	font-size: 0.85em;
	font-weight: bold;
-webkit-border-top-left-radius: 12px;
-webkit-border-top-right-radius: 12px;
-moz-border-radius-topleft: 12px;
-moz-border-radius-topright: 12px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
	background-color: #ddd;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	color: #333333;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-color: #ABAB9C;
	-webkit-border-top-left-radius: 12px;
-webkit-border-top-right-radius: 12px;
-moz-border-radius-topleft: 12px;
-moz-border-radius-topright: 12px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
	background-color: #ddd;
}


.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background: #EEEEEE url("./styles/Tipo1%20Reloaded/theme/images/textarea.gif") top repeat-x;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
	background: #EEEEEE url("./styles/Tipo1%20Reloaded/theme/images/textarea.gif") top repeat-x;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}

/* Buttons
 --------------- */

a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url("./styles/Tipo1%20Reloaded/theme/images/icon_fontsize.gif");
	background-position: 0 -1px;
	width: 29px;
	position: absolute;
	top: 6px;
	left: 0px;
}

a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

.reply-icon	{ 
	float: left; display: block; width: 112px; height: 32px;
	background: url("./styles/Tipo1%20Reloaded/imageset/it/button_topic_reply.gif") 0 0 no-repeat;
	margin-right: 10px;
}

.post-icon	{ 
	float: left; display: block; width: 112px; height: 32px;
	background: url("./styles/Tipo1%20Reloaded/imageset/it/button_topic_new.gif") 0 0 no-repeat;
	margin-right: 10px;
}

.locked-icon { 
	float: left; display: block; width: 112px; height: 32px;
	background: url("./styles/Tipo1%20Reloaded/imageset/it/button_topic_locked.gif") 0 0 no-repeat;
	margin-right: 10px;
}

.newpm-icon { 
	float: left; display: block; width: 112px; height: 32px;
	background: url("./styles/Tipo1%20Reloaded/imageset/it/button_pm_new.gif") 0 0 no-repeat;
	margin-right: 10px;
}

.reply-icon span, .post-icon span, .locked-icon span, .newpm-icon span {
	display: none; text-indent: -5000px;
}

.reply-icon:hover, .post-icon:hover, .locked-icon:hover, .newpm-icon:hover {
	background-position: 0 -0px;
}

/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}


table.colortable td {
	padding: 0;
     }

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}
/* phpBB Statistics MOD */
table.fs_details_graphs div.graph {
	background-color: #67A3EB;
}

div.fs {
	font-size: 1.1em;
}
div.fs h3 {
	font-size: 0.9em;
}
div.fs fieldset {
	font-size: 1.0em;
}
div.fs thead {
	font-weight: bold;
}
div.fs td {
	vertical-align: top;
	padding: 0 4px 0 4px;
}
div.fs div.user_prompt {
	text-align: center;
}
table.fs_details_list, table.fs_details_graphs {
	background: #f3f3f3;
	width:100%;
	table-layout: fixed;
}
table.fs_details_list td.col1, table.fs_details_list td.col3 {
	width: 25%;
	text-align: right;
	vertical-align: top;
}
table.fs_details_list td.col2, table.fs_details_list td.col4 {
	width: 25%;
	padding-left: 5px;
	vertical-align: top;
}
table.fs_details_graphs col.col_cat {
	width: 50%;
}
table.fs_details_graphs col.col_bar {
	width: 30%;
}
table.fs_details_graphs col.col_count, table.fs_details_graphs col.col_pct {
	width: 10%;
	text-align: right;
}
td.table_list {
	margin-left: 50px;
}
/*END MOD*/

.simple {
    background-color: #FFFFFF;
}

#datebar { padding: 0 4px; }