/* COMMON */
html {
	width: 100%;
}
body {
	background: #fff none;
	font-family: verdana, helvatica, sans-serif;
}

h1 {
	display: none;
}

h2, h3, h4, h5, h6, p.author {
	font-family: garamond, georgia, serif;
}
h2 {
	font-size: 1.2em;
	color: #770624;
}
h3 {
	font-size: 1.1em;
}
h4 {
	margin: 0;
	margin-top: -15px;
	padding: 0;
	font-size: 0.8em;
}

p, div#blizznews, div#links ul, div#threads ul, div#guildlinks ul {
	font-size: 0.7em;
}

p.author {
	font-weight: bold;
	font-size: 100%;
}

a, a:link, a:active, a:visited {
	color: #330000;
}
a:hover {
	color: #A90000;
}

div#container {
	width: 760px;
	margin: 0 auto;
}

div#footer {
	text-align: center;
	font-size: 65%;
	margin-top: 30px;
}

/* HORIZONTAL MENUS */
ul.hoz_menu {
	list-style: none;
	font-size: 0.6em;
}
ul.hoz_menu li {
	display: inline;
}

ul.top_menu {
	text-align: right;
}


/* HOME */
div#top_banner {
	background: #fff url(images/home_banner.jpg) center no-repeat;
	width: 750px;
	height: 256px;
	border: 1px solid #770624;
	border-left: 0;
	border-right: 0;
	padding: 2px 0;
}

div#links_area {
	float: right;
	width: 220px;
	margin: 0 0 0 0;
	padding: 0 5px 0 10px;
	border: 1px solid #fff;
}

div#main_content {
	margin-top: 20px;
	border: 1px solid #fff;
}

div#news_content {
	width: 500px;
	border: 1px solid #fff;
}

div#blizznews {
	font-size: 90%;
}

div#blizznews, div#news, div#links, div#about, div#threads, div#roster, div#guildlinks {
	border-top: 1px solid #770624;
}

div#links ul, div#threads ul, div#guildlinks ul {
	list-style: none;
	margin: 10px 0 0 0 ;
	padding: 0;
}
div#links ul li, div#threads ul li, div#guildlinks ul li {
	line-height: 140%;
}


/* ROSTER */
div#roster form {
	display: inline;
}
div#roster .delete, div#roster .new {
	font-size: 0.7em;
}

div#roster .new {
	padding: 3px;
	
}
div#roster .details {
	font-size: 0.8em;
	color: #666;
}

/* ADMIN STYLES */

fieldset.admin {
	margin-top: 10px;
}
fieldset.admin legend {
	font-weight: bold;
	font-size: 0.6em;
}
fieldset.admin label {
	display: block;
	font-size: 0.6em;
}

/* ROSTER STYLE */

table.roster-table {
	border-collapse: collapse;
	margin: 5px;
	font-size: 0.9em;
}
table.roster-table th {
	padding: 5px 5px 5px 0;
	text-align: left;
}
table.roster-table td {
	padding-right: 10px;
}
table.roster-table tr.even td {
	background-color: #efefef;
}


/* GUILD TITLES */
table.roster-table tr.t-guildmaster td {
	color: #5E0000;
}
table.roster-table tr.t-1stofficer td {
	color: #12005E;
}
table.roster-table tr.t-2ndofficer td {
	color: #113600;
}
table.roster-table tr.t-ickleofficer td {
	color: #5F0062;
}
table.roster-table tr.t-dustbunnies td {
	color: #aaa;
}
table.roster-table tr.t-member td {
	color: #311C00;
}
table.roster-table tr.t-veteran td {
	color: #002D31;
}
table.roster-table tr.t-initiate td {
	color: #555;
}

