/*
Theme Name: warlock.cc
Them URI: http://warlock.cc
Description: Warlock's Wordpress Theme
Author: Marshall Culpepper
Author URI: http://www.arcaner.com
Version: 1.0
*/

body {
	background: #fff url(images/menu-banner.png) repeat-x top;
	font-family: Tahoma, Verdana, Serif, Sans-serif, Monospace;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	color: #9a5555;
	margin-bottom: 1px;
}

span.heading {
	font-size: 12px;
	color: #9a5555;
	font-weight: bold;
	font-family: Tahoma, Verdana, Sans-serif, Serif, Monospace;
}

a {
	color: #9a5555;
}

a:hover {
	color: #871f21;
}

span.entry-info {
	font-size: 12px;
	color: #666;
}

#title-image {
	margin-left: 50px;
}

#top-navigation {
	height: 100px;

	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 14px;
}

#top-navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/* float: left; */

	border-left: 1px solid #9a5555;
	border-right: 1px solid #871f21;
	margin-left: 125px;
	margin-top: 2px;
}

#top-navigation ul li {
	float: left;
	border-left: 1px solid #9a5555;
	border-right: 1px solid #871f21;
	padding: 0px;
}

#top-navigation ul li.selected, #top-navigation ul li a:hover {
	background-color: #b14648;
}

#top-navigation ul li a {
	text-decoration: none;
	color: #fff;
	padding: 0px 15px;
	line-height: 35px;
	display: block;
}

#content-wrapper {
	position: absolute;
	top: 200px;
	left: 20px;
	clear: right;

	/*height: 500px;*/
	width: 98%;

	/*overflow: auto;*/
}

#content-wrapper-nosidebar {
	position: absolute;
	top: 110px;
	left: 20px;
}

#body-wrapper {
	/*background-image: url(images/footer-background.png);
	background-repeat: repeat-x;
	background-position: left bottom;

	border: 1px solid black;*/
	/*height: 705px;*/
	border-bottom: 2px solid #9a5555;
}

#footer {
	visibility: hidden;
	padding: 5px;
	color: #999;
	font-size: 10px;
}

#footer a {
	color: #c99;
}

#sidebar {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 95%;
	float: left;

	font-size: 10px;
}

#sidebar table tr td {
	vertical-align: top;
}

.widgettitle {
	font-size: 14px;
	text-decoration: underline;
}

.rsswidget {
	font-size: 0.7em;
	width: 200px;
}

#latest-release, #latest-snapshot {
	font-size: 10px;
	width: 200px;
}

#latest-release strong, #latest-snapshot strong {
	font-size: 10px;
}

#cia-info, .cia-message {
	font-size: 10px;
	color: #655;
	
	padding-left: 5px;
}

img {
	border-width: 0px;
}

/* MediaWiki styles */
#globalWrapper  {
	font-family: Tahoma, Verdana, Serif, Sans-serif, Monospace;
	font-size: 14px;
}

#p-logo {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

