/*
Theme Name: Unsane Theme
Theme URI: http://the-unsane.com
Description: A theme specifically for the-unsane.com 
Author: Kevin Rogers 
Author URI: http://the-unsane.com
Version: 1.0  
*/

/* General Page Settings */

body, td, th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/unsane_background.png);
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #cccccc;
}
a:active {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}
img {
	border-style: none;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	height: 1px;
	clear: both;
	width: 100%;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	border-bottom-style: none;
}
h1 {
	font-size: xx-large;
	font-weight: bolder;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #222e75;
	border-right-color: #222e75;
	border-bottom-color: #222e75;
	border-right-style: dotted;
	border-bottom-style: dotted;
	color: #222e75;
}
h1 a:link {
	text-decoration:none;
}
h1 a:visited {
	text-decoration:none;
}
h1 a:hover {
	text-decoration:none;
}
h1 a:active {
	text-decoration:none;
}
h2 {
	font-size: x-large;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
h2 a:link {
	text-decoration: none;
	color: #CCCCCC;
}
h2 a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
h2 a:hover {
	text-decoration: none;
	color: #666666;
	background-color: #000000;
}
h2 a:active {
	text-decoration: none;
	color: #666666;
	background-color: #000000;
}
h3 {
	font-size: medium;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: dashed;
	color: #000000;
}
h4 {
	font-size: medium;
	font-weight: bolder;
}
h5 {
	font-size: 11px;
	font-weight: normal;
}
h6 {
	font-size: x-small;
	font-weight: bolder;
}
dt {
	text-transform: capitalize;
	text-decoration: underline;
}
ul {
	list-style-image: none;
}

/* Header */

#header {
	width: 1004px;
	height: 138px;
	border: 1px solid #000000;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* optional rounded corners for browsers that support it */
	background-color: #555555;
	padding: 10px;
}
#logodiv {
	float: left;
	width: 600px;
	height: 111px;
}
#site-description {
	float: right;
	background-color: #000000;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* optional rounded corners for browsers that support it */
	padding: 6px;
	height: 78px;
	width: 388px;
	top: 6px;
	position: relative;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

/* Footer */

#footer {
	width: 1024px;
	border: 1px solid #000000;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* optional rounded corners for browsers that support it */
	background-color: #555555;
	height: 60px;
	clear: both;
}
#footer-align {
	margin-right: auto;
	margin-left: auto;
	width: 242px;
}
#footer-info {
	float: left;
	width: 200px;
	text-align: center;
	padding: 5px;
	font-size: 12px;
}
#footerimgdiv {
	float: right;
}

/* Main Menu */

#menubar {
	background-color: #000000;
	height: 20px;
	width: 1000px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	clear: both;
	padding: 2px;
}
.navbar {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	position: relative;
	top: -10px;
	right: 30px;
}
.navbar ul li {
	display: inline;
	border-right: dashed 1px #ffffff;
	padding-right: 7px;
}
.navbar ul > li:last-child {
	display: inline;
	border-right: none !important;
}
.navbar a:link {
	font-size: 12px;
	color: #ffffff;
}
.navbar a:visited {
	font-size: 12px;
	color: #ffffff;
}
.navbar a:hover {
	font-size: 12px;
	color: #000000;
	background-color: #cccccc;
	text-decoration: none;
}
.navbar a:active {
	font-size: 12px;
	color: #000000;
	background-color: #cccccc;
}

/* Forum Menu */

.forum-nav {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	list-style-type: none;
}

/* Sidebar */

#sidebar {
	width: 250px;
	float: right;
	padding: 10px;
	border: 1px solid #000000;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #777777;
	color: #000000;
}
#sidebar a:link {
	color: #000000;
	text-decoration: none;
}
#sidebar a:visited {
	text-decoration: none;
	color: #000000;
}
#sidebar a:hover {
	text-decoration: none;
	color: #777777;
	background-color: #000000;
}
#sidebar a:active {
	text-decoration: none;
	color: #777777;
	background-color: #000000;
}
#sidebar ul {
	list-style-image: none;
}
#sidebar li {
	padding-top: 0px;
	padding-bottom: 3px;
}

/* Main area of the page. */

#container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
#outer-mainarea {
	width: 735px;
	border: 1px solid #000000;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* optional rounded corners for browsers that support it */
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #777777;
}
#mainarea {
	background: #000000;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 715px;
	padding: 10px;
	min-height: 590px;
	font-family: "Courier New", Courier, monospace;
}
#outer-mainarea-forum {
	width: 1014px;
	border: 1px solid #000000;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* optional rounded corners for browsers that support it */
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #777777;
}
#mainarea-forum {
	background: #000000;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 994px;
	padding: 10px;
	min-height: 590px;
	font-family: "Courier New", Courier, monospace;
}
#mainarea-forum p {
	text-indent: 0pt;
}
#mainarea-calendar {
	background-color: #f5f0df;
	width: 700px;
	min-height: 400px;
	border: 1px solid #770000;
	padding-top: 50px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	float: left;
	margin-top: -67px;
}
#mainarea-calendar ul {
	list-style-image: none;
}
#mainarea-calendar h3 {
	border: none;
}
.postimg {
	clear: both;
}
.postdate {
	font-size: 12px;
	padding-left: 30px;
}
textarea#comment {
	width: 400px;
	padding: 5px;
}
.commentmetadata {
	font-size: 10px;
}

/* Display Options for Images */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.alignleft {
	float: left;
	padding: 10px;
}
.alignright {
	float: right;
	padding: 10px;
}
.wp-caption {
	border: 1px solid #CFDAE8;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 5px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	margin: 0;
}
.post_avatar {
	margin: 0;
	border: 0px;
}
.avatar {
	float: left;
	margin: 0;
	border: 0px;
}

/* Pagination */

.pagination {
	clear:both;
	padding:20px 0;
	font-size:12px;
	line-height:14px;
	text-align: right;
}
 
.pagination span, .pagination a {
	text-decoration:none;
	width:auto;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* optional rounded corners for browsers that support it */
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
 
.pagination a:hover{
color:#000000;
background: #cccccc;
}
 
.pagination .current{

background: #777777;
color:#000000;
}