/* 
Theme Name: Skinny
Theme URI: pivotx.net
Description: PivotX default theme
Version: 1.1
Date:	2009-03-02
Author: PivotX Team
Author URI: pivotx.net
License: GPL 2.0 http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
Required PivotX version: PivotX 2.0
Used Extensions: Lifestream widget, Delicious widget
*/ 

/** 
 * Used colors:
 * green #5C7F07 (links)
 * black: #000000	(text color)
 * dark grey: #333333 (headers)
 * off white: #f8f8f8 (background color)
 */

/* some reset stuff */
body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, img, table, tr, th, td, form, fieldset, legend, div, object {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	font:normal 12px Arial, Verdana, sans-serif;
	text-align :left;
	vertical-align: top;
}

input, select, textarea, button {
	font: normal 100% Arial, Verdana, sans-serif;
}

table {
	border-collapse: collapse;
	margin: 0 auto 20px;
}

td, th {
	padding: 5px 10px;
}

td p {
	margin-bottom: 10px;
}

p {
	margin: 0 0 15px 10px;
}

p img {
	margin-left: -10px;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}

* html .clearfix {
	height: 1%;
}

/* end reset */

body {
	background: #edfadf url(../img/back.png) repeat-x;
	font-family: Arial, Verdana, sans-serif;
	color: #666666;
}

/* general styling */

p, li {
	line-height: 150%;
}

pre, 
code,
tt {
	font-family: consolas, 'courier new', courier, sans-serif;
	line-height: 140%;
}

code {
	display: block;
	padding: 5px;
	border: 1px solid #e6e6e6;
}

ol {
	list-style-type: decimal;
	padding: 0 0 0 17px;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a {
	color: #5C7F07;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1 {
	font-size: 32px;
}

h2 {
	background: url(../img/h2.png);
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #679b2f;
	margin: 20px 0 10px 0;
	padding-left: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ff8000;
	margin: 0 0 5px 10px;
}

h4 {
	background: url(../img/h4.png);
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #679b2f;
	margin: 0 0 5px 0;
	padding-left: 10px;
}

h1 a, h2 a, h3 a, h4 a {
	color: #5C7F07;
	text-decoration: none;
}

/* Exceptions */

#siteinfo h1,
#siteinfo h2 {
	text-align: center;
}

#siteinfo h1 a,
#siteinfo h2 a {
	color: #fff;
	text-decoration: none;
}

#siteinfo h1 a:hover,
#siteinfo h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

/* used in entries */

.entry {
	padding: 25px;
}

.widget-lg ul {
	padding: 0;
}

.meta {
	font-size: 11px;
	margin: 5px 0 0 0;
}

.meta a,
#footer p a {
	text-decoration: none;
}

.meta a:hover,
#footer p a:hover {
	text-decoration: underline;
}

.pagenav {
	clear: both;
	text-align: center;
	font-size: 10px;
	line-height: 140%;
	padding: 0 0 25px 0;
}

/* layout */
#header_bg {
	background: #ffffff;
	height: 100px;
	border-top: 5px #72bc1e solid;
	border-bottom: 1px #cccccc solid;
}

#header_bg .header {
	background: url(../img/header.png);
	width: 900px;
	height: 80px;
	margin: 0 auto;
	padding-top: 20px;
}

#siteinfo {
	padding: 50px 0 0 0;
}

#contents {
	background: #ffffff;
	width: 902px;
	overflow: hidden;
	border: 1px #cccccc solid;
	margin: 20px auto;
}

#main {
	float: left;
	width: 640px;
	overflow-x: hidden;
	padding: 0 0 10px 20px;
}

#main .pagetop {
	text-align: right;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

.sidebar-block {
	padding: 0;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#sidebar li {
	background: url(../img/li_back.png);
	line-height: 30px;
	border-bottom: 1px #cccccc dotted;
	padding-left: 20px;
}

#footer_bg {
	background: #ffffff;
	height: 100px;
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 0;
}

#footer_bg .footer {
	width: 900px;
	line-height: 100px;
	text-align: center;
	margin: 0 auto;
}

/* Search bar */

.pivotx-search {
	padding: 25px;
}

#search-results-list {
	padding: 25px;
}

#active {
	font-weight: bold;
}

/* Override for #pages in pivotx_essentials.ccs */
#pages {
	margin-left: 100px;
}

#pages li a {
	background-color: #f4f4f4;
	border: 1px solid #5C7F07 !important;
}

#pages li a:hover {
	color: #5C7F07;
}

#pages li.current {
	background-color: #5C7F07;
}
