/*
Theme Name: World of Darkness Default Theme
Version: 0.2a
Author: Moritz B&ouml;hm

*/

/* ## Font Face ## */

/* Font: Girls Are Weird */ 
@font-face {
	font-family: GirlsAreWeird;  
	src: url(fonts/girlsare.eot);  
}   
@font-face {  
	font-family: GirlsAreWeird;  
	src: url(fonts/girlsare.ttf) format("truetype");  
}  

/* Font: Dominican Small Caps */ 
@font-face {
	font-family: DominicanSC;  
	src: url(fonts/domisc.eot);  
}   
@font-face {  
	font-family: DominicanSC;  
	src: url(fonts/domisc.ttf) format("truetype");  
}  
	 
/* ## Basic Layout ## */

html, body {
	min-height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: white;
}

#page {
	margin: 0 auto;
	padding: 5px 30px 25px 30px;
	width: 640px;
	background: black;
}

#ww_copyright {
	position: absolute;
	top: 0px;
	right: 15px;
	font-size: 10px;
	width: 100px;
	text-align: center;
	background: black;
	padding: 0 0 5px 0;
}

#ww_copyright a {
	border: none !important;
}

/* ## Specific Layout ## */

/* Chronicle */

.chronicle_title {
	text-align: center;
}

ul.chronicle {
	text-align: center;
	list-style: none;
	padding: 0;
}

/* ## Navigation ## */

ul#navi {
	margin: 0 auto;
	padding: 20px 30px 20px 30px;
	width: 640px;
	background: black;
	list-style: none;
	text-align: center;
	height: 30px;
	color: white;
}

ul#metanavi {
	margin: 0 auto;
	padding: 50px 30px 5px 30px;
	width: 640px;
	background: black;
	list-style: none;
	text-align: center;
	height: 30px;
	color: white;
}

ul.navi li {
	display: inline;
	margin: 0 10px 0 10px;
}

ul.navi li a {
	color: white;
	text-decoration: none;
	border: none;
}

ul.navi li a:hover, ul.navi li a#current {
}

ul.navi li a.inactive, ul.navi li a.inactive:hover {
	color: #666666 !important;
}

/* ## Typography ## */

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 15px 0;
	line-height: 20px;
	text-align: justify;
}

a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

a:hover {
	border-bottom: 1px solid white;
}



/**/