/*
Theme Name: PSS
Theme URI: http://numberonedesigner.com/
Description: Makeup by <a href="http://dimox.name/">Dimox</a>
Version: 1.0
Author: Number One
Author URI: http://numberoneblogger.com/
*/

/* ---------------------------------
Makeup: Dimox
Author URI: http://dimox.name/
--------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html {font-size: 100.01%; }
body {
	font: 62.5% Arial, Tahoma, Verdana, sans-serif;
	color: #2B2B2B;
	width: 100%;
	background: #463A28 url(i/bg.gif);
}
a {
	color: #463A28;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 8px 0;
}
img {border: none;}

#wrapper {
	width: 948px;
	margin: 0 auto;
	background: #344A33;
	font-size: 1.4em;
	line-height: 1.286em;
	border: 1px solid #5D6E5C;
	border-width: 0 1px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 117px;
	margin: 0 -1px;
	position: relative;
	background: #B44B0C url(i/header-bg.gif) -2px 0 repeat-x;
	color: #FFF;
	font-size: 0.786em;
	text-align: center;
}
#logo {
	position: relative;
	display: block;
	width: 547px;
	height: 49px;
	padding: 40px 0 0;
	margin: 0 auto;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	color: #FFF;
}
#logo b {
	position: absolute;
	top: 16px;
	left: 0;
	width: 547px;
	height: 62px;
	background: url(i/logo.gif) no-repeat;
}
#header p {
	padding: 4px 0 0;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	padding: 20px 0;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 100%;
	float: left;
}
#text {
	margin: 0 218px 0 20px;
	padding-right: 20px;
	border-right: 1px solid #5D6E5C;
}

.post {
	margin: 0 0 23px;
	padding: 18px 0 0;
	background: #FFF;
}
#content h2 {
	padding: 0 15px 8px;
	color: #2B2B2B;
	font-size: 1em;
}
#content h2 a {
	color: #2B2B2B;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
.entry {
	text-align: justify;
	padding: 0 15px 15px;
}
.postmetadata {
	font-size: 0.786em;
	color: #FFF;
	padding: 2px 0 2px 10px;
	background: #9AA599;
}
.postmetadata a {
	color: #FFF;
}
.comments {
	float: right;
	background: #5D6E5C;
	padding: 2px 9px;
	margin: -2px 0;
}
.comments a {
	background: url(i/comments.gif) 0 4px no-repeat;
	padding-left: 15px;
}

#content h3 {
	font-size: 1em;
	margin: 0 0 10px;
}
h3.pagetitle {
	margin: 0 0 20px !important;
	font-weight: normal;
	text-align: center;
	font-size: 1.3em !important;
	color: #FFF;
}

.post ul,
.post ol {
	margin: 7px 0 7px 30px;
}
.post li {
	padding: 2px 0;
}

.comm {padding: 15px;}

.commentlist {margin: 20px 0 40px 20px; padding-bottom: 20px;}
.commentlist li {padding: 8px 8px 2px;}

#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 2px;
	width: 190px;
	border: 1px solid #8A9C88;
}
#comment {
	width: 420px;
	height: 170px;
}
#submit {
	width: 80px;
	height: 20px;
	padding: 0;
	background: #DFE6DE;
	cursor: pointer;
	overflow: visible;
}

.navigation {height: 30px;}
.navigation a {color: #FFF;}
.alignleft {float: left;}
.alignright {float: right;}



/* Right
-----------------------------------------------------------------------------*/
#right {
	float: left;
	width: 178px;
	padding: 0 20px 20px;
	margin-left: -219px;
	font-size: 0.786em;
	line-height: 1.364em;
	color: #AEB7AD;
	border-left: 1px solid #5D6E5C;
}
#right .block {
	margin: 0 0 20px;
}
#right h3 {
	color: #C2C9C2;
	font-size: 1.272em;
	background: url(i/headline-bg.gif) no-repeat;
	padding: 17px 0 0;
	margin: 0 0 10px;
}
#right p {
	padding: 5px 0;
}
#right a {
	color: #AEB7AD;
	text-decoration: none;
}
#right a:hover {
	text-decoration: underline;
}
#right ul {
	margin: 10px 0 20px;
	list-style: none;
	line-height: 1.5em;
}
#right ul ul {
	margin: 0 0 0 15px;
}
#right li li {
	font-size: 1em;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #1F2E1E;
	border-top: 1px solid #495C48;
	text-align: center;
	padding: 8px;
	font-size: 0.786em;
	color: #505C4F;
}


.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
