/*  
Theme Name: Basse Foto 1.0 DE
Description: The Original Theme for www.bassefoto.de, Tested on WP 2.7.1
Version: 1.0
Author: H. Oppermann / Free WordPress Themes
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}

h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

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

hr {
	display: none;
}

/* Header */

#header {
	width: 960px;
	height: 186px;
	margin: 0 auto;
	background: url(images/header_bg.jpg) no-repeat; 
}

#header h1, #header h2 {
	display: none;
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background: url(images/menu_bg.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 12px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 960px;
	background: url(images/bg.jpg) right repeat-y; 
}

#content h1 {
	margin-left: 25px;
	font-size: 3em;
}

.pagetitle {
	margin-top: 0;
}

.post {
	margin-left: 25px;
}

.post .title {
	border-bottom: none;
}

.post h3.title {
	font-size: 1.4em;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 0px;
	padding-bottom:20px;
	width: 900px;
}

.post .meta {
	height: 20px;
	padding: 15px 20px;
	background: url(images/img05.gif) no-repeat;
	line-height: normal;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .posted {
	float: left;
}

.post .meta .comments {
	float: right;
}

.col1 {
	float: left;
	width: 35%;
	margin-left: 50px;
}
.col2 {
	float: right;
	width: 50%;
}


/* Navigation */

.navigation {
	clear: both;
	padding: 20px 0;
	font-weight: bold;
	font-size: larger;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Comments */

#comments {
}

#comment {
	width: 500px;
}

input, textarea {
	padding: 3px 5px;
	background: #1F1F1F;
	border: 1px solid #454545;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#submit {
	background: #1F1F1F url(images/img06.gif) no-repeat center center;
}

#commentform p {
	margin-bottom: .125em;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 295px;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 0 0 20px 20px;
	list-style: square inside;
}

#sidebar h2 {
	height: 50px;
	padding: 13px 20px 0 20px;
	background: url(images/img06.gif) no-repeat;
	font-size: 1.6em;
}

/* Search */

#search {
	padding: 20px;
	text-align: center;
}

#search input {
	margin-bottom: 10px;
	padding: 3px 5px;
	background: #1F1F1F url(images/img06.gif) no-repeat center center;
	border: 1px solid #454545;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search #s {
	width: 80%;
	background: #1F1F1F;
}

/* Calendar */

#calendar {
	padding-bottom: 20px;
}

#calendar table, #calendar caption {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	text-transform: uppercase;
	letter-spacing: .25em;
	font-weight: bold;
}

#calendar thead th {
	background: #333333;
}

#calendar tbody td {
	background: #111111;
}

#calendar a {
	text-decoration: none;
	font-weight: bold;
}

#calendar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 960px;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/footer_bg.jpg) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}

#footer a.rsslink:link,
#footer a.rsslink:visited,
#footer a.rsslink:hover,
#footer a.rsslink:active {
	font-size: 14px;
  	background-image: url(images/feed.jpg);
  	background-position: left center;
  	background-repeat: no-repeat;
  	padding: 0 0 0 26px;
}

#paypal
{
	width:150px;
	height:161px;
	margin-left:650px;
	float: right;
	position: absolute;
	background: url(images/paypal_logo.jpg) no-repeat;
}
#shopping_card_header
{
	font-weight:bold;
	font-size:12px;
	top:200px;
	right:120px;
	margin-left:650px;
	float: right;
	position: absolute;

}