/*
Theme Name: synesix
Theme URI: http://www.synesix.com
Description: Webseite von synesix
Version: 1.0
Author: S&uuml;dlage GbR
Author URI: http://www.suedlage.com
License: Commercial
*/

* {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#012D52;
}

body {
	background-color:#ffffff;
}

.onlyPrint {
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.alignleft {
	float:left;
}

.clear {
	clear:both;
}

a.more-link {
	color:#009EE0;
	font-size:10px;
	font-weight:bold;
}

a.more-link:hover {
	color:#009EE0;
}

a:hover {
	color:#009EE0;
}

.current_page_item a,
.current_page_parent a {
	color:#009EE0;
}

.current_page_item a {
	color:#012D52;
}

#page_bg {
	width:100%;
	background:#ffffff url(images/blog_bg.jpg) no-repeat top center;
}

#page {
	margin:24px auto;
	width:792px;
}

/* logo */

h1.logo {
	float:right;
	width:73px;
	height:38px;
}

h1.logo a {
	float:right;
	width:73px;
	height:38px;
	text-indent:300px;
	overflow:hidden;
	background:url(images/logo_blog.jpg) no-repeat;
}

/* top menu */

.top {
	width:752px;
	height:150px;
	text-align:right;
	background:url(images/page_top_blog.gif) no-repeat;
}

.top a {
	display:inline-block;
	float:right;
	width:73px;
	height:38px;
	text-indent:300px;
	overflow:hidden;
	margin:20px 20px 0 0;
	background:url(images/logo_blog.jpg) no-repeat;
	
}

.top a:hover {
	color:#009EE0;
}

/* bottom menu (footer) */

.bottom {
	width:752px;
	height:100px;
	background:url(images/page_bottom_blog.gif) no-repeat;
}

/* content */

#content {
	width:750px;
	background-color:#ffffff;
	border-right:1px solid #009EE0;
	border-left:1px solid #009EE0;
}

.content {
	background:url(images/navbar_bg.gif) repeat-y left;
}

.headline {
	margin-left:13px;
	padding-top:43px;
	width:625px;
	border-bottom:1px solid #012D52;
}

.headline h2 {
	padding:0 0 10px 0px;
	font-size:14px;
	text-transform:none;
}

h2 {
	padding:0 0 5px 10px;
	font-size:14px;
	/*text-transform:uppercase;*/
}

/* menu (left)
.submenu {
	float:left;
	margin:13px 0 0 23px;
	height:500px;
	width:130px;
}

.submenu ul {
	margin-top:10px;
	list-style:none;
}

.submenu li {
	padding: 0 10px 7px 0;
	font-size:11px;
}

.current-cat a {
	color:#009EE0;
	font-weight:bold;
}

.submenu li a {
	font-size:11px;
	text-decoration:none;
}

.submenu h2 a {
	font-size:10px;
	text-decoration:none;
}

.submenu ul li ul li {
	margin-left:7px;
}

.submenu ul li ul li a {
	font-size:9px;
}

.submenu ul li.current-cat ul li a {
	font-weight:normal;
}

.submenu ul li.current-cat ul li.activ a {
	color:#009EE0;
	font-weight:bold;
}

.submenu .line {
	position:relative;
	left:-10px;
	height:1px;
	margin:6px 0 0 0;
	background-color:#012D52;
}
*/

/* searchform */

label.searchform_headline {
	padding-top:12px;
	margin-bottom:3px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

#searchfield {
	display:block;
	height:13px;
	width:73px;
	padding:4px;
	border:none;
	font-size:10px;
	background:url(images/form_searchinput_bg.gif) no-repeat left top;
}

#searchsubmit {
	margin-top:4px;
	font-size:10px;
}

/* iconbar */
.iconbar {
	margin-top:13px;
	width:62px;
}

.iconbar .icon_print {
	float:left;
	display:block;
	margin-bottom:7px;
	width:28px;
	height:27px;
	text-indent:-230px;
	overflow:hidden;
	background:url(images/icon_print.jpg) no-repeat top left;
}

.iconbar .icon_share {
	float:right;
	display:block;
	margin-bottom:7px;
	width:28px;
	height:27px;
	text-indent:-230px;
	overflow:hidden;
	background:url(images/icon_share.jpg) no-repeat top left;
}

.iconbar .icon_facebook {
	float:left;
	display:block;
	width:28px;
	height:27px;
	text-indent:-230px;
	overflow:hidden;
	background:url(images/icon_facebook.jpg) no-repeat top left;
}

.iconbar .icon_twitter {
	float:right;
	display:block;
	width:28px;
	height:27px;
	text-indent:-230px;
	overflow:hidden;
	background:url(images/icon_twitter.jpg) no-repeat top left;
}

/* min height spacer */

.minHeightSpacer {
	float:left;
	height:450px;
	width:13px;
	background:url(images/spacer13pxwhite.gif) no-repeat left top;
}


/* inner content */

p strong {
	font-size:11px;
	font-weight:bold;
	line-height:normal;
}


.innerContent {
	float:left;
	padding:30px 10px 26px 10px;
	width:700px;
}

/* post */
.post {
	margin-bottom:13px;
	padding:0 0 6px 0;
	line-height:17px;
	border-bottom:1px solid #012D52;
}

.post h2,
.page h2 {
	padding:0 0 10px 0;
}

.post h2 a,
.page h2 a {
	padding:0 0 10px 0;
	font-size:14px;
	/*text-transform:uppercase;*/
	text-decoration:none;
}

.post h3 {
	font-size:11px;
}

.entry p {
	font-size:11px;
	padding:0;
}

.single p {
	padding-bottom:11px;
}

.post a {
	font-size:11px;
}

.post a:hover {
	color:#009EE0;
}

/* post metadata */

.postmetadata {
	list-style:none;
}

.postmetadata li {
	float:left;
	margin:6px 0;
	padding:0 5px 0 5px;
	color:#009EE0;
	font-size:10px;
	font-weight:bold;
	line-height:normal;
	border-left:1px solid #009EE0;
}

.postmetadata li:first-child {
	border-left:none;
	padding-left:0;
}

.postmetadata li a {
	color:#009EE0;
	font-size:10px;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
}

/* post page navigation */
.postPageNav .olderEntries {
	float:left;
}
.postPageNav .olderEntries a {
	padding:0 0 0 18px;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	background:url(images/arrow_blue_left_small.gif) no-repeat left 2px;
}
.postPageNav .newerEntries {
	float:right;
}
.postPageNav .newerEntries a {
	padding:0 18px 0 0;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	background:url(images/arrow_blue_right_small.gif) no-repeat right 2px;
}

/* comment */

.comment {
	margin-bottom:13px;
	font-size:10px;
	line-height:normal;
}

/* comment metadata */

.commentmetadata {
	list-style:none;
}

.commentmetadata li {
	float:left;
	margin:2px 0 0 0;
	padding:0 0 0 2px;
	color:#009EE0;
	font-style:italic;
	font-size:10px;
	font-weight:bold;
	line-height:normal;
}

.commentmetadata li:first-child {
	padding-left:0;
}

/* comment formular */

#respond {
	padding:0 0 6px 0;
	line-height:16px;
}

#respond h3 {
	padding:13px 0 0 0;
	font-size:10px;
	text-transform:uppercase;
}

label {
	display:block;
	margin-bottom:8px;
	font-size:10px;
	line-height:normal;
}

.required {
	float:right;
	margin:20px 0 0 0;
	font-size:10px;
}

.required span {
	font-size:10px;
}

/* Name (author) and input */
.comment_name {
	float:right;
}

#author {
	display:block;
	width:224px;
	height:13px;
	padding:4px;
	border:none;
	font-size:10px;
	background:url(images/form_textinput_bg.gif) no-repeat;
}

/* Mail and input */
.comment_mail {
	float:right;
}

#email {
	display:block;
	width:224px;
	height:13px;
	padding:4px;
	border:none;
	font-size:10px;
	background:url(images/form_textinput_bg.gif) no-repeat;
}

/* Message and Textarea */
.comment_message {
	float:left;
}

#comment {
	width:216px;
	height:143px;
	padding:4px;
	border:none;
	font-size:10px;
	background:url(images/form_textarea_bg.gif) no-repeat;
}

/* captcha */
#captchaImgDiv {
	float:right;
	width:232px;
}

#captchaImgDiv div a {
	float:left;
}

#captcha_code {
	float:right;
	display:block;
	width:73px;
	height:13px;
	padding:4px;
	border:none;
	font-size:10px;
	background:url(images/form_captchainput_bg.gif) no-repeat;
}

#submit {
	margin:13px 0 0 0;
}

/*
#page div.bottom div.menu ul.qtrans_language_chooser li {
	border-left:1px solid #012D52;
}

#page div.bottom div.menu ul.qtrans_language_chooser li:first-child {
	border-left:none;
}

#page div.bottom div.menu ul.qtrans_language_chooser li a {
	margin:0 4px;
}

#page div.bottom div.menu ul.qtrans_language_chooser li.active a span {
	color:#009EE0;
}*/
