/*
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:#345775;
}

.onlyPrint {
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.alignleft {
	float:left;
}

.clear {
	clear:both;
}

a.more-link {
	color:#97A5C8;
	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:#345775 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:652px;
	height:42px;
	text-align:right;
	background:url(images/page_top_blog.gif) no-repeat;
}

.top a {
	display:inline-block;
	margin-top:34px;
	padding:0 16px 0 18px;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	background:url(images/arrow_blue_left.gif) no-repeat 0 2px;
}

.top a:hover {
	color:#009EE0;
}

/* bottom menu (footer) */

.bottom {
	width:652px;
	height:100px;
	background:url(images/page_bottom_blog.gif) no-repeat;
}

/* content */

#content {
	width:652px;
	background-color:#FFFFFF;
}

.headline {
	margin-left:13px;
	padding-top:43px;
	width:625px;
	border-bottom:1px solid #012D52;
}

.headline h2 {
	padding:0 0 5px 10px;
	font-size:14px;
	text-transform:none;
}

.content {
	background:url(images/navbar_bg.gif) repeat-y left;
}

h2 {
	font-size:10px;
	text-transform:uppercase;
}

/* menu (left) */
.submenu {
	float:left;
	margin:0 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;
	overflow:hidden;
}

.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;
}

.submenu p {
	font-size:11px;
}

.submenu a {
	font-size:11px;
}

.submenu .infotext {
	padding:17px 10px 0 0;
}

/* 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:500px;
	width:13px;
	background:url(images/spacer13pxwhite.gif) no-repeat left top;
}

/* inner content */

p strong {
	font-size:10px;
	font-weight:bold;
	line-height:normal;
}


.innerContent {
	float:left;
	padding:13px 16px 26px 0;
	width:469px;
}

/* post */

.post h2 a,
.page h2 a {
	padding:0 0 20px 0;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}

.post h2 {
	display:inline-block;
	padding:0 0 20px 0;
	font-size:10px;
	text-transform:uppercase;
}

.post h3 {
	font-size:10px;
}

.entry p {
	font-size:11px;
	line-height:normal;
	padding:0 0 12px 0;
}

.post a,
.post a span {
	font-size:10px;
}

.post a.download {
	display:inline-block;
	margin-bottom:7px;
	padding-left:20px;
	background:url(images/arrow_blue_right_small.gif) no-repeat 0 1px;
	text-decoration:none;
}

.post a.download span.filesize {
	display:inline-block;
	width:50px;
	text-align:right;
}

.post a.download span.filedescription {
	display:inline-block;
	padding-left:23px;
	height:14px;
}

.post a.download span.pdf {
	background:url(images/download_icon_pdf.gif) no-repeat 0 0;
}

.post a.download span.image {
	background:url(images/download_icon_img.gif) no-repeat 0 0;
}

.post a:hover,
.post a:hover span {
	color:#009EE0;
}

/* post metadata */

.postmetadata {
	list-style:none;
}

.postmetadata li {
	float:left;
	margin:6px 0;
	padding:0 9px 0 5px;
	color:#97A5C8;
	font-size:10px;
	font-weight:bold;
	line-height:normal;
	border-left:1px solid #97A5C8;
}

.postmetadata li:first-child {
	border-left:none;
	padding-left:0;
}

.postmetadata li a {
	float:left;
	color:#97A5C8;
	font-size:10px;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
}

label {
	display:inline-block;
	margin-bottom:14px;
	width:60px;
	font-size:11px;
	line-height:normal;
}

#log {
	display:inline-block;
	width:224px;
	height:13px;
	padding:4px;
	border:none;
	font-size:10px;
	background:url(images/form_textinput_bg.gif) no-repeat;
}

#pwd {
	display:inline-block;
	width:224px;
	height:13px;
	padding:4px;
	border:none;
	font-size:10px;
	background:url(images/form_textinput_bg.gif) no-repeat;
}

#submit {
	margin-left:64px;
	font-size:11px;
}
