/*  phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name:		The Panic Attacks custom theme
Based on style:	subSilver (the default phpBB 2 style)
Original author:	subBlue ( http://www.subBlue.com/ )
Modified by:		Carpathios of The Panic Attacks
--------------------------------------------------------------
*/
*{
	margin:0;
	padding:0;
}

div.clear{
	clear:both;
}

html{
	font-size:100%;
}

img{
	background-color:#ECECEC;
	border:medium none;
	margin-left:-2px;
	padding:1px;
}

img.noBorder{
	background:none;
	border:none;
	padding:none;
}

table{
}

body{
	background:url(images/icc_background_2.jpg) top center no-repeat #000;
	font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:62.5%;
	margin:0;
}

a, a:visited{
	color:#000;
	outline:none;
	text-decoration:none;
}

a:hover{
	outline:none;
	color:#D46400;
	text-decoration:underline;
}

a.postlink, a.postlink:visited{
	color:blue;
}

a.postlink:hover{
	text-decoration:underline;
}

a.titles, a.titles:visited{
}

a.titles:hover{
	color:#000;
	text-decoration:none;
}

#wrapheader{
	height:auto !important;
	margin:0 auto;
	padding:0;
}

#wrapcentre{
	background-image:url(images/grey.png);
	border:1px solid #333;
	margin:15px auto;
	min-width:736px;
	padding:7px 7px 10px;
	min-width:736px;
	max-width:960px;
}

#wrapfooter{
	color:#ccc;
	clear:both;
	padding-bottom:15px;
	text-align:center;
}

#wrapfooter a, #wrapfooter a:visited{
	color:#ccc;
}

#wrapfooter a:hover{
	text-decoration:underline;
}

#wrapnav{
	width:100%;
	margin:0;
	background-color:#ECECEC;
	border-width:1px;
	border-style:solid;
	border-color:#A9B8C2;
}

#logodesc{
	margin:0 auto;
	width:702px;
}

#logodesc td, table.colortable td{
	padding:0;
}

#logodesc h1{
	background-image:url(/guildhall/styles/the_panic_attacks/theme/images/topbanner2.jpg);
	background-repeat:no-repeat;
	border:1px solid #333333;
	height:100px;
	text-indent:-10000px;
	width:700px;
}

#topWrap{
}

#nav{
	background-color:#000000;
	border:1px solid #000000;
	height:30px;
	line-height:30px;
	margin:23px auto 25px;
	padding:0 4px 4px 4px;
	text-align:center;
	width:692px;
}

#nav ul{
	display:block;
	height:30px;
	list-style-type:none;
	margin:0 auto;
	width:685px;
}

#nav ul li{
	display:block;
	float:left;
	height:40px;
}

#nav ul li a, #nav ul li a:visited{
	border:1px solid #000000;
	color:#FFFFFF;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:0 12px;
	padding:2px 10px;
	height:30px;
}

#nav ul li a:hover, #nav ul li a.active{
	background-color:#ECECEC;
	color:#000000;
	margin-top:-6px;
	padding:8px 10px;
	text-decoration:none;
}

#menubar, #datebar{
	margin:0 auto;
}

#menubar a, #menubar a:visited{
}

#menubar a:hover{
	color:#D46400;
	text-decoration:none;
}

#findbar{
	width:100%;
	margin:0;
	padding:0;
	border:0;
}

.forumrules{
	background-color:#F9CC79;
	border-width:1px;
	border-style:solid;
	border-color:#BB9860;
	padding:4px;
	font-weight:normal;
	font-size:1.1em;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3, .error{
	color:red;
}

#pageheader{
	background-color:#ECECEC;
	font-size:14px;
	margin:0 1px;
	padding:10px 10px 27px;
}

#pageheader h2{
	font-size:1.7em;
	line-height:1.1em;
}

#pageheader a{
	font-size:1em;
}

#pagecontent{
}

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%;
}

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;
	line-height:1.1em;
}

p.moderators{
	color:black;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin:0;
}

.rtl p.moderators, .rtl p.breadcrumbs{
	float:right;
}

p.linkmcp, p.searchbarreg{
	float:right;
	font-size:10px;
	font-variant:normal;
	margin:2px 0 0;
	white-space:nowrap;
}

p.linkmcp a:hover{
	text-decoration:underline;
}

a.nav:hover{
	text-decoration:underline;
}

.rtl p.linkmcp, .rtl p.datetime, .rtl p.searchbarreg{
	float:left;
}

p.breadcrumbs{
	margin:0;
	float:left;
	color:black;
	font-weight:bold;
	white-space:normal;
	font-size:1em;
}

p.datetime{
	margin:0;
	float:right;
	white-space:nowrap;
	font-size:1em;
}

p.searchbar{
	padding:2px 0;
	white-space:nowrap;
}

p.searchbar a, p.searchbar a:visited{
}

p.searchbar a:hover{
	color:#000;
	text-decoration:underline;
}

p.forumdesc{
	padding-bottom:2px;
}

p.forumdesc a, p.forumdesc a:visited, p.topicdetails a, p.topicdetails a:visited{
	color:#006699;
}

p.forumdesc a:hover{
	text-decoration:underline;
}

p.topicauthor, p.topicdetails{
	margin:1px 0;
}

p.topicdetails a:hover{
	text-decoration:underline;
}

.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, .postdetails, .syntaxhtml{
	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;
}

.gen{
	margin:1px 1px;
	font-size:1.2em;
}

.genmed{
	margin:1px 1px;
	font-size:1.1em;
}

.gensmall{
	font-size:1em;
	line-height:20px;
	margin:1px;
}

.copyright{
	color:#ccc;
	font-weight:normal;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles{
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:1.3em;
	text-decoration:none;
}

th{
	background-color:#000000;
	color:white;
	font-size:1.1em;
	font-weight:bold;
	padding:9px 7px 7px;
	white-space:nowrap;
}

td{
	padding:2px;
}

td.profile{
	padding:4px;
}

.tablebg{
}

.catdiv{
	height:28px;
	margin:0;
	padding:0;
	border:0;
	background-color:#3A0000;
}

.rtl .catdiv{
	background:white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat{
	color:white;
	height:28px;
	margin:0;
	padding:0;
	border:0;
	background-color:#3A0000;
	text-indent:4px;
}

.row1{
	background-color:#ECECEC;
	padding:6px;
}

.row2{
	background-color:#DEDEDE;
	padding:4px;
}

.row3{
	background-color:#C0C8D0;
	padding:4px;
}

.spacer{
	padding:0;
}

hr{
	height:1px;
	border-width:0;
	background-color:#D1D7DC;
	color:#D1D7DC;
}

.legend{
	text-align:center;
	margin:0 auto;
}

a.forumlink{
	color:#000000;
	font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:1.3em;
	font-weight:bold;
}

a.forumlink:hover{
	text-decoration:underline;
}

a.topictitle{
	margin:1px 0;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:1.2em;
}

a.topictitle:hover{
	text-decoration:underline;
}

a.topictitle:visited{
	color:#006699;
}

th a, th a:visited{
	color:#FFA34F !important;
	text-decoration:none;
}

th a:hover{
	text-decoration:underline;
}

td.cat a{
	color:#fff;
}

td.cat a:hover{
	text-decoration:underline;
}

form{
	margin:0;
	padding:0;
	border:0;
}

input{
	font-family:"Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:normal;
	padding:1px;
	border:1px solid #999;
	background-color:#FAFAFA;
}

textarea{
	background-color:#FAFAFA;
	color:#333333;
	font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;

	font-size:1.3em;
	line-height:1.4em;
	font-weight:normal;
	border:1px solid #999;
	padding:2px;
}

select{
	color:#333333;
	background-color:#FAFAFA;
	font-family:"Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:normal;
	border:1px solid #999;
	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;
	font-family:"Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color:#EFEFEF;
	border:1px solid #666666;
}

.btnmain{
	font-weight:bold;
	background-color:#ECECEC;
	border:1px solid #999;
	cursor:pointer;
	padding:1px 5px;
	font-size:1.1em;
}

.btnlite{
	font-weight:normal;
	background-color:#ECECEC;
	border:1px solid #999;
	cursor:pointer;
	padding:1px 5px;
	font-size:1.1em;
}

.btnfile{
	font-weight:normal;
	background-color:#ECECEC;
	border:1px solid #999;
	padding:1px 5px;
	font-size:1.1em;
}

.helpline{
	background-color:#DEE3E7;
	border-style:none;
}

.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;
	font-family:"Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color:#FAFAFA;
	color:#4B5C77;
}

.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-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	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;
}

.syntaxkeyword{
	color:#007700;
}

.syntaxstring{
	color:#DD0000;
}

.pm_marked_colour{
	background-color:#000000;
}

.pm_replied_colour{
	background-color:#A9B8C2;
}

.pm_friend_colour{
	background-color:#007700;
}

.pm_foe_colour{
	background-color:#DD0000;
}

.tablebg img{
	background:none;
	border:none;
	padding:0;
}

.sep{
	color:black;
	background-color:#FFA34F;
}

pre{
	font-size:1.1em;
	font-family:Monaco, 'Courier New', monospace;
}

.nowrap{
	white-space:nowrap;
}

.username-coloured{
	font-weight:bold;
}