/*
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 {
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	position:relative;
	text-align:left;
	width:930px;
	margin:0 auto;
	background-color: #FFFFFF;
	background-image: url(../../../images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#page {
	width:930px;
	height:100%;
	margin-top:30px;
	background-image: url(../../../images/T%20Bar.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.page_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:600px;
	color: #000099;
}
#wrap {
	height:100%;
}
/* header + navigation
--------------------------------------------------*/

#header {
	height:80px;
	padding:0 0 1px;
}
#headerimg h1 {
	margin: 14px 0 30px;
	display:none;
}
#headerimg h1 a {
	font-family:arial;
	font-size:2.5em;
	font-weight:bold;
	padding:1px 3px;
}
.page_title {
	font-family:"Times New Roman", Times, serif;
	width:600px;
	color: #000099;
}
#navi2 {
	margin:20px 0 0 0;
	padding:0;
}
#navi2 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color: #0000FF;
	padding: 1px 3px;
}
#navi2 a:hover {
	color: #0000FF;
}
.description {
	font-size:1.0em;
	margin:0;
	padding:0;
}
#nav {
	padding:0;
}
#nav li {
	float:left;
	list-style:none;
	margin:0 20px 0 0;
	padding:0;
}
.clear {
	clear:both;
}
/* colors (#FFFD87 = yellow || #000 = black)
--------------------------------------------------*/

a {
	text-decoration:none;
}
#content h1, h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	padding-right: 5px;
	padding-left: 5px;
	list-style-image: none;
	padding-top: 6px;
}
#content h1 a {
	color:#000099;
	padding:1px 3px;
}
#content h2 a, h3 a, h4 a {
	padding:1px 20px;
	font-size: 18px;
}
body a, h3 a:hover, .navigation a:hover {
	color:#000099;
}
body a:hover, #content h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h3 a {
	color:#0000FF;
}
.postmetadata {
	margin-bottom:50px;
}
/* h3 colors, somehow needed

--------------------------------------------------*/

h3 a {
	color: #FFFFFF;
	background-image: url(../../../images/barback.gif);
}
h3 a:hover {
	color: #0000FF;
}
/* sidebar
--------------------------------------------------*/

#sidebar {
	float:right;
	width:260px;
	height:100%;
	background-image: url(../../../images/sidebar%20background1.gif);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
}
#sidebar ul, li {
	list-style-image: url(../../../images/beerpint4.gif);
}
#sidebar h3 {
	margin-top:0px;
	color: #FFFFFF;
	background-image: url(../../../images/barback.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px 5px 5px;
	text-align: center;
}
/* frontpage
--------------------------------------------------*/
.feature {
	float:left;
	width:600px;
	margin:0px 10px 10px 0;
	padding:20px;
	background-image: url(../../../images/sidebar%20background.gif);
}
.feature h1 {
	margin-top:5px;
	color: #000099;
}
.feature p {
	text-align:justify;
}
.feature img {
	border:0px solid #CCCCCC;
	padding:0;
}
#leadpic {
	float:left;
	margin:0 15px 6px 0;
}
#frontpage {
	width:650px;
	float:left;
	margin-top:10px;
	padding:0;
}
.frontcol img {
	float:left;
	border:0px solid #e9e9e9;
	display:block;
	background:transparent;
	margin:3px 10px 0 0;
	padding:0;
}
.frontcol img:hover {
	float:left;
	border:0px solid #fffd87;
	display:block;
	margin:3px 10px 0 0;
}
.frontcol {
	width:300px;
	float:left;
	padding-right:30px;
	list-style-image: none;
}
.clearfloat {
	display:block;
	padding:0 0 30px;
}
Float Properties .clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.box-left {
	float:left;
	width:270px;
	margin:0 10px 20px 0;
	padding:10px 20px;
	background-color:#D4D4D4;
	background-image: url(images/barback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.box-left h2 {
	margin-top:15px;
}
.box-right {
	float:right;
	width:270px;
	margin:0 10px 20px 0;
	padding:10px 20px;
	background-color: #D4D4D4;
	background-image: url(images/barback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: outset;
	border-left-style: solid;
	border-top-color: #F6F4F1;
	border-right-color: #F6F4F1;
	border-bottom-color: #F6F4F1;
	border-left-color: #F6F4F1;
}
.box-right h2 {
	margin:15px 0;
}
/* search
--------------------------------------------------*/
#s {
	font-family:georgia;
	width:160px;
	background-image:url(images/background-search.png);
	background-repeat:repeat;
	border:1px solid #AFAFAF;
	margin-top:3px;
	padding:4px;
	margin-left: 5px;
}
/* comments
--------------------------------------------------*/
#comments, #respond {
	width:590px;
}
.commentlist {
	line-height:150%;
	width:590px;
	margin:0;
	padding:0;
}
.commentlist li {
	list-style:none;
	width:590px;
	float:left;
	margin:0 0 30px;
	padding:20px;
	border: thin solid #CC0000;
}
.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;
	font-family:georgia;
	padding:4px;
}
#commentform textarea {
	width:500px;
	height:150px;
	background:#FFFFFF;
	border:1px solid #AFAFAF;
	margin-top:3px;
	font-family:georgia;
	line-height:1.5;
	padding:4px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background:#fff;
}
#commentform #submit {
	background:#F1ECE9;
	border:1px solid #AFAFAF;
	font:100% georgia;
	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:#000099;
	background:#000;
	padding:1px 3px;
}
/* wp-stuff
--------------------------------------------------*/
.wp-caption {
	border:0px solid #ddd;
	text-align:center;
	background-color:#fffffff;
	padding-top:4px;
	optionalroundedcornersforbrowsersthatsupportit-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:10px 10px 3px;
}
.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}
.wp-caption p.wp-caption-text {
	font-size:10px;
	line-height:11px;
	color: #000066;
	margin:0;
	padding: 4px 5px 0px;
}
.aligncenter, div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
/* footer
--------------------------------------------------*/
#footer {
	clear:both;
	padding-top:20px;
	background-color:#333333;
	background-image: url(images/barback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	font-size: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer a:link {
	color: #FFFF00;
}
#footer a:hover {
	color: #FFFF00;
}
#footer a:visited {
	color: #FFFF00;
}
/* posts
--------------------------------------------------*/

.post, .entry {
	width:600px;
}
.left, .alignleft {
	float:left;
}
.right, .alignright {
	float:right;
/* css popup

--------------------------------------------------*/
.gallerycontainer {
 position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img {
	border: 1px solid white;
	margin: 0 5px 5px 0;
}
.thumbnail:hover {
	background-color: transparent;
}
.thumbnail:hover img {
}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align: center;
}
.style3 {
	color: #CC0000;
	font-size: small;
}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left:-330px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
.wp-table-reloaded-id-1 {
	width: 500px!important;
}
