/* 
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)
 */

html, body {
	background: url(images/back.jpg) repeat;
	height: 100%;
}
/* 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;
	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, td, th {
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-family:Georgia,Palatino,Times New Roman,serif;	
}
h1 {
	background: url(images/top.png) no-repeat bottom center;
	padding-bottom: 25px;
    font-weight: normal;
    text-align:center;
}
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {
	height: 1%;
}
/* end reset */

/* layout */
#wrapper {
	background: url(images/girl.jpg) no-repeat left bottom;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	min-height: 100%;
}
#logo {
    width: 266px;
    height: 121px;
    overflow: hidden;
	padding: 0;
	position: absolute;
    }
    #logo a {
        display: block;
        margin: 0;
        padding: 121px 0 0 266px;
	    background: url(images/logo.png) no-repeat top left;
}
#content {
    margin: 10px 0;
}
#navigation {
    float:left;
    margin: 110px 0 0;
    }
    #navigation ul {
        width: 200px;
        margin: 0;
        list-style-type: none;
    }
    #navigation ul li {
        text-align: right;
        margin: 10px 0;
    }
    #navigation ul li a {
	    background: url(images/left-w.png) no-repeat left bottom;
        font-size: 18px;
        font-family:Georgia,Palatino,Times New Roman,serif;	
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        font-style: italic;
        padding-left: 30px;
    }
    #navigation ul #active a,
    #navigation ul li a:hover {
	    background: url(images/left-b.png) no-repeat left bottom;
        color: #000;
}
#main {
    background: url(images/fr.png) repeat-y top left;
	float: left;
	margin: 122px 0 0; 
	min-height: 250px;
    padding: 0  ;
    width: 512px;
    }
    #main .frame-top {
	    background: url(images/ft.png) no-repeat left top;
	    display: block;
	    margin: -112px 0 0;
	    padding: 0;
	    width: 512px;
	    height: 112px;
    }
    #main .frame {
	    margin: -70px 0 0;
        padding: 0 40px 0 48px;
}
#sidebar {
	float: right;
	width: 225px;
    margin-top: 15px;
}

#sidebar h4 {
	background: url(images/top-w.png) no-repeat bottom center;
	padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.sidebar-block {
    border-bottom: 1px solid #fff;
	padding: 0 15px 15px 15px;
	margin: 10px;
}

#footer {
    background: url(images/fb.png) no-repeat 260px top;
    display: block;
    clear: left;
    margin: 0 0 15px 2px;
    padding: 15px 0;
    height: 106px;
    width:770px;
    }
    #footer p {
	    background: url(images/top.png) no-repeat 455px top;
	    text-align: center;
	    padding: 30px 0 0 265px;
}

body {
	background-color: #f8f8f8;
	font-family: Arial, Verdana, sans-serif;
	color: #000;
}

/* general styling */

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

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 {
	padding: 0 0 0 14px;
	margin: 0 0 10px 0;
}

a {
	color: #fff;
}
#main a {
	color: #933;
}

a:hover {
	color: #000;
	text-decoration: underline;
}
#main a:hover,
#main a:visited {
    color: #000;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 22px;
	color: #333;
}

h3 {
	font-size: 20px;
	color: #333;
}

h4 {
	font-size: 16px;
}

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


/* Exceptions */

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

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

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

#footer p {
	color: #999;
	text-align: center;
}

#footer p a {
	color: #999;
}

/* used in entries */
.page{
	padding: 25px;
}
.entry {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #000;
}
.home {
	margin: 0 0 30px;
}
.home h2,
.entry h2 {
	background: url(images/top.png) no-repeat bottom center;
	text-align: center;
	padding-bottom: 25px;
}
.widget-lg ul {
	padding: 0;
}

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

.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-bottom:10px;
}

/* Search bar */

.pivot-search {
	padding: 25px;
	width: 210px;
}

#search-results-list {
	padding: 25px;
}
.about {
    margin-top: 10px;
}
.active {
	font-weight: bold;
}
.searchbox, .result-searchbox, .commentinput, .piv_notify, .piv_discreet {
background: none;
border:1px solid #eff;
color: #fff;
}
.searchbutton, .result-searchbutton, .commentbutton {
    background: #fff;
    border-color: #fff;
    color: #933;
    font-weight: bold;
    border-width: 2px 1px;
}
#main .searchbutton, #main .result-searchbutton, #main .commentbutton {
    background: #000;
    border-color: #000;
    color: #fff;
}
/* Override for #pages in pivotx_essentials.ccs */
#pages {
	margin-left: 125px;
}

#pages li {
	border: 1px solid #fff !important;
}
.textile .markItUp {
    width:420px;
}
.textile .markItUpEditor {
    width:408px !important;
}
