/* CSS copyright Legend of Kirin Tor
	World of Warcraft Copyright Blizzard
		Site by "Dreth" of Kirin Tor */
	


body{
margin: 0 0 0 0;
padding: 0;
background-color: #1B1B1A;
background-image: url(pattern.jpg);
color: #ffffff;
font: small verdana, arial, san-serif;
}



#header{
background: url(dragon.png) no-repeat;
background-position: top right;
background-color: #1B1B1A;
color: #000000;
height: 350px;
padding-left: 30px;
}

#header a img{
border: 0;
}

#wrapper{
width: 900px;
margin: auto;
color: #ffffff;
border: 1px solid black;
border-top: 0px;
background-color:  #1B1B1A;
}


#topnav ul{
background-color: #1B1B1A;
padding: 10px;
margin: 0;
list-style-type: none;
text-align: center;
}


#topnav ul li{
display: inline; 
}

#topnav ul li a{
font-weight: bold;
text-decoration: none;
padding: 1em 2em;
color: #fff;
margin-left: 10px;
}

#topnav ul li a:hover{
color: #b38f41;
}



#main{
background-color: #1B1B1A;
border-top: 1px solid #000000;
}

#content{
margin-left: 230px;
background-color: #1B1B1A;
color: #eee;
}

#content table{
margin: auto;
}

#content table td.odd{
background-color: #363636;
}

#content table a{
color: #b38f41;
}

#content table a:hover{
color: #ffffff;
}

#content h1{
font-family: georgia;
color: #872f15;
font-size: 150%;
}

#content h2{
font-style: italic;
font-family: georgia;
font-size: .85em;
color: #f0b488;
}


#content p{
line-height: 2em;
font: arial;
}

#content p a{
font-weight: bold;
text-decoration: none;
color: #b38f41
}

#content p a:hover{
color: #f0b488;
text-decoration: underline;
}


#content img{
margin: 5px;
border: 1px solid black;
}




#leftcol{
float: left;
width: 200px;
background: #1B1B1A;
color: white;
margin-left: .2em;
font-size: .85em;
}

#leftcol h2{
font-family: georgia, serif;
font-weight: bold;
color: #B59A48;
border-bottom: 1px dashed #872f15;
font-size: 1.2em;
margin: 10px;
letter-spacing: .2em;
}


table.recruiting{
background-color: #28130f;
border-collapse:collapse;
color: #f0b488;
}

table.recruiting td{
border: 1px solid #000000;
padding: .6em;
}

table.raidschedule{
border-collapse:collapse;
color: silver;
}

table.raidschedule td{
padding: .6em;
}

/* Progress.htm */


#leftcol ul{
list-style-type: circle;
margin: 0px;
width: 80%;
}

#leftcol ul a{
text-decoration: none;
color: #808080;
}

#leftcol ul a:hover{
color: #ffffff;
text-decoration: underline;
}

#leftcol ul li{
padding: .3em;
}



#footer{
clear: both;

}

#footer p{
font-size: .7em;
color: silver;
background-color: #000000;
padding:5px 5px 2px 5px;
text-align: center;
}












	