/* CSS Document */

/*typography*/

body {
	background-color: #ebdcd5;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

p, li, td {
    line-height: 1.6em;
    margin: 0 0 1em;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Century Gothic", Helvetica, Arial, sans-serif;
    line-height: 1.2em;
}
h1 {
    font-size: 2.4em;
    font-weight: bold;
}
h2 {
    font-size: 2.0em;
    font-weight: bold;
}
h3 {
    font-size: 1.7em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 0.9em;
    font-weight: bold;
}
pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.8em;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.small {
    font-size: 0.8em;
}
a {
	color: #333;
}
a:hover {
	color: #a33;
}

/*layout*/

#accessibility {
	position: absolute;
	top: -1000px;
	display: none;
}

#container {
	width: 915px;
	margin: 0 auto;
}

/*logo*/
#logo {
	width: 300px;
	float: right;
}
#siteTitle a {
	background: url(../images/logo.png) no-repeat;
	text-indent: -3000px;
	width: 300px;
	height: 130px;
	display: block;
}

/*navi*/
#topNav {
	width:600px;
	height: 40px;
	padding: 90px 10px 0 5px;
	background: url(../images/topNav.png) bottom no-repeat;
	float: left;
}
ul.mainNav {
	padding: 1px 0 0;
}
ul.mainNav li {
	display: inline;
	line-height: 0;
	margin: 0 -4px 0 0;
}
ul.mainNav li a {
	width: 118px;
	height: 25px;
	padding: 11px 0 0;
	display: inline-block;
    font-family: "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
	text-align: center;
	text-decoration: none;
	color: #111;
	border-left: 1px solid #BC937F;
	border-right: 1px solid #BCA296;
}
ul.mainNav li a.firstLink {
	border-left: none;
}
ul.mainNav li a.lastLink {
	border-right: none;
}
ul.mainNav li a:hover {
	font-weight: bold;
}
ul.mainNav li a.active {
	font-weight: bold;
}

/*head*/
#head {
	background: url(../images/title.jpg);
	width: 900px;
	padding: 0 10px 0 5px;
	height: 250px;
	display: block;
	clear: both;
}
#siteClaim {
	display: none;
}

/* content */
#content {
	width: 900px;
	padding: 0 10px 0 5px;
	background: url(../images/contentBackground.png);
}

#mainContent {
    float: left;
	width: 560px;
	padding: 10px 20px;
}
#mainContent h3, #mainContent h2, #mainContent h4 {
	background: url(../images/heading.png) no-repeat 0px 2px;
	padding-left: 35px;
    margin: 5px 0 0.5em;
    clear: both;
}
#mainContent h5 {
    font-weight:bold;
    margin: 0 0 0.5em;
}

.published, .readon a {
    font-weight: bold;
    font-size: 0.85em;
}
.comments_invite {
    font-size: 0.85em;
}
.vcard .fn {
    font-size: 0.85em;
    font-weight: bold;
}

.prodThumb {
    width: 200px;
    float: left;
    margin: 0 10px 5px 0;
}
#mainContent .entry-content ul {
    list-style: disc;
    margin: 0 0 0 15px;
}
#mainContent .entry-content ul li {
    margin: 0 0 0.5em;
}

.rightFlow {
    float: right;
}

.divider {
    clear: left;
    border-bottom: 1px solid #caa;
    height: 10px;
    margin: 0 0 20px;

}
.leftClear {
    clear: left;
}
.clearer {
	clear: both;
}

/*sidebar*/
#sideBar {
    float: right;
    width: 260px;
    padding: 10px 20px;
}
#sideBar h3 {
    margin: 5px 0 0.5em;
    clear: both;
}

.tweetBody  {
    margin: 0;
    background-color: #B79585;
    color: #333;
    font-size: 0.9em;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.tweetDate {
    font-size: 0.75em;
    padding: 2px 0 0 30px;
    margin: 0 0 5px;
    background: url(../images/speakers_corner.png) 8px 0 no-repeat;
    color: #333;
}

/* footer */
#footer {
	clear:both;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	background: url(../images/footer.png) no-repeat;
	width: 900px;
	height: 20px;
	padding: 20px 10px 20px 5px;
}
#footer p {
	margin-left: 20px;
}

/* kommentare */
ol.comments li {
}
ol.comments li p, #cpreview p {
    margin: 0;
    background-color: #B79585;
    color: #333;
    font-size: 0.9em;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
ol.comments li .small, #cpreview p.small {
    font-size: 0.75em;
    padding: 8px 0 0 5px;
    background: none;
    background: url(../images/speakers_corner.png) 8px 0 no-repeat;
    border:none;
    color: #333;
}

label.left {
float: left;
text-align: left;
width: 80px;
margin: 5px 5px 0 0;
font-size: 1.2em;
color: #766;
}

input, textarea {
border: 1px solid #caa;
border-bottom-color: #ecc;
border-right-color: #ecc;
font-family: Helvetica, Arial, sans-serif;
color: #663333;
background: url(../images/form_background.png);
padding: 5px;
margin: 0 0 5px;
}
input {
    font-size: 1em;
}
input:hover, textarea:hover {
    border-width: 2px;
    padding: 4px;
}

fieldset {
border-top: 1px solid #caa;
border-bottom: 1px solid #caa;
padding: 10px 0;
}

form br {
clear: both;
}
#txpCommentHelpLink {
    font-size: 0.85em;
    margin-left: 85px;
}
input[type=checkbox] {

    margin: 5px 0 15px 85px;;
}
input[type=submit]#txpCommentPreview {
    margin-left: 85px;
}
input[type=submit] {
	font-size: 1.2em;
    background: none;
    background-color: #edd;
    border-color: #caa;
}
input[type=submit]:hover {
    background-color: #fee;
}
.remember {
    font-size: 0.85em;
}
ul.comments_error{
    margin: 20px 0;
}
ul.comments_error li {
    line-height: 1em;
    margin: 5px 0;
    color: #c00;
    font-size: 1.4em;
}
/*kontaktformular*/
#mainContent .entry-content form.zemContactForm ul {
    margin: 20px 0 0;;
    padding: 0;
}
form.zemContactForm li {
    list-style: none;
    margin: 0;
    padding: 0;
}
form.zemContactForm li label {
    float: left;
    text-align: left;
    width: 100px;
    margin: 5px 5px 0 0;
    font-size: 1.2em;
    color: #766;
}
form.zemContactForm input, form.zemContactForm textarea {
    width: 350px;
    padding: 10px 10px 6px;
}
form.zemContactForm input:hover, form.zemContactForm textarea:hover {
    padding: 9px 9px 5px;
}
form.zemContactForm select {
    width: 220px;
border: 1px solid #caa;
border-bottom-color: #ecc;
border-right-color: #ecc;
font-family: Helvetica, Arial, sans-serif;
color: #663333;
background: url(../images/form_background.png);
padding: 5px;
margin: 0 0 5px;
}
form.zemContactForm input[type=submit] {
    width: 100px;
    font-size: 1.2em;
    background: none;
    background-color: #edd;
    border-color: #caa;
    margin-left: 105px; 
}

