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

version:   1.0
author:    Mikaelan
email:     mikaelan@tsaeshun.com
website:   http://www.tsaeshun.com/
-----------------------------------------------------------------------------*/

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


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

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


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

body {
	background: #0f0f0e;
	}
#nav {
	background: #0f0f0e url('../images/bg.jpg') no-repeat left top;
    background-position: 0 -415px;
	}
#content-bg {
	background: #0f0f0e url('../images/bg.jpg') no-repeat left top;
    background-position: 0 -483px;
	}
#maincontent {
	background: #131313 url('../images/bg.jpg') no-repeat left top;
    background-position: 0 -483px;
	padding: 20px;
	text-align: justify;
	}
#sidecontent {
	background: #131313 url('../images/bg.jpg') no-repeat left top;
    background-position: -630px -483px;
	padding: 20px;
	}
#footer-bg {
	background: #0f0f0e url('../images/bg-footer.jpg') no-repeat top center;
	}
img.screenshot {
	padding-bottom: 10px;
	background: url('../images/bg-screenshot.png') no-repeat left top;
}

img.screenshot2 {
	float: right;
	margin: 10px 10px 0 20px;
	padding-bottom: 10px;
	background: url('../images/bg-screenshot2.png') no-repeat left top;
}

img.recruitment {
	padding-bottom: 10px;
	background: url('../images/bg-recruitment.png') no-repeat left top;
}

/* =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 10px 10px;
}

ol, ul {
	font-size: 1.15em;
	color: #DDD;
}

dl {
	padding: 20px 40px;
}
dd {
    font-style: italic;
	padding-left: 10px;
    padding-bottom: 10px;
}

p.last, img.last {
	padding-bottom: 30px;
	}
/* =Headings
-----------------------------------------------------------------------------*/
h1	{
	color: #555759;
	font: 1.5em baskerville,"palatino linotype","times new roman",serif;
	text-shadow: none;
color:#555759;
font:24px arial,helvetica,sans-serif;
text-transform:uppercase;
	}
h2	{
	color: #555759;
	font: 1.4em Helvetica,"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	text-shadow: none;
	}
h3	{
	color: #555759;
	font: 1.3em Helvetica,"Helvetica Neue","Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	}
h4	{
	color: #555759;
	font: 1.3em Helvetica,"Helvetica Neue","Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	font-weight: bold;
	}

/* =Links
-----------------------------------------------------------------------------*/
a	{
	color: #999;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	text-decoration: none;
	}
.content p a:active, .content li a:active {
	position: relative;
	text-shadow: none;
	top: 1px;
}

.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: 68px;
  position: relative;
  display: block;
  cursor: pointer;
  background: url(../images/sprite-nav.jpg) 0 0 no-repeat;
}

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

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

#navigation a#forums {
  background-position: -163px 0;
  width: 126px;
}

#navigation .highlight a#forums:hover, 
#navigation a#forums .hover {
  background-position: -163px -68px;
  width: 126px;
}

#navigation a#charter {
  background-position: -289px 0;
  width: 135px;
}

#navigation .highlight a#charter:hover, 
#navigation a#charter .hover {
  background-position: -289px -68px;
  width: 135px;
}

#navigation a#rules {
  background-position: -424px 0;
  width: 112px;
}

#navigation .highlight a#rules:hover, 
#navigation a#rules .hover {
  background-position: -424px -68px;
  width: 112px;
}

#navigation a#faq {
  background-position: -536px 0;
  width: 95px;
}

#navigation .highlight a#faq:hover, 
#navigation a#faq .hover {
  background-position: -536px -68px;
  width: 95px;
}

#navigation a#dkp {
  background-position: -631px 0;
  width: 95px;
}

#navigation .highlight a#dkp:hover, 
#navigation a#dkp .hover {
  background-position: -631px -68px;
  width: 95px;
}

#navigation a#recruit {
  background-position: -726px 0;
  width: 214px;
}

#navigation .highlight a#recruit:hover, 
#navigation a#recruit .hover {
  background-position: -726px -68px;
  width: 214px;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/
/* =Search Box and Ads/Logo
-----------------------------------------------------------------------------*/
/* =Main Content */
/*-----------------------------------------------------------------------------*/
ol li {
	margin: 4px 10px;
}
/* =Secondary Content
-----------------------------------------------------------------------------*/
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	margin-top: 40px;
	text-align: center;
	}
#footer ul, #footer li {
	display: inline;
	}
#footer li {
	padding-right: 10px;
	}

/* =Forms
-----------------------------------------------------------------------------*/
fieldset {
	width: 518px;
	border: 1px dashed #111;
	margin-bottom: 10px;
}
legend {
	color: #DDD;
	font-size: 1.15em;
    font-weight: bold;
	font-style: italic;
	padding-left: 10px;
}

.accordion div, .boxed, .base {
  background: url('/images/frame-580.jpg') 0 0 repeat-y;
  width: 580px;
	margin: 0 0 20px 0;
}
.base-top {
  background: url('/images/frame-580-top.jpg') left top no-repeat;
	display: block;
}
.base-bottom {
  background: url('/images/frame-580-bottom.png') left bottom no-repeat;
	padding: 10px 20px 10px 20px;
	display: block;
}

form p {
	text-align: left;
	}
label {
	display: block;
	float: left;
	text-align: left;
	padding-right: 10px;
	}
select {
	font: 1em "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	width: 190px;
	padding: 2px;
	border: 1px solid #a09e9f;	
	background: #fff url('../images/bg-search.jpg') repeat top;
	}
textarea {
	font: 1em "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	width: 506px;
	padding: 5px;
	border: 1px solid #a09e9f;	
	background: #fff url('../images/bg-search.jpg') repeat top;
	}
input[type="text"], input[type="password"] {
	font: 1em "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	width: 190px;
	padding: 5px;
	height: 16px;
	border: 1px solid #a09e9f;	
	background: #fff url('../images/bg-search.jpg') repeat top;
	}
input[type="checkbox"] {
	margin-right: 10px;
	background: #fff url('../images/bg-search.jpg') repeat top;
	}
input.long {
	width: 300px;
}
input.med {
	width: 190px;
}
input.short {
	width: 100px;
}
input.vshort {
	width: 40px;
}
input#newsletter-email {
	width: 236px;
}

span#alert-box {
	padding-left: 20px;
	width: 200px;
	color: #fff;
}
span.alert {
	background: url('../images/cross.png') no-repeat left bottom;
	margin-left: 10px;
}
span.boxok {
	background: url('../images/tick.png') no-repeat left bottom;
	margin-left: 10px;
}
input[type="image"] {
  height: 34px;
  width: 138px;
  margin: 0 0 10px 0;
  position: relative;
  float: right;
  display: block;
  cursor: pointer;
  background: url(../images/submit-sprite.png) 0 0 no-repeat;
}
input[type="image"]:hover {
  background-position: 0 -34px;
}
/* =Tables
-----------------------------------------------------------------------------*/
.leve-timer {
	padding-bottom: 20px;
}
.leve-timer table {
	font-size: 1em;
	color: #ccc;
	padding: 10px 10px 0;
	margin: auto;
}
.leve-timer table th, .leve-timer table td {
	padding: 0 10px;
}


/* =Raid Schedule
-----------------------------------------------------------------------------*/
.raids {
	padding-top: 6px;
	padding-bottom: 20px;
	}
.raids li {
  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;
	}
.raids li.currentraid {
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
}
em.notes {
	color: #999;
	font-weight: normal;
	padding-left: 17px;
	background: url(/images/raid-star.png) left top no-repeat;
	}
/* =Misc 1
-----------------------------------------------------------------------------*/
#newsletter {
	margin-top: 10px;
	}
#twitter {
	padding-left: 42px;
	padding-top: 11px;
	background: url(/images/twitter.png) left top no-repeat;
	clear: both;
	}
#twitter p {
	line-height: 1.5em;
	}

.accordion h3	{
	padding-left: 21px;
	color: #FFF;
	font: 1.3em Helvetica,"Helvetica Neue","Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	cursor: pointer;
	display: block;
	padding-bottom: 10px;
	}
.accordion h3:hover	{
	padding-left: 21px;
	background: url(../images/arrow_down.gif) left top no-repeat;
	}
.accordion h4	{
	color: #fff;
	font: 1.3em Helvetica,"Helvetica Neue","Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	font-weight: bold;
	padding: 20px 10px 0 10px;;
	}
.accordion h5	{
	color: #fff;
	font: 1.2em Helvetica,"Helvetica Neue","Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	font-weight: bold;
	padding: 20px 10px 0 10px;;
	}
.accordion p, .accordion ol, .accordion ul {
	padding: 10px 10px 10px 10px;
}


/* =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;
	}

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

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

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

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

