/*
Theme Name: Ordination Sieder
Theme URI: http://dr-sieder.at
Description: Wordpress Theme
Version: 1.0
Author: creative-minds.at
Author URI: http://creative-minds.at
*/

/*
creative-minds.at
Copyright. All Rights Reserved.
*/

/*
Swatches:

Her: #8EBE3F
Him: #792757
*/

/*		-- Basic --		*/

*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	/* font-family: Georgia, Cambria, "Times New Roman", Times, serif; */
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 13px;
	background: #f1f1f1 ;
	color: #000;
}

.invisible{
	position: absolute;
	left: -99999em;
	top: -99999em;
}

.hidden{ display: none; }
.clear{ clear: both; }

.alignright{ float: right;}
.alignleft{ float: left;}
.aligncenter{ text-align: center;}

/*		- Headings		*/

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 200;
}

h1 {font-size: 200%;}
h2 {font-size: 166%;}
h3 {font-size: 150%; font-family: Helvetica, Arial, Verdana, sans-serif; font-weight: bold;}
h4 {font-size: 133%;}
h6 {font-size: 116%;}
h5 {font-size: 110%;}

/*		- List		*/

ul, ol {margin-left: 3em;}
li{
	list-style-type: disc;
}

/*		- Links		*/

a:link, a:visited  {
	text-decoration: none;
	outline: none;
	color: #333;
	background: transparent;
	font-weight: normal;
}

a:hover, a:focus , a:active{
	text-decoration: underline;
	outline: none;
	color: #333;
	background: transparent;
}

/*	Wrapper */

div#container{
	width: 924px;
	margin: 0px auto;
}

div#container{
	margin: 0 auto;
	background: url(images/content.png) left top repeat-y;
	width: 924px;
	padding-bottom: 20px;
}


/*		Header		*/

div#header{
	height: 120px;
	width: 100%;
	background: #fff;
}

div#header-wrapper {
	width: 900px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}

div#header-shadow {
	height: 13px;
	width: 900px;
	margin: 0 auto;
	background: url(images/header-shadow.png) top left no-repeat; 
}

div#logo {
	position: absolute;
	left: 0px;
	bottom: 5px;
}

/*      Navigation     */

/* Size and Position */

div#navigation, div#subnavigation {
	height: 27px;
	position: absolute;
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 200;
}

div#navigation {right: 0px;	bottom: 0px;}
div#subnavigation {left: -10px; bottom: 0px; /* a elements have a left padding of 10px, shift left to compensate */}

div#navigation li, div#subnavigation li {list-style: none; display: inline;}

div#navigation li a{
	display: block;
	float: left;
	height: 17px;
	font-size: 16px;
	padding: 5px 0px;
	margin: 0px 0px 0px 10px;
	width: 95px;
	text-align: center;
}

div#subnavigation li a {
	display: block;
	float: left;
	height: 17px;
	font-size: 16px;
	padding: 5px 15px;
	margin: 0 0 0 10px;
	text-align: center;
}

/* Colours and States */

	/* Top */
	
div#navigation li a {background: #fff;}

li.page-item-6 a{color: #8EBE3F;}
li.page-item-6 a:hover,
li.page-item-6 a:active,
li.page-item-6.current_page_item a,
li.page-item-6.current_page_parent a,
li.page-item-6.current_page_ancestor a{
	background: #8EBE3F ! important; color: #fff;
}

li.page-item-8 a{color: #792757;}
li.page-item-8 a:hover,
li.page-item-8 a:active,
li.page-item-8.current_page_item a,
li.page-item-8.current_page_parent a,
li.page-item-8.current_page_ancestor a{
	background: #792757 ! important; color: #fff;
}

div#navigation li a:hover { background: #bbb; color: #fff; text-decoration: none;}
div#navigation li a:active, div#navigation li.current_page_item a{ background: #bbb; color: #fff;}
	
	/* Sub */
	
	
div#subnavigation li a {color: #fff;}
div#subnavigation.sie li a {background: #a8c767;}
div#subnavigation.er li a {background: #82385f;}

div#subnavigation li a:hover {background: #fff; text-decoration: none;}
div#subnavigation.sie a:hover {color: #9abf46;}
div#subnavigation.er a:hover {color: #82385f;}

div#subnavigation.sie li a:active,
div#subnavigation.sie li.current_page_item a,
div#subnavigation.sie li.current_page_parent a,
div#subnavigation.sie li.current_page_ancestor a {
	background: #fff; color: #9abf46;
}
div#subnavigation.er li a:active,
div#subnavigation.er li.current_page_item a,
div#subnavigation.er li.current_page_parent a,
div#subnavigation.er li.current_page_ancestor a {
	background: #fff; color: #82385f;
}

div#content ul{
	margin: 8px 0 12px;
	padding: 0;
}

div#content ul li{
	list-style-type: none;
	padding: 3px 0 3px 15px;
	background: url(images/arrow.gif) left 7px no-repeat;
}

div#content ol, div#sidebar ol{
	margin: 0;
	padding: 5px 0 5px 40px;
}

div#content ol li, div#sidebar ol li{
	list-style-type: decimal;
	padding: 3px 0 4px 0;
}

div#content a:link, div#content a:visited,
div#sidebar a:link, div#sidebar a:visited {
	color: #444;
	text-decoration: underline;
}

div#content a:hover, div#content a:focus , div#content a:active,
div#sidebar a:hover, div#sidebar a:focus , div#sidebar a:active{
	color: #000;
}

div#content a:active, div#sidebar a:active, div#home-left a:active, div#home-right a:active, div#footer a:active{
	position: relative;
	top: 1px;
}

div#content table td{
	padding: 5px 12px 5px;
	background: #e8e8e8;
	border: 1px solid #fff;
}

div#content table thead td{
	background: #ccc;
}


/*		Content		*/

div#showcase, div#showcase-kathrin, div#showcase-gerald, div#showcase-team{
	width: 924px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

div#showcase { background: url(images/showcase.png) #bbb top right no-repeat; }
div#showcase-kathrin { background: url(images/showcase-kathrin.png) #bbb top right no-repeat; }
div#showcase-gerald { background: url(images/showcase-gerald.png) #bbb top right no-repeat;}
div#showcase-team { background: url(images/showcase-team.png) #bbb top right no-repeat; height: 192px ! important;}


div#content{
	width: 610px;
	padding: 15px 0px 0px 35px;
	float: left;
	color: #333;
}

div#content h2 {
	font-size: 22px;
	padding: 0 20px 0 0;
	margin: 5px 0px 6px 0px;
	color: #111;
}

div#content h3 {
	font-size: 15px;
	padding: 0 20px 0 0;
	margin: 5px 0 3px 0;
	color: #111;
}

div#content h3 a:link, div#content h3 a:visited  {
	font-size: 15px;
	color: #111 ! important;
	text-decoration: none ! important;
	font-weight: bold;
	font-size: 15px;
}

div#content h3 a:hover, div#content h3 a:focus , div#content h3 a:active{
	color: #000;
}

div#content h4 {
	font-size: 14px;
	padding: 0 20px 0 0;
	margin: 5px 0 3px 0;
	color: #555;
}

div.post {
	width: 285px;
	margin: 0px 20px 10px 0px;
	float: left;
}

div.post h3{
	border-bottom: 1px solid #ccc
}

div.postmeta{
	width: 235px;
	height: 17px;
	background: url(images/clock.gif) 5px center no-repeat #eee;
	margin: 3px 0;
	padding: 4px 25px;
}


div#content p, div#sidebar p{
	padding: 5px 0 10px 0;
	line-height: 18px;
}

div#welcome{
	margin: 0 0 20px 0;
}

img.team{
	padding: 3px;
	border: 1px solid #ccc;
	margin: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #ccc 0 0 3px;
}

/* Workaround for <br> */

div#content br{ display: none; }


/*		Sidebar		*/

div#sidebar {
	padding: 15px 35px 0px 0px;
	width: 220px;
	float: right;
}

div#sidebar h2 {
	font-size: 22px;
	margin: 10px 0px 6px 0px;
}

div#sidebar ul{
	margin: 8px 0 12px;
	padding: 0;
}

div#sidebar ul li{
	list-style-type: none;
}

div#sidebar ul li.page_item a:link, div#sidebar ul li.page_item a:visited  {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 20px;
	background: url(images/arrow.gif) 5px 8px no-repeat #fff;
	width: 200px;
	display: block;
	text-decoration: none;
}

div#sidebar ul li.page_item a:hover, div#sidebar ul li.page_item a:focus , div#sidebar ul li.page_item a:active{
	background: url(images/arrow.gif) 5px 8px no-repeat #eee;
}

div#sidebar ul li.page_item.current_page_item a{
	background: url(images/arrow.gif) 5px 8px no-repeat #8EBE3F;
	color: #fff;
}

/* vCard */

div.vcard{
	background: #dedede;
	text-shadow: 0px 1px 0px #fff;
	color: #444;
	padding: 14px 10px 14px;
	margin: 5px 0 0;
}

div.vcard ul{
	margin: 5px 5px 4px ! important;
}

li.vcard-mail{
	padding: 3px 0 3px 25px ! important;
	background: url(images/mail.gif) left top no-repeat ! important;
	margin: 0 0 2px;
}

li.vcard-phone{
	padding: 3px 0 3px 25px ! important;
	background: url(images/phone.gif) left top no-repeat ! important;
	margin: 2px 0 0;
}

div.vcard a:link, div.vcard a:visited  {
	text-decoration: none ! important;
	padding: 3px 5px 3px;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.vcard strong{
	padding: 0 5px 0;
}

div.vcard a:hover, div.vcard a:focus , div.vcard a:active{
	background: url(images/map.png) 160px center no-repeat #eee;
}

div.vcard ul li a:link, div.vcard ul li a:visited  {
	text-decoration: underline ! important;
	padding: 0;
	display: inline;
}

div.vcard ul li a:hover, div.vcard ul li a:focus , div.vcard ul li a:active{
	background: none;
}

/* Team */

table#team td{
	background: #fff ! important;
}

table#team img{
	padding: 3px;
	border: 1px solid #ccc;
	margin: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #ccc 0 0 3px;
}


/*		Footer		*/

div#footer{
	background: url(images/footer.png) bottom no-repeat;
	width: 900px;
	height: 30px;
	padding: 10px 12px 0px 12px;
	clear: both;
	font-size: 11px;
	color: #aaa;
	text-align: center;
	margin: 0 auto 15px auto;
}

div#footer a {
	color: #919191;
	font-weight: normal;
}


/* Form */

input, textarea{
	display: block;
	background: #fff;
	padding: 5px;
	color: #222;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

input:hover,input:active, input:focus,
textarea:hover, textarea:active, textarea:focus{
	background: #f0f0f0;
	color: #222;
	border: 1px solid #aaa;
	outline: none;
	cursor: pointer;
}

form#searchform input{
	display: inline;
	margin-right: 8px;
}

form p{
	padding: 0 ! important;
}

/*		Print		*/

@media print{

a[href]:after{
	content: "[" attr(href) "] ";
	font-size: 85%;
	color: #aaa;
}

}