
/*
CONTAINERS CONFOOZE ME
*/

#container {
margin: 0 auto;
width: 850px;
background-color: #FFFFFF;
padding: 0;
}

#header {
background: url('top.png') no-repeat scroll center;
width: auto;
height: 300px;
margin: 0 auto;
text-align: center;
padding: 0;
}

.top {
background-color: #FFFFFF;;
height: 300px;
width: auto;
margin: 0 auto;
padding: 0;
}

body {
background-color: #FFFFFF;
padding: 0;
margin: 0;
}

body, td {
font-family: "trebuchet ms";
font-size: 12px;
color: #7ad3fe;
}

.leftside {
background-color: #5a5570;
width: 230px;
height: auto;
float: left;
padding: 5px;
margin: 15px;
border: 2px solid #000000;
}

.text {
background-color: #5a5570;
width: 530px;
height: auto;
float: right;
padding: 5px;
margin: 15px;
border: 2px solid #000000;
}

#footer {
background-color: #d9ffa9;
clear: both;
padding: 0;
}

/*
LINK CSS
*/

a:link, a:visited, a:active {
text-decoration: none;
color: #e8e12b;
font-weight: bold;
}

a:hover {
text-decoration: none;
color: #c0ded3;
font-weight: bold;
}

.block:link, .block:visited, .block:active {
display: block;
background-color: #c0ded3;
text-decoration: none;
text-align: left;
text-transform: uppercase;
color: #5a5570;
font-family: georgia;
font-size: 11pt;
font-weight: normal;
border-right: 2px solid #000000;
padding-left: 5px;
}

.block:hover {
display: block;
background-color: #000000;
text-decoration: none;
text-align: right;
color: #e8e12b;
font-size: 11pt;
font-weight: normal;
border-right: 0px;
border-left: 2px solid #c0ded3;
padding-right: 5px;
}

.blogroll:link, .blogroll:visited, .blogroll:active {
display: block;
background: #74bae2;
text-decoration: none;
text-align: center;
color: #FF0000;
font-weight: bold;
border-left: 2px solid #e8e12b;
border-right: 0px;
}

.blogroll:hover {
display: block;
background: #FF0000;
text-decoration: none;
text-align: center;
color: #FFFFFF;
font-weight: bold;
font-style: italic;
border-left: 0px;
border-right: 2px solid #FFFFFF;
}

/*
TOP NAVIGATION
*/

#navigation {
margin-top: 10;
padding: 0;
list-style: none;
}

#navigation li {
padding: 0;
float: left;
margin-bottom: 2px;
list-style: none;
}

#navigation li a {
background: #74bae2;
color: #000000;
font-family: "courier new";
font-size: 16px;
display: block;
width: 115px;
padding: 3px;
text-align: center;
list-style: none;
}

#navigation li a:hover {
background: #e8e12b;
color: #FF0000;
text-decoration: none;
}

/*
HEADERS
*/

.head {
color: #000000;
font-family: "courier new";
font-size: 20px;
text-align: left;
font-weight: bold;
border-bottom: 3px dashed #FFFFFF;
letter-spacing: 3;
}

.title {
color: #000000;
font-family: "courier new";
font-size: 20px;
text-align: center;
font-weight: bold;
border-bottom: 3px dashed #FF0000;
letter-spacing: 1;
}

/*
MORE CSS
*/

b, strong {
color: #000000;
}

blockquote {
background-color: #201c32;
border: 1px dashed #FFFFFF;
padding: 10px;
color: #FFFFFF;
text-align: center;
}

ul, li {
list-style-image: url(bullet.gif);
}

input, textarea, button {
font-family: "lucida console";
font-size: 12px;
background-color: #c0ded3;
border: 1px solid #ffffff;
color: #000000;
padding: 3px;
}

.twitter {
color: #000000;
margin-left: 5px;
list-style: square;
text-align: left;
font-family: "arial narrow";
font-size: 10pt;
}

hr {
height: 10px;
width: 250px;
background-color: #201c32;
color: #FFFFFF;
border: 1px dashed #FFFFFF;
}

/*
FANUPDATE CSS
*/

div#fanupdate {}

h2 {}
h3 {}
p {}

/*	====	Entries	====	*/

div.post {}

p.catfile {color: #ffffff; text-align: center; font-weight: bold; background-color: #201c32; border: 1px dashed #c0ded3; padding: 0.5em;}

/*	====	Comments	====	*/

div#comments {}

div.comment {
	clear: both;
	padding: 0.5em;
}

div.comment p {padding: 0 0 0 3em;}

div.comment p.commenter {padding: 0;}

div.author {}

div#newComment {}

img.gravatar {
	float: right;
	margin: 0 1em 1em 0;
}

/*	====	Comment Form	====	*/

div.comments-form {}

form#comments-form {}

p#cmt-rules {}
p#cmt-moderation {}

label {
	display: block;
	float: left;
	width: 0em;
	text-align: right;
	margin: 0.5em;
}

input, select, option {
	font-family: Arial, sans-serif;
	font-size: 1em;
}

textarea {
	width: 100%;
}

.wysiwygmenu {
	display: block;
}
.wysiwygmenu a {
	padding: 0.125em 0.25em;
}

/*	====	Footer	====	*/

a.rss {}

div.archivelink {
	text-align: right;	
	margin: 2em 0 0 0;
}

div.credit {
	clear: both;
	text-align: center;
	border-top: 6px solid #201c32;
	margin: 1em 0 0 0;
}

div.credit p {margin: 0;}
