/*
Theme Name: SM Corporate Blog
Theme URI: http://www.schoenermedien.de/
Version: 0.1
Description: White and petrol blue typographic 2 column theme with supporting greyscales, designed for use with the Schoener Medien corporate blog.
Author: Schoener Medien
Author URI: http://www.schoenermedien.de/
Tags: two columns, right sidebar, widget ready, fixed width, simple, typographic, clear, white, grey, petrol, blue, black, schoener medien
*/

/* -COLORS-
petrolblau: #0085b1
hell petrolblau: #73bcd4
very light petrolblau: #bfe0eb
grau: #c0c0c0
grau: #b5b5b5
grau: #bfbfbf
hellgrau: #dfdfdf
*/


/* -basics- */

body {
	background: #ffffff;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	}
p {
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
}

p.searchcomment {
	font-size: 1.2em;
}

.entry p+div img, .entry div+div img, .entry p+p object, .entry p+p embed {
	margin: 25px 0 0 0;
}

h2 {
	font-family: "Neo Sans", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	letter-spacing: 0;
	font-weight: normal;
	line-height: 1.2em;
	color: #0085b1;
	}

h3 {
	font-family: "Neo Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	margin: 35px 0 0 0;
	color: #73bcd4;
	}

h3#comments {
	margin-bottom: 15px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.2em;
	margin: 25px 0 -3px 0;
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	color: #0085b1;
	}
	
blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}

*+html form#searchform { /* IE 7*/
	padding: 0;
	margin: 0;
	display: inline;
}

*+html input { /* IE 7*/
	width: 300px;
	display: inline-block;
	padding: 0;
	margin: 2px 0px 2px 10px;
	border: none;
}


/* -forms n fields */

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 3px 0px 3px 0px;
	padding: 4px 4px 4px 4px;
	color: #0085b1;
	border: 1px dotted #73bcd4;
	width: 490px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 3px 0px 3px 0px;
	padding: 4px 4px 4px 4px;
	color: #0085b1;
	border: 1px dotted #73bcd4;
}

input#submit {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px;
	background-color: #0085b1;
	/*background-color: #73bcd4;*/
	color: #ffffff;
	border: none;
}

input#submit:hover {
	background-color: #000000;
	/*background-color: #0085b1;*/
}


.entry div a img {
	max-width: 500px;
	/*
	width: 500px;
	*/
	height: auto;
}

.entry div.bookmarkify {
	height: 25px;
	margin: 0px;
	margin-bottom: 20px;
	/* text-align: right; */
}

.entry div.bookmarkify div.title {
	display: none;
}

.entry div.bookmarkify img{
	border: none;
}

.entry div.bookmarkify a {
	opacity: 0.5;
}

.entry div.bookmarkify a:hover {
	opacity: 1;
}

.entry div.brand {
	display: none;
}

*+html .entry div a img { /* IE 7*/
	border-color: #000000;
}



#navlink {
	text-align: left;
	/*
	display: none;
	*/
	margin: 25px 0 0 0;
	padding: 0;
	}

/* -header- */

#topbar {
	/*
	border-bottom: 1px solid #a9a9a9;
	*/
	padding: 30px 0 35px 0;
	width: 800px;
	}
.blogtitle {
	color: #0085b1;
	font-weight: bold;
	text-transform: uppercase;
	}
.blogdescription {
	color: #a9a9a9;
	text-transform: uppercase;
	}
#banner {
	background: url("images/banner.jpg") no-repeat top left;
	/*
	border: 10px solid #000000;
	*/
	border: none;
	height: 175px;
	width: 800px;
	margin: 0 0 20px 0;
	display:block;
	}

/* -content- */

#contentwrap {
	margin: 50px 0 0 0;
	width: 800px;
	}
	
#content {
	float: right;
	margin: 0 0 22px 30px;
	width: 500px;
	}
	
#content.startseite  {
	float: right;
	margin: 0 0 22px 30px;
	width: 500px;
	text-align: right;
	}
	

/* -navigation- */

#navigationwrap {
	float: left;
	margin-bottom: 75px;
	}
#navigation {
	width: 250px;
	}
#navigation div.navtitle {
	display:none;
	/*
	background: #000000;
	padding: 10px;
	*/
	}
#navigation h2 {
	color: #c0c0c0;
	font-weight: normal;
	text-transform: uppercase;
	}
	
#navigation h2.flir-replaced img {
	margin-right: -3px;
	}
	
#navigation h2+ul {
	margin: 0px 0 30px 0;
	}

#navigation h2.small, #navigation h2.widgettitle {
	color: #c0c0c0; /* hell grau */
	/*color: #73bcd4; hell petrol */
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px 0px 7px 0px;
	text-transform: uppercase;
	text-align:right;
	border-bottom: 1px dotted #a9a9a9;
	}
	
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navigation li {
	font: Arial, Helvetica, sans-serif;
	list-style: none;
	}
	
#navigation ul li {
	font-size: 1.2em;
	border-bottom: 1px dotted #a9a9a9;
	padding: 3px 3px 3px 10px;
	}


/* -post and entries- */

.post {
	margin: 0 0 75px 0;
	}

.post p a {
	color:#000000;
	border-bottom: #0085b1 1px dotted;
	}
	
.post p a:hover {
	color:#0085b1;
	border-bottom: #0085b1 1px dotted;
	}

.postdate {
	color: #000000;
	display:inline;
	font-size: 1.1em;
	/*
	margin-top: 20px;
	text-transform: uppercase;
	*/
	padding: 0 9px 0 0;
	}
	
.pagetitle, .searchtitle, .searchword {
	font-family: "Neo Sans", Arial, Helvetica, sans-serif;
	color: #0085b1;
	font-size: 1.6em;
	font-weight: bold;
	margin: 2px 0 15px -1px;
	text-transform: uppercase;
	display:inline;
	}
	
.searchtitle {
	color: #c0c0c0;
	}
	
.searchword {
	color: #000000;
	}

.titlespacer {
	display: block;
	padding: 0;
	margin: 0 0 20px 0;
}

.posttitle {
	font-family: "Neo Sans", Arial, Helvetica, sans-serif;
	font-size: 4.8em;
	font-weight: normal;
	/*
	margin: -8px 0px 0px -15px;
	*/
	margin: -5px 0px 0px -2px; /* TMP */
	padding: 0;
	line-height: 1.1em;
	}
.posttitle a {
	color: #0085b1;
	}
.posttitle a:hover {
	color: #00759b;
	color: #000000;
	}
	
.postmetadatabottom {
	display: none; /* TMP */
	background: #bfe0eb;
	margin: 9px 0 0px 0;
	padding: 3px;
	text-transform: uppercase;
	color: #73bcd4;
	width: 100px;
	}
.postmetadatabottom a {
	color: #ffffff;
	}
.postmetadatabottom a:hover {
	color: #000000;
	}
	
.post-edit-link {
	display:block; /* TEMP */
	font-size: 1.2em;
	font-weight: bold;
	text-transform:uppercase;
	padding-top: 0px;
	color:#bfbfbf;
}

.entry {
	font-size: 1.2em;
	border-bottom: 1px dotted #a9a9a9;
	padding-bottom: 7px;
	line-height: 1.6em;
	color: #2c2c2c;
	}
	
div.st-tag-cloud {
	margin: 0 0 30px 0;
	padding: 4px 3px 4px 10px;
	border-bottom: 1px dotted #a9a9a9;
}
	
div.st-tag-cloud a {
	font-family: Georgia, "Times New Roman", Times, serif;
	/* border: none; */
	color: #73bcd4;
}
	
div.st-tag-cloud a:hover {
	/*
	text-decoration: underline;
	border-bottom: 1px dotted;
	*/
	color: #0085b1;
}


.search {
	border-bottom: 1px dotted #a9a9a9;
	border-top: 1px dotted #a9a9a9;
	margin: 4px 0 30px 0;
	padding: 0px;
}

/* -search form- */

#searchsubmit {
	display: none;
	}
	
#s {
	background: #ffffff url("images/magnifier.png") no-repeat scroll right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border: none;
	color: #0085b1;
	padding: 0px 10px 0px 10px;
	width: 230px;
	}
	
*+html #s { /* IE 7*/
	padding: 0px 10px 0px 0px;
	display: inline;
}


/* -footer- */

#footer {
	/*
	text-align: left;
	*/
	border-top: 1px dotted #a9a9a9;
	clear: both;
	color: #a9a9a9;
	padding: 8px 0px 40px 0px;
	width: 800px;
	}
	

#footer a {
	color: #000000;
	}

#blogname {
	color: #40a4c5;
	color: #7fc2d8;
	text-align: left;
	display: block;
	float: left;
	width: 300px;
}

#blogdescription {
	color: #bfbfbf;
	text-align: left;
	float: left;
	padding: 0 10px 0 0;
}

#credits {
	color: #dfdfdf;
	text-align: left;
	float: left;
	padding: 0 10px 0 0;
}

#footer #credits a {
	color: #dfdfdf;
	}
	
#footer #credits a:hover {
	color: #0085b1;
	}

#feed a {
	color: #bfbfbf;
	text-align: right;
	float: right;
	background: transparent url(images/rssfeed.gif) right top no-repeat;
	padding: 0 13px 0 0;
}

#feed a:hover {
	color: #0085b1;
	background: transparent url(images/rssfeed_on.gif) right top no-repeat;
}


/* -comments- */


	
#comments p {
	clear: both;
	padding-top: 20px;
	}

.comment-info-split {
	clear: both;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	background: #dfdfdf;
	color: #000000;
	padding: 10px;
	}
.commentlist div {
	padding: 0 10px 0 0;
	}
	
.comment-div {
	display: block;
	}
.comment-left {
	width: 30%;
	}
.comment-right {
	width: 70%;
	}

a.comment-edit-links{
	color: #c0c0c0;
	}
	
.comment-edit-links a:hover{
	text-decoration: underline;
	}

/* -floats -*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}


.tags_desc, .tags, .marginals, #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

div.marginals {
	margin: 12px 0 16px 0;
	display: block;
}

.marginals div {
	display: inline;
	letter-spacing: normal;
}

.cats {
	font-size: 1.2em;
	color:#b5b5b5;
}

.cats a {
	color:#b5b5b5;
}

.cats a:hover {
	/*
	text-decoration: underline;
	border-bottom: 1px dotted;
	*/
	color: #0085b1;
}

.tags_desc div {
	display: inline;
}

.tags_desc {
	font-size: 0.8em;
	color: #0085b1;
	margin: 26px 0 0 0;
}

.tags {
	color: #bfbfbf;
}

.tags a {
	color: #bfbfbf;
	/*
	border-bottom: 1px dotted;
	*/
}

.tags a:hover {
	/*
	text-decoration: underline;
	border-bottom: 1px dotted;
	*/
	color: #0085b1;
}
	
small a.comment-edit-link {
	color: #999999;
}

small a.comment-edit-link:hover {
	text-decoration: underline;
}

#commentcontent {
	font-size: 1.2em;
	line-height: 1.6em;
}

div.gmnoprint div div {
	line-height: normal;
}

p.wp-caption-text {	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	line-height: normal;
	/*
	color:  #0085b1;
	color:  #c0c0c0;
	color:  #000000;
	*/
	margin: 6px 0 8px 0;
	padding: 0;
	/*
	text-transform: uppercase;
	*/
}

span.flir-span {
 display: none;
}

.post p a.more-link, #navlink a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	color: #000000;
	color: #0085b1;
	color: #ffffff;
	/*
	text-align: right;
	display: block;
	*/
	padding: 0 0 0 1px;
	background-color: #c0c0c0;
	background-color: #0085b1;
	border: none;
}

.post p a.more-link:hover, #navlink a:hover {
	color: #0085b1;
	color: #000000;
	color: #ffffff;
	background-color: #0085b1;
	background-color: #c0c0c0;
	background-color: #000000;
}

.clear, .clear img{
	display: none;
}

.flashvideo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #c0c0c0;
}

#search_results_activity_indicator {
/*
	background: #ffffff scroll no-repeat;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
*/
}

/* - Formular - */
span.wpcf7-form-control-wrap input {
/*
	width: 75px;
	letter-spacing: 0.5em;
*/
}

span.sp_list_itm_span {
	font-size: 10px;
	color: #999999;
}

span.sp_list_itm_span i {
	margin-right: 3px;
	color: #0085b1;
	color: #73bcd4;
}

h2.widgettitle + div {
	margin: 1px 1px 20px 9px;
}


