/* 
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)
 */
 
 
 @font-face {
	font-family:'OpenSansLight';
	src: url('http://192.168.178.113:8888/pivotx/templates/schorg/fonts/OpenSans-Light.eot');
	src: url('http://192.168.178.113:8888/pivotx/templates/schorg/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}

 @font-face {
	font-family:'OpenSans';
	src: url('http://192.168.178.113:8888/pivotx/templates/schorg/fonts/OpenSans-Regular.eot');
	src: url('http://192.168.178.113:8888/pivotx/templates/schorg/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family:'OpenSansBold';
	src: url('http://192.168.178.113:8888/pivotx/templates/schorg/fonts/OpenSans-Bold.eot');
	src: url('http://192.168.178.113:8888/pivotx/templates/schorg/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-Bold.ttf') format('truetype');
			font-weight: 700;

	font-style: normal;
	font-stretch: normal;
}

  

/* 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, pre {
    margin: 0;
    padding: 0;
    border: 0;
    text-align :left;
    vertical-align: top;
	font-family: OpenSans, sans-serif;
    line-height:150%;
    background:transparent;

}

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

table, td, th {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
	/* font-family: 'Oxygen', sans-serif; */
	font-family: OpenSansBold, sans-serif;
	line-height:140%;
    color: #222;
}

h4, h5, h6 {
    margin-bottom: 15px;
	/* font-family: 'Oxygen', sans-serif; */
	font-family: OpenSansLight, sans-serif;
	line-height:140%;
    color: #222;

}

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

* html .clearfix {
    height: 1%;
}

/* end reset */

body {
    font-family: Verdana, sans-serif;
    color: #222;
     background-color: #fff;

}

/* general styling */

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

 
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: #990000;
  text-decoration-line: none;
  text-decoration-style: solid;
}

/* Zeile 97 */
a:hover
{
  color: #ff0000;
}


/* 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;
}

.footer p {
    color: #999;
    text-align: center;
        font-size:12px;

}

.footer p a {
    color: #999;
}

/* 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;
    display:none;
}

/* Search bar */

.pivotx-search {
    padding: 25px;
}

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

#active a {
    color:red;
}

/* 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;
}



