/*
Theme Name: Trias Reittherapie 2009
Theme URI: http://trias-reittherapie.de
Author: Birgit Zimmermann
Author URI: http://ice-horse.de
*/

/* ---- CONTENTS:

- GENERAL PURPOSE STYLING
	- tables
	- forms
	- general classes
- LAYOUT
	- logo
- NAVIGATION
	- main navigation
	- sub navigation
- CONTENT ELEMENTS
	- sidecontent
	- maincontent
- FOOTER ELEMENTS
- FIXES

*/


/* ---- GENERAL PURPOSE STYLING ---- */

	body {
    background: #fef7e8 url(images/bg_body.jpg) left top repeat;
    color: #545454;
    border-top: 10px solid #e95d0f;
    font: 12px/1.4 Arial, sans-serif;
    text-align: center;
  }
	a {
    color: #e95d0f;
    text-decoration: none;
  }
	a.more-link,
	p.viewall a {
    padding-right: 10px;
		background: transparent url(images/icon_pfeil_orange.gif) right 0.4em no-repeat;
  }
	p,
	ul,
	ol,
	dl,
	table {
		margin: 0 0 10px;
	}
	p.back,
	p.viewall {clear: both;text-align: right;}
	p.error {color: #930;font-weight: bold;}
	p.success {color: #390;font-weight: bold;}
	
	/* tables */
  table {
		border-collapse: collapse;
	}
  caption {
    padding: 3px 5px;
    border: 1px dotted #E7E0C5;
    text-align: center;
  }
  th,
	td {
    padding: 3px 5px;
    border: 1px dotted #E7E0C5;
    font-weight: normal;
    text-align: left;
  }
  caption {
		font-weight: bold;
	}
  /* forms */
  form {
		margin: 10px 0;
	}
  fieldset {
		margin: 0 0 10px;
		padding: 10px;
		border: 1px dotted #E7E0C5;
	}
  legend {
		font-size: 12px;
		padding: 3px 5px;
		/*background: #A49182;
		color: #FFF;*/
		background: #FFF;
		font-weight: bold;
		color: #674E3C;
	}
  input.button {
		padding: 3px 3px 2px;
		background: #A49182;
		color: #FFF;
		font-weight: bold;
		border: 1px solid #E7E0C5;
		border-right-color: #674E3C;
		border-bottom-color: #674E3C;
		cursor: pointer;
	}
  input.text,
	textarea {
		padding: 4px 4px 3px;
		background: #FFF url(images/bg_input.gif) left top repeat-x;
		border: 1px solid #A49182;
		color: #A49182;
	}
  select {
		border: 1px solid #A49182;
		color: #A49182;
		padding: 2px;
	}
  select:focus,
	input.text:focus,
	textarea:focus {
		color: #674e3c;
		}
  /* general classes */
  .alignright {
    float: right;
    margin: 0 0 5px 10px;
  }
  .alignleft {
    float: left;
    margin: 0 10px 5px 0;
  }
	
/* ---- LAYOUT ---- */ 

  #quicknav {
		display: none;
	}
  #container {
  	background: transparent url(images/bg_header.jpg) left top repeat-x;
	}
  #page {
		width: 770px;
		margin: 0 auto;
		text-align: left;
	}
  #header {
		position: relative;
		height: 120px;
		padding-bottom: 220px;
		background: transparent url(images/headerbild_fell.jpg) left bottom no-repeat;
	}
  .ueberuns #header {background-image: url(images/headerbild_knuddeln.jpg);}
  .angebot #header {background-image: url(images/headerbild_zuzweit.jpg);}
  .aktuelles #header {background-image: url(images/headerbild_auge.jpg);}
  .kontakt #header {background-image: url(images/headerbild_zuegel.jpg);}
  #content {
  	padding: 30px 10px 50px;
  	width: 750px;
  	background: transparent url(images/bg_footer_cheiron.gif) left bottom no-repeat;
	}
  #maincontent {
  	width: 510px;
  	float: right;
	}
  #sidecontent {
  	width: 200px;
  	float: left;
		padding-bottom: 130px;
	}
	/* logo */
  #logo {
  	margin: 0;
  	padding:0;
  	text-indent: -9999px;
  	position: absolute;
  	left: 10px;
  	top: 40px;
	}
  #logo a {
  	display: block;
  	width: 211px;
  	height: 69px;
  	background: transparent url(images/logo_trias.gif) 0 5px no-repeat;
	}
	
/* ---- NAVIGATION ---- */
	
  /* main navigation */
  #mainnav {
  	position: absolute;
  	right: 10px;
  	top: 0px;
  	border-right: 1px solid #e8e2c8;
  	text-transform: uppercase;
  	font-weight: bold;
  	font-size: 14px;
  	line-height: 10px;
	}
  #mainnav li {
  	float: left;
  	border-left: 1px solid #e8e2c8;
	}
  #mainnav li a {
  	display: block;
  	padding-top: 90px;
  	padding-bottom: 20px;
  	width: 101px;
  	text-align: center;
  	color: #674e3c;
	}
  #mainnav li a:hover,
	#mainnav li.current_page_item a,
	#mainnav li.current_page_ancestor a,
	.ueberuns #mainnav .ueberuns a,
	.angebot #mainnav .angebot a,
	.aktuelles #mainnav .aktuelles a,
	.kontakt #mainnav .kontakt a {
  	color: #e95d0f;
  	background: #fcfaeb;
	}
  /* sub navigation */
  #subnav {
  	border-bottom: 1px solid #e7e0c5;
  	text-transform: uppercase;
	}
  #subnav li {
		border-top: 1px solid #e7e0c5;
	}
  #subnav li a {
  	display: block;
  	padding: 5px 0;
  	color: #674e3c;
	}
  #subnav li a:hover,
	#subnav li.current_page_item a {
  	background: transparent url(images/bg_subnav.jpg) right top repeat-y;
  	color: #e95d0f;
	} 

/* ---- CONTENT ELEMENTS ---- */
	
	/* sidecontent */
  #sidecontent h3 {
  	font-size: 14px;
  	color: #674E3C;
  	font-weight: bold;
  	text-transform: uppercase;
	}
  #search {
		margin: 25px 0;
	}
  #search input.text {
  	width: 115px;
  	margin-right: 5px;
	}
  #maincontent img {
  	padding: 2px;
  	border: 1px solid #e7e0c5;
	}
  /* maincontent */
  #maincontent a:hover,
	#footer a:hover {
		text-decoration: underline;
	}
  #maincontent h1 {
  	margin: 0 0 15px;
  	font: 20px/1.4 Georgia,Times,serif;
  	font-weight: normal;
  	color: #674e3c;
	}
  #maincontent h2 {
  	margin: 15px 0;
  	font: 14px/1.4 Georgia,Times,serif;
  	text-transform: uppercase;
  	font-weight: 600;
  	color: #674e3c;
	}
  #maincontent h3 {
  	margin: 15px 0 10px;
  	font: 13px/1.4 Georgia,Times,serif;
  	color: #674e3c;
  	font-weight: bold;
  	color: #674e3c;
  	font-style: italic;
	}
  #maincontent h4 {
  	margin: 15px 0 10px;
  	font-size: 13px;
  	text-transform: uppercase;
  	color: #777;
	}
  #maincontent h5 {
  	margin: 15px 0 10px;
  	font-size: 13px;
  	color: #777;
	}
  #maincontent h6 {
  	margin: 15px 0 10px;
  	font-size: 13px;
  	color: #777;
  	font-weight: 500;
  	font-style: italic;
  	letter-spacing: 1px;
	}
  #maincontent ul {}
  #maincontent ol {
		list-style: decimal outside;
	}
  #maincontent li {
		margin: 0 0 5px;
	}
  #maincontent ul li {
  	padding: 0 0 0 20px;
  	background: transparent url(images/icon_pfeil_grau.gif) 5px 0.40em no-repeat;
	}
  #maincontent ol li {
		margin-left: 20px;
	}
  #maincontent dt {
  	margin: 3px 0;
  	font-weight: bold;
	}
  #maincontent dd {
		margin: 3px 0 0 20px;
	}
	#maincontent .latest {
		margin: 30px 0 30px;
	}
	#maincontent .latest h3 {
		margin: 0 0 5px;
		padding: 0 0 2px;
		border-bottom: 1px dotted #E7E0C5;
	}
	#maincontent .post {
		margin: 0 0 10px;
		border-bottom: 1px dotted #E7E0C5;
	}
	#maincontent .entry {
		margin: 0 40px 0 0;
	}
	#maincontent p.postmetadata {
		float: right;
		margin: 0 0 10px 10px;
		padding: 1px 5px 5px;
		background: #FDFCF7;
		border-top: 1px dotted #A49182;
		border-bottom: 1px solid #A49182;
		text-align: center;
		font-size: 11px;
		line-height: 1.1;
	}
	#maincontent p.postmetadata span.date {
		display: block;
		font-size: 20px;
		font-weight: bold;
		color: #A49182;
		font-family: Georgia, Times, serif;
		/*letter-spacing: -1px;*/
	}
	#maincontent p.postmetadata span.year {
		color: #999;
	}
	
	#maincontent p.paging {text-align: center;}
  
/* ---- FOOTER ELEMENTS ---- */

  #footer {
		background: #A49182;
	}
  #footer-inner {
  	width: 750px;
  	margin: 0 auto;
  	padding: 40px 0 25px;
  	font-size: 11px;
  	color: #d0c6ac;
	}
	#footer h4 {
		margin: 0 0 5px;
		font-size: 11px;
	}
	#footer p {
		margin: 0 0 5px;
	}
  #footer a {
		color: #e7e0c5;
	}
  
/* ---- FIXES ---- */
  	
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
  
  /* .clearfix {display: inline-block;}  for IE/Mac */
