/*
Theme Name: Krimson Extra
Theme URI: http://torsten-hinze.de
Description: Modification by <a href="http://torsten-hinze.de" title="Torsten Hinze - Webprogrammierung">Torsten-Hinze.de</a>. | Original theme designed by <a href="http://freethemelayouts.com">FTL</a>.<br> This work is licensed <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License.</a> This means you may use it and make any changes you like. However, credit links must remain on footer for legal use.
Version: 1
Author: Torsten Hinze
Author URI: http://torsten-hinze.de
*/

 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #333333 url(images/bg.gif) repeat-x left top;
	font: normal normal small Verdana, sans-serif;
	color: #666666; 
	text-align: center;	
}
.clr {
  display: block;
  clear: both;
}
/* links */
a, a:visited {	
	color: #648996;
	background: inherit;
	text-decoration: none;
	padding: 2px 3px;
}
a:hover {
	color: #3385b6 !important;
  background: #cbe2ec;
}
#global-message {
  background: #FFEEEE;
  border: 1px solid red;
  padding: 2px 5px;
  width: 514px;
  margin: 10px 0;
}
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: normal; 	
	padding: 10px 10px 10px 0px;		
	color: #648996;
  font-size: 135%;	
}

/* Paragraph */
p { 
  padding: 12px 10px;	
}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { 
  list-style: none; 
}
dl { 
  padding: 10px; margin: 0; 
}
dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #fafafa;
  border: 1px solid #dcdcdc;
	padding: 7px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
code { 
  font-family: 'Courier New',monospace;
  font-size: 90%;
  background: #e9f3f7; 
  display: block;
  overflow: auto; 
  padding: 3px 5px; 
  margin: 5px 0;
  text-align: left;
  /* white-space: pre; */
  border: 1px solid #96c5dd;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	background: #efede4 url(./images/quote.gif) no-repeat 5px 5px;	
	color: #80614D;	
	line-height: 1.6em;
	margin: 15px 0;
 	padding: 5px 7px 5px 25px; 
	border: 1px solid #96c5dd; 
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 10px;
	padding-right: 10px;
	color: #5f6165;
	text-align: left;
	background: url(images/post.jpg) repeat-x left top;	
	border: 1px  solid #c6c6cb;	
}
tr {
	height: 30px;
	background: #f3f3ed;
}
td {
	border: 1px solid #e4e3e8;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 0; 
	padding: 5px 10px 10px 10px;
	border: 1px solid #cdcdc9; 
	background-color: #efede4;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, textarea, select {	
	background: #ffffff;
	color: #666666;	
  border-width: 1px;
  border-style: solid;
  border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	padding: 2px;
	margin-bottom: 5px;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
input.button { 
	font-weight: bold; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #ffffff;
	background: #A6CD56;
	
	border-width: 1px;
  border-style: solid;
  border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	background: #edf8c7 url(images/wrap.gif) repeat-y center bottom;
	position: relative;
	width: 920px;
	margin: 35px auto;
	text-align: left;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;	
	padding: 30px 0; 	
	background: #333333 url(images/content.gif) repeat-y;	
}
#header {
	background: #317cb1 url(images/header.gif) no-repeat;	
	color: #fff;	
	position: relative;
	width: 920px;
	height: 205px;
	padding: 0;	
	margin: 0;
	font: normal normal 100% 'Trebuchet MS','Helvetica Neue',Arial,sans-serif;
}
#header #logo-text  {
  background: none;
	position: absolute;
	display: block;
	padding: 0;
  margin: 0; 
	font-weight: bold;
  font-size: 310%; 
	letter-spacing: -2px;
	text-decoration: none;
	color: #ffffff;
	/* change the values of top and left to adjust the position of the logo*/
	top: 80px; left: 100px;	
}
#header #logo-text:hover {
    color: #FFFFFF !important;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font-size: 135%;
	color: #9fd3f0;
	letter-spacing: -1px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 122px; left: 135px;		
}

/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 75px; right: 55px;
	padding: 0; margin: 0;
	border: none;
	width: 223px; height: 33px;
	background: #82c7f4 url(images/header-search.gif) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #daf2fb;
	float: left;
}
#header form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 170px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#header form#quick-search label {
	display: none;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 920px;
	height: 51px;
	background: #fff url(images/nav.gif) no-repeat;		
}
#nav ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0 0 0 30px;			
	height: 50px;	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	background: inherit;
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color: #a9a5a1; /* #9e9d83; */
	font: bold 16px/50px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: -0.5px;
	font-style: normal;
}
#nav ul li a:hover, 

#nav ul li a:active {
	color: #648996;	
}
#nav ul li.current_page_item a {		
	color: #648996;
}

/* Main Column */
#main {
	float: left;
	width: 525px;
	padding: 0; margin: 0 0 0 45px;
	display: inline;	
}
#main .headline {
    font-size: 135%;
    border-bottom: 1px dashed #CACACC;
    margin-bottom: 10px;
    padding-left: 0;
}
#main .headline a {
  margin-bottom: 10px;
	color: #648996;
}
#main ul {
    list-style-type: disc;
}
#main ul li {
	list-style-image: url(images/bullet.gif);
}
#content {
    margin-left: 0px;
}
#sidebar {
	float: right;
	width: 270px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	text-transform: none;
	padding: 10px; 
	margin: 0; 
}

/* --- blog view  --- */
.blogpost {
  
}
.blogpost .posttitle {  /*  title  */
    padding-bottom: 0;
    margin-bottom: 0;  
}
.blogpost .postinfo {
  font-size: 70%;
}
.blogpost .postinfo em {
  font-weight: bold;
  padding: 0 1.0em;
  font-style: normal;
}
.blogpost .postinfo i {
  color: #999999;

}
.blogpost .postcomments {
  padding: 0;
  margin: 10px 0 0 0;
}
.blogpost .postcomments a {
  color: #648996;
}

/* sidebar menu */
#sidebar ul {
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
	border-top: 1px dashed #cacacc;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 7px 10px; 			
	border-bottom: 1px solid #DAEBA3;	
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	color: #557793;	
}
#sidebar ul li a span {
	color: #96abbb;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#sidebar ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul li { border: none; }

/* search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; 
	padding: 10px 0 10px 10px;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}
/* ---  references  --- */
#main h4 {
    margin: 10px 0 5px 0;
}
#main h4 a {
    padding-left: 0;
}
#main h4 em {
    font-size: 80%;
    font-style: normal;
}
body #jquery-lightbox a:hover {
    background: inherit !important;
}
a.lightbox:hover {
    background: none !important;
}
#lightbox-image {
    padding: 0 !important;
}
/* footer */
#footer-wrap {
  background: #EDF8C7 url(images/wrap.gif) repeat-y center top;
	clear: both;
	width: 920px;
	text-align: left;
	padding: 0;	margin: 0;		
}
#footer-bkgnd {
	background: url(images/footer-bottom.gif) no-repeat left bottom;
}
#footer-content {
	background: url(images/footer-top-sep.gif) no-repeat;	
	width: 920px;
	padding: 30px 0 35px 0;
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	margin: 0;
	padding: 5px 0 5px 10px; 
	text-transform: uppercase;
}
#footer-wrap a:hover { 
	color: #000; 
	text-decoration: none;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 800px;		
}
#footer-columns ul {
	list-style: none;
	margin: 0; 
	padding: 0;	
	border-top: 1px solid #aeb9bd;
}
#footer-columns li {
	border-bottom: 1px dashed #abb0b3;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #666666;	
}

#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #555;	
	margin: 0 auto; 
	width: 920px;
	padding: 15px 0 10px 0;
	text-align: center;	
	font-size: 0.95em;
}
#footer-bottom a { color: #306495; }

#compa-logos {
    text-align: center;
    margin-bottom: 10px;
}
#compa-logos img {

}
/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #8f8a5b;
	border: 1px solid #bababa; 
	background: url(images/post.jpg) ;	
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #96abbb; }
.post-info a, .post-info a:visited { color: #2983b6; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

img.avatar {float:left; margin-right:5px;}