
/*--------------------------------------------------------------------------------------------------- */
/* --- Fonts:   Globale Einstellungen für Zeichensatz und Schriftgrößen */
/*--------------------------------------------------------------------------------------------------- */

/* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
/* --- NICHT MODIFIZIEREN --- */
html * {
	font-size: 100.01%
}

/**
 * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
 * @see: http://webkit.org/blog/67/strange-medium/
 */
 /* --- NICHT MODIFIZIEREN --- */
textarea, pre, code, kbd, samp, var, tt {
	font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}

/* (de) Abstände aller Elemente auf Null setzen */
/* --- NICHT MODIFIZIEREN --- */
* { padding: 0; margin: 0; }

/* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
/* --- NICHT MODIFIZIEREN --- */
body {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 75.00%;
  color: #444;
}

/*--- Headings | Überschriften ------------------------------------------------------------------------*/
/* --- NICHT MODIFIZIEREN --- */
h1,h2,h3,h4,h5,h6 {
  font-family: "Times New Roman", Times, serif;
  font-weight:normal;
  color:#222;
  margin: 0 0 0.25em 0;
}

h1 { font-size: 250%; }                       /* 30px */
h2 { font-size: 200%; }                       /* 24px */
h3 { font-size: 150%; }                       /* 18px */
h4 { font-size: 133.33%; }                    /* 16px */
h5 { font-size: 116.67%; }                    /* 14px */
h6 { font-size: 116.67%; }                    /* 14px */

/* --- Lists | Listen  -------------------------------------------------------------------------------- */
/* --- NICHT MODIFIZIEREN --- */
ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
ul li { list-style-type: disc; }
ul ul li { list-style-type: circle; }

ol li { list-style-type: decimal; }
ol ol li { list-style-type: lower-latin; }

li { margin-left: 0.8em; line-height: 1.5em; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 0.8em; }

/* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
/* --- NICHT MODIFIZIEREN --- */
p { line-height: 1.5em; margin: 0 0 1em 0; }

blockquote, cite,q {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style:italic;
}
blockquote { margin: 0 0 1em 1.6em; color: #666; }

strong,b { font-weight: bold; }
em,i { font-style: italic; }

pre, code, kbd, tt, samp, var { font-size: 100%; }
pre, code { color: #800; }
pre { line-height: 1.5em; margin: 0 0 1em 0; }
kbd, samp, var { color: #666; }
var { font-style: italic; }

acronym, abbr {
  border-bottom: 1px #aaa dotted;
  font-variant: small-caps;
  letter-spacing: .07em;
  cursor: help;
}

sub, sup { font-size: 91.6667%; }

hr {
  color: #fff;
  background:transparent;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  border:0;
  border-bottom: 1px #eee solid;
}

/* --- Links ----------------------------------------------------------------------------------------- */
/* --- NICHT MODIFIZIEREN --- */
a { color: #4D87C7; background:transparent; text-decoration:none; }
a:visited  { color: #036; }

a:focus,
a:hover,
a:active { color:#182E7A; text-decoration:underline; }


/*--------------------------------------------------------------------------------------------------- */
/* --- AB HIER BEARBEITEN:  carrington-text */
/*--------------------------------------------------------------------------------------------------- */

body {
	/*background: #00356B url("../img/bg_ms.jpg") repeat-x 0 0;*/
	background:#808080 url(../img/bg_session.gif) repeat-x left top;
	font-family: "Lucida Grande", Calibri, Helvetica, Arial, sans-serif;
	/*font-size: 13px;*/
	margin: 0;
	padding: 0;
	text-align: center;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 970px; /*920px;*/
	/*background: #fff url("../img/bg_header_blue_white.png") repeat-x;*/
	background: #fff url("../img/bg_header_musiker_bloggen.png") repeat-x;
}

#page-margins { /*neu*/
	margin: 0 10px;
}

h1,h2,h3,h4,#header strong {
	/*font: 22px Georgia, "Times New Roman", serif;*/
	font-family: Georgia, "Times New Roman", serif;
	font-size: 183.33%; /* 22px */
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	color: #777;
	font-size: 166.66%; /* 20px */
}

h3 {
	color: #555;
	font-size: 150%; /* 18px; */
}

h4 {
	color: #333;
	font-size: 133.33% /* 16px; */
}

p,li,td {
	line-height: 150%;
}

ul,ol,dl,p {
	margin: 0 0 10px 0;
	padding: 0;
}

li {
	margin: 0 0 5px 30px;
}

input,textarea,select {
	font-family: "Lucida Grande", Calibri, Helvetica, Arial, sans-serif;
	font-size: 108,33%; /* 13px; */
	padding: 4px;
}

a,a:visited {
	color: #00f;
}

.clear {
	clear: both;
	display: block;
	float: none;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
	/*margin: 20px 40px;*/
	margin: 20px 0;
}

hr.divider {
	clear: both;
	float: none;
	padding: 0 20px;
	visibility: hidden;
}

.loading {
	background: url(../img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}

.loading span {
	display: block;
	padding: 17px 32px 0;
}

.under {
	margin-top: 20px;
}

.close {
	margin-bottom: 40px;
}

.close a,.close a:visited {
	color: #333;
	font-size: 1.17em; /*14px*/
}

#content {
	float: left;
	margin: 20px 0;
	width: 610px; /*560px;*/ /*background: #eee;*/
}

#sidebar {
	float: left;
	padding: 0 10px 0 40px;
	width: 290px; /*240px;*/
	margin: 2 0 0 20px;
}

#top a {
	display: none;
}

#header,#footer {
	margin: 0;
}

#blog-title a,#blog-title a:visited {
	color: #444;
	font-size: 2.5em /*30px;*/
	text-decoration: none;
}

#blog-description {
	color: #999;
}

#content .entry-content h1,#content .entry-content h2,#content .entry-content h3,#content .entry-content h4
	{
	margin: 18px 0 10px;
	padding: 0;
}

#content .notification {
	background: #ddd;
	color: #444;
	font-size: 0.92em; /* 11px; */
	padding: 7px;
}

#content div.hentry.post {
	margin-bottom: 40px;
}

#content .entry-title,#content .entry-title a,#content .entry-title a:visited {
	color: #444;
	margin-bottom: 10px;
	text-decoration: none;
}

#content .entry-title a:hover {
	text-decoration: underline;
}

#content div.entry-content {
	color: #444;
	margin-bottom: 10px;
}

#content .entry-content blockquote {
	border-left: 1px solid #ddd;
	margin: 0 0 10px 20px;
	padding: 7px 10px;
}

#content div.entry-content ol,#content div.entry-content ul {
	margin: 0 0 10px 30px;
	padding: 0;
}

#content div.entry-content ul {
	list-style: disc;
}

#content div.entry-content li,#content ol.archive div.entry-content li {
	margin: 0 0 5px 0;
	padding: 0;
}

#content p {
	font-size: 1.17em;  /* 14px */
}
#content div.entry-content p { /*neu*/
	font-size: 1.17em;  /* 14px */
}

#content .comments-link {
	margin-bottom: 15px;
}

#content p.comments-link a,#content p.comments-link a:visited {
	color: #333;
}

#content .by-line,#content .filed {
	/*font-family: Verdana, Arial, sans-serif;*/
	color: #777;
	font-size: 0.92em; /* 11px; */
	margin-bottom: 8px;
	margin-top: -5px;
}

#content .page .by-line {
	margin-top: 30px;
}

#content .by-line a,#content .by-line a:visited,#content .filed a,#content .filed a:visited
	{
	color: #c00; /*#555;*/
}

#content .by-line address {
	display: inline;
	font-style: normal;
}

#content .entry-editlink,#content .comment-editlink {
	visibility: hidden;
	float: right;
}

#content .hentry:hover .entry-editlink,#content .hentry:hover .comment-editlink
	{
	visibility: visible;
	float: right;
}

#content .comment-feed {
	padding-top: 5px;
	float: right;
}

#content a.comment-feed,#content a.comment-feed:visited {
	color: #333;
	font-size: 1em; /*12px*/
}

#content h2.comments {
	margin-bottom: 10px;
}

#content h3.pings {
	margin-top: 40px;
}

#content form.comment-form {
	color: #333;
	margin-bottom: 20px;
}

#content form.comment-form label em {
	color: #777;
	font-size: 0.92em; /* 11px; */
	font-style: normal;
}

#content .some-html-is-ok {
	color: #666;
	font-size: 0.92em; /* 11px; */
	font-style: normal;
}

#content .comment-form-trackback,#content .comment-form-trackback a,#content .comment-form-trackback a:visited
	{
	color: #555;
	font-size: 0.92em; /* 11px; */
}

#content ol.comments {
	margin: 0 0 20px 0;
	padding: 0;
}

#content ol.comments li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ol.comments .depth-2 {
	margin-left: 20px;
}

#content ol.comments .depth-3 {
	margin-left: 40px;
}

#content ol.comments .depth-4 {
	margin-left: 60px;
}

#content ol.comments .depth-5 {
	margin-left: 80px;
}

#content ol.comments .entry-content {
	color: #333;
}

#content ol.comments .meta {
	color: #777;
	font-size: 0.92em; /* 11px; */
	height: 25px;
	line-height: 25px;
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}

#content ol.pings .meta {
	height: 20px;
	line-height: 20px;
	padding-left: 0;
}

#content ol.comments .avatar {
	left: 0;
	position: absolute;
	top: 0;
}

#content ol.comments .meta a,#content ol.comments .meta a:visited {
	color: #777;
}

#content ol.comments .meta .author {
	color: #444;
	font-size: 1.17em; /* 14px; */
	font-weight: bold;
}

#content ol.comments .meta .author a,#content ol.comments .meta .author a:visited
	{
	color: #00f;
}

#content ol.comments .meta .comment-reply-link,#content ol.comments .meta .comment-reply-link:visited
	{
	color: #333;
}

#content .pagination {
	margin: 40px 0;
}

#content .pagination a,#content .pagination a:visited {
	color: #333;
}

#content .pagination .next {
	float: right;
}

#content ol.archive {
	color: #444;
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ol.archive li {
	margin: 0 0 20px;
	padding: 0;
}

#content ol.archive .meta,#content ol.archive .meta a,
#content ol.archive .meta a:visited {
	color: #777;
	font-size: 1.17em; /*14px*/
}

#content ol.archive li.search h3,#content ol.archive li.search p {
	line-height: 130%;
	margin-bottom: 5px;
}

#content ol.archive li.search .meta {
	line-height: 100%;
}

.screen-reader-text {
	display: none;
}  /*neu*/
#content ol.archive .entry-title {
	font: 18px Georgia, "Times New Roman", serif;
	line-height: 100%;
	margin-bottom: 5px;
}

#content ol.archive .hentry {
	margin-bottom: 0;
}

#sidebar {
	color: #444;
}

#sidebar h2 {
	font-size: 1.5em; /*18px*/
	margin: 20px 0 10px;
}

#sidebar .widget ul {
	margin: 0;
	padding: 0;
}

/*#sidebar .widget ul li {
	color: #999;
	font-size: 12px;
	list-style: disc;
	margin: 0 0 5px 16px;
	padding: 0;
}*/
#sidebar .widget ul li {
	color: #999;
	font-size: 1.17em;  /* 14px */
	background: url(../img/arrow-bullet.gif) no-repeat left top;
	list-style: none;
	padding-left: 1em; /* 12px */
	margin: 0 0 5px 2px;
}

#sidebar .widget a,#sidebar .widget a:visited {
	color: #555;
}

#sidebar .meta {
	font-size: 1em; /*12px*/
}

#carrington-about {
	color: #555;
	font-size: 0.92em; /* 11px; */
	line-height: 140%;
}

#carrington-about h2 {
	margin-top: 0;
}

#footer,#footer a,#footer a:visited {
	color: #999;
	font-size: 1em; /*12px*/
}

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

#generator-link {
	line-height: 30px;
}

#developer-link a,#footer p#developer-link a:visited {
	background: url(../img/by-crowd-favorite.png) no-repeat;
	display: block;
	float: right;
	height: 30px;
	overflow: hidden;
	text-indent: -32697px;
	width: 270px;
}

a#TB_prev :hover {
	background: url(../img/lightbox-left.png) no-repeat left center;
}

a#TB_next :hover {
	background: url(../img/lightbox-right.png) no-repeat right center;
}

#attachment p.top {
	padding: 5px 10px;
	text-align: left;
}

#attachment p.top a,#attachment p.top a:visited {
	color: #666;
}

#attachment h1 {
	margin: 10px 0;
}

#attachment a img {
	border: 0;
}

#attachment .nav,#attachment #footer {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	width: 900px;
}

#attachment .nav .next {
	float: right;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #eee;
	padding: 11px 6px 6px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption.alignleft {
	margin-left: 0;
}

.wp-caption.alignright {
	margin-right: 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 0.92em; /* 11px; */
	line-height: 17px;
	padding: 4px 0 0;
	margin: 0;
}

/* Logo */
#header {
	position: relative;
	border-bottom: 4px solid #CC0000;
}

#header a img { /*neu*/
	border: 0;
	margin: 35px 0 10px 0;
}
#header a img#logo2 { /*neu*/
	border: 0;
	margin: 6px 0 10px 0;
}

/* Logo Session Music */
#header #logo_session {position:  absolute; top: 24px; right: 0px;}
#header #twitter_feed {position:  absolute; top: 38px; right: 145px;}
#header #logo_session_film {position:  absolute; top: 0px; right: 145px;}

/* Header Navigation */
#nav {
	position: absolute; /* new */
	top: 28px;
	left: 290px;
}

#nav_main {
	background-color: transparent;
	overflow: hidden;
}

#nav_main ul {
	display: inline;
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav_main ul li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav_main #current a {
	background-position: 0 0;
	border-width: 0;
}

#nav_main a {
	float: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0;
	padding: 0 1px 0 0;
	text-decoration: none;
}

#nav_main #current a span {
	background-position: 100% 0;
	color: #CC0000;
	font-weight: bold;
}

#nav_main a span {
	color: #000;
	display: block;
	float: left;
	font-weight: bold;
	padding: 6px 8px 7px 1px;
	white-space: nowrap;
}

#website_link {
	position: absolute;
	width: 24px; /*150px;*/
	height: 24px; /*150px;*/
	right: 11px;
	top: 0px;
}

#twitter_link {
	position: absolute;
	width: 24px; /*150px;*/
	height: 24px; /*150px;*/
	right: 40px;
	top: 0px;
}

/* eingebettete Produkte */
.productInfo {
	overflow: hidden;
	padding: 5px 10px;
	background: #edf5ff;
	border-top: 1px solid #DDDDDD;
}

.productInfo h2 {
	font-weight: bold;
}

.productInfo span {
	font-size: 1.17em; /*14px*/
	line-height: 1.5em; /*18px*/
}

.productInfo .productDesc { 
	font-size: 1.17em; /*14px*/
	line-height: 1.3em;
}

.productInfo .img_left {
	float: left;
	padding: 0.3em 10px 0 0;
	/*	height: 270px;*/
}

.productInfo .img_left img {
	border: 1px solid #ccc;
}

.post .copyright,
.post .parseTime {
	display: none;
}

.productInfo .price,
.productInfo .uvp {
	/*font-family: "Arial Black", Arial, sans-serif;*/
	text-align: right;
	padding-right: 2px;
}

.productInfo .price {
	color: #DB0704;
	font-family: Arial, sans-serif;
	font-size: 2em; /*24px*/
	font-weight: bold;
	padding-top: 0.5em;
}

.productInfo .uvp {
	font-size: 1.17em; /*14px*/
}

.productInfo .available {
	clear: both;
	float: left;
	padding-top: 6px;
}

.productInfo .available img {
	vertical-align: middle;
}

.productInfo form {
	display: inline;
}

.productInfo button {
	border: 0;
	background: transparent;
	float: right;
	/*font-family: "Arial Black", Arial, sans-serif;*/
	font-size: 1em; /*12px*/
	font-weight: bold;
	text-align: right;
	padding: 0px;
	cursor: pointer;
}

.productInfo button img {
	vertical-align: middle;
}
