/* ---- general style settings ---- */
body, table, td, input, select {
	font-weight: light; font-size:13px; 
	font-family: Helvetica, sans-serif;
	color:black;
}

body {
    background-color: #191919;
}

/*
div { border:1px solid red; }
*/

a {  }
b { color: black; }
i { color: black;}

div.title {
	color:#F89828;
    font-size:30px;
}

td { vertical-align:top; }

div.main {
    border:1px solid black; 
	width:1000px;
	/* 
    */
	margin: 0 auto;
	position:relative;
}

div.footer {
/*
	clear: both;
	text-align: right;
	border-top: 1px solid #aaaaaa;
	font-size: 15px;
    font-weight: lighter;
    font-size: 0.9em;
	color: #afa9a0; //med beige
*/
    color : #c0bdb6;
    letter-spacing: 2px;
    text-shadow: #555555 1px 1px 1px;
	padding:10px;
	position:relative;
	background-color: #816a5d;
    padding: 50px 0px;
    text-transform:lowercase;
}
div.footer td {
    text-transform:lowercase;
    color : #c0bdb6;
    letter-spacing: 2px;
    text-shadow: #555555 1px 1px 1px;
}


div.footer a {
    text-decoration: none;
    color: #c0bdb6;
}
div.footer .highlight {
    color: #772316;
    padding: 0px 9px;
    text-transform: none;
    text-shadow: none;
}
a img {
	border:0px;
    margin:0px;
    padding:0px;
}

ul {
    list-style-image: url(images/orange_cross.png);
}
/* ---- wiki-specific style ---- */
div.breadcrumb { 
	font-size:0.8em;
	border-bottom: 1px solid #555555;
	padding:10px 5px 5px 5px;
	background-color: white;
}
div.breadcrumb a {color:#555555;}

div.middleArea {
    background: #6f0d26 url(privateImages/main_bg.jpg) no-repeat left top;
    width:980px;
    min-height: 423px;
    padding:10px;
}
div.headings {
	/*
	border-bottom: 1px solid #F89828;
	border-top: 1px solid #F89828;
	min-height:50px;
	width:980px;
	*/
    position: absolute;
    border-bottom: 4px solid #772316;
    right:0px;
    top:22px;
    text-align: center;
    height:30px;
    width:550px;
}
.heading {
	/*
    border: 1px solid black;
	width:150px;
	height:50px;
	background-color: #eeeeee;
	vertical-align:top;
	text-align: center;
	margin: 0px 30px;
	*/
	font-size: 0.9em;
    display: inline-block;
	color:black;
    padding: 0px 30px;
    
    /* IE7-specific hack to get inline-block to work */
    zoom:1; 
    *display: inline;
    _height:15px;
}
.heading img {
	display:block;
	border:0px;
}
.heading a {
	text-decoration:none;
	color:black;
}

div.contents { 
	position:relative;
	/*
	border-right: 1px solid #AAAAAA;
	float:left;
	font-size:13px;
	left:80px;
	min-width:669px;
	min-height: 300px;
	background-color:white;
	padding:20px 5px 5px 50px;
    
    padding: 0px 0px 4px 0px;
    background-color: #772316;
	*/
	
	line-height:1.5;
    background-color: white;
    padding:20px;
    width:600px;
    min-height: 383px;
	top:0px;
    text-align: left;
}

div.rightSideBar {
	/*
	top:390px;
	height:300px;
	background: #f4f4f4;
	border-left: 1px solid red;
	position:absolute;
	right:0px;
	*/
	float: right;
	margin: 10px;
	color:#777777;
	width:225px;
}

hr {
	height:1px;
	border:0;
	background-color: #772316;
}

big {
	color: black;
}

