/*-----------------------------------------------------------------------------
Base Style Sheet

version:   1.0
author:    Shyntlara
email:     shyntlara@knightsoftheshattering.com
website:   http://www.knightsoftheshattering.com/
-----------------------------------------------------------------------------*/

@import "layout.css";
/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	display: block;
	border: 0;
}



body	{
	background: #0f0f0e;
	}
#canvas {
	background: #0f0f0e url('../images/bg.jpg') no-repeat top;
	}
#maincontent {
	background: #11110f url('../images/main_bg.jpg') no-repeat left top;
	padding: 20px;
	text-align: justify;
	}
div.grats img {
	width: 497px;
	}
#sidecontent {
	background: #11110f url('../images/side_bg.jpg') no-repeat left top;
	padding: 20px;
	}
.statement {
	background: #11110f url('../images/statement.jpg') no-repeat left top;
	padding: 20px;
	}
#footerBG {
	background: #0f0f0e url('../images/footer_bg.jpg') no-repeat top center;
	}
#footer {
	margin-top: 50px;
	padding: 20px;
	text-align: center;
	}
#footer ul, #footer li {
	display: inline;
	}
#footer li {
	padding-right: 10px;
	}
#footer2 {
	padding: 20px;
	text-align: right;
	}
.right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	}
.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	}


/* =Typography
-----------------------------------------------------------------------------*/
body {
	font: 67.5% "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	color: #DDD;
}

.content {
	text-shadow: #000 0px 1px 1px;
}

.content p {
	font-size: 1.15em;
	line-height: 1.7em;
	color: #DDD;
	padding: 10px 10px 0 10px;
}

.raids {
	padding-top: 6px;
	padding-bottom: 20px;
	}
.raids li, .raids h5 {
    list-style: none;
	font-size: 1em;
	color: #ccc;
	padding: 4px 10px;
}

.raids li.nodkp {
	color: #999;
}

.raids li:hover {
	color: #FFF;
	text-decoration: none;
	cursor: default;
	}

.schedule {
	padding-top: 10px;
	}
	
div.grats p {
	font-size: 1.2em;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
}

.raids li.currentraid {
	font-size: 1.15em;
	color: #FFF;
	font-weight: bold;
}
h3.link {
	font-size: 1em;
	color: #BBB;
	margin: 0px;
	padding: 2px 20px;
	}
h3.link:hover {
	font-size: 1em;
	color: #FFF;
	margin: 0px;
	padding: 2px 20px;
	cursor: pointer;
	}
.close {
	background: url('../images/arrow_up.png') no-repeat left;
	padding-left: 20px;
	margin-bottom: 20px;
	}
.error {
	color: #660000;
	font-weight: bold;
	}
.center {
	text-align: center;
	}
ins {
	text-decoration: none;
	font-weight: bold;
	}
.boxed {
	padding: 50px 20px 10px 20px;
	margin: 0 10px 20px 10px;
	background: url('../images/boxed.jpg') no-repeat left top;
	}
	
.boxed2 {
	padding: 10px 20px 10px 20px;
	margin: 0 10px 20px 10px;
	background: url('../images/boxed2.jpg') no-repeat left top;
	}
	
.boxed3 {
	padding: 20px 20px 10px 20px;
	margin: 0 10px 20px 10px;
	background: url('../images/boxed2.jpg') no-repeat left top;
	}
	
	
/* =Headings
-----------------------------------------------------------------------------*/
h1	{
	color: #fff;
	font: 1.5em baskerville,"palatino linotype","times new roman",serif;
	text-shadow: none;
	}
h2	{
	color: #fff;
	font: 1.4em "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	text-shadow: none;
	}
h3	{
	color: #fff;
	font: 1.3em "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px 0px 10px;
	}
h4	{
	color: #fff;
	font: 1.3em "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	font-weight: bold;
	font-style: italic;
	}



/* =Links
-----------------------------------------------------------------------------*/
a	{
	color: #999;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	text-decoration: none;
	}

.content p a {
	color: #666;
	border-bottom: 1px solid #666;
  }

.content p a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
  }

/* =Language Selectors
-----------------------------------------------------------------------------*/
/* =Branding
-----------------------------------------------------------------------------*/
/* =Main Nav
-----------------------------------------------------------------------------*/

#navigation a * {
  display: none;
}

#navigation {
  list-style: none;
}

#navigation li {
  float: left;
}
#navigation a,
#navigation a .hover {
  height: 58px;
  position: relative;
  display: block;
  cursor: pointer;
  background: url(../images/btn-sprite.png) 0 0 no-repeat;
}

#navigation a#home {
  background-position: 0 0;
  width: 174px;
}

#navigation .highlight a#home:hover, 
#navigation a#home .hover {
  background-position: 0 -58px;
  width: 174px;
}

#navigation a#forums {
  background-position: -174px 0;
  width: 113px;
}

#navigation .highlight a#forums:hover, 
#navigation a#forums .hover {
  background-position: -174px -58px;
  width: 113px;
}

#navigation a#charter {
  background-position: -287px 0;
  width: 120px;
}

#navigation .highlight a#charter:hover, 
#navigation a#charter .hover {
  background-position: -287px -58px;
  width: 120px;
}

#navigation a#rules {
  background-position: -407px 0;
  width: 94px;
}

#navigation .highlight a#rules:hover, 
#navigation a#rules .hover {
  background-position: -407px -58px;
  width: 94px;
}

#navigation a#faq {
  background-position: -501px 0;
  width: 73px;
}

#navigation .highlight a#faq:hover, 
#navigation a#faq .hover {
  background-position: -501px -58px;
  width: 73px;
}

#navigation a#dkp {
  background-position: -574px 0;
  width: 74px;
}

#navigation .highlight a#dkp:hover, 
#navigation a#dkp .hover {
  background-position: -574px -58px;
  width: 74px;
}

#navigation a#recruit {
  background-position: -648px 0;
  width: 252px;
}

#navigation .highlight a#recruit:hover, 
#navigation a#recruit .hover {
  background-position: -648px -58px;
  width: 252px;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/
/* =Search Box and Ads/Logo
-----------------------------------------------------------------------------*/
/* =Main Content */

ul.council, ol {
	padding: 20px 40px;
	}
ul.council li {
	list-style: none;
	padding: 4px 0;
	}

ol li {
	padding: 4px 10px;
}


/*-----------------------------------------------------------------------------*/
/* =Secondary Content
-----------------------------------------------------------------------------*/
/* =Footer
-----------------------------------------------------------------------------*/
/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
form	{
	background: #1d1d1d;
	padding: 10px;
	}
fieldset {
	border: 1px dashed #333;
}
form p {
	text-align: left;
	}
label {
	display: block;
	}
input {
	font: 1em "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	padding: 5px;
	width: 200px;
	}	

select, option {
	font: 1em "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	}	

.submit_area {
  }
input[type="image"] {
  height: 59px;
  width: 317px;
  padding: 0;
  position: relative;
  display: block;
  cursor: pointer;
  background: url(../images/submit-sprite.png) 0 0 no-repeat;
}
input[type="image"]:hover {
  background-position: -317px 0px;
  width: 317px;
}

textarea {
	font: 1em "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	padding: 5px;
	width: 399px;
	height: 75px;
	}
#Level {
	width: 20px;
	}
#Age	{
	width: 20px;
	}
#VoIP, #UI, #Link {
	height: 35px;
	}
legend {
	color: #DDD;
	font-size: 1.4em;
  font-weight: bold;
	font-style: italic;
	padding-left: 10px;
}

.focusField {
	border: solid 2px #000;
	background: #fff;
	color: #000;
}
.idleField {
	background: #eee;
	color: #666;
	border: solid 2px #DFDFDF;
}
	
form p {
	position: relative;
	}
form p em {
	background: url('../images/bubble.png') no-repeat;
	width: 300px;
	height: 49px;
	padding: 10px;
	position: absolute;
	top: -50px;
	left: 20px;
	text-align: center;
	z-index: 2;
	display: none;
	overflow: hidden;
}


/* =Tables
-----------------------------------------------------------------------------*/
/* =Definitions
-----------------------------------------------------------------------------*/
dl {
	padding: 20px 40px;
}
dd {
  font-style: italic;
	padding-left: 10px;
  padding-bottom: 10px;
}

/* =Misc 1
-----------------------------------------------------------------------------*/
.FAQAccordion h3	{
	padding-left: 21px;
	color: #FFF;
	font: 1.3em "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	cursor: pointer;
	display: block;
	}
.FAQAccordion h3:hover	{
	padding-left: 21px;
	background: url(../images/arrow_down.gif) left top no-repeat;
	}
.FAQAccordion h4	{
	color: #fff;
	font: 1.3em "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 20px 10px 0 10px;;

	border-bottom: 1px solid #666;
	}

.FAQAccordion h5	{
	color: #fff;
	font: 1.2em "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 20px 10px 0 10px;;

	border-bottom: 1px solid #666;
	}
.FAQAccordion div {
	padding: 10px 20px 10px 20px;
	margin: 0 10px 20px 10px;
	background: url('../images/boxed2.jpg') no-repeat left top;
	}
	}

/* =Misc 2
-----------------------------------------------------------------------------*/
p span.closed	{
	color: #444;
	text-decoration: line-through;
	}
p span.low {
	color: #900;
	}
p span.medium {
	color: #900;
	font-size: 105%;
	}
p span.high {
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	}

h2.cleared, li.cleared {
	color: #600;
	text-decoration: line-through;
	}

a.paypal {
	padding-left: 42px;
	background: url(../images/paypal.png) left center no-repeat;
	height: 32px;
	}	


 
/* Chat App
-----------------------------------------------------------------------------*/
#wrapper, #loginform {
	margin:0 auto;
	padding-bottom:25px;
	background:#EBF4FB;
	width:504px;
	border:1px solid #ACD8F0; }
 
#loginform { padding-top:18px; }
 
	#loginform p { margin: 5px; }
 
#chatbox {
	text-align:left;
	margin:0 auto;
	margin-bottom:25px;
	padding:10px;
	background:#fff;
	height:270px;
	width:430px;
	border:1px solid #ACD8F0;
	overflow:auto; }
 
#usermsg {
	width:395px;
	border:1px solid #ACD8F0; }
 
#submit { width: 60px; }
 
#menu { padding:12.5px 25px 12.5px 25px; }
 
.welcome { float:left; }
 
.logout { float:right; }
 
.msgln { margin:0 0 2px 0; }


/* s3Slider
-----------------------------------------------------------------------------*/
#s3slider {
   margin-top: 40px;
   width: 501px; /* important to be same as image width */
   height: 295px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 501px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   margin: 10px;
   padding: 10px 13px;
   width: 455px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

/* =Image Replacement
-----------------------------------------------------------------------------*/
#title {
	width: 900px;
	height: 100px;
	position: relative;
	margin: 0; padding: 0; overflow: hidden;
	}
#title span {
	background: url(../images/logo.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	}

#description {
	width: 880px;
	height: 295px;
	position: relative;
	margin: 0; padding: 0; overflow: hidden;
	}
#description span {
	background: url(../images/masthead008.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#recruiting {
	width: 289px;
	height: 500px;
	position: relative;
	margin: 0; padding: 0; overflow: hidden;
	}
#recruiting span {
	background: url(../images/recruitment.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	}
	
.youtube {
	margin-top: 40px;
	}
.youtube li {
	list-style: none;
	}
#twitter {
	padding-left: 42px;
	background: url(../images/twitter.jpg) left top no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	}
#twitter p {
	line-height: 1.5em;
	}
.screenshot {
	margin-top: 40px;
	margin-bottom: 20px;
	}
		
.screenshot-first {
	margin-top: 0px;
	margin-bottom: 20px;
	}
		
.video {
	width: 503px;
	height: 52px;
	position: relative;
	margin: 0; padding: 0; overflow: hidden;
	}
#video001 span {
	background: url(../images/btn_youtube001.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	}	
#video002 span {
	background: url(../images/btn_youtube002.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	}	
	
hr{
	height: 5px;
	background:url(../images/hr1.png) repeat-x top center;
	border: 0;
}

hr.small{
	height: 5px;
	background:url(../images/hr2.png) repeat-x top center;
	border: 0;
}

div#progression-chart ul, div#progression-chart h2 {
	padding: 10px 10px 0 10px;
  list-style: none;
}

