/*  
Theme Name: schmuziger.com
Theme URI: http: //schmuziger.com/
Description: schmuziger.com - Marc Schmuziger - created by <a href="http://3tho.com">3tho.com</a>
Version: 1.0
Author: 3tho.com
Author URI: http: //3tho.com/

Hi and welcome! Thanks for your interest in the sourcecode.
This website is created by 3tho.com for schmuziger.com - Marc Schmuziger.
All copyrights reserved!

*/

* {
	margin: 0;
	padding: 0;
}
a img { border: 0;}
body {
	background: #fff;
	font: 62.5%/125% "Trebuchet MS", Helvetica, Verdana, Arial, "Sans Serif";
	color: #222;
	overflow-y: scroll;
	padding: 0 0 30px 0;
}
#wrap {
	margin: 0 auto;
	width: 775px;
	font-size: 1.1em;
	background: url(img/cbg.png) repeat-y top left;
	position: relative;
}
#header {
	height: 227px;
	background: #fff;
}
.clear {
	clear: both;
	display: block;
}
h1 {
	float: left;
}
h1 a {
	display: block;
	width: 207px;
	height: 227px;
	background: url(img/logo.jpg) no-repeat top left;
}
h1 a span {
	display: none;
}
#news {
	float: right;
	width: 370px;
	height: 145px;
	text-align: left;
}
#newsitem {
	position: absolute;
	top: 0;
	right: 0;
	width: 370px;
	height: 145px;
	background: url(img/newsbg.png) no-repeat top left;
}
#newsitem .date {
	margin: 50px 60px 0 45px;
	color: #bbb;
	font-size: 1.3em;
	line-height: 1.1em;
}
#newsitem h2 {
	margin: 6px 60px 0 45px;
	font-size: 1.7em;
	line-height: 1.3em;
}
#newsitem h2 a {
	color: #aaa;
	text-decoration: none;
	border-bottom: 0;
	font-weight: normal;
}
#newsitem h2 a:hover {
	color: #999;
	border-bottom: 1px solid #ddd;
}
#nav {
	clear: right;
	float: right;
	width: 568px;
	height: 82px;
	background: url(img/navbg.png) no-repeat top left;
}
#nav ul {
	float: right;
	margin: 22px 36px 0 0;
}
#nav li {
	float: left;
	list-style: none;
}
#nav li a {
	display: block;
	float: left;
	padding: 0 18px;
	line-height: 50px;
	font-size: 1.6em;
	color: #555;
	text-decoration: none;
}
#nav li a:hover {
	padding: 0 17px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	color: #111;
}
.blog #nav li a.n3, .p2 #nav li a.n1, .p3 #nav li a.n2, .p6 #nav li a.n4, .p28 #nav li a.n5 {
	background: url(img/active.gif) no-repeat 50% 100%;
	padding: 0 17px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	color: #111;
}
#contcont {
	clear: both;
	background: url(img/cbg-h.png) no-repeat top left;
  	overflow: hidden; /* clearing contained floats */
}
#content {
	float: left;
	width: 415px;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 8px 0 0 0;
}

#content .item {
	margin: 20px 0 0 55px;
}
#content h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #444;
	font-weight: normal;
}
#content h3.title {
	font-size: 1.5em;
	line-height: 1.3em;
	color: #444;
	font-weight: normal;
}
#content h3 {
	font-size: 1.3em;
	color: #444;
	margin: 4px 0;
	font-weight: normal;
}
#content h4 {
	margin: 4px 0;
	font-size: 1.1em;
	color: #444;
	font-weight: normal;
}
#content p {
	font-size: 1em;
	color: #222;
	margin: 5px 0 15px 0;
	font-weight: normal;
}
#content blockquote, #content quote, #content cite {
	border-left: 2px solid #ddd;
	background: #fcfcfc;
	font-size: 1em;
	color: #222;
	padding: 10px;
	margin: 5px 0 15px 10px;
}
#content ul {
	margin: 10px;
}
#content ul li {
	list-style: none;
	padding: 5px 0 0 11px;
	background: url(img/li.gif) no-repeat 0 11px;
}
#content a, #subcontent a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}
#content a:visited, #subcontent a:visited {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
#content a:hover, #subcontent a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fb7;
}

#subcontent {
	float: right;
	width: 320px;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 8px 0 0 0;
	color: #444;
}
#subcontent span {
	font-size: 0.9em;
	line-height: 1.1em;
	color: #888;
}
#subcontent h2, #subcontent h3, #subcontent h4 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 8px 0;
}
#subcontent #nimg, #subcontent #desc {
	margin: 20px 55px 0 0;	
}
#subcontent ul ul {
	margin: 5px;
}

#subcontent ul li h4 {
	line-height: 2em;
	font-size: 1.1em;
	color: #888;
	margin: 10px 0 0 0;
}

.page #subcontent ul li {
	list-style: none;
	padding: 5px 0 0 11px;
	background: url(img/li2.gif) no-repeat 0 9px;
}

#foot {
	clear: both;
	height: 81px;
	background: url(img/cbg-f.png) no-repeat top left;
	padding: 0 55px;
}

#foot p {
	color: #bbb;
}
#foot a {
	color: #bbb;
	text-decoration: none;
}
#foot a:hover {
	color: #888;
	text-decoration: underline;
}
#copy {
	float: left;
	font-size: 1em;
	line-height: 1.3em;
	margin: 40px 0 0 0;
	padding: 3px 0 0 45px;
	background: url(img/logo-s.gif) no-repeat 0 0;
}

a#credits {
	display: block;
	float: right;
	margin: 45px 0 0 0;
	width: 100px;
	height: 20px;
	background: url(img/sicher.gif) no-repeat 0 0;
	text-indent: -9999em;
	overflow: hidden;
}
a#credits:hover {
	background: url(img/sicher.gif) no-repeat 0 -20px;
}
/* Begin Contact Form CSS */
/* contactform */
div.intouch {
	margin: 12px 0 0 0;
}
div.intouch form {
	margin: 0 5px;
}
div.intouch div.inputfield { 
	padding: 1px 0px 1px 20px;
}

div.intouch label { 
	display: block;
	font-size: 1.0em;
	letter-spacing: 0.1em;
}
div.intouch div.inputfield input, div.intouch div.inputfield textarea {
	width: 310px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	padding: 0.05em 0.1em;
}
div.intouch div.inputfield textarea {
	width: 309px;
	height: 140px;
	}
div.intouch div.inputfield input.submitbutton {
	padding: 3px 0;
	width: 314px;
	font-size: 1.2em;
	background: url(img/formsubmitbg.png) no-repeat top left;
	border-top: 1px solid #bbb;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #bbb;
}

div.intouch div#usermessage {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	min-height: 1.1em;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
}

div.intouch .error {
	border: 1px solid #FF0000 !important;
}
/* End Contact Form CSS */
.blog #wrap {
	background: url(img/bcbg.png) repeat-y top left;
}
.blog #contcont {
	background: url(img/bcbg-h.png) no-repeat top left;
}
.blog #content {
	width: 510px;
}
.blog #subcontent {
	width: 225px;
}
.blog #subcontent h2 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 15px 0 0 0;
	color: #888;
}
.blog #subcontent a {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}
.blog #subcontent a:visited {
	text-decoration: none;
	border-bottom: 1px solid #eee;
}
.blog #subcontent a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fb7;
}
.blog #subcontent ul {
	margin: 20px 55px 0 0;
}
.blog #subcontent ul ul {
	margin: 2px 5px;
}
.blog #subcontent ul ul ul {
	margin: 0;
}
.blog #subcontent ul li {
	list-style: none;
	padding: 0 0 20px;
	background: url(img/spacer-s.png) no-repeat 50% 100%;
}
.blog #subcontent ul ul li {
	list-style: none;
	padding: 5px 0 0 11px;
	background: url(img/li2.gif) no-repeat 0 9px;
}
.blog .morelink {
  position: relative;
  top: -10px;
}
.blog img.postthumbnail {
  float: left;
  margin: 6px 10px 3px 0;
}
div.textwidget {
	padding: 4px;
}
li.widget_search {
	margin: 15px 0 5px 0;
}
li.widget_search div {
	padding: 10px;
	text-align: center;
	background: #fafafa;
}
li.widget_search div input {
	width: 125px;
	margin: 1px 0;
}
.blog #subcontent .widget_rss a {
	border-bottom: 0;
}
.blog #subcontent .widget_rss li a {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}
.blog #subcontent .widget_rss li a:visited {
	text-decoration: none;
	border-bottom: 1px solid #eee;
}
.blog #subcontent .widget_rss li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fb7;
}
.blog #foot {
	background: url(img/bcbg-f.png) no-repeat top left;
}
#content p.meta {
	clear: both;
	font-size: 0.9em;
	color: #888;
	padding: 0 0 18px;
	background: url(img/spacer-c.png) no-repeat 50% 100%;
}
#content p.meta a {
	color: #888;
	text-decoration: none;
	border-bottom: 0;
}
#content p.meta a:hover {
	color: #444;
}
#comwrap {
	margin: 20px 0 0 55px;
}
h3#comments {
	margin: 0 30px 20px 30px;
	color: #aaa;
}
h3#respond {
	margin: 20px 30px 0 30px;
	color: #aaa;
}
#content .comment {
	margin: 0 40px;
	padding: 15px 0 15px 0;
	background: url(img/spacer-com.png) no-repeat 50% 100%;
	font-size: 1em;
	line-height: 1.1em;
}
#content .comment p {
	color: #666 !important;
}
#commentform {
	margin: 15px;
	padding: 20px;
	background: #f8f8f8;
	border-top: 1px solid #fff;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #fcfcfc;
}
#content  p.author {
	display: inline;
	font-size: 1.0em;
	font-weight: bold;
	color: #666 !important;
}
#content  p.author a {
	color: #666 !important;
}
#content  p.commentmetadata {
	display: inline;
	padding: 0 0 0 5px;
	font-size: 0.8em !important;
	color: #888;
	font-weight: normal;
}
#content p.commentmetadata a {
	color: #888;
	text-decoration: none;
	border-bottom: 0;
}
#commentform input {
	width: 180px;
}
#commentform label {
	font-size: 1.1em;
}
#commentform textarea {
	width: 380px;
}
a.centered {
	display: block;
	text-align: center;
	color: #666;
}
a.nobo {
	border-bottom: 0 !important;
}
.textwidget p {
margin: 5px 0;
}
.textwidget h5 {
margin: 10px 0 5px 0;
font-size: 1.0em;
font-weight: bold;
}
