/*
Theme Name: Midnight Fire
Theme URI: http://neverboredstudios.com/
Description: Midnight Fire Theme.
Version: 1.0
Author: Kevin Sylvestre
Tags: midnight fire
*/

/* Global */

html, body {
  height: 100%; 
}

html, body, td, th, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a {
	color: #246;
	text-decoration: none;
}

a:hover {
  color: #468;
  text-decoration: none;
}

.title, h1, h2, h3, h4, h5, h6 {
	color: #C33;
}

.title {
	font-size: 28pt;
}

h1 {
	font-size: 22pt;
}

h2 {
	font-size: 20pt;
}

h3 {
	font-size: 18pt;
}

h4 {
	font-size: 16pt;
}

h5 {
	font-size: 14pt;
}

h6 {
	font-size: 12pt;
}

img {
	border: none;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
	line-height: 0px;
}

img.alignleft,
img.alignright,
img.aligncenter {
	padding: 10px;
}

/* Table */

table.fancy {
  width: 100%;
  margin: 20px 0px;
  border-collapse:collapse;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

table.fancy td {
  padding: 10px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

/* Outline */

a.outline {
  display: block;
  padding: 2px;
  border: 1px solid #CCC;
}

/* Menu */

ul.menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.menu li {
	margin: 0px 2px;
	padding: 0px;
	float: left;
	display: block;
}

ul.menu li a {
	margin: 0px;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
}

ul.menu.light li a {
	color: #FFF;
}

ul.menu.dark li a {
	color: #000;
}

ul.menu.fancy li.page_item {
  background-image: url(images/page-item-inactive.gif);
	background-position: 50% 0px;
  background-repeat: repeat-x;
}

ul.menu.fancy li.page_item:hover {	
	background-position: 50% -40px;
}

ul.menu.fancy li.current_page_item,
ul.menu.fancy li.current_page_ancestor {
  background-image: url(images/page-item-active.gif);
	background-position: 50% 0px;
  background-repeat: repeat-x;
}

ul.menu.fancy li.current_page_item:hover,
ul.menu.fancy li.current_page_ancestor:hover {
	background-position: 50% -40px;
}

/* Layout */

body#main {
	min-width: 1040px;	
	text-align: center;
	background-color: #222;	
	margin: 0px;
	padding: 0px;
}

body#main div#header {
	background-color: #222;
	background-image: url(images/header.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px 0px;
}

body#main div#header div.header {
	width: 1000px;
	margin: 0px auto;
}

body#main div#header div#logo {
	float: left;
	padding: 10px 0px 10px 0px;
}

body#main div#header div#navigation {
	float: right;
	padding: 72px 0px 0px 0px;
}

body#main div#content {	
	background-color: #FFF;
  background-image: url(images/content.gif);
  background-position: top;
  background-repeat: repeat-x;
	padding: 40px 20px 20px 20px;
}

body#main div#content div.content {
	text-align: justify;	
	width: 1000px;
	margin: 0px auto;
}

body#main div#footer {
	background-color: #222;
	background-image: url(images/footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px 10px;
}

body#main div#footer div.footer {
	width: 1000px;
	margin: 0px auto;
}

body#main div#footer div#copyright {
	font-size: 10pt;	
	float: left;
	color: #FFF;	
	padding: 10px;
}

body#main div#footer div#copyright a {
	font-size: 10pt;	
	color: #FFF;
	padding: 10px;	
	text-decoration: none;
}

body#main div#footer div#links {
	font-size: 10pt;
	float: right;
	color: #FFF;		
	padding: 10px;
}

body#main div#footer div#links a {
	font-size: 10pt;	
	color: #FFF;
	padding: 10px;
	text-decoration: none;	
}