@charset "utf-8";
/* Stars, hide your fires. Let not light see my black and deep desires. */

/* -------------------------------- */
/* RESET HTML TAGS					*/ 
/* -------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

a {
	color:#FFCC00;
	text-decoration:none;
}

/* -------------------------------- */
/* PAGE ELEMENTS 					*/ 
/* -------------------------------- */
/* Top Section	  					*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFCC;
	background:#000 url(http://www.pixelcraze.com/tortured-deathwing.jpg) top center no-repeat;
}

#shell {
	width:990px;
	margin:0 auto;
}

#wrapper {
	position:relative;
}


	/* -------------------------------- */
	/* HEADER							*/
	
	#header {
		position:relative;
		text-align:center;
	}
	
	#header .logo {
		margin:0 auto;
		display:block;
		width:207px;
		height:132px;
		margin-top:5px;
		float:left;
	}
	
	#header .logo  img {
		display:none;
	}
	
	#header ul{
		position:relative;
		top:10px;
		right:-200px;
	}
	
	#header ul li {
		display:inline;
	}
	
	#header ul li a {
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
	}
	
	
	/* -------------------------------- */
	/* CENTER							*/
	
	#center {
		width:990px;
		/*background:url(../images/ui/bg_center.png) top center no-repeat;*/
		min-height:590px;
		display:table;
		margin-top:10px;
		
	}
	
	#center .holder {
		width:940px;
		height:590px;
		margin-left:25px;
		
	}
	
	#center .left {
		width:180px;
		padding-top:15px;
		/*background:url(../images/ui/bg_main.png) top left no-repeat;*/
	}
	
	#center .right {
		width:180px;
		padding-top:15px;
		/*background:url(../images/ui/bg_main.png) top right no-repeat;*/
	}
	
	#center .page {
		padding-top:15px;
		/*background:url(../images/ui/bg_main.png) top center no-repeat;*/
		line-height:140%;
		
	}
	
	#center .page .display {
		margin:0 20px 0 0;
	}
	
	#center .page p {
		margin-bottom:15px;
	}
	
	#center .page h2 {
		margin-top:15px;
		margin-bottom:10px;
		padding-bottom:6px;
		background:url(../images/ui/bg_divide.png) bottom center no-repeat;
		color:#FFF;
		font-weight:bold;
		font-size:19px;
		clear:both;
	}
	
	#center .left h3, #center .right h3 {
		margin-top:15px;
		padding-bottom:6px;
		display:block;
		width:150px;
		overflow:hidden;
		color:#EFCB00;
		font-weight:bold;
		font-size:14px;
	}
	
	#center .sideBox {
		width:142px;
		height:52px;
		border:1px solid #999999;
		background:#000; 
		color:#FFF;
		font-family:arial;
		font-size:12px;
	}
	
	#center .textbox {
		border:1px solid #999999;
		background:#000; 
		color:#FFF;
		font-family:arial;
		font-size:12px;
		padding:3px;
	}
	
	#center .sideButton {
		width:142px;
		height:20px;
		margin-top:-8px;
		border:1px solid #989898;
		background:#333333; 
		color:#FFF;
		font-weight:bold;
		font-family:arial;
		font-size:11px;
	}
	
	#center .button {
		height:20px;
		margin-top:8px;
		border:1px solid #989898;
		background:#333333; 
		color:#FFF;
		font-weight:bold;
		font-family:arial;
		font-size:11px;
	}
	
	#center .shoutboxname a {
		text-decoration:none;
		color:#CCCCCC;
		display:block;
		padding-left:17px;
		background:url(../images/ui/bg_shout.png) 0 2px no-repeat;
		font-size:15px;
		font-weight:bold;
	}
	
	#center .shoutboxdate {
		font-size:10px;
		color:#999999;
		display:block;
		margin-top:3px;
	}
	
	#center .shoutboxedit {
		font-size:10px;
	}
	
	#center .menuList a{
		display:block;
		border-bottom:1px solid #333333;
		color:#CCCCCC;
		text-decoration:none;
		padding-left:10px;
		
	}
	
	#center .menuList li {
		position:relative;
		width:140px;
		font-size:11px;
		line-height:155%;
		
	}
	
	#center .menuList li span {
		position:absolute;
		right:5px;
		top:0px;
		letter-spacing:1px;
	}
	
	#center .menuList li span em {
		color:#FFCC00;
	}
	
	#center .menuList a:hover {
		color:#FFFFFF;
	}
	
	#center .menuList li:last-child a {
		border-bottom:0px;
	}
	
	
	#center .page .post {
		padding:10px;
		position:relative;
	}
	
	#center .memberPoll {
		width:140px;
		margin-left:5px;
	}
	
	#center .memberPoll .talley div {
		display:block;
		margin:7px 0;
		position:relative;
	}
	
	#center .memberPoll .talley strong {
		margin-bottom:-4px;
		display:block;
	}
	
	#center .memberPoll .talley img {
		position:absolute;
		top:0px;
		left:35px;
		border-left:1px solid #FFC716;
		border-right:1px solid #FFC716;
	}
	
	#center .memberPoll .question {
		margin:0 0 5px 0;;
	}
	
	#center .memberPoll .talley strong{
		color:#FFCC66;
		font-weight:bold;
	}
	
	#center .memberPoll .summary a {
		display:block;
		color:#FFCC00;
	}
	
	#center .gallery img {
		border:1px solid #fff;
		
	}
	
	#center .gallery {
		font-size:10px;
	}
	
	
	/* -------------------------------- */
	/* LEFT								*/
	
	
	/* -------------------------------- */
	/* RIGHT							*/
	
	
	/* -------------------------------- */
	/* FOOTER							*/
	
	/* -------------------------------- */
	/* FOOTER							*/
	
	.forum_cat_name  {
		line-height:30px;
		font-size:14px;
		font-weight:bold;
		background:url(../images/ui/bg_module.png)!important;
		color:#FFFFFF!important;
	}
	
	span.divide {
		height:30px;
		width:100%;
		font-size:14px;
		font-weight:bold;
		display:block;
		background:url(../images/ui/bg_divide.png) center 10px no-repeat;
	}
	
	
	.forum_thread_user_name {
	font-size:18px;
		font-weight:bold;
	}
	
	.forum_name a {
		font-weight:bold;
		font-size:13px;
	}
	
	.forum_name .small {
		font-size:11px;
	}
	
	.page td,  .tbl, .tbl2 {
		padding:5px 10px;
		color:#939393;
		
	}
	
	
	.tbl2 {
		padding:5px 10px;
		background:url(../images/ui/bg_module.png)!important;
	}
	
	.forum_idx_table td, .forum_table td {
		padding:3px 10px;
		border-bottom:1px dotted #333333 ;
	}
	
	
	
	
	
	.forum_table td.tbl1 input {
		display:none;
	}
	
	.pagenav a {
		padding:2px;
		line-height:12px;
		border:1px solid #308CA0;
		margin:2px;
		font-size:10px;
	}
	
	.forum_thread_title {
		font-size:19px;
		padding:10px 0;
		color:#FFF
	}
	
	.quote {
		padding:10px;
		margin:5px;
		border:1px solid #666666;
		background:url(../images/ui/bg_module.png);
		-moz-border-radius:5px;
	}
		
	.pagenav strong {
		padding:2px;
		line-height:12px;
		border:1px solid #FFF;
		margin:2px;
		font-size:10px;
	}
	
	.gotmail {
		position:absolute;
		display:block;
		width:104px;
		height:121px;
		background:url('http://www.torturedguild.org/themes/tortured/images/gotmail.png');
		top:62px;
		right:40px;
	}
	
	.tbl1.forum_thread_title img {
		display:none;
	}
	
	.forum_thread_title a {
		font-size:12px;
		padding:10px 0;
		color:#308CA0!important;
		font-weight:bold;
	}
	
	.center {
		margin:0 auto;
	}
	
	 
	
	.forum-img-wrapper {
		width:550px!important;
		display:block;
		overflow:hidden!important;
		height:auto!important;
		
	}
	
	.tbl3 {
		background:#333333;
		background:#000;
		line-height:30px;
	}
	
	
	#center .post {
		padding:10px;
		background:url(../images/ui/bg_module.png)!important;
	}
	
	#center .post table, .forum_thread_userbar {
		background:url(../images/ui/bg_module-lite.png)!important;
	}
	
	#center .post table strong, #center .post table .small {
		color:#FFFFFF;
	}
	
	
	#div .post{
		width:100%;
	}
	
	div.author {
		position:relative;
		top:-5px;
		font-weight:bold;
		color:#CC9966;
		left:10px;
	}
	
	#center .post a {
		color:#005ba1;
	}
	
	em {
		font-style:normal;
	}
	
	table.tbl {
		width:90%;
	}
	
	font.urgent {
		color:#669900
	}
	
	font.medium {
		color:#308CA0;
	}
	
	font.low {
		color:#308CA0;
	}
	font.high {
		color:#ffcc00;
	}
	
	font.closed {
		color:#660000;
	}
	
	.recruiting td {
		line-height:18px;
		vertical-align:middle;	
	}
	
	.recruiting td img {
		position:relative;
		top:2px;	
	}


	.progress {
	display:block;
	position:relative;
}

.progress {
	font-size:12px;
	margin-bottom:4px;
}


.progress .tooltip  {
	display:none;
	position:absolute;
	left:-230px;
	top:-10px;
	list-style:none;
	width:220px;
	background:url(../images/ui/tooltip.png) bottom left;
}

.progress .tooltip ul  {
	list-style:none;
	width:180px;
	padding:20px;
	padding-bottom:0px;
	margin-bottom:21px;
	background:url(../images/ui/tooltip.png) top left;
}

.progress li {
	position:relative;
	color:#CC0000;
	line-height:18px;
	
}

.progress li span {
	position:absolute;
	right:0px;
	color:#FFF
}

.progress li em {
	font-style:normal;
	color:#66CC00;
}

.progress:hover .tooltip {
	display:block;
	
}

.progress:hover {
cursor:pointer;
}

	/*-------------------------------------*/
	
	
	.paladin {
		color:#F58CBA!important;
		font-weight:bold;
	}
	
	.mage {
		color:#69CCF0!important;
		font-weight:bold;
	}
	
	.druid {
		color:#FF7D0A!important;
		font-weight:bold;
	}
	
	
	.deathknight {
		color:#C41F3B!important;
		font-weight:bold;
	}
	
	.hunter {
		color:#ABD473!important;
		font-weight:bold;
	}
	
	.priest {
		color:#FFF!important;
		font-weight:bold;
	}
	
	.rogue {
		color:#FFF569!important;
		font-weight:bold;
	}
	
	
	.shaman {
		color:#2459FF!important;
		font-weight:bold;
	}
	
	.warlock {
		color:#9482CA!important;
		font-weight:bold;
	}
	
	
	.warrior {
		color:#C79C6E!important;
		font-weight:bold;
	}
	
	.code_bbcode {
	background:#000;
}

