/*****************************************

	 CSS Document 80flavours.com
	 Diablo 3 skills and builds
	 http://www.80flavours.com/d3
	 author: Guus van Zeeland, 2009
	 
*******************************************/

body {
	margin: 0;
	padding: 0;
	border-top: 3px solid #CC0000;
	text-align: center;
	font-family: Verdana, sans-serif;
	line-height: 150%;
}

h1 {
	font-family: Georgia, serif;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 350%;
	font-weight: normal;	
}

h2 {
	text-transform: uppercase;
	font-weight: normal;
	color: #999999;
	font-size: 130%;
	margin: 0;
	padding: 0;
}

a h3 {
	text-transform: uppercase;
	color: #CC0000;
	font-weight: normal;
	font-size: 120%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	width: 187px;
	cursor: pointer;
}

a h3:hover {
	text-decoration: none;
}

a {
	color: #CC0000;
}

a:hover {
	text-decoration: none;
}

.ampersand {
	font-style: italic;
	font-family: "Palatino Linotype", Constantina, Baskerville, Palatino, Georgia, serif;
	color: #CC0000;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
}

#homeheader {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
}

#homeselector {
	background: url(../d3images/bg-home.jpg) no-repeat top center #000000;
	width: 100%;
	height: 349px;
	position: absolute;
	left: 0;
}

#subselector {
	clear: both;
	background: #000000;
	width: 100%;
	height: 120px;
	position: relative;
	left: 0;
	top: 10px;
}

#contentcontainer {
	position: relative;
	width: 960px;
	top: 0;
	margin: 0 auto;
}

#classcontainer {
	margin: 0 auto;
	width: 935px;
}

.classselector1 {
	width: 187px;
	margin: 0 auto;
	float: left;
}

.classselector2 {
	width: 187px;
	float: left;
}

.classselector3 {
	width: 187px;
	float: left;
}

.classselector4 {
	width: 187px;
	float: left;
}

.classselector5 {
	width: 187px;
	float: left;
}

.classselector1 a.class {
	display: block;
	width: 187px;
	padding: 362px 0 0 0;
	background:  url(../d3images/barbarian-d3.jpg) no-repeat 0 0 transparent; 
}

.classselector1 a.class:hover {
	background:  url(../d3images/barbarian-d3.jpg) no-repeat 0 -362px transparent; 
}

.classselector2 a.class {
	display: block;
	width: 187px;
	padding: 362px 0 0 0;
	background:  url(../d3images/witchdoctor-d3.jpg) no-repeat 0 0 transparent; 
}

.classselector2 a.class:hover {
	background:  url(../d3images/witchdoctor-d3.jpg) no-repeat 0 -362px transparent; 
}

.classselector3 a.class {
	display: block;
	width: 187px;
	padding: 362px 0 0 0;
	background: url(../d3images/wizard-d3.jpg) no-repeat top left transparent; 
}

.classselector3 a.class:hover {
	background:  url(../d3images/wizard-d3.jpg) no-repeat 0 -362px transparent; 
}

.classselector1 ul, .classselector2 ul, .classselector3 ul, .classselector4 ul, .classselector5 ul {
	margin: 15px 0 25px 0;
	padding: 0 0 10px 10px;
	text-align: left;
	font-size: 90%;
	list-style-type: none;
	border-left: 1px solid #CCCCCC;
}

.classselector3 ul {
	border-right: 1px solid #CCCCCC;
}

.classselector4 a.class {
	display: block;
	width: 187px;
	padding: 362px 0 0 0;
	background: url(../d3images/monk-d3.jpg) no-repeat top left transparent; 
}

.classselector4 a.class:hover {
	background: url(../d3images/monk-d3.jpg) no-repeat 0 -362px transparent; 
}

.classselector4 ul {
	border-left: 1px solid #CCCCCC;
}

.classselector5 a.class {
	display: block;
	width: 187px;
	padding: 362px 0 0 0;
	background: transparent; 
}

.classselector5 a.class:hover {
	background: transparent; 
}

.classselector5 ul {
	/*border-right: 1px solid #CCCCCC;*/
	border: none;
}

#footer {
	clear: both;
	border-top: 1px solid #CCCCCC;
	padding: 5px;
	width: 940px;
	margin: 0;
	font-size: 67%;
	color: #999999;
}

#footer a {
	color: #666666;
}

#header {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
}

/*NONE*/
#homeselector.none {
	clear: both;
	width: 100%;
	height: 349px;
	position: relative;
	left: 0;
	top: 10px;
}

/*BARB*/
#homeselector.barb {
	clear: both;
	background: url(../d3images/barbarian-big.jpg) no-repeat top center #000000;
	width: 100%;
	height: 349px;
	position: relative;
	left: 0;
	top: 10px;
}

#titlecontainer.barb {
	margin: 0 auto;
	width: 960px;
	background: url(../d3images/barb-sub-bg.jpg) no-repeat bottom center #000000;
	height: 120px;	
}	

/*WD*/
#homeselector.wd {
	clear: both;
	background: url(../d3images/witchdoctor-big.jpg) no-repeat top center #000000;
	width: 100%;
	height: 349px;
	position: relative;
	left: 0;
	top: 10px;	
}

#titlecontainer.wd {
	margin: 0 auto;
	width: 960px;
	background: url(../d3images/wd-sub-bg.jpg) no-repeat bottom center #000000;
	height: 120px;
}

/*WIZ*/
#homeselector.wiz {
	clear: both;
	background: url(../d3images/wizard-big.jpg) no-repeat top center #000000;
	width: 100%;
	height: 349px;
	position: relative;
	left: 0;
	top: 10px;	
}

#titlecontainer.wiz {
	margin: 0 auto;
	width: 960px;
	background: url(../d3images/wiz-sub-bg.jpg) no-repeat top center #000000;
	height: 120px;	
}

/*MONK*/
#homeselector.monk {
	clear: both;
	background: url(../d3images/monk-big.jpg) no-repeat top center #000000;
	width: 100%;
	height: 349px;
	position: relative;
	left: 0;
	top: 10px;	
}

/*#titlecontainer.monk {
	margin: 0 auto;
	width: 960px;
	background: url(../d3images/wd-sub-bg.jpg) no-repeat bottom center #000000;
	height: 120px;
}*/

#titlecontainer h1 {
	color: #CCCCCC;
	text-align: left;
	position: relative;
	display: block;
	top: 160px;
}

#titlecontainer h2 {
	text-align: left;
	top: 150px;
	position: relative;
	color: #666666;
}

#subselector #titlecontainer h1 {
	color: #CCCCCC;
	text-align: left;
	position: relative;
	display: block;
	top: 30px;
}

#subselector #titlecontainer h2 {
	text-align: left;
	top: 30px;
	position: relative;
	color: #666666;
}

.mainnav {
	float: left;
	width: 160px;
	text-align: left;	
	line-height: 120%;
	font-size: 110%;
}

.mainnav a {
	text-transform: uppercase;
	padding: 12px 0 0 0;
	margin: -12px 0 5px 0;
	float: left;
	display: block;
}

.mainnav a:hover {
	background: url(../d3images/arrow-red.gif) no-repeat  50% 0% transparent;
}

.mainnav a.active {
	background: url(../d3images/arrow-red.gif) no-repeat 50% 0% transparent;
	text-decoration: none;
	color: #000000;
}

.mainnav ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-size: 60%;
	text-transform: normal;	
	clear: both;	
}

.mainnav ul li a {	
	font-weight: normal;
	text-transform: none;	
	padding: 0;
	margin: 0;
}

.mainnav ul li a:hover {
	background: transparent;
	color: #000000;
}

.mainnav ul li a.active {	
	font-weight: bold;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background: transparent;		
}

#leftcolumn {
	width: 150px;
	float: left;
	margin: 30px 0 0 0;	
}

#content {
	width: 550px;
	text-align: left;
	float: left;
	padding: 10px;
	margin: 30px 0 0 0;
}

#content ul {
	margin: 0;
	padding: 0;
}

#content ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content img {
	margin: 5px 0 0 0;
}

#rightcolumn {
	width: 184px;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	float: left;
	padding: 10px 0 10px 10px;
	margin: 30px 0 0 0;	
}

h3 {
	font-size: 120%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

p {
	font-size: 90%;
	margin: 0 0 20px 0;
}

p.skillpoints {
	margin: 0 0 0 0;
	padding: 5px 0;
	border-top: 1px dashed #CCCCCC;
	color: #999999;
}
