/*
Theme Name: Sirup
Theme URI: http://1000ff.de/wordpress-theme-sirup/
Description: A simple magazine and blog layout, easy to customize through an options page. Fast loading CSS-only theme with support for Gravatars and Sidebar Widgets. <a href="http://themes.1000ff.de">Working demo</a> / <a href="http://1000ff.de/sirup-faq/">FAQ</a>.
Version: 1.0.3
Tags: options page, magazine, two columns, right sidebar, fixed width, widget ready, simple, white, yellow, clean, valid XHTML
Author: 1000ff
Author URI: http://1000ff.de/
*/

* html {
	height:1%;
}

body {
	height:100%;
/*	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd; */
	position: relative;
	text-align: left;
	width: 902px;
	margin: 0 auto;
	font-family: arial, helvetica, verdana;
	font-size: 90%;
	color: #999;
	background: #eee url(images/background.png);
}

#page {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	width:840px;
	height:100%;
	padding:30px;
	background: #fff;
}

#home #page {
	background: #fff url(images/homeback.gif) left bottom no-repeat;
}

#wrap {
	height:100%;
}

/* header + navigation
--------------------------------------------------*/
#header {
	background: #fff url(images/header.gif) right top no-repeat;
	height: 235px;
	padding: 0;
	color: #999999;
}
#headerimg h1 {
	margin: 0 0 15px 0;
}
#headerimg .subtitle {
	font-weight:bold;
}
#headerimg h1 a {
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	padding: 4px 10px 4px 10px;
}
#headerimg h1 a:hover {
	background: none;
	color: #FF6600;
}
.page_title {
	
	width:600px;
}

#navi2 {
	display: none;
	float: right;
	margin:80px 0 0 0;
	padding:0;
}

#navi2 a,
#sidebar ul li a {
	color: #FFFFFF;
	background: #999999;
	padding: 2px 2px 2px 5px;
}
#navi2 a {
	text-transform: uppercase;
	padding-right: 15px;
}

#navi2 a:hover,
#navi2 .current_page_item a,
#sidebar ul li a:hover {
	color: #999999;
	background: #FFFFFF;
}

.description {
font-size:20.5px;
margin:0;
padding:0;
font-weight: bold;
}

#nav {
padding:0;
}

#nav li {
float:left;
list-style:none;
margin:0 0 0 10px;
padding:0;
}

.clear {
clear:both;
}

/* Headings */
h2 {
	text-transform: uppercase;
	color: #999999;
	margin: 0 0 15px 0;
	font-size: 25px;
	font-weight: bold;
}
h2.posttitle {
	margin-bottom: 45px;
}

/* colors (#FF6600 = yellow || #000 = black)
--------------------------------------------------*/
a {
text-decoration:none;
}
#content h2 {
	line-height: inherit;
}
#content {
	line-height: 1.6em;
}
#content h1,h2,h3,h4 {

}

#content h1 a{
	color:#FFF;
	background:#FF6600;
}

#content h2 a,h3 a,h4 a {

}

body a {
	color:#fff;
	background:#FF6600;
}

body #wrap a,
body #wrap div.producttext h2.prodtitles {
	color: #ff6600;
	background: none;
}
body #wrap a:hover {
	color: #fff;
	background: #ff6600;
}

body a:hover,#content h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h3 a {
	color:#fff;
	background:#ff6600;
}

.postmetadata {
margin-bottom:50px;
}


/* h3 colors, somehow needed
--------------------------------------------------*/
/*
h3 a {
color: #FF6600;
background: #000;
}

h3 a:hover {
color: #000;
background: #FF6600;
}
*/
#sidebar h3 {
	font-weight: bold;
}



/* sidebar
--------------------------------------------------*/
#sidebar {
	float:right;
	width:180px;
	height:100%;
	margin-top: -20px;
	padding-bottom: 80px;
}

#sidebar ul, li {
	list-style: none;
}
#sidebar ul {
	padding: 0;
}
#sidebar ul li {
	padding: 0 0 0 30px;
}
#sidebar ul li li {
	padding: 0 0 0 15px;
}
#sidebar ul li a {
	text-transform: lowercase;
	background: #999999;
	color: #ffffff;
	display: block;
	margin-bottom: 5px;
}

#sidebar .searchform h3 {
	color: #999999;
	margin-bottom: 5px;
}
#sidebar h3 {
	text-transform: uppercase;
	margin-top:20px;
	color: #FF6600;
	font-weight: bold;
}

/* frontpage
--------------------------------------------------*/
.feature {
background-image:url(images/background.png);
background-repeat:repeat;
float:left;
width:580px;
margin:0 10px 30px 0;
padding:20px;
}

.feature h1 {
margin-top:5px;
}

.feature p {
text-align:justify;
}

.feature img {
border:5px solid #FF6600;
padding:0;
}

#leadpic {
float:left;
margin:0 15px 6px 0;
}

#frontpage {
width:650px;
float:left;
margin-top:50px;
padding:0;
}

.frontcol img {
float:left;
border:5px solid #e9e9e9;
display:block;
background:transparent;
margin:3px 10px 0 0;
padding:0;
}

.frontcol img:hover {
float:left;
border:5px solid #FF6600;
display:block;
margin:3px 10px 0 0;
}

.frontcol {
width:300px;
float:left;
padding-right:30px;
}

.clearfloat {
display:block;
padding:0 0 30px;
}

.clearfloat:after {
display:block;
visibility:hidden;
clear:both;
height:0;
content:".";
}

.box-left {

background-repeat:repeat;
float:left;
width:270px;
margin:0 10px 20px 0;
padding:10px 20px;
}

.box-right {

background-repeat:repeat;
float:right;
width:270px;
margin:0 10px 20px 0;
padding:10px 20px;
}

.box-right h2 {
margin:15px 0;
}

/* search
--------------------------------------------------*/
#s {

width:170px;
background-repeat:repeat;
border:1px solid #999999;
color: #999999;
margin-top:3px;
padding:4px;
}

/* comments
--------------------------------------------------*/
#comments,#respond {
width:590px;
}

.commentlist {
line-height:150%;
width:590px;
margin:0;
padding:0;
}

.commentlist li {
background-image:url(images/background.png);
background-repeat:repeat;
list-style:none;
width:590px;
float:left;
margin:0 0 30px;
padding:20px;
}

.comment-btm {
padding:100px 20px;
}

.commentlist cite,.commentlist cite a,.commentlist cite a:visited {
font-style:normal;
}

.commentlist small {
margin-bottom:5px;
display:block;
font-size:87%;
}

#commentform {
margin-top:10px;
font:110%;
width:590px;
}

#commentform p {
margin:0;
padding:6px 0;
}

#commentform input {
width:250px;
background:#FFFFDF;
border:1px solid #AFAFAF;
margin-top:3px;

padding:4px;
}

#commentform textarea {
width:500px;
height:150px;
background:#FFFFDF;
border:1px solid #AFAFAF;
margin-top:3px;

line-height:1.5;
padding:4px;
}

#commentform textarea:focus,#commentform input[type="text"]:focus {
background:#fff;
}

#commentform #submit {
background:#FF6600;
border:1px solid #AFAFAF;
color:#000;
float:left;
width:160px;
height:28px;
cursor:pointer;
}

#gravatar {
width:400px;
}

#gravatar img {
float:left;
margin-right:10px;
}

/* previous + next links
--------------------------------------------------*/
.navigation {
width:600px;
padding-bottom:15px;
height:20px;
}

.navigation a {
color:#FF6600;
background:#000;
padding:1px 3px;
}

/* wp-stuff
--------------------------------------------------*/
.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:4px;
optionalroundedcornersforbrowsersthatsupportit-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:10px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}

.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

.aligncenter,div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

/* footer
--------------------------------------------------*/
#footer {
clear:both;
padding-top:30px;
}

/* posts
--------------------------------------------------*/
.post,.entry {
width:600px;
}

.left,.alignleft {
float:left;
}

.right,.alignright {
float:right;
}
/* Shop */
/* Default view */
.pdisplay {
	width: 150px;
	margin-right: 50px;
	margin-bottom: 20px;
	height: 200px;
	float: left;
}
.pdisplay img {
	border: none;
	width: 150px;
	height: 150px;
}

.ptitle {
	font-size: 11px;
	line-height: 15px;
	margin-top: 10px;
	width: 150px;
	text-align: center;
}
.ptitle a {
	background: none;
	font-weight: normal;
	line-height: 15px;
	color: #ff6600;
}
.ptitle a:hover {
	color: #ffffff;
	background: #ff6600;
}
.icol {}
.tcol {}
.ctitle { display: none; }
.pdisplay input,
.pdisplay .wpsc_buy_button,
.pdisplay .wpsc_product_price,
.pdisplay .wpsc_extras_forms,
.pdisplay span,
.pdisplay .wpsc_description {
	display: none;
}


a {
	color: #fff;
}
a:hover {
	background: #ff6600;
}

body #scart div#sliding_cart {
	background: #fff;
}
/* #content .post h2 a {
	background: #999;
	padding: 3px 10px 3px 10px;
	color: #fff;
}*/
#content .post small,
#content .post .postmetadata {
	display: none;
}
div.productdisplay {
	clear: none;
}
#commentform,
.commentlist,
#comments {
	display: none;
}



#jfdesign {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: 315px;
	margin-bottom: 20px;
	margin-right: 20px;
	
}
#jfdesign,
#jfdesign a {
	width: 100px;
	height: 93px;
}
body #wrap #jfdesign a {
	display: block;
	background: url(images/jfdesign.gif) left top no-repeat;
}
#jfdesign a span {
	visibility: hidden;
}
body #wrap #sliding_cart,
body #wrap #sliding_cart span,
body #wrap #sliding_cart table,
body #wrap #sliding_cart table th,
body #wrap #sliding_cart .pricedisplay {
    font-size: 12px;
    font-weight: normal;
    text-transform: lowercase;
    color: #999999;
}
div.producttext .wpsc_product_price, div.producttext .wpsc_product_price span.pricedisplay { color: #999999; }
body #wrap #sliding_cart table td a {
    font-size: 12px;
    text-transform: none;
}
body #wrap div.producttext div.description,
body #wrap div.producttext div.single_additional_description {
    font-size: 13px;
}

body #wrap div.producttext h2.prodtitles {
    font-size: 20px;
}
body #wrap #sliding_cart li.page_item a {
    font-size: 14px;
}
body div#TB_window div#TB_closeWindow {
    padding-right: 15px;
}
body div#TB_window div#TB_closeWindow a#TB_closeWindowButton {
    color: #fff;
    padding: 3px;
    margin: 0;
}
body div#TB_window div#TB_closeWindow a#TB_closeWindowButton:hover {
    color: #ff6600;
    background: #fff;
}


