/**
Theme Name: CorporateMag
Author URI: http://wpjunction.com
Theme URI: http://wpjunction.com
Author: hpa
Version: 1.0
Description: CorporateMag Theme Premium WP
*/

@import url('css/reset.css');
@import url('css/default.css');
@import url('css/lavalamp.css');
@import url('css/glide.css');
@import url('css/tabs.css');
@import url('css/slide.css');
@import url('css/widgets.css');
@import url('css/comments.css');

body {
	background: url('./images/background.jpg') repeat-x 0 0;
	background-color:#8B9FB4;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	color:#566B83;
}

body>div {
	position:absolute;
	height:1px;
	width:auto;
	top: 0px;
	left: 0px;
}

#body-in{
	position:relative;
	height:auto;
	width:auto;
	top: 0px;
	left:0px;
	}
	
ul li { list-style:none; }

a { color:#5986B8; }

a:hover { color:#000000; }

#wrapper {
	width:956px;
	margin:0 auto;
}

/* header */
#header {
	position:relative;
	height:153px;
	width:auto;
	top:0;
	left:0;
	margin:0;
	padding:0;
}

#header-content {
	height:auto;
	width:auto;
	margin:0;
	padding:0;
}

#branding {

}

#blog-title {
	display:block;
	padding-right:15px;
	margin-right:10px;
	float:left;
	font:bold 22px Arial;
	line-height:58px;
}

#blog-title a { color:#7893B1;}

#blog-title a:hover { color:#B0C6E0;}

#blog-description {
	font-size:12px;
	float:left;
	line-height:58px;
	color:#B0C6E0;
}

#top-search {
	float:right;
	margin-top:17px;
	background:transparent url('./images/top-search-bg.gif') no-repeat 0 0;
	width:240px;
	height:26px;
	position:relative;
}

#top-search input {
	border:medium none;
	background:transparent;
	position:absolute;
	color: #686868;
}

#top-search .input-text {
	left:6px;
	top:4px;
	width:160px;
	/*border: 1px solid red;*/
	font-size: 11px;
}

#top-search .input-submit {
	width:63px;
	height:30px;
	padding:0;
	right:0;
	top:0;
	cursor:pointer;
}

/* container */

#top-container { height:247px; }

#featured-posts-wrapper {
	float:left;
	width:644px;
	height:247px;
}

#featured-posts .title {
	font-size:16px;
	border-bottom:3px solid #8EAFD4;
	padding-bottom:3px;
	margin-bottom:3px;
}

#featured-posts .title a { color:#5986B8; }

#featured-posts .entry { color:#FFFFFF; }

.post, .navigation, .commentlist, .respond {
	padding-right:10px;
}

#respond {
	padding-top:20px;
}

#respond H3{
	color: #566B83;
	padding-bottom:0;
}

.post {
	margin: 5px 25px 0 0;
	padding: 5px 10px 10px 10px;
	padding: 0;
	background:#FFFFFF url('images/mini-post-bg.jpg') repeat-x 0 0;
}

.pagetitle {
	font-size:18px;
	color:#566B83;
	margin-bottom:10px;
}

.post .title {
	color:#4D7CB3;
	font-size:15px;
	line-height:normal;
	height:auto;
	border-bottom: 1px solid #fff;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 0;
}
.post .title a:link, .post .title a:visited { color:#4D7CB3; }

.post .title a:hover { color:#555555; }


.post .meta, .entry-meta { 
	font-size:10px;
	line-height: 10px;
	padding: 5px 10px 0 10px;
	margin: 0;
	}

.more-link span {
	display:inline-block;
	color:#FFFFFF;
	text-align:center;
	width:65px;
	height:18px;
	line-height:18px;
	padding:0 10px;
	background-color:#5986B8;
	border:1px solid #4D729D;
	margin: 0 10px 0 0;
}

.entry { 
line-height:18px;
padding: 10px 10px 5px 10px;


}

/* content */
#content {
	float:left;
	width:596px;
}

.mini-post {
/*	float:left;*/
	width:552px;
	height:auto;
	background:#FFFFFF url(images/mini-post-bg.jpg) repeat-x 0 0;
	margin: 5px 0 5px 0;
	padding:0;
}


.mini-post .title {
	font-size:15px;
	line-height:normal;
	height:auto;
	border-bottom: 1px solid #fff;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 0;
}

.mini-post .title a { color:#4D7CB3; }

.mini-post .title a:hover { color:#555555; }

.mini-post .datepost {
	font-size:10px;
	line-height: 10px;
	padding: 0 10px 0 10px;
	margin:0;
}

.mini-post .thumbnail {
	padding:0;
	background-color:#FFFFFF;
	margin:0 10px 7px 0;
	float:left;
}

.mini-post .userphoto {
	float:right;
}

.mini-post .entry {
	padding: 3px 10px 8px 10px;
}

.mini-post .more-link span {
	margin-top:10px;
}

/*.no-image { background:#FFFFFF url('./images/mini-post-no-image-bg.gif') repeat-x 0 0 !important; }*/

/* post navigation */
#post-nav { 
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:10px;
	padding-right:10px;
}

#post-nav a {
	display:block;
	background-color:#5986B8;
	border:1px solid #4D729D;
	color:#FFFFFF;
	padding:1px 13px;
		margin: 15px 10px 0 0;
}

#nav-prev-post {
	float:left;

}

#nav-next-post {
	float:left;

}

#nav-prev-post a:before {
	content:"<<  ";	
}

#nav-next-post a:after {
	content:"  >>";	
}

/* sidebar */
#sidebar {
	float:left;
	width:360px;
}

.widget { margin-bottom:10px; 
}

.widget-title {
	background:#FFFFFF url('./images/widget-title-bg.gif') repeat-y 0 0;
	height:30px;
	font-size:15px;
	line-height:30px;
	color:#6B92C0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:0 5px;
}

.widget-content {
	background:#FFFFFF url('./images/widget-content-bg.gif') repeat-x 0 0;
	padding:0 5px 2px 5px;
}

.widget-content a { color:#566B83; }

.widget-content li {
	padding: 5px 5px 5px 8px;
	border-bottom:1px solid #cccccc;
}

.widget-content li li {
	border:none;
	padding:2px 5px 2px 15px;
}

#secondary .widget-title { background-image:url('./images/widget-small-title-bg.gif'); }

#calendar_wrap { padding-top:5px; }

/* footer */
#footer {
	height:31px;
	padding-top:25px;
	line-height:21px;
	font-size: 11px;
}

#footer a { color:#ffffff; }

#footer a:hover { color:#719FD2; }

#blog-name {
	background:#5882b2 url('./images/blog-name-left-bg.gif') no-repeat 100% 0;
	float:left;
	display:block;
	height:24px;
	font-size:12px;
	color:#FFFFFF;
	line-height:24px;
	padding:0 10px 0 5px;
	margin-right:10px;
}

#banner{
	position:relative;
	top:-3px;
	right:0;
	width: 728px;
	height: 90px;
	margin: 0;
	padding:0;
}

/* star html hack fuer IE6 */
* html #banner {
	top:-2px; 
}
/* star plus html hack fuer IE7 */ 
*:first-child+html #banner {
	top:-2px; 
}

#bannercontent{
	position:relative;
	top:0;
	right:0;
	width: auto;
	height: auto;
}

#bannerklick{
	position:absolute;
	top:0;
	right:0;
	width: 728px;
	height: 90px;
	z-index:10000;
}

#suche{
	position:absolute;
	bottom:15px;
	right:0;
	margin: 0;
	padding:0;
}

/* star html hack fuer IE6 */
* html .#suche {
	bottom:13px;
}
/* star plus html hack fuer IE7 */ 
*:first-child+html #suche {
	
}

#primary{
	margin-top:5px;
	
}

.wpcf7 label{
	width:110px;
	height:auto;
	display:inline-block;	
	margin: 3px 0 3px 0;
	font-weight:bold;
}

.wpcf7 input, .wpcf7 textarea{
	border: 1px solid #4D729D;
	padding: 1px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.wpcf7 #contactsubmit{
background-color:#6A829C;
border:1px solid #4D729D;
color:#FFFFFF;
padding:4px 9px;
margin-top: 5px;
}

#wp-email-content label{

}

#wp-email-content input, #wp-email-content textarea{
	border: 1px solid #4D729D;
	padding: 1px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wp-email-content textarea{
	width: 313px;
}

#wp-email-content #wp-email-submit{
background-color:#6A829C;
border:1px solid #4D729D;
color:#FFFFFF;
padding:4px 9px;
margin-top: 5px;

}

#wp-email-content #wp-email-button {
text-align:left;	
}


.widget-content .textwidget 
{
	padding-top: 3px;
}

.widget-content .textwidget a{
	padding-top: 5px;
	padding-bottom: 5px;
}

.widget-content .textwidget {
	
	/*
	padding-top: 2px;
	padding-bottom: 2px;
	*/
}

.widget-content .textwidget a img{
	margin: 0px 5px -3px 8px;
	
}

.widget-content .textwidget .addthis_button img{
	margin-top:5px;
	margin-bottom:10px;
}

.menu{
	position: relative;
	top:7px;
	left:0;
	margin:0;
	padding:0;
	
}

/* star html hack fuer IE6 */
* html .menu {
	top:9px;
}
/* star plus html hack fuer IE7 */ 
*:first-child+html .menu {
	top:9px;
}

/* star html hack fuer IE6 */
* html #wp-cumulus .widget-content {
	overflow:hidden;
	width:350px;
}

#content img
{
	margin: 10px 10px 10px 10px;
}

#content .rss-image {
	margin: 0 10px -3px 0;
}