/*  
Theme Name: Phobus
Theme URI: http://www.mygreencorner.com/freewordpressthemes.php
Description: Phobus is a dark theme with Green touches for Wordpress 2.1+ Supports Widgets.
Version: 1.0
Author: Dugu
Author URI: http://www.mygreencorner.com

	Phobus v1.0
	http://www.mygreencorner.com/freewordpressthemes.php

	
	The CSS, XHTML and design is released under Attribution-ShareAlike 2.5
	http://creativecommons.org/licenses/by-sa/2.5/

	Please do not remove credits on the footer
*/

body {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #161616;
	color: #dadada;
	text-align: center;
	margin: 0;
	padding: 0;
	}

h1, h2, h3 {
	color: #d3d3d3;
	margin: 0;
	padding: 0;
	}
h1, h1 a, h1 a:visited {
	font-size: 28px;
	font-family: "REZ", "Arial Narrow", Arial, Tahoma, Verdana, Sans-Serif;
	//text-transform: lowercase;
	color: #abf923;
	font-weight: normal;
	}
h1 a:hover {
	text-decoration:none;
	}
h2 {
	font-size: 18px;
	}
h3 {
	font-size: 16px;
	}

h2 a, h3 a, h2 a:visited, h3 a:visited {
	color: #d3d3d3;
	text-decoration: none;
	}
hr {
	visibility: hidden;
	}
a, a:visited {
	color: #d3d3d3;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}


#page {
	background: url('images/bg-page.jpg') repeat-y center;
	text-align: left;
	width: 840px;
	margin: 0px auto;
	
	}
#header {
	background: url('images/header-bg.jpg') no-repeat top center;
	height: 180px;
	padding: 0px 0px 0px 30px;
	}
#content {
	margin: 0px;
	width: 488px;
	padding-left: 30px;
	float: left;
	}
#sidebar {
	width: 240px;
	margin-left: 565px;
	background: #232323 url('images/sidebar-bg.jpg') repeat-y center;
	padding: 0px;
	color: #8f8f8f;
	font-size: 11px;
	}
#footer {
	clear: both;
	background: #161616 url('images/footer.jpg') no-repeat top center;
	background-position: 0px -30px;
	padding: 0px 30px 15px 30px;
	text-align: center;
	font-size: 8px;
	text-transform: uppercase;
	color: #7f7f7f;
	}
* html #footer {
	background-position: 0px -10px;
	padding: 0px 30px 10px 30px;
	}

#header #headertitle {
	width: 450px;
	float: left;
	}

#header .description {
	color: #fff;
	padding: 10px 0px 0px 40px;
	text-transform: lowercase;
	font-family: "REZ", "Arial Narrow", Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 14px;
	}
#searchheaderform {
	width: 239px;
	height: 22px;
	float: right;
	margin:  22px 5px 0px 0px;
	padding: 0px 0px 0px 7px;
	background: url(images/searchbox.jpg) no-repeat;
	}
form#searchform {
	padding: 0px;
	margin: 0px;
	}
#searchheaderform #searchsubmit {
	background: url('images/search-button.jpg') no-repeat center;
	border: none;
	height: 17px;
	width: 74px;
	margin-top: 2px;
	}
#searchheaderform #s {
	border: none;
	width: 140px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #323232;
	color: #ccc;
	margin: 0;
	height: 12px;
	}


.post {
	background: #242424 url('images/post-bg.jpg') repeat-y;
	width: 505px;
	padding: 0px 0px 10px 0px;
	margin-bottom: 20px;
	}
.post .title {
	background: url('images/post-header.jpg') no-repeat top;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 15px 0px 10px 15px;
	}
.post .title h2, .post .title h2 a:visited, .post .title h2 a {
	color: #adfb25;
	font-weight: normal;
	}
.post .title h2 a:hover {
	text-decoration: none;
	}
.post .post-desc {
	text-transform: none;
	}
.post .entry {
	font-size: 12px;
	line-height: 1.3em;
	text-align: justify;
	padding: 0px 10px 0px 10px;
	}
.post .entry a, .post .entry a:visited {
	text-decoration: underline;
	color: #abf923;
	}
.post .entry a:hover {
	text-decoration: none;
	}

.postmetadata {
	text-align: right;
	padding-right: 10px;
	color: #7f7f7f;
	text-transform: uppercase;
	font-size: 8px;
	}
.postmetadata a, .postmetadata a:visited {
	color: #7f7f7f;
	font-size: 8px;
	}

#sidebar h2 {
	font-size: 12px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #adfb25;
	background: url('images/sidebar-head.jpg') no-repeat bottom;
	padding: 3px 10px 7px 0px;
	text-transform: capitalize;
	}

#sidebar ul {
	padding: 10px 0px 0px 0px;
	margin: 0;
	list-style: none;
	background: url('images/sidebar-top.jpg') no-repeat top;
	}

#sidebar a,#sidebar a:visited {
	color: #858585;
	text-decoration: none;
	}
#sidebar a:hover {
	text-decoration: none;
	}
#sidebar ul ul {
	background: none;
	margin-bottom: 10px;
	padding: 0px;
	}
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	padding: 3px 0px 3px 15px;
	margin: 0px 4px 0px 3px;
	color: #858585;
	text-decoration: none;
	display: block;
	border: 1px solid #232323;	
	}
#sidebar ul ul li a:hover {
	border: 1px solid #333333;
	background: #2a2a2a;
	color: #acfb25;
	}
#sidebar .sidebar-bottom {
	display: block;
	background: url('images/sidebar-bot.jpg') no-repeat center bottom;
	height: 10px;
	}

.textwidget {
	text-align: justify;
	padding: 0px 20px 0px 20px;
	}
#wp-calendar {
	text-align: center;
	width: 175px;
	margin: 0px 25px 0px 25px;
	}
#wp-calendar a, #wp-calendar a:visited {
	border-bottom: 1px #acfb25 dashed;
	}
#wp-calendar #prev a, #wp-calendar #next a, #wp-calendar #prev a:visited, #wp-calendar #next a:visited {
	border-bottom: none;
	}
#wp-calendar a:hover, #wp-calendar #prev a:hover, #wp-calendar #next a:hover {
	border-bottom: 1px #acfb25 solid;
	text-decoration: none;
	color: #acfb25;
	}
#today {
	border: 1px solid #333333;
	background: #2a2a2a;
	color: #acfb25;
	}
.alt {
	background: #1f1f1f;
	}
p.alt {
	padding: 10px;
	font-size: 10px;
	}
	
h3#respond, #comments h3 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #333;
	}
#commentform {
	margin-left: 20px;
	}
.commentlist {
	list-style: none;
	padding: 0;
	margin: 15px;
	width: 450px;
	font-size: 11px;
	}
.commentlist li {
	padding: 15px;
	}
.commentlist li cite {
	font-weight: bold;
	font-style: normal;
	}
.commentmetadata {
	text-align: right;
	font-size: 10px;
	}
#author, #email, #url, textarea#comment {
	border: 1px inset;
	background: #292929;
	color: #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
textarea#comment {
	width: 450px;
	}
span.moderate {
	font-style: italic;
	font-size: 10px;
	color: #CC3300;
	}
#footer p {
	clear: both;
	}
#footer a, #footer a:visited {
	color: #7f7f7f;
	}

#feeds {
	width: 113px;
	height: 30px;
	text-align: right;
	clear: both;
	margin-bottom: 20px;
	float: right;
	}
.rss-feeds a {
	display: block;
	width: 29px;
	height: 30px;
	background: url(images/rss-feed.jpg) no-repeat;
	}
.validate {
	margin-left: 33px;
	width: 80px;
	}
* html .validate {
	margin-left: 30px;
	}
a.xhtml-val {
	display: block;
	width: 80px;
	height: 15px;
	background: url(images/validates.jpg) no-repeat;
	background-position: 0px 0px;
	}
a.css-val {
	display: block;
	width: 80px;
	height: 15px;
	background: url(images/validates.jpg) no-repeat;
	background-position: 0px -15px;
	}