
/*-----------------------------------------------------------------
  Tinted stylesheet covered under a Creative Commons Attribution-
  NonCommercial-ShareAlike license.
  If you would like to use this style, follow the license.
  Justin Hayes - wildtang3nt AT gmail DOT com
-----------------------------------------------------------------*/

@import "footer.css";

body
{
	background: #1f1f1f /*url(img/bg.png)*/;
	font: small Verdana,Sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #f3f3f3;
	padding: 0;
	margin: 0 0 0 0;
}
a {
	text-decoration: none;
	color: #999;
}
a:hover { 
	text-decoration: underline;
	color: #999;
}
pre
{
	overflow: auto;
	max-height: 250px;
	margin: 5px -10px -5px -10px;
	padding: 5px;
}
acronym, abbr
{
	cursor: help;
	border-bottom: 1px dotted #ccc;
}
blockquote
{
   	margin: 10px;
   	padding: 15px 10px 5px 10px;
   	font-size: 11px;
   	font-style: italic;
  	background: #555 url(img/css_quote.gif) no-repeat right top;
	border: 1px solid #555;
}
blockquote.code
{
	overflow: hidden;
	font-size: 11px;
	font-family:Courier New, verdana, arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	background: #000 url(img/css_code.gif) no-repeat right top;
	border: 1px solid #555;
	color: #fff;
}
.doNotDisplay, .none, caption
{
	display: none;
}
.underline
{
	text-decoration: underline;
}
.clear
{
	clear: both;
	height: 0.1px;
	padding: 0;
	margin: 0;
}
#page-wrapper
{
	background-color: transparent;
	text-align: left;
	width: 750px;
	padding: 0px;
	margin: auto;
}
#content-wrapper
{
	background-color: #333;
	width: 750px;
	margin: 10px 0px 0px 0px;
	padding: 0;
}
#banner {
	background: url(img/banner_bg.png) top left repeat-x;
	margin: 0px;
	padding: 0pt;
	text-align: center;
}
.banner-img {
	margin: 0px auto;
	height: 100px;
	width: 600px;
	background: url(img/banner.png) top left no-repeat;
}
#banner a.imageLink {
	padding: 0px 0 80px 600px;
	text-decoration: none;
}
#top
{
	background: url(img/menu_bg.png) top left repeat-x;
	height: 30px;
	text-align: center;
	padding: 0 0 0;
}
.toptable
{
	margin: 0px auto;
	height: 30px;
	width: auto;
}
#header h1 { 
	border-bottom: 1px solid #ccc;
	margin: 0pt;
	padding: 10px;
	font-family: Verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: normal;
}
#header a:link, #header a:visited { 
	border: medium none ;
	color: #f3f3f3;
}
#header a:hover, #header a:active { 
	color: #fff;
}
#top_container
{
}
#top_container ul
{
	padding: 0;
	margin: 0;
}
#top_container ul li
{
	margin: 0pt;
   	padding: 0pt;
   	list-style-type: none;
   	display: block;
   	float: left;
   	font-family: Verdana,sans-serif;
   	font-style: normal;
   	font-variant: normal;
   	font-weight: normal;
   	font-size: 12px;
   	line-height: 28px;
   	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#top_container a {
	border-left: 1px solid #000; 
	border-right: 1px solid #ccc;
	margin: 0pt;
	padding: 0px 13px;
	display: block;
	text-decoration: none;
	color: #f3f3f3;
}
#top_container li#active { 
	font-weight: bold;
	color: #fff;
	background: url(img/menu_bg_hover.png);
}
#top_container a:hover { 
	color: #fff;
	background: url(img/menu_bg_hover.png);
}
#top_container li#bufferleft {
	border-right: 1px solid #ccc;
}
#top_container li#bufferright {
	border-left: 1px solid #000;
	border-bottom: none;
	height: 28px;
}
#main
{
	background: #333;
   	border: 1px solid #333;
	width: 532px;
	float: right;
	margin: 0px;
	padding: 0 0 15px;
}
#main a {
	text-decoration: none;
	color: #999;
}
#main a:hover { 
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #999;
}
.content-header
{
	padding: 0;
	margin: 15px;
}
.content-header h2
{
	margin: 0pt;
   	padding: 0pt;
   	font-family: Verdana,sans-serif;
   	font-style: normal;
   	font-variant: normal;
   	font-weight: bold;
   	font-size: 14px;
   	line-height: normal;
	color: #999;
}
.content-title
{
	padding: 0;
	margin: 0;
}
.content-title h1
{
	border-bottom: 1px solid #ccc;
   	margin: 0pt 0pt 8px;
   	padding: 0px 0pt 2px 0px;
   	font-family: Verdana,sans-serif;
   	font-style: normal;
   	font-variant: normal;
   	font-weight: normal;
   	line-height: normal;
   	font-size: 18px;
	color: #999;
}
.content-title h3
{
	border-bottom: 1px solid #ccc;
   	margin: 0pt 0pt 8px;
   	padding: 0px 0pt 2px 0px;
   	font-family: Arial,Verdana,sans-serif;
   	font-style: normal;
   	font-variant: normal;
   	font-weight: normal;
   	line-height: normal;
   	font-size: 14px;
	color: #999;
}
.content
{
	padding: 0;
	margin: 20px 15px 40px 15px;
}
.readmore
{
	text-align: right;
}
.entry-info
{
	font-size: 10px;
	text-align: right;
	line-height: 16px;
	padding: 0;
	margin: 8px 0 10px 0;
}
.entry-info p
{
	padding: 0;
	margin: 0;
}
.entry .imgupload
{
	float: left;
	border: none;
	border: 1px solid #508398;
	margin: 20px 10px 0 0;
}
.member
{
	background: #555;
	font-size: 11px;
	text-align: left;
	padding: 10px;
	margin: 15px;
}
.navi-pages
{
	background: #555;
	font-size: 11px;
	text-align: right;
	padding: 10px;
	margin: 15px;
}
.navi-pages p
{
	padding: 0;
	margin: 0;
}
.message-box
{
	background: #555;
	font-size: 12px;
	padding: 10px;
	margin: 15px;
	border: 1px solid #555;
}
table#postcomment tr td
{
	font: 11px Verdana, Arial, sans-serif;
}
table#postcomment tr td p
{
	margin: 4px 0 4px 0;
}
#comments, #comments-post, #trackbacks
{
	font-size: 11px;
	line-height: 17px;
	padding: 0;
	margin: 20px 15px 10px 15px;
}
#comments h4, #comments-post h4, #trackbacks h4
{
	color: #999;
	font: bold 14px Verdana, 'Times New Roman', sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
}
.comment-item, .trackbacks-item
{
	padding 0 0 20px 0;
	margin: 5px 20px 20px 0;
}
.comment-text p, .comment-info p, .trackbacks-text p, .trackbacks-info p
{
	padding: 0;
	margin: 0 0 8px 0;
}
.comment-info, .trackbacks-info
{
	background: transparent url(img/tip.gif) 70px 0px no-repeat;
	margin: -13px 0 0 10px;
	padding: 15px 0 0 0;
	font-size: 10px;
	text-align: left;
}
#sidebar
{
	background: #252525;
   	border: 1px solid #252525;
   	margin: 10px 0px 10px 10px;
   	padding: 0pt;
   	color: #ccc;
   	font-size: 11px;
   	line-height: 16px;
   	overflow: hidden;
   	float: left;
	width: 202px;
}
#sidebar a:link, #sidebar a:visited { 
	text-decoration: none;
	color: #f3f3f3;
}
#sidebar a:hover, #header a:active { 
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.sidebar-wrapper
{
	margin: 10px;
}
#sidebar .box
{
 	margin: 0 0 20px 0;
}
#sidebar .box ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar .box li
{
	padding: 0 0 0 9px;
	margin: 0 0 2px 0;
	background: url(img/dot.gif) 0 6px no-repeat;
}
#sidebar h4
{
	border-bottom: 1px solid #ccc;
   	margin: 0pt 0pt 8px;
   	padding: 3px 0pt 2px 0px;
   	color: #999;
   	font-family: Verdana,Arial,sans-serif;
   	font-style: normal;
   	font-variant: normal;
   	font-weight: normal;
   	font-size: 11px;
   	line-height: normal;
}
#footer
{
	background: #333;
   	border: 1px solid #333;
   	margin: 10px auto 10px auto;
   	padding: 0 0 0;
   	color: #ccc;
	font-size: 11px;
   	text-align: center;
   	clear: both;
   	width: 748px;
}
#footer a:link, #footer a:visited {
	text-decoration: none; 
	color: #999;
}
#footer a:hover, #footer a:active { 
	text-decoration: underline;
	color: #999;
}
#footer a.text:link, #footer a.text:visited {
	text-decoration: none;
	color: #999;
}
#footer a.text:hover, #footer a.text:active { 
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #999;
}
.footer-i
{
	padding: 10px;
	margin: 0px;
}
.footer-i p
{
	padding: 0;
	margin: 0;
}
.trackbacks-text h5
{
	font: bold 11px Verdana, Arial, sans-serif;
	color: #000000;
	padding: 0;
	margin: 0;
}
form {
	background: #333;
	padding: 5px;
}
input {
	background-color: #444;
	color: #f3f3f3;
	border: 1px solid #111;
	margin: 3px;
}
select {
	background-color: #444;
	color: #f3f3f3;
	border: 1px solid #111;
	margin: 3px;
}
textarea {
	background-color: #444;
	color: #f3f3f3;
	border: 1px solid #111;
	margin: 3px;
}
.leftbox, .rightbox 
{
	margin: 3px;
	padding: 3px;
   	font-size: larger;
}
.leftbox 
{
	float: left;
}
.rightbox 
{
	float: right;
}
img 
{
	border: none;
}
