@charset "utf-8";
@import "hybrid.css";
@import "menu.css";
@import "crumbs.css";
@import "blog.css";
@import "gallery.css";
@import "madnews.css";

body {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.softclear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

.sidecontent {
	margin-left: 5px;
	margin-right: 5px
	margin-bottom: 1em;
	padding-bottom: 1em;
}

em { 
	color: #576961; 
}

img { 
	border: none; 
	padding: 0; 
	margin: 0 
}

fieldset {
	width: auto;
	border: 1px solid #000000;
	margin-top: 2em;
	padding: 1em 1em .25em 1em;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px; 	
}

legend {
	font-size: large;
	color: #FFFFFF;
	background: #4A4A4A;
	border: 1px solid #000000;
	padding: .5em 1em;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px; 	
}

input[type=text] {
	border: 1px solid #000000;
}

input[type=password] {
	border: 1px solid #000000;
}

input[readonly] {
	background-color: #DDDDDD;
}

input[type=submit] {
	font-size: small;
	font-weight: bold;
	letter-spacing: 1px; 
	color: #000000;
	background-color: #99B596;
	margin: .25em;
	padding: .25em; 	
}

input[type=submit]:hover {
	background-color: #4A4A4A;
	color: #FFFFFF;
}

textarea {
	border: 1px solid #000000;
}

textarea[readonly] {
	background-color: #DDDDDD;
}

a { 
	color: #4A4A4A; 
	text-decoration: none 
}
  
a:link, a:visited {
}     

a:hover { 
	color: #000000; 
	text-decoration: underline;  
}

a img { 
	border: none 
}

form table {
	margin-bottom: 1em;
	padding: .25em;
	width:100%;
	border: 1px solid #000000;
	background-color: #AEB596;
	background-image: url(../Images/badass_form.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px; 	
}
form table th {
	font-weight:200;
	border: 0px none #FFF;
	text-align:left;
	vertical-align: top;	
	padding: .25em;
}

form table td {
	border: 0px none #FFF;
	font-size: small;
	text-align: left;
	vertical-align: top;	
	padding: .25em;
}

table.admin td {
	text-align: left;
	vertical-align: top;	
}

table.dataset {
	padding: .25em;
	width: 100%;
	border: 1px solid #000000;
	background-color: #AEB596;
	margin-bottom: 1em;
	font-size: small;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px; 	
}

.controls {
	font-size: small;	
}

.odd {
	background-color:#FFF;
}
.even {
	background-color:#DDD;
}
.hover {
	background-color: #8F8477;
}
.selected, 
.selected a {
	color: #FFFFFF;	
	background-color: #4A4A4A;
}
.access {
}

.error {
	color: #B55857;	
}

pre.code {
	display:block;
	font-family: "Courier New", Courier, Fixed, monospace;
	font-size : small;
	color: #000;
	background-color:#EEE;
	overflow : auto;
	text-align:left;
	border : 1px dotted #000;
	padding:1em;
	margin:1em 0 1em 0;
    line-height:1.5em;
	font-weight:normal!important;
}

.story { 
  text-align: justify 
}

.story a { 
  text-decoration: none 
}

.story a:hover { 
  text-decoration: underline; 
}

.story h1,
.story h2,
.story h3,
.story h4 { 
  font-style: normal; 
  text-align: center; 
}

.story ul { 
  list-style: circle outside none;  
}

.storyhr { 
  background-color: #000000; 
  text-align: center 
  width: 50%; 
  height: 1px; 
  line-height: 1px; 
  margin: 2em 25% 2em 25%; 
  padding: 0; 
  border: 0 
}

.preface { 
  font-size: small; 
}

.indent { 
  padding: 1em 5em 1.5em 5em; 
}



