/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subAndreas08
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		Elizabeth Shulman ( http://www.stopanimalrights.com/ )
	
	This style is based on the Andreas08 template by Andreas Viklund ( http://andreasviklund.com/ ).
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

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

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Arial,Verdana,Tahoma,sans-serif;
	color: #000000;
	background-color: #C0C0C0;
	font-size: 0.8em; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	min-width: 200px;
	text-align:center;
	}

#wrapboard {
	margin:0 auto;
	max-width:1280px;
	min-width:1000px;
	text-align:left;
	background-color: #fff;
	
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
	/*margin:0 1px 1px 1px;*/
}


#header {position:relative; background:url(./images/bg_top.gif) left top repeat-x;}
#head{height:81px; color:#fff;position:relative;background:url(./images/header.jpg) right top no-repeat;}
#logo{ width:258px; height:55px;position:absolute; left:25px; top:10px;}
#slogan{font-size:0.8em;width:300px;height:20px;left:55px;top:42px;position:absolute; }

#watch{position:absolute;right:0;top:0;z-index:110;}

#menu {
	padding-left:0px; overflow:hidden;position:relative;height:27px; font-size:1.2em;
	background:url(./images/mnu_bg.gif) left top repeat-x;  text-align:left;
}
#menu * {list-style-image:none;	list-style-position:outside; list-style-type:none;	margin:0;padding:0;	height:26px;}

#menu li { float: left; border-bottom-width: 0 !important; line-height:26px;margin:0 3px;}
#menu li a { font-weight:normal; display:block;  margin-left:11px;padding-right:11px; _display:table; outline:none;
	text-decoration: none; font-size:0.75em; color:#fff;	text-transform:uppercase;}
#menu li.curr { }
#menu li.curr a{color:#f9e548;	line-height:26px;  font-weight:bold;
}
#menu li.curr a:hover{text-decoration:none;}
#menu li a { cursor: pointer; }
#menu li a:hover{text-decoration:underline;}
#menu li.sep{margin:0;background:url(./images/mnu_sep.gif) center center no-repeat;}


#wrapcentre {
	font-size: 0.9em;
	margin:0 10px;
}

#wrapfooter {
	background-color: #fff;
	text-align: left;
	clear:both;
	padding:15px 0 5px 0;

	
}

.clear{clear:both;}

#footer{
	font-size:0.9em; text-align:left;/*padding:15px 0;*/color:#b3b3b3;
	background:#fff url(./images/sep.png) left top repeat-x;
}
#f_copyright{float:left;width:400px; margin:15px 0 10px 10px;}
#f_copyright a{ text-decoration:none;}
#f_copyright a:hover{ text-decoration:underline;}
#f_counters {float:right;width:400px; margin:15px 10px 10px 0;text-align:right;}
#f_counters a{text-decoration:none;}
#f_counters a:hover{text-decoration:underline;}


#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

/* Site description and logo */
#site-description {
	float: left;
	width: 70%;
}

#site-description h1 {
	margin-right: 0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background:#467aa7;
	color:#ffffff;
	height:110px;
	margin:0 1px 1px 1px;
}

.headerbar h1 {
	/* Forum name */
	color: #FFFFFF;
	padding: 35px 0 0 20px;
	font-weight: normal;
	font-size: 2.4em;
	letter-spacing:-2px;
}

.headerbar p {
	/* Forum name */
	margin:10px 0 0 40px;
	font-size:1.4em;
	background-color:inherit;
	color:#f0f2f4;
	letter-spacing:-1px;
	font-weight:normal;
}

.headerbar a, .headerbar a:hover {
	color:#f0f2f4;
}

#menu_bar {
	height:2.2em;
	line-height:2.2em;
	background:#578bb8;
	color:#fff;
	/*margin:0 1px;*/
}

#menu_bar ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu_bar li {
	float:left;
	position: relative;
	border-right: 1px solid #fff;
}

#menu_bar table {
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}

#menu_bar a,
#menu_bar :visited {
	display:block;
	font-weight:normal;
	padding: 0 5px;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 1px;
	background-color:inherit;
	color: #ffffff;
	font-size: 0.8em;
}

#menu_bar a:hover,
#menu_bar a.activetab {
	background:#80b0da;
}

#menu_bar ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	z-index:100;
}

#menu_bar ul li:hover ul, 
#menu_bar ul a:hover ul {
	visibility:visible;
}

#menu_bar ul ul li {
	background:#578bb8;
	width:185px;
}

#menu_bar ul ul li a, 
#menu_bar ul ul li a:visited {
	padding: 2px;
}

#menu_bar ul ul li.activetab {
	background:#80b0da;
}

.activetab {
	background:#80b0da;
}

#datebar {
	padding: 5px 5px 5px 5px;
}

p.rightside,
p.right {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

p.left {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}


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

#pagecontent { 
}


/*  Text
 --------------------- */
h1 {
	color: black;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #505050;
	background-color: inherit;
}

h3 {
	margin: 0 0 5px 0;
	font-size: 1.05em;
	/*letter-spacing:-1px;*/
}

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

p.moderators {
	margin: 0;
	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;
}

.breadcrumbs {
	background-color:#fafbfc;
	color: #505050;
	border:1px solid #c0c0c0;
	padding: 2px;
}

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

.rtl p.breadcrumbs {
	float: right;
}

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

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	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;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	line-height: 1.4em;
}

.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;
}

.genmed {
	margin: 1px 1px;
}

.gensmall {
	margin: 1px 1px;
}

.titles {
	font-weight: bold;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	background: #467AA7;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
	padding: 7px 5px;
	color: #fff;
}

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

.tablebg {
	background-color:#c0c0c0;
}


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

.cat a, .cat a:visited {
	color:#ffffff
}

.cat1 {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: 4px;
}

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

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

.row3 {
	background-color: #FAFBFC;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

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

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

/* Links
 ------------ */
a {
	color: #467aa7;
	text-decoration: none;
	font-weight:bold;
	background-color:inherit;
}

a:hover {
	color:#2a5a8a;
	text-decoration:none;
	background-color:inherit;
}

a.forumlink {
	color: #069;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #5493B4;
	text-decoration: none;
}

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

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


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

input {
	color: #333333;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

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;
}

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

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

.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;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.8em;
}

.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;
	background-color: #FAFAFA;
}

.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;
}


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

.sep {
	color: black;
}

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;
}

fieldset {
	border-width: 0;
	font-size: 0.9em;
}

.box {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
}

.forumrules {
	background-color:#fafbfc;
	color: #505050;
	border:1px solid #c0c0c0;
	padding: 2px;
}

.forumrules h3 {
	color: #F02025;
}

#subcontent {
	float:right;
	width:25%;
	line-height:1.4em;
}

#subcontent h2 {
	display:block;
	margin:0 0 15px 0;
	font-size:1.6em;
	font-weight:normal;
	text-align:left;
	letter-spacing:-1px;
	color:#505050;
	background-color:inherit;
}

#subcontent p {
	margin:0 0 16px 0;
	font-size:0.9em;
}

.menublock li {
	list-style:none;
	display:block;
	padding:2px;
	margin-bottom:2px;
}

.menublock li a {
	font-weight:bold;
	text-decoration:none;
}

.menublock li a:hover {
	text-decoration:none;
}

.menublock li ul {
	margin:3px 0 3px 15px;
	font-size:1em;
	font-weight:normal;
}

.menublock li ul li {
	margin-bottom:0;
}

.menublock li ul a {
	font-weight:normal;
}
