/*
Theme Name: Sense
Version: 1
Author: Giessform
*/


body {
	background: #fff;
	color: #000;
	line-height:12pt;
	font-family: 'Arial', sans-serif;
	margin: 0;
}

h1 {
	font-family: 'georgia';
	margin: 0;
	font-size:16px;
	color:  #5a3d1c;

padding-bottom:5px;
	border-bottom:solid;

}

h2 {
	font-family: 'georgia';
	margin: 16px 0 10px 0;
	font-size:10pt;
	color:  #5a3d1c;
	
}

h3 {
	font-family: 'arial', sans-serif;
	margin: 0;
	font-size:12px;
	color:  #5a3d1c;

}

h3, h3 a {
	font-family: 'georgia';
	margin-top: 0;
	margin-bottom: 10px;
	color: #5a3d1c;
}

h5 {
	margin-top:15px;
	font-size:16px;
font-family: 'georgia';
font-weight:normal;

}

p , li, .wpcf7-response-output{
	font-family: 'Arial', sans-serif;
	font-size:9pt;
	margin-top: 15px;
	color: #636465;
	line-height:12pt;
}

.wpcf7-response-output
{
color:#FF0000;}

#content {
}

#menu {
	background: #fff;
	margin-left:20px;
	width:195px;
	overflow:hidden;
	margin-top:0px;
}

#logo { 
	margin-left:10px;
	margin-top:50px;
}
	
a {
	text-decoration:none;
}

a img {
	border: none;
}


#menu li {
	list-style-type:none;
	margin-bottom: 0px;
	line-height:12pt;
	margin-top:0px;

}

#menu .page_item a {
	color: #5a3d1c;
font-family: 'georgia';
	font-size: 16px;
	font-weight:normal;
display: block;
padding-bottom:3px;
padding-top:3px;

	
}


#menu .page_item {
	margin-left:0px;
	margin-bottom: 0px;
border-bottom:solid;
border-color: #5a3d1c;
border-width:1.5px;


	}



#menu .current_page_item a {
	color: #009ee0;
	}

#menu li ul .page_item a {
	margin-bottom: 0px;
	margin-top:0px;
	font-weight:lighter;
	font-size:12px;
color: #5a3d1c;
display: block;
padding-bottom:1px;
padding-top:1px;
}

#menu li ul .current_page_item a {
	color: #009ee0;
}

#menu li ul .page_item {
margin-left: 0px;
	margin-top:0px;
border-style:none;
	}
	
#menu .current_page_item ul .page_item a {
	color:#009ee0}

.storycontent ul li{
	line-height:10pt;
	margin-top:5px;
	}
	
.spec_title{
	margin-top:5px;
	font-size:16px;
font-family: 'georgia';


}
	
.excerpt p a{
	color:#009ee0;
	text-transform:inherit;
}

.excerpt p {
	margin-top:10px;
}

.editlink {
	font-size:10px;
	text-transform:uppercase;
	margin-top:5px;
	}



.storycontent a, .post-edit-link, .editlink, .spec_title a {
	color:  #009ee0;
margin-bottom:10px;
	}
#menu a:hover {
color: #fff;
background: #009ee0;
}

a:hover {
color: #fff;
background: #009ee0;
}

.excerpt p a:hover{
	color:#fff;
background: #009ee0;
	text-transform:inherit;
}
.excerpt {
border-bottom:solid;
border-color: #5a3d1c;
border-width:3px;
padding-bottom:10px;
}

#menu li ul .page_item a:hover{
color:#fff;
background: #009ee0;
}

h10 {
	font-family: 'georgia';
	margin: 0;
	font-size:16px;
	color:  #fff;
	padding-bottom:5px;
	border-bottom:solid;
	border-color: #5a3d1c;
	display:block;
}







@media print
{
 /**
  * @section basic layout preparation
  * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
  */

  /* (en) change font size unit to [pt] - avoiding problems with [px] unit in Gecko based browsers  */
  /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */
  body { font-size:9pt; }

  /* (en) Hide unneeded container of the screenlayout in print layout */
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  #topnav, #nav, #search { display:none; }

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

  /*------------------------------------------------------------------------------------------------------*/

 /**
  * @section column selection
  * (en) individually switch on/off any content column for printing
  * (de) (De)aktivierung der Contentspalten für den Ausdruck
  *
  * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
  */

  #col1 { display:none; }
  #col2, #col2_content { float:left; width:450px; margin:0; padding:0; border:0; }
  #col3 { float:right; width:175px; margin:0; padding:0; border:0; }
#header {margin-bottom: 50px; height: 100px; margin-top: 0px;} 
#logo { width: 120px; margin-top: 0px; margin-bottom: 80px; margin-left: 0px; }
  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional output of acronyms and abbreviations*/
  /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */

  /*
    abbr[title]:after, 
    acronym[title]:after { content:'(' attr(title) ')'; }
  */

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional URL output of hyperlinks in print layout */
  /* (de) optionale Ausgabe der URLs von Hyperlinks */
  /*
  a[href]:after {
    content:" <URL:"attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }
  */
}

