/*
Theme Name: roben-shop.de
Theme Uri: 
Description: Das Layout basiert auf dem Template CoffeeBreak von Antbag
Version: 3.0
Author: Stefan Kanitz
Author Uri: http://w3task.de
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body {
	margin:0; 
    padding:0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    line-height: 1.2;   
	color: #444;
	text-align:center;
	background: #B0CBD4 url(images/bg.gif) repeat-y top center;	
}

h1{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	padding: 0 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
}

A {
color:#266A82;
font-weight:700;
text-decoration:none;
}

A:hover {
color:#4BD1FD;
text-decoration:underline;
}

a:visited {
color:#666;
}

a img {
border:none;
}

blockquote { 
	background: url(images/blockquote_left.gif) no-repeat top left;
	margin: 0 10px;
	padding: 0 0 0 40px;
	color: #666;
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

#wrapper{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

/*----HEADER----*/

#header{
	float: left;
	width: 960px;
	height: 65px;
	margin: 0;
	padding: 6px 0 6px 0;
	background-color: #444444;
	color: #fff;
}

.logo {
  float: left;
  margin: 0;
	padding: 0;
	width: 610px;
}

#header h1 {
  margin: 0;
  padding: 10px 0 0 20px;
	color: #fff;
}

#header h4 {
  margin: 0;
  padding: 0 0 0 20px;
	color: #ccc;
}

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

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

.shop {
  float: right;
  margin: 0;
	padding: 0;
	width: 350px;
	text-align: left;
}

/*----NAVIGATION BAR----*/

#top-menu{
	clear: both;
	float: left;
	width: 960px;
	text-align: left;
	background:#2D7B97;
}

/* Top navigation menu */
.menu {
  float: left;
  margin: 0;
	padding: 6px 0 6px 0;
	width: 495px;
	text-align:left;
    font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
	color: #FFF;
}

.menu li {
	display:inline;
	padding: 0 10px;
	margin:0;
}

.menu li.rss {
	display: inline;
	margin: 0;
}

.menu li a {
	text-decoration:none;
	color: #FFF;
}

.menu li a:visited {
	text-decoration: none;
	color: #FFF;
}

.menu li a:hover {
	text-decoration:underline;
}

/* Top navigation menu */
.shopmenu {
  float: right;
  margin: 0;
	padding: 6px 0 6px 0;
	width: 465px;
	text-align:right;
    font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
	color: #FFF;
}

.shopmenu li {
	display:inline;
	padding: 0 10px;
	margin:0;
}

.shopmenu li a {
	text-decoration:none;
	color: #FFF;
}

.shopmenu li a:visited {
	text-decoration: none;
	color: #FFF;
}

.shopmenu li a:hover {
	text-decoration:underline;
}

/*----POST----*/

#container{
	float: left;
	width: 640px;
	padding: 0 0 0 20px;
	background:#fff;
}

.post{
	padding: 10px 50px 10px 0;
}

.post h2{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	padding: 10px 0 0 0;
}

.entry{
	line-height: 18px;
}

.entry a {
	text-decoration: underline;
}

.entry a:hover{
	text-decoration: none;
}

.postinfo{
	font-size: 11px;
	color: #333;
	padding: 2px 0 10px 0;
}

.postinfo a{
	color: #333;
}

.postdate{ color: #333; }

p.postmetadata{
	font-size: 12px;
	color: #333;
	border-top: 1px dashed #999999;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

.post-notice {
	color:#666;
	font-size:12px;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation{
	padding: 20px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/*----SIDEBAR STYLES----*/

.sidebar{
	float: right;
	width: 300px;
	margin: 0 auto 5px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	background-color: #EFEFEF;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 5px;
}

.sidebar ul li h2{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	background: #8A8A88;
}

.sidebar ul ul {
	list-style: disc;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #000000;
}


table#wp-calendar{
	width: 100%;
}

/* -- Comments -- */
.post-comments {
	margin:0px;
	margin-top:20px;
}

.post-comments h2{
	color:#000;
	font-size:12pt;
}

.post-comments img {
	border:1px solid #ccc;
	margin:0 20px 0 0;
}

.comment-entry {
	padding:20px;
}

.comment-entry-alt {
	padding:20px;
	background-color:#eee;
	border:0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

.comment-author a {
	text-decoration: underline;
}

.comment-author a:hover {
	text-decoration: none;
}

.comment-date {
	color:#999;
}

#comment-form {
	margin: 10px 0 0 0;
	background-color: #ECECDE;
	border:0;
	padding:20px;
}

#comment-form label {
	font-size: 12px;
}

.formhead {
	font-size:16pt;
	font-family: 'Trebuchet MS', sans-serif;
	color:#333;
}
.post-comments input {
  margin: 10px 0 0 0;
	padding:4px;
	border:1px solid #CCC;
}
.post-comments textarea {
  margin: 10px 0 0 0;
	padding:4px;
	width:480px;
	height:150px;
	border:1px solid #CCC;
}

.formactions {
	padding:10px;
}

/*----FOOTER----*/

#footer{
	clear: both;
	float: left;
	width: 960px;
	padding: 0;
	color: #FFF;
	font-size: 11px;
	background: #333333;
	border-top: 1px solid #999999;
}

#footer p{
  margin: 0;
	padding: 10px;
}

#footer a:link{
	text-decoration: none;
	color: #FFF;
}

#footer a:hover{
	text-decoration: underline;
	color: #FFF;
}

#socialshare {
	padding-top: 0;
	background:#fff;	
}
#socialshareprivacy {
	padding: 0;
	background:#fff;	
}

.social_share_privacy_area {
    clear: both;
    display: block;
    height: 25px;
    list-style-type: none;
    margin: 20px 0 !important;
    padding: 0 !important;  
    background: #fff;
	list-style-type: none !important;    
}

.social_share_privacy_area li {
	list-style-type: none !important;    
}

#googleplus img { padding-right: 5px; }

