/*
Theme Name: MS.C 2010
Theme URI: http://www.martin-schuster.com/
Description: The MS.C 2010 theme based on the Journalist theme from <a href="http://lucianmarin.com/">Lucian E. Marin</a>.
Version: 1.0
Author: <a href="http://martin-schuster.com/">Martin Schuster</a>
Tags: white, two columns, fixed width, light, minimal, microformats
by Martin Schuster - martin-schuster.com
*/

/*
----------------------------------------------------------------
	B A S E
---------------------------------------------------------------- */

body {
	background: #fff url('images/top.gif') repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 0;
	margin: 0;
}

* {
	padding:0;
	margin:0;
}

a {
	color: #666;
	text-decoration: none;
}

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

blockquote { 
	background: url('images/quote.gif') no-repeat bottom right;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-style: italic;
	color: #666;
	min-height: 50px;
	margin: 15px 20px;
	padding: 0 20px;
}

blockquote cite { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	display: block;
	margin-top: 10px;
}

abbr {
	border: none;
}

acronym  {
   cursor: help;
 }


/*
----------------------------------------------------------------
	C O N T A I N E R
---------------------------------------------------------------- */

#container {
	width: 680px;
	margin: 40px auto 0 auto;
	position: relative;
}

/*
----------------------------------------------------------------
	H E A D E R
---------------------------------------------------------------- */

/* (de) Klassen für unsichtbare Elemente im Basislayout */
.skip, .hideme, .print {
	position: absolute;
    top: -32768px;
    left: -32768px; /* LTR */
}

/* (de) Skip-Links für Tab-Navigation sichtbar schalten */
.skip:focus,
.skip:active {
    position: static;
    top: 0;
    left: 0;
}

/* skiplinks: technical setup */
#skiplinks {
    position: absolute;
    top: 0px;
    left: -32768px;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;   
}
 
#skiplinks a.skip:focus,
#skiplinks a.skip:active {
    left: 32768px;
    outline: 0 none;
    position: absolute;
    width: 100%;
} 

#header h1 a {
	background: #fff url('images/martin-schuster-com.jpg') no-repeat;
	width: 500px;
	height: 115px;
	text-indent: -9000px;
	padding: 0;
	margin: 0 0 30px 0;
	overflow: hidden;
	float: right;
}

#header h1 a:hover {
	background:url('images/martin-schuster-com.jpg') no-repeat 0 -120px;
}

/*
----------------------------------------------------------------
	L O G O
---------------------------------------------------------------- */

#logo {
	float: left;
	width: 150px;
	height: 121px;
	background: #fff url('images/msc-logo.png') no-repeat center center;
	text-indent: -9000px;
	padding: 0;
	margin: 0;
}

/*
----------------------------------------------------------------
	C O N T E N T
---------------------------------------------------------------- */

#content {
	float: right;
	width: 500px;
}

#content h2 {
	font-size: 40px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, Serif;
	text-align: center; color: #000;
	background: url('images/underline.gif') no-repeat bottom center;
	padding: 0 0 10px 0;
	margin: 0 20px 20px 20px;
}

#content h2 a {
	color: #000;
	text-decoration: none;
}

#content h3 {
	text-align: left;
}

#content h3.title {
	overflow: hidden;
	text-align: left;
	background: #eee url('images/star-fff.png') no-repeat right bottom;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0px 10px;
}

#content h3.title a {
	display: block;
	overflow: hidden; 
	color: #000;
}

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

#content blockquote p {
	text-indent: 0;
}

#content .date { 
	display: block; width: 100px; height: 30px; 
	overflow: hidden; text-align: center; 
	float: left; background-color: #000;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
}

/* Teaser */
#content .teaser-comment { 
	display: block; overflow: hidden;
	width: 28px; height: 28px; float: right;
	border: 1px solid #ccc;
	border-top: none;
	font-size: 11px;
	line-height: 28px;
	text-align: center;
}
#content .teaser-comment:hover { 
	background-color: #eee;
}	

#content .teaser p {
	margin: 0;
	text-indent: 0px;
}
#content .teaser p:first-letter { 
	float: left;
	margin: 0 5px 0 0;
	font-size: 50px;
	line-height: 80%;
}

#content .teaser-img {
	margin: 0 20px 0 0;
	float: left;
}

/* F O R M U L A R E */

#content textarea, #content input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	width: 488px;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
}

#content input:focus, #content textarea:focus {
	background-color: #fff;
}

#content input[type=submit] {
	background-color: #000;
	border: none;
	display: block;
	font-size: 12px;
	width: 200px;
	color: #ccc;
	margin: 10px 0;
	padding: 5px 10px;
}

#content input[type=submit]:hover {
	cursor: pointer;
	background-color: #693;
	color: #fff;
}

#content form label {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 11px;
	color: #666;
}

.main {
	margin: 0 0 20px 0;
}

.main h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin:0 0 15px 0;
}

.main h4 {
	font-size: 14px;
	margin: 0 0 15px 0;
}

.main img, .main a img, .main a:hover img {
	border:0 none;
	text-decoration: none;
}

.main p {
	line-height: 20px;
	text-indent: 15px;
	margin: 0 0 15px 0;
}

.main small {
	padding: 5px 0;
	color: #333;
}

.main ol,
.main ul {
	line-height: 18px;
	margin:0 0 15px 15px;
	list-style: none;
}

.main ul li {
	margin: 5px 0;
	padding: 0 0 0 20px;
	background: url('images/point-10-ccc.png') no-repeat 0 5px;
}

.main ul li:hover {
	background: url('images/point-10-ccc-full.png') no-repeat 0 5px;
}

.main ul.blogroll li a {
	font-size: 120%;
}

.main .link_pages {
	font-size: 90%;
	text-align: center;
}
/* F O T O G R A F I E */

#fotografie {
	margin: 0 0 20px 0;
}

#fotografie a img.fotografie {
	padding: 5px; margin: 3px;
	border: 3px solid #eee;
}
#fotografie a:hover img.fotografie {
	border: 3px solid #ccc;
}

/* P O R T F O L I O */

ul#filter { 
	float: left; list-style: none; margin: 10px 0; width: 100%;  }
ul#filter li { 
	float: left;
	background: #eee;
	margin: 0 10px 10px 0;
	padding: 0 10px;
	font-size: 15px;
	line-height: 30px;
}
ul#filter li.current {
	background: #000;
}
ul#filter a { color: #666; }
ul#filter a:hover { color: #000; }
ul#filter li.current a { color: #fff; }

ul#portfolio { 
	float: left;
	list-style: none;
	margin: 0;
}
ul#portfolio li { 
	background: #fff;
	border: 3px solid #eee;
	float: left;
	font-size: 90%; 
	margin: 5px; 
	padding: 8px;
	height: 190px;
	width: 218px;
}
ul#portfolio li:hover { 
	background: #fff;
	border: 3px solid #ccc;
}
ul#portfolio img { border: 1px solid #ccc; display: block; padding: 0; margin: 0 0 5px 0; width: 216px }
ul#portfolio li sub { color: #999; cursor: help; }

.meta {	
	color: #333;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 20px 0;
	border-top: 1px solid #ccc;
}

.signature {
	float: left;
	text-align: right;
	padding: 5px 10px 0 0;
	border-right: 1px solid #ccc;
	width: 190px;
}

.tags {
	float: left;
	padding: 5px 5px 0 10px;
	width: 250px;
}

.navigation {
	background: #eee;
	font-size: 11px;
	padding: 10px;
	margin: 0 0 20px 0;
}

.navigation a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.navigation a:hover {
	color: #333;
	text-decoration:none;
}

.navigation span.current {
	padding: 1px 5px;
	color: #fff;
	background: #666;
}
.navigation a.page-numbers {
	margin: 0 5px
}


/*
----------------------------------------------------------------
	S I D E B A R
---------------------------------------------------------------- */

#sidebar {
	font-size: 13px;
	text-align: left;
	float: left;
	width: 150px;
	padding: 0 15px 20px 0;
	margin: 0 0 20px 0;
}
#sidebar a {
	color: #333;
}
#sidebar a:hover {
	color: #000;
	text-decoration: none;
}

#sidebar h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
	padding: 0 10px;
	margin: 0;
	background: #eee url('images/star-fff.png') no-repeat right center;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	border-top: 3px solid #000;
}

#sidebar ul li {
	padding: 5px 10px; margin: 0;
	border-bottom: 1px solid #000;
}

#sidebar ul li:hover {
	border-bottom: 1px solid #693;
}

#sidebar #search {
	border-top: 3px solid #000;
}

/*
----------------------------------------------------------------
	F O R M U L A R E
---------------------------------------------------------------- */

#searchform {
	margin: 15px 10px;
}

#searchform #s {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #fff;
	margin: 2px 0;
	padding: 2px 5px;
	border: 1px solid #ccc;
	color: #333;
}

#searchform #s:hover {
	cursor:text;
}

#searchform input.submit,
input[type=submit] {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #000;
	border: none;
	display: block;
	color: #ccc;
	margin: 5px 0 10px 0;
	padding: 5px 10px;
}

#searchform input.submit:hover,
input[type=submit]:hover {
	cursor: pointer;
	background-color: #693;
	color: #fff;
}

input.comment {
	background-color:#f6f6f6;
	font-size:11px;
	padding:2px 4px;
	border:#aaa 1px solid;
	color:#222;
}

/*
----------------------------------------------------------------
	K O M M E N T A R E
---------------------------------------------------------------- */

#commentinput small {
	font-size: 11px;
}

h3.reply {
	font-size:15px;
	margin:0 0 10px 0;
}

.nocomments {
	margin:0 0 30px 0;
}

ol.commentlist {
	font-size: 12px;
	list-style: none;
	margin: 10px 0 30px 0;
}

.commentlist li {
	border-top: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.commentlist li.bypostauthor {
	border-top: 3px solid #ccc;
}

.comment_mod {
	margin: 10px;
}

.comment_mod em {
	background-color: #fff897;
	padding: 2px 4px;
}

.comment_author {
	float: left;
	width: 190px;
	text-align: right;
	padding: 5px 10px 0 0;
	border-right: 1px solid #ccc;
}

.comment_author img {
	float:left;
	margin:3px 12px 0 0;
}

.comment_author p {
	line-height: 18px;
}

.comment_author small {
	font-size: 90%;
}

.comment_text {
	float: left;
	padding: 5px 5px 0 10px;
	width: 282px;
}

.comment_text p {
	line-height: 18px;
}

.comment_text li {
	border-top:none;
	padding:0;
}

.comment_meta {
	font-size:12px;
}

#commentform p {
	line-height:18px;
	margin:0 0 15px 0;
}

/*
----------------------------------------------------------------
	F O O T E R
---------------------------------------------------------------- */

#footer {
	background: #fff url('images/bottom.gif') repeat-x bottom center;
	margin: 0 auto;
	padding: 40px 0 10px 0;
	position: relative;
}
#footer .footer-content {
	width: 680px;
	margin: 0 auto;
}
#footer .vcard {
	border-top: 3px solid #000;
}
#footer p {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding: 10px 0;
}

#footer p.powered {
	border-top: 1px solid #000;
	margin: 10px auto;
	padding: 10px;
}

#qrcode {
    position: absolute;
    top: 0px;
    left: -32768px;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;   
}

.clear {
	clear:both;
}

.warning p {
	background: url('images/warning.gif') no-repeat left;
	height: 160px;
	padding: 20px 0 0 90px;
	font-size: 20px;
	margin: 0 0 0 10px;
}

/*
----------------------------------------------------------------
	W O R D P R E S S  B A S E D
---------------------------------------------------------------- */


#wp-calendar {
	padding: 10px 0 0 0;
	font-size: 12px;
}

#wp-calendar caption {
	text-align: left;
	padding: 0 0 5px 0;
}

#wp-calendar tr th,
#wp-calendar tr td {
	padding:0 6px 0 0 ;
	text-align:right;
}

#wp-calendar td a {
	font-weight:bold;
}

#wp-calendar td a:hover {
	font-weight:bold;
}

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

.wp-caption {
	margin-bottom: 10px;
}

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

.wp-caption a img {
	border: none;
}

.wp-caption a:hover img {
	border: none;
}

.wp-caption p.wp-caption-text, .gallery-caption {
   text-indent: 0px;
   font-size: 0.85em;
   line-height: 1.3em;
   font-style: normal;
   color: #666;
   padding: 5px 0;
   margin: 0;
}

.wp-caption-dd {
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}

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

img.alignleft {
	margin: 0 20px 0 0;
}

img.alignright {
	margin: 0 0 0 20px;
}

div.alignleft {
	margin: 0 20px 0 0;
}

div.alignright {
	margin: 0 0 0 20px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
}

/* S T I C K Y */

#content .sticky h3 a {
	/*color: #693;*/
}

#content .sticky p {
	/*font-style: italic;*/
}


/* Self-clear floats */

.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*
----------------------------------------------------------------
	I E  H A C K S
---------------------------------------------------------------- */

* html .group {
	height: 1%;
}

*:first-child+html .group {
	min-height: 1px;
}