/* @override http://www.futurefootprint.co.uk/css/main.css */

body {
	font-family: verdana, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #333333;
	text-align:  center;
	background: #fffff5;
}

input, textarea {
	border: 1px solid #777777;
}

input.box, select.box {
    width: 200px;
}

input.short_box, select.short_box {
    width: 100px;
}

a img {
	border: 0;
}

h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 16pt;
	font-weight: normal;
}

h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}

h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

h5 {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

h6 {
	font-family: verdana, arial, sans-serif;
	font-size: 6pt;
	font-weight: normal;
}

/** Page layout **/
/*---------------*/

#container {
	width: 950px;
	margin-left: auto;
  	margin-right: auto;
}

#main_content {
	padding-top: 5px;
	clear: both;
}

#page_container {
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	width: 740px;
	margin-right: 210px;
}

#header {
}

#footer {
	clear:  both;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #aaa;
	font-size: 0.9em;
	color: #666666;
}

#sidebar {
	border: 1px solid #aaa;
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	width: 200px;
	float: right;
	background-color: #fff;
	margin-bottom: 5px;
}

#side_advert {
	clear: right;
	width: 200px;
	float: right;
	margin-bottom: 5px;
}

#bottom_advert {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #aaa;
	font-size: 9pt;
	color: #666666;
}

/** Menu **/
/*---------------*/

.side_title {
	text-align: left;
	font-weight: bold;
	background: #557755;
	padding: 2px;
	margin-bottom: 6px;
	color: #FFFFFF;
}

#sidebar ul{	
  margin-left: 5px;
  padding: 0px;	
}

#sidebar ul li {
	padding: 0px;
	margin:  0px;
	text-align: left;
	list-style: none;
}

.external_links {
	font-weight: bold;
	font-size: 8.5pt;
}

#internal_links {
	font-weight: bold;
	font-size: 8.5pt;
}

#search_stuff {
	font-size: 8.5pt;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
}

#search_stuff .input {
	width: 190px;
}

#search_stuff .button {
	text-align: right;
	margin: 5px;
}

#quotes {
	color: #000000;
	padding: 6px;
	font-size: 9pt;
	width: 400px;
	float: right;
}

#quotes .author {
	font-style: italic;
}

#banner {
	float: left;
	margin: 3px;
}

#twitter {
	font-size: 8.5pt;
	text-decoration: none;
	color: #333333;
}

.item-header {
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 10px;
}

.left {
	font-size: 1.2em;
	margin-left: auto;
}

.item-sub-header {
	font-weight: bold;
	font-size: 0.9em;
	text-align: right;
	margin-bottom: 10px;
	margin-left: auto;
}

.item {
	text-align: justify;
	word-wrap: break-word;
	background: #fefffe;
	padding: 10px;
	border:  2px solid #444444;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#page-content {
	width: 100%;
}

/** Key Classes **/
/*---------------*/

.clearer {
	clear: both;
}

.navigation {
	position: relative;
	padding: 0px 5px;
	font-style: italic;
	text-align: right;
}

.follow_links {
	position: relative;
	padding: 0px 5px;
	margin: 10px 0px 10px 0px;
	text-align: right;
}

.pagination {
	position: relative;
	width:  300px;
	margin-left:  auto;
	margin-right: auto;
}

.pagination td.change_page {
	width:  50px;
}

.pagination td.summary {
	width:  200px;
	font-weight: bold;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
}

.error {
	color: #ff0000;
	font-weight: bold;
	display: block;
	margin: 1px;
}

.message {
	color: #0000bb;
	font-weight: bold;
	font-size: 1em;
	list-style-type: none;
    text-align: center;
}

.textbox {
	padding: 5px;
	font-size: 1.1em;
	text-align: justify;
}

.heading {
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
	padding: 2px;
	margin-bottom: 5px;
}

.sub_heading {
	text-align: center;
	padding: 2px;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

.comments_area {
	margin-top: 5px;
}

.comments {
	margin-top:  5px;
	border-top: 1px solid #b2b2b2;
}

.comments .name_date {
	text-align:  right;
	font-style: italic;
}

.comments .actions {
	text-align:  right;
}

.comment_nav {
	text-align: right;
}

/** General classes **/
/*-------------------*/


.center {
	text-align: center;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #222277;
	cursor: pointer;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #444499;
	cursor: pointer;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #444499;
		cursor: pointer;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #444499;
	cursor: pointer;
}

a.nav_link {
	font-weight: bold;
	text-decoration: none;
	color: #222222;
}

a.nav_link:hover {
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}

a.admin_link {
	font-weight: bold;
	text-decoration: none;
	color: #333366;
}

a.admin_link:hover {
	font-weight: bold;
	color: #555555;
}

a.nf {
	color: #666666;
	font-weight: normal;
}

a.nf:link {
	text-decoration: none;
}
a.nf:visited {
	text-decoration: none;
}
a.nf:active {
	text-decoration: none;
}
a.nf:hover {
	text-decoration: none;
}

table.box {
	border-width: 1px;
	border-collapse: collapse;
	border-style: outset;
	border-color: #000000;
}

table.box tr {
}

table.box th, .settings th {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	padding: 2px;
	font-weight: bold;
}

table.box td, .settings td {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	padding: 2px;
}

th.box {
	border-width: 1px;
	border-style: outset;
	padding: 1px;
}

td.box {
	border-width: 1px;
	border-style: outset;
	padding: 2px;
}

input.comment {
	width: 220px;
}

textarea.comment {
	width: 220px;
	height: 100px;
}

.tddo {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alert {
	color: #aa0000;
}

.alert_popup {
	color: #0000bb;
	font-weight: bold;
	font-size: 1.1em;
	list-style-type: none;
    text-align: center;
}

.admin {
	border: 0px;
	width:  48%;
}

.hidden {
	display: none;
}

.submit {
	text-align: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
