﻿.0{}

/* Common classes to copy to the editor.css file */
body {
	margin: 0;
	padding: 0;
	font: 11px "Century Gothic", Arial, "Courier New";
	color: #CCC;
	background: #000 url(../images/page_bg.jpg) repeat-x top left;
}

#clear,
.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 970px;
	padding: 20px;
}

#header {
	position: relative;
	top: -280px;
}

#header h1 {
	font: 30px Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: 6px;
	color: #FFF;
}

#logo {
	position: relative;
	top: 10px;
	left: 690px;
	z-index: 100;
	width: 276px;
	height: 280px;
	background: url(../images/logo.png) no-repeat top right;
}

#logo blockquote {
	position: relative;
	top: 170px;
	width: 180px;
	font: 16px "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFF;
	float: right;
	display: block;
}

#sidebar {
	position: relative;
	top: -240px;
	float: left;
	width: 180px;
}

div.sidebar_hr {
	display: block;
	height: 10px;
	margin: 10px auto;
	background: url(../images/sidebar_hr.png) no-repeat center !important;
	background: url(../images/sidebar_hr.gif) no-repeat top left;
}

#sidebar ul {
	list-style: none;
	margin-left: -40px;
}

#sidebar ul li a {
	font: 16px/25px "Century Gothic", Arial, Courier;
	color: #CCC;
	text-decoration: none;
	padding-left: 20px;
	background: url(../images/nav-bullet.gif) no-repeat top left;
	display: block;
}

#sidebar ul li a:hover {
	font-weight: bold;
	color: #FFF;
	padding-left: 25px;
	background: url(../images/nav-bullet.gif) no-repeat bottom left;
}

#sidebar h1 {
	color: #CCC;
}

#sidebar input {
	width: 180px;
}

#sidebar .button {
	width: 80px;
	float: right;
}

#sidebar .button-in {
	width: 80%;
	float: left;
	margin: 3px 0;
}

#sidebar a {
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
	padding-right: 18px;
	background: url(../images/nav-link.gif) no-repeat top right;
}

#sidebar a:hover,
#sidebar a:active {
	color: #FFF;
	background: url(../images/nav-link.gif) no-repeat bottom right;
}

#content {
	position: relative;
	top: -200px;
	float: right;
	width: 710px;
}

#content #preamble {
  position: relative;
  top: -40px;
	width: 420px;
	height: 130px;
	margin-bottom: 20px;
}

#content a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #BC6E01;
}

#content a:hover,
#content a:active {
	background: #BC6E01;
}

#footer {
	position: relative;
	top: -200px;
	padding-top: 1px;
	background: url(../images/footer_hr.gif) no-repeat top center;
	width: 950px;
	margin: 20px auto 20px auto;
	color: #666;
	text-align: center;
}

#footer #nav ul {
	list-style: none;
	margin-left: -40px;
}

#footer #nav ul li {
	display: inline;
}

#footer #nav ul li a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

#footer #nav ul li a:hover,
#footer #nav ul li a:active {
	color: #999;
}

#footer #bottom {
	width: 565px;
	margin: 0 auto;
}

#footer #copy {
	float: left;
	text-align: left;
	width: 250px;
	font-size: 10px;
	color: #666;
}

#footer #credit {
	float: right;
	text-align: right;
	width: 250px;
	font-size: 10px;
	color: #666;
}

#footer #credit a {
	text-decoration: none;
	background: url(../images/mantis_dots.gif) no-repeat top left;
	padding-left: 18px;
	color: #666;
}

#footer #credit a:hover,
#footer #credit a:active {
	text-decoration: none;
	background: url(../images/mantis_dots.gif) no-repeat top left;
	padding-left: 18px;
	color: #999;
}

img {
	border: none;
}

h1 {
	font-size: 16px;
	color: #FFF;
	font-weight: lighter;
	}	
		
h2 {
	font-size: 14px;
	color: #FFF;
	}	
	
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	}	
	
input {
	font: 13px "Century Gothic", Arial, Courier;
	color: #FFF;
	background: #000;
	border: 1px solid #666;
	padding: 3px;
	margin: 3px 0;
}

input.button[type="submit"], 
input.button-in[type="submit"] {
	background: #BC6E01 url(../images/button_bg.gif);
	border-bottom: 1px solid #BC6E01;
	padding: 2px 3px;
	margin: 3px -8px;
	text-transform: lowercase;
}

input.button[type="submit"]:hover,
input.button-in[type="submit"]:hover {
	font: 13px "Century Gothic", Arial, Courier;
	color: #FFF;
	background: #BC6E01;
	border: 1px solid #BC6E01;
	cursor: pointer;
}

#sidebar input.button_login[type="submit"] {
	background: #BC6E01 url(../images/button_bg.gif);
	border-bottom: 1px solid #BC6E01;
	padding: 2px 3px;
  width: 80px;
  float: right;
  margin-right: -8px;
	text-transform: lowercase;
}

#sidebar input.button_login[type="submit"]:hover {
	font: 13px "Century Gothic", Arial, Courier;
	color: #FFF;
	background: #BC6E01;
	border: 1px solid #BC6E01;
	cursor: pointer;
}

