/*----------------------------------------------------------------------

	S C R E E N . C S S
	
----------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
ol, ul {list-style:none}
blockquote, q {quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{/*border-collapse:collapse;*/border-spacing:0}

/*----------------------------------------------------------------------

	L A Y O U T
	
----------------------------------------------------------------------*/

body {
	font: 12px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: rgb(204,204,204);
	text-shadow: rgb(0,0,0) 0 1px 0;
	background: rgb(0,0,0);
	overflow-x: hidden;
}
body.bg {
	background: rgb(0,0,0) url(../images/site/bg-section-blog.jpg) center top no-repeat;
}

strong {font-weight:bold}
em {font-style:italic}

.cnt {
	width: 950px;
	position: relative;
	margin: 0 auto;
}
.box {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,.7) 0 0 6px;
	-moz-box-shadow: rgba(0,0,0,.7) 0 0 6px;
	box-shadow: rgba(0,0,0,.7) 0 0 6px;
}
.border,
.button,
.nav.features.pages a,
.news.accordion h2,
.news.accordion dt,
.news.accordion dd,
#blog .box h2,
#blog #right .box ul li a,
#blog .pagination .pages a,
#blog .pagination .pages strong,
#guides .abilities .name,
#apply .classes li,
#bottom h2,
/* Forum: */
.tableHeadingBG,
.tableRowHeading, .tableRowHeadingBold,
.tableCellOne, .tableCellTwo,
.htmlButtonOff a, #forum .buttons,
.paginate a, .paginateCur strong, .member-list .paginateCur,
#forum .post .meta, #forum .post .menu, #forum .post .body,
#cp-menu a {
	/* ie */
	border-top: 1px solid rgb(80,80,80);
	border-right: 1px solid rgb(30,30,30);
	border-bottom: 1px solid rgb(10,10,10);
	border-left: 1px solid rgb(60,60,60);
	/* else */
	border-top: 1px solid rgba(255,255,255,.1);
	border-right: 1px solid rgba(0,0,0,.3);
	border-bottom: 1px solid rgba(0,0,0,.6);
	border-left: 1px solid rgba(255,255,255,.1);
}

/*----------------------------------------------------------------------
	L I N K S
----------------------------------------------------------------------*/

a {
	text-decoration: none;
	color: rgb(204,204,204);
}
a:hover, a:focus {color: rgb(255,255,255)}

/*
#home   #content a {color: rgb(  0,180,255)}
#blog   #content a {color: rgb(180,255,  0)}
#guides #content a {color: rgb(255,255,255)}
#forum  #content a {color: rgb(255,180, 50)}
#about  #content a {color: rgb(255,255,255)}
#apply  #content a {color: rgb(255,255,255)}

#home   #content a:hover, #home   #content a:focus,
#blog   #content a:hover, #blog   #content a:focus,
#guides #content a:hover, #guides #content a:focus,
#forum  #content a:hover, #forum  #content a:focus,
#about  #content a:hover, #about  #content a:focus,
#apply  #content a:hover, #apply  #content a:focus {color: rgb(255,255,255)}
*/

a.gray   {color: rgb(127,127,127) !important}
a.white  {color: rgb(255,255,255) !important}
a.green  {color: rgb( 30,255,  0) !important}
a.blue   {color: rgb(  0,128,255) !important}
a.purple {color: rgb(176, 72,248) !important}
a.orange {color: rgb(255,128,  0) !important}
a.gold   {color: rgb(230,204,128) !important}
a.yellow {color: rgb(255,255,0) !important}

a.gray, a.white, a.green, a.blue, a.purple, a.orange, a.gold {font-weight:bold}
a.gray:before, a.white:before, a.green:before, a.blue:before, a.purple:before, a.orange:before, a.gold:before, a.yellow:before {content:"["}
a.gray:after, a.white:after, a.green:after, a.blue:after, a.purple:after, a.orange:after, a.gold:after, a.yellow:after {content:"]"}
a.gray:hover, a.white:hover, a.green:hover, a.blue:hover, a.purple:hover, a.orange:hover, a.gold:hover, a.yellow:hover {background: none !important}

.Death.Knight {color: rgb(196, 30, 59)}
.Druid        {color: rgb(255,125, 10)}
.Hunter       {color: rgb(171,212,115)}
.Mage         {color: rgb(105,204,240)}
.Paladin      {color: rgb(245,140,186)}
.Priest       {color: rgb(255,255,255)}
.Rogue        {color: rgb(255,245,105)}
.Shaman       {color: rgb( 36, 89,255)}
.Warlock      {color: rgb(148,130,201)}
.Warrior      {color: rgb(199,156,110)}

/*----------------------------------------------------------------------
	F O R M S
----------------------------------------------------------------------*/

label.inline {
	display: block;
	position: relative;
	z-index: 0;
	line-height: 26px;
	cursor: text;
	-webkit-transition: opacity 0.15s linear;
}
label.inline + .form-input {margin-top: -26px}
label.focus {opacity: 0.35;}
label.has-text { opacity: 0.0; -webkit-transition-duration: 0s; }
.form-input {
	display: block;
	position: relative;
	z-index: 1;
}
input, textarea, select {
	margin: 0;
	padding: 3px 5px;
	font: 12px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: rgb(255,255,255);
	background: url(../images/ie/w15.png);
	background: rgba(255,255,255,.15);
	border: 1px solid rgb(110,110,110);
	border: 1px solid rgba(255,255,255,.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,.7) 0 0 2px;
	-moz-box-shadow: rgba(0,0,0,.7) 0 0 2px;
	box-shadow: rgba(0,0,0,.7) 0 0 2px;
}
input:focus, textarea:focus {
	border-color: rgb(160,160,160);
	border-color: rgba(255,255,255,.5);
}
input:-webkit-autofill {
	color: #2a2a2a !important; 
	/*important not necessary but if they think so ;)*/
}
select {background: rgb(70,70,70)}

.button, .htmlButtonOff a, #forum .buttons {
	display: block;
	float: left;
	padding: 8px 0;
	font: 13px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	color: rgb(200,200,200);
	background: url(../images/site/bg-button.jpg) 0 -1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,.7) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0,.7) 0 0 3px;
	box-shadow: rgba(0,0,0,.7) 0 0 3px;
	cursor: pointer;
}
.button:hover, .button:focus,
.htmlButtonOff a:hover, .htmlButtonOff a:focus,
#forum .buttons:hover, #forum  .buttons:focus {
	color: rgb(255,255,255);
	background-position: 0 -37px;
}

/*----------------------------------------------------------------------

	H E A D E R
	
----------------------------------------------------------------------*/

#header {overflow: hidden}
#home #header {height: 500px}

#header h1.section-title a {
	display: block;
	float: left;
	margin: 158px 0 0 27px; /* 20 + 120 + 18 */
	font: 33px/108px Verdana;
	text-transform: uppercase;
	color: rgb(255,255,255);
	color: rgba(255,255,255,.8);
	text-shadow: none;
}
#header .ad {
	float: right;
	width: 728px;
	height: 90px;
	margin: 158px 20px 0 0; /* 20 + 120 + 18 */
}

/*----------------------------------------------------------------------
	N A V - M A I N
----------------------------------------------------------------------*/

#nav-main {
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 1000;
	margin: 0 0 0 -476px;
	height: 119px;
	background: url(../images/site/nav-main.png) no-repeat;
	border: 1px solid rgb(30,30,30);
	border-top: none;
}

#branding {float: left}
#branding a {
	display: block;
	width: 194px; /* 200 - 6 */
	height: 119px;
	text-indent: -9999em;
}

/* search form */
#nav-main form {
	float: right;
	height: 22px;
	margin: 10px 6px 5px 0;
	position: relative;
	font-size: 11px;
}
#nav-main form fieldset {
	float: left;
}
#nav-main form label {
	width: 150px;
	position: relative;
	z-index: 0;
	padding-left: 6px;
	line-height: 22px;
	margin: 0 0 2px;
	background: url(../images/ie/b40.png);
	background: rgba(0,0,0,.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#nav-main form input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#nav-main form #search-box {
	position: relative;
	z-index: 1;
	width: 150px;
	margin: -24px 4px 0 0;
	padding: 2px;
	font-size: 11px;
	color: rgb(204,204,204);
	border: 1px solid rgb(55,55,55);
	border: 1px solid rgba(255,255,255,.2);
	background: none;
}
#nav-main form #search-box:focus {
	border-color: rgba(255,255,255,.4);
}
#nav-main form .submit {
	width: 22px;
	height: 22px;
	text-indent: -9999em;
	background: none;
	cursor: pointer;
}
#nav-main form .submit:hover {
	background: url(../images/site/nav-main.png) -951px -11px no-repeat;
}

/* menu items */
#nav-main ul {
	float: right;
	margin-right: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#nav-main ul li {
	float: left;
}
#nav-main ul a {
	display: block;
	width: 131px; /* 150 - 2(border) - 17px (padding) */
	height: 13px; /* 81px - 56px - 12px */
	padding: 56px 17px 12px 0;
	text-indent: -9999em;
	/*
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: right;
	color: rgb(255,255,255);
	*/
	/* ie */
	border-top: 1px solid rgb(80,80,80);
	border-right: 1px solid rgb(40,40,40);
	border-bottom: 1px solid rgb(10,10,10);
	border-left: 1px solid rgb(60,60,60);
	/* else */
	border-top: 1px solid rgba(255,255,255,.1);
	border-right: 1px solid rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(0,0,0,.2);
	border-left: 1px solid rgba(255,255,255,.1);
}
#nav-main .blog {
	border-left-color: rgb(80,80,80);
	border-left-color: rgba(255,255,255,.2);
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
#nav-main .apply {
	z-index: 999;
	border-right-color: rgb(80,80,80);
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
#nav-main ul a:hover, #nav-main ul a:focus {
	background-image:  url(../images/site/nav-main.png)
}
#nav-main ul a.blog:hover, .blog:focus {
	background-position: -195px -121px;
}
#nav-main ul a.guides:hover, .guides:focus {
	background-position: -345px -121px;
}
#nav-main ul a.forum:hover, .forum:focus {
	background-position: -495px -121px;
}
#nav-main ul a.about:hover, .about:focus {
	background-position: -645px -121px;
}
#nav-main ul a.apply:hover, .apply:focus {
	background-position: -795px -121px;
}

/*----------------------------------------------------------------------

	C O N T E N T
	
----------------------------------------------------------------------*/

#wrap {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-top: 1px solid rgb(51,51,51);
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgb(17,17,17);
	border-bottom: 1px solid rgba(255,255,255,.05);
	background: rgb(0,0,0) url(../images/site/bg-wrap.jpg) center -1px no-repeat;
	-webkit-box-shadow: rgba(0,0,0,.5) 0 0 5px;
	-moz-box-shadow: rgba(0,0,0,.5) 0 0 5px;
	box-shadow: rgba(0,0,0,.5) 0 0 5px;
}
#home #wrap {
	background-image: url(../images/site/bg-wrap-home.jpg);
}
#wrap .shadow {
	-webkit-box-shadow: rgba(0,0,0,.7) 0 0 15px;
	-moz-box-shadow: rgba(0,0,0,.7) 0 0 15px;
	box-shadow: rgba(0,0,0,.7) 0 0 15px;
}

#content {}

/*----------------------------------------------------------------------
	Simple Content
----------------------------------------------------------------------*/

#content.simple {
	padding: 93px 0;
}
#content.simple h1 {
	font: 33px/1 Verdana;
	text-transform: uppercase;
	padding: 0 20px 44px;
}
#content.simple p.lead {
	padding: 0 20px 20px;
	font: 22px/44px 'Century Gothic','Lucida Sans Unicode','Lucida Grande','Lucida Sans',sans-serif;
	letter-spacing: -1px;
}
#content.simple p.lead strong {
	font-size: 28px;
	line-height: 44px;
	padding-right: 5px;
}

.clearfix {clear:both}

/*----------------------------------------------------------------------

	H O M E
	
----------------------------------------------------------------------*/

.nav.features.horz {
	height: 80px;
	width: 40px;
	position: absolute;
	top: 200px;
	z-index: 500;
	text-indent: -9999em;
	background: rgb(120,120,120);
	-webkit-box-shadow: rgba(0,0,0,.7) 0 0 6px;
	-moz-box-shadow: rgba(0,0,0,.7) 0 0 6px;
	box-shadow: rgba(0,0,0,.7) 0 0 6px;
}
.nav.features.horz.prev {
	left: 0;
	background: url(../images/site/nav-main.png) -40px -120px no-repeat;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition: left 0.1s ease-in-out;
}
.nav.features.horz.prev:hover {background-position: -120px -120px}
.nav.features.horz.prev:active {left: -3px}
.nav.features.horz.next {
	right: 0;
	background: url(../images/site/nav-main.png) 0 -120px no-repeat;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transition: right 0.1s ease-in-out;
}
.nav.features.horz.next:hover {background-position: -80px -120px}
.nav.features.horz.next:active {
	right: -3px
}

#features-box {
	width: 1800px;
	position: relative;
	left: 50%;
	margin-left: -900px;
}
#home .fade {
	width: 100px;
	height: 500px;
	position: absolute;
	top: 0;
	z-index: 100;
	background: url(../images/site/header-fade.png) repeat-y;
}
#home .fade.left {
	left: 0;
	background-position: -100px 0;
}
#home .fade.right {
	right: 0;
}
.feature {
	height: 500px;
	width: 1800px;
}
.feature .box {
	width: 310px;
	position: absolute;
	top: 220px;
	left: 50%;
	margin-left: 125px;
	background: url(../images/ie/b80.png);
	background: rgba(0,0,0,.8);
	color: rgb(255,255,255);
}
.feature .box h2 {
	padding: 0 20px;
	font: 24px/52px Verdana;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.feature .box p {
	padding: 10px 20px;
}
.feature .buttons {
	padding: 10px 20px 10px 30px;;
	overflow: hidden;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.feature .button {
	width: 117px;
	margin-right: 10px;
}
.feature img {
	z-index: -1;
}

/*----------------------------------------------------------------------
	. F E A T U R E S . P A G E S
----------------------------------------------------------------------*/

.nav.features.pages {
	float: left;
	width: 460px;
	height: 73px;
	margin: -1px 0 30px;
}
.nav.features.pages a {
	display: block;
	float: left;
	width: 113px;
	background: url(../images/ie/b60.png);
	background: rgba(0,0,0,.6);
	border-top: 3px solid rgb(90,90,90);
	border-top: 3px solid rgba(255,255,255,.2);
	font: bold 24px/69px Arial;
	text-align: center;
	color: rgb(75,75,75);
	color: rgba(255,255,255,.3) !important;
}
.nav.features.pages a:first-of-type {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.nav.features.pages a:last-of-type {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.nav.features.pages a:hover,
.nav.features.pages a.activeSlide {
	color: rgb(150,150,150) !important;
	color: rgba(255,255,255,.6) !important;
	background: url(../images/ie/b30.png);
	background: rgba(0,0,0,.3);
}

/*----------------------------------------------------------------------
	A C C O R D I O N
----------------------------------------------------------------------*/

.news.accordion {
	width: 460px;
	height: 320px;
	margin: 30px 30px 50px 0;
	float: left;
	background: rgb(20,20,20);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.news.accordion .title {
	width: 460px;
	height: 36px;
	position: relative;
}
.news.accordion .title h2 {
	width: 418px;
	height: 34px;
	float: left;
	text-indent: -9999em;
	background: url(../images/site/bg-news-accordion.jpg) 0 -1px no-repeat;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.news.accordion .title a.blog {
	position: absolute;
	right: 40px;
	padding: 0 12px;
	font-size: 11px;
	line-height: 34px;
	color: rgb(100,100,100);
	text-align: right;
}
.news.accordion .title a.blog:hover {
	color: rgb(255,255,255);
}
.news.accordion .title a.rss {
	display: block;
	float: left;
	width: 38px;
	height: 34px;
	text-indent: -9999em;
	background: url(../images/site/bg-news-accordion.jpg) -421px -1px no-repeat;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.news.accordion dt {
	display: block;
	padding: 0 15px 0 40px;
	background: url(../images/site/bg-news-accordion.jpg) 0 -37px no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.news.accordion dt .title {
	font-size: 13px;
	line-height: 34px;
	color: rgb(200,200,200);
}
.news.accordion dt .date {
	display: block;
	float: right;
	font-size: 10px;
	line-height: 34px;
	color: rgb(100,100,100);
}
.news.accordion dt:hover .title, .news.accordion dt:hover .date {
	color: rgb(255,255,255);
}
.news.accordion dd {
	height: 138px;
	width: 458px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.news.accordion dd p {
	padding: 0 40px;
}
.news.accordion dd p a {
	color: rgb(255,200,50);
	padding: 1px 4px;
	white-space: nowrap;
	background: url(../images/ie/b40.png);
	background: rgba(0,0,0,.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.news.accordion dd p a:hover {color: rgb(255,255,255);}
.news.accordion dd a.thumb {
	height: 125px;
	width: 113px;
	display: block;
	float: right;
	margin: 0 15px 0 20px;
	text-indent: -9999em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,.5) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0,.5) 0 0 3px;
	box-shadow: rgba(0,0,0,.5) 0 0 3px;
}

/* states */
.news.accordion dt.ui-state-active {
	background: url(../images/site/bg-news-accordion.jpg) 0 -73px no-repeat;
	border-bottom: none;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.news.accordion dd.ui-accordion-content-active {
	background: url(../images/site/bg-news-accordion.jpg) 0 -108px no-repeat;
	border-top:none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/*----------------------------------------------------------------------
	S M A L L   B O X E S
----------------------------------------------------------------------*/

.box.small {
	display: block;
	float: left;
	width: 215px;
	height: 248px;
	background: url(../images/site/bg-box-small-img.jpg) no-repeat;
}
.box.small.apply {
	margin-right: 30px;
}
.box.small.apply:hover {
	background-position: -430px 0;
}
.box.small.store {
	background-position: -215px 0;
}
.box.small.store:hover {
	background-position: -645px 0;
}

.box.small .caption {
	display: block;
	margin-top: 176px;
	height: 52px; /* 72 - 16 - 2*/
	padding: 18px 13px 0;
	background: url(../images/site/bg-box-small-text.jpg) no-repeat;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.box.small:hover .caption {
	background: url(../images/site/bg-box-small-text.jpg) 0 -72px no-repeat;
}
.box.small .caption .title {
	display: block;
	font: 14px/18px Verdana;
}
.box.small .caption .subtitle {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: rgb(100,100,100);
}


/* front page ad */

#home .ad {
	width: 728px;
	height: 90px;
	clear: both;
	margin: 0 111px 30px;
}
/*----------------------------------------------------------------------

	B L O G
	
----------------------------------------------------------------------*/

#blog #content .box {
	margin: 0 0 30px;
	background: url(../images/site/bg-texture.jpg) -50px -50px;
}

#blog #content .box h2,
#blog #right .subscribe span.title {
	display: block;
	padding: 0 20px;
	font: 18px/46px Verdana;
	background: url(../images/site/bg-h2.jpg) left -1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#blog #content .box h2 a {
	display: block;
}
#blog #content .box h2 a:hover {
	color: rgb(255,255,255);
}

#blog #left {
	width: 630px;
	margin-right: 20px;
	float: left;
}
#blog #left .border {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*----------------------------------------------------------------------
	PAGINATION
----------------------------------------------------------------------*/

#blog .pagination {
	float: right;
	margin: 0 0 30px;
}
#blog .pagination .paginateStat {
	float: left;
	padding: 0 15px;
	line-height: 36px;
	font-size: 12px;
}
#blog .pagination .pages {
	float: left;
	line-height: 34px;
	font-size: 13px;
	background: url(../images/ie/b80.png);
	background: rgba(0,0,0,.8);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#blog .pagination .pages a,
#blog .pagination .pages strong {
	float: left;
	margin-right: 1px;
}

#blog .pagination .pages a,
#blog .pagination .pages strong {
	display: block;
	padding: 0 12px;
	background: url(../images/site/bg-button.jpg) 0 -1px;
}
#blog .pagination .pages a:hover,
#blog .pagination .pages strong {
	background: url(../images/site/bg-button.jpg) 0 -37px
}
#blog .pagination .pages a:first-child,
#blog .pagination .pages strong:first-child {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
#blog .pagination .pages a:last-child,
#blog .pagination .pages strong:last-child {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}


/*----------------------------------------------------------------------
	M E T A
----------------------------------------------------------------------*/

#blog .post .meta {
	padding-left: 20px;
	font-size: 11px;
	line-height: 34px;
	background: url(../images/site/bg-texture.jpg);
}
#blog .post .meta p {
	display: inline;
}
#blog .post .meta .share {
	float: right;
	margin-right: 20px;
}
#blog .post .meta .share li {float: left;}
#blog .post .meta .share li a {display: block;}
#blog .post .meta .comments {
	padding: 0 5px;
}
#blog .post .meta .retweet {
	margin: 10px 5px 0;
}
#blog .post .meta .retweet span {
	padding: 1px 6px;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#blog .post .meta .facebook {
	margin-left: 5px;
}
.retweet span, .FBConnectButton_Small {
	-webkit-box-shadow: rgba(0,0,0,.5) 0 0 5px;
	-moz-box-shadow: rgba(0,0,0,.5) 0 0 5px;
	box-shadow: rgba(0,0,0,.5) 0 0 5px;
}

/*----------------------------------------------------------------------
	L I N K S
----------------------------------------------------------------------*/

#blog #left .links {
	height: 34px;
}

/* one link: read more */
#blog #left .links .button {
	float: right;
	padding-left: 12px;
	padding-right: 12px;
	margin: -10px 10px 0 0;
}
#blog #left .links .permalink.button {
	margin-right: 20px;
}

/* three links */
#blog #left .three.links {height: 48px;}
#blog #left .three.links li {
	height: 46px;
	float: left;
}
#blog #left .three.links li a {line-height: 46px;}
#blog #left .three.links .prev,
#blog #left .three.links .next {width: 248px;}
#blog #left .three.links .prev {padding-left: 20px;}
#blog #left .three.links .home {
	width: 88px;
	text-align: center;
}
#blog #left .three.links .next {
	padding-right: 20px;
	text-align: right;
}

/*----------------------------------------------------------------------
	B O D Y
----------------------------------------------------------------------*/

#blog .body {
	padding: 20px 0;
	background: url(../images/site/bg-texture.jpg);
}
#blog .body h3 {
	font: 18px/24px Verdana;
	color: rgb(255,255,255);
	padding: 20px 40px;
}
#blog .body h4, #blog .body table caption {
	text-align: left;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0 40px 20px;
}
#blog .body h4,
#blog .body p,
#blog .body ul,
#blog .body ol {padding: 0 40px 20px}

#blog .body p, #blog .body ul, #blog .body ol {
	font-size: 13px;
	line-height: 20px;
}

#blog .body a {
	color: rgb(255,200,50);
}
#blog .body a:hover {
	color: rgb(255,255,255);
}

/* lists */
#blog .body ul, #blog .body ol {
	line-height: 24px;
	margin-left: 2em;
}
#blog .body ul {list-style: square}
#blog .body ol {list-style: decimal}
#blog .body ul ul,
#blog .body ol ul {
	list-style: circle;
	padding: 0;
}
#blog .body ul ol,
#blog .body ol ol {
	list-style: lower-alpha;
	padding: 0;
}

/* slight shadows on everything */
#blog .body blockquote,
#blog .body img, #blog .body table, #blog .body object {
	-webkit-box-shadow: rgba(0,0,0,.7) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0,.7) 0 0 3px;
	box-shadow: rgba(0,0,0,.7) 0 0 3px;
}

/*----------------------------------------------------------------------
	Q U O T E S
----------------------------------------------------------------------*/

q:before {content:"\201C"}
q:after  {content:"\201D"}

q.lead {
	font-size: 20px;
	letter-spacing: -.05em;
}
q.blue {
	color: #0085cf;
}
#blog .body blockquote {
	width: 508px;
	margin: 0 40px 20px;
	padding: 17px 20px;
	background: rgb(240,240,240);
	border: 2px solid rgb(200,200,200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#blog .body blockquote p {
	padding: 0 0 20px;
}
#blog .body blockquote cite {
	display: block;
	text-align: right;
	font: bold 14px/20px Verdana;
	color: rgb(120,120,120);
}
#blog .body blockquote cite:before {content:"\2014"}

#blog .body blockquote.blue {
	background: url(../images/ie/b40.png);
	background: rgba(0,0,0,.4);
	font: 12px/18px Arial;
	color: rgb(0,192,255);
	border-color: rgb(0,133,207);
}
#blog .body blockquote.blue.big p {
	font-size: 18px;
}
#blog .body blockquote.blue cite {
	color: rgb(255,180,50);
	font: bold 14px/20px Verdana;
}
#blog .body blockquote.blue cite:before {
	content:"\2014";
	font-weight: normal;
}
#blog .body blockquote.blue cite a {color: rgb(200,200,200)}
#blog .body blockquote.blue cite a:hover {color: rgb(255,255,255)}


/*----------------------------------------------------------------------
	I N S E R T S
----------------------------------------------------------------------*/

/* objects */
#blog .body object {
	display: block;
	margin: 0 40px 20px;
}

#blog .body object.center {
	margin: 0 auto;
}
#blog .body object.noshadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* simple images */
#blog .body img.left {
	display: block;
	float: left;
	margin: 0 20px 20px;
}
#blog .body img.right {
	display: block;
	float: right;
	margin: 0 20px 20px;
}
#blog .body img.center {
	display: block;
	margin: 0 20px 20px;
}
#blog .body img.noshadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* inserts */
#blog .body .insert {
	margin: 0 20px 20px;
}
#blog .body .insert img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#blog .body .insert p {
	font-size: 11px;
	line-height: 18px;
	color: rgb(160,160,160);
}
#blog .body .half {
	width: 295px;
	float: left;
}
#blog .body .half p {
	padding: 0 0 0 20px;
}
#blog .body .full {
	width: 590px;
	margin: 0 0 20px;
}
#blog .body .full p {
	padding: 0 20px;
}

/* icons */
#blog .body div.right {
	float: right;
	margin: 0 40px 20px 20px;
}
#blog .body a.icon {
	float: left;
	display: block;
	position: relative;
	z-index: 1;
	width: 68px;
	height: 68px;
	background: url(../images/blizz/icon_border_large.png);
}

#blog .body a.icon img {
	position: relative;
	z-index: 0;
	padding: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
}

/*----------------------------------------------------------------------
	Gallery
----------------------------------------------------------------------*/

#blog .body ul.gallery {
	list-style: none;
	margin: -20px -1px 0 0;
	padding: 20px 0 0 19px;
	overflow: hidden;
}
#blog .body ul.gallery li {
	margin: 0 20px 20px 0;
	float: left;
	position: relative;
}
ul.gallery a {
	display: block;
	background: rgb(100,100,100);
	width: 100px;
	height: 100px;
	border: 1px solid rgb(100,100,100);
	border: 1px solid rgba(0,0,0,.3);
	-webkit-box-shadow: rgba(0,0,0,.7) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0,.7) 0 0 3px;
	box-shadow: rgba(0,0,0,.7) 0 0 3px;
}
ul.gallery a:hover:before {
	position: absolute;
	top: 1px;
	right: 1px;
	content: url(../images/site/bg-section-blog-zoom.png);
}
ul.gallery a:hover {
	border-color: rgb(0,0,0);
	border-color: rgba(0,0,0,.7);
}


/*----------------------------------------------------------------------
	T A B L E S
----------------------------------------------------------------------*/

#blog .body table {
	width: 588px;
	margin: 20px;
	border: 1px solid rgba(255,255,255,.1);
}
#blog .body table caption {/* see #blog .body h4 */}
#blog .body table thead tr {
	background: url(../images/site/bg-h2.jpg) center no-repeat;
}
#blog .body table th {
	padding: 0 6px;
	text-align: left;
	line-height: 36px;
}
#blog .body table td {
	padding: 0 6px;
	line-height: 24px;
}
#blog .body table tr:nth-of-type(2n) {
	background: url(../images/ie/w10.png);
	background: rgba(255,255,255,.1);
}

/*----------------------------------------------------------------------
	A D D - C O M M E N T
----------------------------------------------------------------------*/

#add-comment {
	padding: 20px 10px 10px 20px;
	overflow: hidden;
}
#add-comment li {
	float: left;
	margin: 0 10px 10px 0;
}
#add-comment textarea {
	width: 576px;
	height: 108px;
}
#add-comment input.form-input {
	width: 277px;
	height: 20px;
}
#add-comment label.inline {
	padding-left: 6px;
	line-height: 26px;
	color: rgb(255,255,255);
	text-shadow: none;
}
#add-comment .form-input {}
#add-comment .form-input:focus {}
#add-comment label.inline + .form-input {
	margin-top: -26px;
}
#add-comment #notify-me-label {
	float: left;
	padding-left: 5px;
	line-height: 26px;
	width: 271px;
}
#add-comment input#notify-me {
	float: left;
	display: block;
	margin-top: 7px;
}
#add-comment li.submit {
	width: 289px;
}
#add-comment .submit .button {
	width: 150px;
	float: right;
}

/*----------------------------------------------------------------------
	C O M M E N T S
----------------------------------------------------------------------*/
	
.comment .meta {
	height: 36px;
	padding: 10px 0 10px 20px;
}
.comment .meta .author {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 36px;
	padding: 0 20px;
	color: rgb(255,180,50);
}
.comment .meta .author:hover {color: rgb(255,255,255);}
.comment .avatar {
	display: block;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comment .avatar, .comment .meta .permalink {
	border: 1px solid;
	border-top-color: rgb(10,10,10);
	border-left-color: rgb(20,20,20);
	border-bottom-color: rgb(80,80,80);
	border-top-color: rgba(0,0,0,.2);
	border-right-color: transparent;
	border-bottom-color: rgba(255,255,255,.2);
	border-left-color: rgba(0,0,0,.1);
}
.comment .meta .permalink {
	float: right;
	margin-right: -1px;
	padding-left: 10px;
	width: 180px;
	font-size: 11px;
	line-height: 22px;
	color: rgb(120,120,120);
	background: url(../images/ie/b30.png);
	background: rgba(0,0,0,.3);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.comment .meta .permalink:hover {
	background: url(../images/ie/b50.png);
	background: rgba(0,0,0,.5);
}

.comment .content {
	padding: 0 40px 0 76px;
	font-size: 13px;
	line-height: 20px;
}
.comment .content p {
	padding-bottom: 20px;
}

.comment .content p a {
	color: rgb(255,180,50);
}
.comment .content p a:hover {color: rgb(255,255,255);}

/*----------------------------------------------------------------------
	B L O G - R I G H T
----------------------------------------------------------------------*/

#blog #right {
	width: 300px;
	float: left;
}

#blog #right a.subscribe {
	display: block;
	position: relative;
	border: 2px solid rgb(255,127,0);
}
#blog #right a.subscribe:hover {
	border-color: rgb(255,255,255);
}
#blog #right .subscribe span.title {
	padding: 0 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#blog #right .subscribe span.orange {
	color: rgb(255,127,0);
}
#blog #right a.subscribe img {
	position: absolute;
	top: -6px;
	right: 6px;
}

#blog #right .ad {
	height: 250px;
	margin: 0 0 30px;
}
#blog #right .box ul.simple {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#blog #right .box ul.simple li a {
	display: block;
	padding: 0 20px;
	line-height: 34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#blog #right .box ul.simple li a:hover,
#blog #right .box ul.simple li a.selected {
	padding-left: 40px;
	background: url(../images/site/bg-news-accordion.jpg) 0 -37px;
}

#blog #right .box ul.simple li:last-of-type a {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#blog #right .blue.box ul {
	background: rgb(0,0,0);
	border: 2px solid rgb(0,96,127);
	padding: 3px 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#blog #right .blue.box ul li:nth-of-type(2n) {
	background: rgb(20,20,20);
}
#blog #right span.blue {
	color: rgb(0,192,255);
}
#blog #right .blue.box a {
	display: block;
	padding: 3px 10px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-left: none;
	border-right: none;
}
#blog #right .blue.box a:hover {
	border-color: rgb(0,96,127);
}
#blog #right .blue.box .title {
	color: rgb(255,180,50);
}

.box.votd object {
	display: block;
	background: url(../images/site/bg-texture.jpg);
}
.recent.comments li a {
	height: 34px;
	overflow: hidden;
}
.recent.comments span {color: rgb(100,100,100)}
.recent.comments a:hover {color: rgb(255,255,255)}

/*----------------------------------------------------------------------

	Guides
	
----------------------------------------------------------------------*/

#guides .section-title {
  position: relative;
  z-index: 3;
}
/* ICECROWN nav MAX */
#guides #icecrown.max {
	margin: -80px 0 40px;
	height: 950px;
	width: 950px;
	position: relative;
	background: url(../images/site/guides/icecrown.jpg) no-repeat;
}
#icecrown.max a {display: block}
#icecrown.max a span {
  position: absolute;
  display: block;
  width: 186px;
  height: 186px;
  text-indent: -9999em;
  z-index: 100;
}
#icecrown.max a img {
  display: none;
  position: absolute;
  top: 175px;
  left: 175px;
  z-index: 0;
}
#icecrown.max li:hover a img {display: block}

#icecrown.max #marrowgar a span {
  left: 562px;
  top: 68px;
}
#icecrown.max #deathwhisper a span {
  left: 692px;
  top: 200px;
}
#icecrown.max #gunship a span {
  left: 743px;
  top: 381px;
}
#icecrown.max #saurfang a span {
  left: 694px;
  top: 562px;
}
#icecrown.max #festergut a span {
  left: 562px;
  top: 694px;
}
#icecrown.max #rotface a span {
  left: 381px;
  top: 743px;
}
#icecrown.max #putricide a span {
  left: 200px;
  top: 695px;
}
#icecrown.max #council a span {
  left: 68px;
  top: 563px;
}
#icecrown.max #lanathel a span {
  left: 19px;
  top: 382px;
}
#icecrown.max #dreamwalker a span {
  left: 67px;
  top: 200px;
}
#icecrown.max #sindragosa a span {
  left: 200px;
  top: 68px;
}
#icecrown.max #arthas a span {
  left: 383px;
  top: 19px;
}
/* ICECROWN nav small */
#icecrown.small {
  position: relative;
	height: 350px;
	width: 350px;
	margin: -335px 0 -10px -30px;
	background: url(../images/site/guides/icecrown-small.png) no-repeat;
}
#icecrown.small a {
  display: block;
}
#icecrown.small a span {
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  text-indent: -9999em;
  z-index: 1;
}
#icecrown.small a img {
  display: none;
  position: absolute;
  top: 62px;
  left: 72px;
  z-index: 0;
}
#icecrown.small:hover img.on {display: none}
#icecrown.small a img.on,
#icecrown.small li:hover a img.on,
#icecrown.small li:hover a img {display: block}
#icecrown.small #marrowgar a span {
  left: 212px;
  top: 25px;
}
#icecrown.small #deathwhisper a span {
  left: 260px;
  top: 73px;
}
#icecrown.small #gunship a span {
  left: 277px;
  top: 137px;
}
#icecrown.small #saurfang a span {
  left: 260px;
  top: 202px;
}
#icecrown.small #festergut a span {
  left: 212px;
  top: 250px;
}
#icecrown.small #rotface a span {
  left: 147px;
  top: 267px;
}
#icecrown.small #putricide a span {
  left: 83px;
  top: 250px;
}
#icecrown.small #council a span {
  left: 25px;
  top: 202px;
}
#icecrown.small #lanathel a span {
  left: 18px;
  top: 138px;
}
#icecrown.small #dreamwalker a span {
  left: 35px;
  top: 73px;
}
#icecrown.small #sindragosa a span {
  left: 82px;
  top: 25px;
}
#icecrown.small #arthas a span {
  left: 147px;
  top: 8px;
}

/*----------------------------------------------------------------------

	Guide
	
----------------------------------------------------------------------*/

#guides .background {
  width: 100%;
  height: 1045px;
  background: rgb(0,0,0) url(../images/site/bg-section-blog.jpg) center top no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  z-index: 2;
}
/* Firefox, you suck. */ 
@-moz-document url-prefix() { .fade {display: none;} } 
@-moz-document url-prefix() { .nav-fixed {display: none;} }

#guides .fade {
  width: 100%;
  z-index: 1;
}
#guides .fade.top {
  position: absolute;
  top: 1045px;
  height: 300px;
  border-top: 350px solid black;
  background: url(../images/site/guides/fixed-nav-fade-top.png) repeat-x;
}
#guides .fade.bot {
  position: relative;
  height: 600px;
  margin-top: -600px;
  background: url(../images/site/guides/fixed-nav-fade-bottom.png) repeat-x;
}
#guides .nav-fixed {
  position: fixed;
  top: 360px;
  left: 50%;
  margin-left: 180px;
  width: 350px;
}
#guides .nav-fixed ul.intra {
  position: absolute;
  left: 55px;
  width: 190px;
}
#guides .nav-fixed ul.intra li .boss-name,
#guides .nav-fixed ul.intra li a {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#guides .nav-fixed ul.intra li .boss-name {
  font: 18px/46px Verdana;
  background: url(../images/site/bg-h2.jpg) center -1px;
}
#guides .nav-fixed ul.intra li a {
  background: url(../images/site/bg-button.jpg) center -5px;
}
#guides .nav-fixed ul.intra a:hover {
  background: url(../images/site/bg-button.jpg) center -41px;
}

#guides #content {
  position: relative;
  z-index: 3;
}

#guides #content .box,
#guides #content .ad {
  margin: 0 0 30px;
}
#guides #content .box h2 {
	padding: 0 20px;
	font: 18px/46px Verdana;
	color: rgb(200,200,200);
	background: url(../images/site/bg-h2.jpg) left -1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#guides .intro {
  width: 630px;
  position: relative;
  z-index: 1;
}
#guides .intro .content {
  padding: 14px 40px 14px 20px;
  height: 72px;
  background: url(../images/site/bg-texture.jpg);
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
#guides .nav.guides ul {
  width: 630px;
  height: 48px;
  position: relative;
  z-index: 1;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,.7) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0,.7) 0 0 3px;
	box-shadow: rgba(0,0,0,.7) 0 0 3px;
}
#guides .nav.guides a {
  float: left;
  display: block;
  width: 155px;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  background: url(../images/site/bg-h2.jpg);
}
#guides .nav.guides a.normal-10 {
  width: 156px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
#guides .nav.guides a.heroic-25 {
  width: 156px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
#guides .nav.guides a.selected {
  background: url(../images/site/bg-section-guides-tabs.jpg);
}
#guides .nav.guides a.normal-10 {background-position: -1px -1px}
#guides .nav.guides a.heroic-10 {background-position: -157px -1px}
#guides .nav.guides a.normal-25 {background-position: -312px -1px}
#guides .nav.guides a.heroic-25 {background-position: -467px -1px}

#guides .left.container {
  width: 630px;
  float: left;
  margin-right: 20px;
}

#guides .left.container .content.box {
  background: url(../images/site/bg-texture.jpg);
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

#guides .left.container .content.box h3 {
  position: relative;
  z-index: 1;
  width: 620px;
  height: 58px;
  margin: 0 0 -10px -10px;
  font: 18px/48px Verdana;
  background: url(../images/site/bg-section-guides-h3.png);
  padding-left: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#guides .left.container .content.box .border.faded {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/*----------------------------------------------------------------------
	Boss Abilities
----------------------------------------------------------------------*/

#guides .abilities ul {
  margin: 20px;
}
#guides .abilities li {
  display: block;
  margin: 0 0 5px;
}
#guides .abilities .name, #guides .abilities .desc {
  display: table-cell;
}
#guides .abilities .name {
  width: 190px;
  background: rgba(0,0,0,.05) url(../images/site/guides/bg-boss-ability-title.png) -1px -1px no-repeat;
	-webkit-box-shadow: rgba(0,0,0,.5) 2px 2px 6px;
	-moz-box-shadow: rgba(0,0,0,.5) 2px 2px 6px;
	box-shadow: rgba(0,0,0,.5) 2px 2px 6px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#guides .abilities .name a {
  display: block;
  position: relative;
  padding: 5px;
}
#guides .abilities .name a .icon {
	float: left;
	display: block;
	width: 44px;
	height: 44px;
}
#guides .abilities .name a .icon img {
  vertical-align: top;
  padding: 4px;
  width: 36px;
  height: 36px;
}
#guides .abilities .name a .icon .frame {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: -44px;
	width: 44px;
	height: 44px;
	background: url(../images/blizz/icon_border_medium.png);
}
#guides .abilities .name a:hover .icon .frame {
	background-position: 0 -44px;
}
#guides .abilities .name a .title {
  padding-left: 5px;
  font-size: 13px;
  line-height: 44px;
  color: rgb(255,180,50);
}
#guides .abilities .name a:hover .title {color: rgb(255,255,255);}

#guides .abilities .desc {
  width: 374px;
  margin: 0 0 5px;
  padding: 5px 20px 0 10px;
  color: rgb(180,180,180);
	background: url(../images/ie/b50.png);
	background: rgba(0,0,0,.5);
	border: 1px solid;
	border-top-color: rgb(10,10,10);
	border-bottom-color: rgb(80,80,80);
	border-right-color: rgb(50,50,50);
	border-top-color: rgba(0,0,0,.2);
	border-left: none;
	border-bottom-color: rgba(255,255,255,.2);
	border-right-color: rgba(255,255,255,.1);
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	vertical-align: top;
}
#guides .abilities .desc p {
  margin: 0 0 10px;
}
#guides .abilities .desc ul, #guides .abilities .desc ol {
  font-size: 11px;
  padding-left: 2em;
  margin: 0 0 10px;
}
#guides .abilities .desc ul {
  list-style: square;
}

/*----------------------------------------------------------------------
	Strategy
----------------------------------------------------------------------*/

#guides .strategy {
	padding: 20px 0;
	background: url(../images/site/bg-texture.jpg);
}
#guides .strategy img {vertical-align: top}

#guides .strategy h4 {
	font: 18px/24px Verdana;
	color: rgb(255,255,255);
	padding: 20px 40px;
	background: url(../images/site/bg-section-guides-h4.png) left top no-repeat;
	width: 630px;
	margin-left: -1px;
}
#guides .strategy p, #guides .strategy ul, #guides .strategy ol {
	font-size: 13px;
	line-height: 20px;
}
#guides .strategy p {
  padding: 0 40px 20px
}
/* lists */
#guides .strategy ul, #guides .strategy ol {
  margin-left: 2em;
  padding: 0 40px 15px;
}
#guides .strategy ul {
  list-style: square;
}
#guides .strategy ol {
  list-style: decimal;
}
#guides .strategy ul li, #guides .strategy ol li {
  margin: 0 0 5px;
}

#guides .strategy a.max,
#guides .strategy img.max {
  display: block;
  position: relative;
  margin: 0 0 20px -1px;
  border-top: 3px solid rgba(0,0,0,.4);
  border-bottom: 3px solid rgba(255,255,255,.1);
}

#guides .strategy a.max:before {
  position: absolute;
  top: 0;
  right: -1px;
  content: url(../images/site/bg-section-blog-zoom.png);
}

/*----------------------------------------------------------------------
	Guide - Right
----------------------------------------------------------------------*/

#guides .right.container {
  margin: 14px 0 0;
  width: 300px;
  float: left;
}
#guides .right.container .box {
  position: relative;
  z-index: 1;
}

#guides .right.container span.label,
#guides .right.container span.data {
  display: block;
}
#guides .right.container .stats,
#guides .right.container .stats .location,
#guides .right.container .raid-comp,
#guides .right.container .raid-comp ul.last,
#guides .right.container .raid-comp .notes {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}

#guides .right.container .stats,
#guides .right.container .raid-comp {
  background: url(../images/site/bg-texture.jpg);
}
#guides .right.container .label {
  text-transform: uppercase;
  line-height: 24px;
  font-size: 10px;
  letter-spacing: 1px;
}
#guides .right.container .data a {color: rgb(255,180,50);}
#guides .right.container .data a:hover {color: rgb(255,255,255)}
#guides .right.container .stats li.border {
  padding: 5px 20px 12px;
}
#guides .right.container .stats .data {
  font: bold 14px Arial;
}
#guides .right.container .stats .health .data {
  color: rgb(0,255,0);
}

#guides .right.container .raid-comp ul {
  height: 66px;
}
#guides .right.container .raid-comp ul.last .tanks {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
#guides .right.container .raid-comp ul.last .melee {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}

#guides .right.container .raid-comp .col {
  width: 73px;
  float: left;
  text-align: center;
}
#guides .right.container .raid-comp .col .data {
  font: 30px/40px Arial;
}
#guides .right.container .raid-comp .notes {
  clear: both;
  padding: 5px 20px;
}

#guides .right.container .raid-comp .notes .label,
#guides .right.container .raid-comp .notes .data {
  display: inline;
  font-size: 10px;
  line-height: 15px;
}

#guides .right.container .video object {
	display: block;
	background: url(../images/site/bg-texture.jpg);
}

#guides .right.container .loot ul {
  padding: 5px 0;
  background: url(../images/site/bg-texture.jpg);
}

#guides .right.container .loot ul li a {
  display: block;
  padding: 0 5px;
  margin: 0 5px;
  font-weight: normal;
	background: url(../images/ie/b30.png);
	background: rgba(0,0,0,.3);
	border: 1px solid;
	border-top: none;
	border-bottom: none;
	border-right-color: rgb(50,50,50);
	border-right-color: rgba(255,255,255,.1);
	border-left-color: rgb(20,20,20);
	border-left-color: rgba(0,0,0,.1);
}
#guides .right.container .loot ul li a span {
  display: block;
  float: right;
  color: rgb(100,100,100) !important;
  font-size: 11px;
  font-family: Arial;
}
#guides .right.container .loot ul li a:hover {
  background: url(../images/ie/b70.png) !important;
  background: rgba(0,0,0,.7) !important;
}
#guides .right.container .loot ul li:nth-of-type(6n-2) a,
#guides .right.container .loot ul li:nth-of-type(6n-1) a,
#guides .right.container .loot ul li:nth-of-type(6n) a{
  background: rgba(0,0,0,.5);
}
#guides .right.container .loot ul li:first-of-type a {
  border-top: 1px solid rgb(10,10,10);
	border-top: 1px solid rgba(0,0,0,.2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

#guides .right.container .loot ul li:last-of-type a {
  border-bottom: 1px solid rgb(80,80,80);
	border-bottom: 1px solid rgba(255,255,255,.2);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
}
/*----------------------------------------------------------------------

  FORUM
	
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	Shoutbox
----------------------------------------------------------------------*/

#shoutbox {
	color: rgb(255,255,255);
	text-shadow: none;
	margin: 0 0 30px;
}
#shouts {
	overflow: scroll;
	overflow-x: hidden;
	height: 160px;
	margin: 0 0 10px;
	border: 1px solid rgb(110,110,110);
	border: 1px solid rgba(255,255,255,.1);
}
#shouts.archive {
  height: 500px;
  margin: 0 0 30px;
}
#shouts.archive li:nth-of-type(2n-1) {background: rgba(0,0,0,.4)}
#shouts.archive li:nth-of-type(2n) {background: rgba(0,0,0,.5)}


#shouts li {background: url(../images/ie/b15.png);}
#shouts li:nth-of-type(2n-1) {background: rgba(0,0,0,.1)}
#shouts li:nth-of-type(2n) {background: rgba(0,0,0,.2)}

#shouts li {padding: 0 20px 0 5px}
#shouts .date {
	font-family: "Lucida Console", monospace;
	color: rgb(255,255,255);
	color: rgba(255,255,255,.7);
}
#shouts .author, #shouts p {color: rgb(0,255,0)}
#shouts .author:hover,
#shouts .author:hover span {color: rgb(255,255,255)}
#shouts p {display: inline}
#shouts p a {
	font-weight: normal;
	color: rgb(255,255,255);
}
#shouts p a:hover {
	color: rgb(255,255,0);
}

/* shout-form */
#shout-form {}
.shout-input {float: left}
.shout-input label {
	padding-left: 5px;
}
.shout-input input {
	width: 512px;
	margin-right: 10px;
	background: url(../images/ie/b10.png);
	background: rgba(0,0,0,.1);
}
.shout-archive, .shout-submit, #shouts {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,.7) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0,.7) 0 0 3px;
	box-shadow: rgba(0,0,0,.7) 0 0 3px;
}
.shout-submit {
	width: 112px;
	margin: 0;
	font: 14px Verdana;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgb(255,255,255);
	background: url(../images/ie/b70.png);
	background: rgba(0,0,0,.7);
	border: 1px solid rgb(60,60,60);
	border: 1px solid rgba(255,255,255,.3);
	cursor: pointer;
}
button.shout-submit[type]{
	padding: 2px 0; /* Firefox */
	line-height:18px; /* Safari */
}
.shout-submit:hover {
	color: rgb(255,180,50);
}

.shout-archive {
  display: block;
  float: left;
  line-height: 24px;
  width: 112px;
  margin-right: 10px;
  text-align: center;
	margin-right: 10px;
	border: 1px solid rgb(60,60,60);
	border: 1px solid rgba(255,255,255,.1);
	background: url(../images/ie/b10.png);
	background: rgba(0,0,0,.1);
	opacity: .4;
	-webkit-transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
}

.shout-archive:hover {
  opacity: 1;
}




/*----------------------------------------------------------------------

	ABOUT
	
----------------------------------------------------------------------*/

#about #content .box {
	margin: 0 0 30px;
	background: url(../images/site/bg-texture.jpg) -50px -50px;
}

/*----------------------------------------------------------------------
	The Lead
----------------------------------------------------------------------*/

#about .lead {
	position: relative;
}
#about .lead p {
	padding: 10px 20px 20px;
	font: 16px/32px Verdana;
	letter-spacing: -1px;
}
#about .lead p strong {
	text-transform: uppercase;
}
#about .lead p a {color: rgb(255,180,50)}
#about .lead p a:hover {color: rgb(255,255,255)}

#about .lead .officers {
	position: absolute;
	top: -113px;
	right: -54px;
}

#about div.ad {
	margin: 0 111px 30px;
}

#about #content  .box h2 {
	padding: 0 20px;
	font: 18px/46px Verdana;
	color: rgb(200,200,200);
	background: url(../images/site/bg-h2.jpg) left -1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*----------------------------------------------------------------------
	The Roster
----------------------------------------------------------------------*/

#about #guild-roster {
	padding: 20px 0 15px 20px;
	overflow: hidden;
}
#about .roster li {
	margin: 0 20px 5px 0;
	height: 36px;
	width: 328px;
}
#about .roster a.profile {
	float: left;
	display: block;
	width: 228px;
	height: 34px;
	padding: 0 9px;
	background: url(../images/ie/b50.png);
	background: rgba(0,0,0,.5);
	border: 1px solid;
	border-top-color: rgb(10,10,10);
	border-left-color: rgb(20,20,20);
	border-bottom-color: rgb(80,80,80);
	border-top-color: rgba(0,0,0,.2);
	border-right-color: transparent;
	border-bottom-color: rgba(255,255,255,.2);
	border-left-color: rgba(0,0,0,.1);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#about .roster a.profile:hover {
	border-color: rgba(255,255,255,.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: none;
}
#about .roster a.profile.Death.Knight:hover {background: rgb(196, 30, 59)}
#about .roster a.profile.Druid:hover {background: rgb(255,125, 10)}
#about .roster a.profile.Hunter:hover {background: rgb(171,212,115)}
#about .roster a.profile.Mage:hover {background: rgb(105,204,240)}
#about .roster a.profile.Paladin:hover {background: rgb(245,140,186)}
#about .roster a.profile.Priest:hover {background: rgb(255,255,255)}
#about .roster a.profile.Rogue:hover {background: rgb(255,245,105)}
#about .roster a.profile.Shaman:hover {background: rgb( 36, 89,255)}
#about .roster a.profile.Warlock:hover {background: rgb(148,130,201)}
#about .roster a.profile.Warrior:hover {background: rgb(199,156,110)}

#about .roster a.profile:hover .name {
	display: block;
	color: rgb(255,255,255);
}
#about .roster a.profile.Priest:hover .name,
#about .roster a.profile.Rogue:hover .name {color: rgb(0,0,0)}

#about .roster .name {
	font-size: 16px;
	line-height: 34px;
	float: left;
}
#about .roster .rank {
	display: block;
	float: left;
	color: rgb(100,100,100);
	color: rgba(255,255,255,.4);
	font-size: 10px;
	text-transform: uppercase;
	line-height: 34px;
	padding-left: 5px;
}
#about .roster .icons {
	display: block;
	float: right;
	margin-top: 9px;
}
.icons .i {
	height: 18px;
	width: 18px;
	text-indent: -9999em;
	background: url(../images/site/icons-18.png);
	display: inline-block;
	-webkit-box-shadow: rgb(0,0,0) 0 0 3px;
	-moz-box-shadow: rgb(0,0,0) 0 0 3px;
}
.icons .i.Human.Male       {}
.icons .i.Human.Female     {background-position:      0  18px}
.icons .i.Orc.Male         {background-position:  -18px     0}
.icons .i.Orc.Female       {background-position:  -18px -18px}
.icons .i.Dwarf.Male       {background-position:  -36px     0}
.icons .i.Dwarf.Female     {background-position:  -36px -18px}
.icons .i.Night.Elf.Male   {background-position:  -54px     0}
.icons .i.Night.Elf.Female {background-position:  -54px -18px}
.icons .i.Undead.Male      {background-position:  -72px     0}
.icons .i.Undead.Female    {background-position:  -72px -18px}
.icons .i.Tauren.Male      {background-position:  -90px     0}
.icons .i.Tauren.Female    {background-position:  -90px -18px}
.icons .i.Gnome.Male       {background-position: -108px     0}
.icons .i.Gnome.Female     {background-position: -108px -18px}
.icons .i.Troll.Male       {background-position: -126px     0}
.icons .i.Troll.Female     {background-position: -126px -18px}
.icons .i.Blood.Elf.Male   {background-position: -144px     0}
.icons .i.Blood.Elf.Female {background-position: -144px -18px}
.icons .i.Draenei.Male     {background-position: -162px     0}
.icons .i.Draenei.Female   {background-position: -162px -18px}

.icons .i.Death.Knight     {background-position:      0 -36px}
.icons .i.Druid            {background-position:  -18px -36px}
.icons .i.Hunter           {background-position:  -36px -36px}
.icons .i.Mage             {background-position:  -54px -36px}
.icons .i.Paladin          {background-position:  -72px -36px}
.icons .i.Priest           {background-position:  -90px -36px}
.icons .i.Rogue            {background-position: -108px -36px}
.icons .i.Shaman           {background-position: -126px -36px}
.icons .i.Warlock          {background-position: -144px -36px}
.icons .i.Warrior          {background-position: -162px -36px}

#about .roster .bg {
	float: left;
	display: block;
	height: 32px;
	padding: 1px;
	background: url(../images/ie/b50.png);
	background: rgba(0,0,0,.5);
	border: 1px solid;
	border-top-color: rgb(10,10,10);
	border-bottom-color: rgb(80,80,80);
	border-right-color: rgb(50,50,50);
	border-top-color: rgba(0,0,0,.2);
	border-left: none;
	border-bottom-color: rgba(255,255,255,.2);
	border-right-color: rgba(255,255,255,.1);
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#about .roster a.button {
	padding: 8px 0;
	width: 36px;
	font-size: 12px;
}
/*----------------------------------------------------------------------

	APPLY

----------------------------------------------------------------------*/

#apply #content .box {
	margin: 0 0 30px;
	background: url(../images/site/bg-texture.jpg) -50px -50px;
}

#apply #content  .box h2 {
	padding: 0 20px;
	font: 18px/46px Verdana;
	color: rgb(200,200,200);
	background: url(../images/site/bg-h2.jpg) left -1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*----------------------------------------------------------------------
	The Classes
----------------------------------------------------------------------*/

#apply .classes {
	overflow: hidden;
	position: relative;
}

#apply .updated-at {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0 8px;
	background: url(../images/ie/b50.png);
	background: rgba(0,0,0,.5);
	border: 1px solid;
	border-top-color: rgb(10,10,10);
	border-bottom-color: rgb(80,80,80);
	border-left-color: rgb(20,20,20);
	border-top-color: rgba(0,0,0,.2);
	border-right-color: rgba(255,255,255,.1);
	border-bottom-color: rgba(255,255,255,.2);
	border-left-color: rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#apply .updated-at span {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
}
#apply .updated-at span.updated {color: rgb(100,100,100)}
#apply .updated-at span.date {color: rgb(160,160,160)}

#apply .classes li {
	position: relative;
	float: left;
	width: 188px;
	height: 188px;
	background: url(../images/site/bg-section-apply-classes.jpg) no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#apply .classes li:nth-child(6) {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
#apply .classes li:nth-child(10) {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
#apply .classes li h3 {
	display: none;
	font-size: 16px;
	color: rgb(255,255,255);
	position: absolute;
	bottom: 30px;
	left: 30px;
}
#apply .classes li.yes h3 {
	display: block;
}
#apply .classes .dknight {background-position:   -1px   -1px}
#apply .classes .druid   {background-position: -191px   -1px}
#apply .classes .hunter  {background-position: -381px   -1px}
#apply .classes .mage    {background-position: -571px   -1px}
#apply .classes .paladin {background-position: -761px   -1px}
#apply .classes .yes.dknight {background-position:   -1px   -191px}
#apply .classes .yes.druid   {background-position: -191px   -191px}
#apply .classes .yes.hunter  {background-position: -381px   -191px}
#apply .classes .yes.mage    {background-position: -571px   -191px}
#apply .classes .yes.paladin {background-position: -761px   -191px}
#apply .classes .priest  {background-position:   -1px -571px}
#apply .classes .rogue   {background-position: -191px -571px}
#apply .classes .shaman  {background-position: -381px -571px}
#apply .classes .warlock {background-position: -571px -571px}
#apply .classes .warrior {background-position: -761px -571px}
#apply .classes .yes.priest  {background-position:   -1px -381px}
#apply .classes .yes.rogue   {background-position: -191px -381px}
#apply .classes .yes.shaman  {background-position: -381px -381px}
#apply .classes .yes.warlock {background-position: -571px -381px}
#apply .classes .yes.warrior {background-position: -761px -381px}

/*----------------------------------------------------------------------
	Applicant Requirements / Apply
----------------------------------------------------------------------*/

#apply .text {
	overflow: hidden;
}
#apply .text h3 {
	font-size: 16px;
	margin: 0 0 10px;
}
#apply .text div {
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#apply .text div p,
#apply .text div ul,
#apply .text div ol {
	margin: 0 0 20px;
}
#apply .text ul {
	list-style: square;
	padding-left: 2em;
}
#apply .text ol {
	list-style: upper-roman;
	padding-left: 2em;
}
#apply .text ol ol {
	list-style: decimal;
}
#apply .text ul li {
	margin: 0 0 5px;
}

/*Applicant Requirements*/
#apply .reqs div {
	height: 445px;
}
#apply .reqs .requirements {
	width: 410px;
	padding: 20px 40px 0 20px;
}
#apply .reqs .schedule {
	width: 144px;
	padding: 20px 20px 0;
}
#apply .reqs .exceptional {
	width: 230px;
	padding: 20px 40px 0 20px;
}

/*App*/
#apply .app div {
	padding: 20px 40px 0 20px;
	height: 346px;
}
#apply .app .outline {
	width: 300px;
}
#apply .app .tips {
	width: 232px;
}

#apply .app .instructions {
	width: 232px
}
#apply .app .instructions .button {
	width: 180px;
	float: none;
	margin-left: 36px;
}
/*----------------------------------------------------------------------

	BOTTOM
	
----------------------------------------------------------------------*/
#bottom {
  position: relative;
  z-index: 2;
	overflow: hidden;
}
#bottom h2 {
	font-size: 16px;
	line-height: 46px;
	padding: 0 20px;
	background: url(../images/site/bg-h2.jpg) center center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#bottom .box {
	width: 305px;
	float: left;
	margin-right: 20px;
}
#bottom .box .content {
	min-height: 280px;
	padding: 10px 0 0;
	background: url(../images/site/bg-bottom-content.jpg) left top no-repeat;
	border-right: 1px solid rgba(0,0,0,.3);
}
#bottom .box ul {}
#bottom .box ul li a {
	display: block;
	padding: 5px 20px;

}
#bottom .box li:nth-child(2),
#bottom #about-bot span:nth-child(2) {opacity: .92}
#bottom .box li:nth-child(3),
#bottom #about-bot span:nth-child(3) {opacity: .84}
#bottom .box li:nth-child(4),
#bottom #about-bot span:nth-child(4) {opacity: .76}
#bottom .box li:nth-child(5),
#bottom #about-bot p:nth-child(2) span:nth-child(1) {opacity: .68}
#bottom .box li:nth-child(6),
#bottom #about-bot p:nth-child(2) span:nth-child(2) {opacity: .60}
#bottom .box li:nth-child(7),
#bottom #about-bot p:nth-child(2) span:nth-child(3) {opacity: .52}
#bottom .box li:nth-child(8),
#bottom #about-bot p:nth-child(2) span:nth-child(4) {opacity: .44}
#bottom .box li:nth-child(9) {opacity: .36}
#bottom .box li:nth-child(10) {opacity: .28}

#bottom .box ul li a .author {
	font-size: 11px;
	color: rgb(120,120,120);
}
#bottom .box ul li a:hover {
	background: url(../images/ie/w10.png);
	background: rgba(255,255,255,.1);
}
#bottom #about-bot {
	width: 300px;
	margin-right: 0;
}
#bottom #about-bot p {
	line-height: 28px;
	padding: 0 20px 28px;
}
#bottom #about-bot p a {
	color: rgb(255,180,50);
}
#bottom #about-bot p a:hover {
	color: rgb(255,255,255);
}

/*----------------------------------------------------------------------

	FOOTER
	
----------------------------------------------------------------------*/

#footer {
  position: relative;
  z-index: 2;
	margin: 40px auto;
	padding: 20px 0;
	font-size: 11px;
	line-height: 11px;
	color: rgb(70,70,70);
	text-shadow: none;
}
#footer p a {
	color: rgb(255,180,50);
}
#footer p a:hover {
	color: rgb(255,255,255);
}
.nav.footer {float: right}
.nav.footer li {float: left}
.nav.footer a {
	display: block;
	padding: 0 10px;
	color: rgb(70,70,70);
	border-right: 1px solid rgb(30,30,30);
	border-right: 1px solid rgba(255,255,255,.2);
}
.nav.footer .apply {
	border-right: none;
}
.nav.footer a:hover {color: rgb(255,255,255)}
