/*   
Theme Name: Elke Dilchert Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/*STARTSEITE*/

#startseite  {
	display:block;
	height:100%;
	margin-top:200px;
	text-align:center;
	vertical-align:middle;
	width:auto;
}

/* BODY */

body, input, textarea {
	font:15px/22px Helvetica,Arial,sans-serif;
	background-color: #ffffff;
	background: #ffffff url(./images/kreis_bg.png) no-repeat center center;
}

#wrapper {
}
h1, h2, h3, h4 {
	color: #956939;
}
h5 {
	font-size: 20px;
	color: #956939;
	font-weight: 900;
	font-family:helvetica,arial,sans-serif;
}

h6 {
	color:#CBA674;
	font-family:helvetica,arial,sans-serif;
	font-size:13px;
	font-weight:600;
}

ul {
	font-size: 12px;
	font-weight: 100;
	color: #47250a;
	margin-bottom: 5px;
	list-style-image: url(./images/Bullet.png);
	padding-left: 5px; 
	margin-left: 0.6em;
	line-height: 20px;
}

#clearer {
	clear: both;
}

/*LINKS*/

a:link, a:visited{
	color: #5a2702 !important;
	text-decoration: none;
}

a:hover, a:active{
	color: #956939 !important;
	text-decoration: none;
}

/* KOPFZEILE */

#blog-title span a {
	background: url(./images/Logo.png) no-repeat 0 0;
	height: 60px;
	width: 281px;
	text-indent: -9000em;
	display: block;
}

#header {
	background: url(./images/linie.png) no-repeat center 104px;
}

#branding {
	padding:25px 0 0;
}

#blog-description {
	display: none;
}

/* MENUE */

#access {
	border: solid 0px;
	width: 940px;
	margin: 0 auto;
}

.menu {
	direction: rtl;
	float: right;
	width: auto;
	margin-top: -11px;
	position: relative;
	font-family: arial, helvetica, sans-serif;
}

.sf-menu  {
	line-height:0;
	border-right: solid 0px;
	font-size: 123%;
}

.sf-menu a {
	padding: 0px 0px 30px 0px;
 	border-bottom: solid 0px;
 	border-left: solid 0px;
 	border-top: solid 0px;
}

.sf-menu li {
	background:none;
	float:left;
	margin-left:26px;
	position:relative;
}
	
.sf-menu li a:link, .sf-menu li a:visited {
	color: #B9DC40 !important;
}

.current_page_item a:link, .current_page_item a:visited {
	color: #7a9e00 !important;
	border-bottom-color: #956939 !important;
	border-bottom: 2px solid;

}
	
.sf-menu li:hover, .sf-menu
li.sfHover, .sf-menu a:focus,
.sf-menu a:hover, .sf-menu a:active {
	background: none repeat scroll 0 0 transparent;
	border-bottom-color: #956939 !important;
	color: #7a9e00 !important;
}

.sf-menu a:hover {
	border-bottom: 2px solid;
	color: #7a9e00 !important;
}


/* CONTENT */

#main {
	padding: 20px 0 10px;
	width: 941px;
}

.entry-title {
	display: none;
}

.entry-content {
	padding: 0px;
	width: 940px;
}

.entry-content img{
	margin: 0px 0px 5px;
}

.entry-content p{
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #956939;
}

#container {
	width: 941px !important;
}
#content {
	width: 940px;
	margin-left: 9px;
}

/* GALLERY */

#post-3 h1 {
	display: none;		
}

#gallery_detail {
	width: 940px;
	margin-top: 23px;
}

#single_pic {
	width: 620px;
	float: left;
	margin-left: 3px;
}

.ngg-albumoverview  {
	clear:both;
	display:block !important;
	margin-top:15px !important;
	width:100%;
}

.ngg-imagebrowser{
	width: 620px;
}

.ngg-imagebrowser h3{
	display: none;
}

.pic img{
	border: solid 1px #A69487;
	float: right;
}

/*PAGINATION GALLERY DETAIL*/

#pagination {
	clear: both;
	float: right;
	width: auto;
	text-align: right;
	display: block;
	position: absolute;
	right: 0px;
	top: 165px;
}

#zurueck {
	position: absolute;
	right: 241px;
	top: 165px;

}

.pag {
	float: left;
}

#left {
	color: #b9dc40 !important;
	font-size: 14px;
	font-family: helvetica, arial, sans-serif;
	padding-right: 2px;
	padding-left: 2px;
}

#left a:link, #left a:visited {
	color: #b9dc40 !important;
}

#left a:hover, #left a:active {
	color: #7a9e00 !important;
}

#mid {
	color: #b9dc40;
	font-size: 14px;
	font-family: helvetica, arial, sans-serif;
	padding-right: 2px;
	padding-left: 2px;
}

#right {
	color: #b9dc40;
	font-size: 14px;
	font-family: helvetica, arial, sans-serif;
	padding-left: 2px;
}

#right a:link, #right a:visited {
	color: #b9dc40 !important;
}

#right a:hover, #right a:active {
	color: #7a9e00 !important;
}


/* REFERENCES PAGINATION*/

#r_zahl_1 {
	font-size: 14px;
	font-family:helvetica, arial, sans-serif;
	color: #7a9e00;
	float: left;
	width: 12px;
}

#r_zahl_2 {
	font-size: 14px;
	font-family:helvetica, arial, sans-serif;
	color: #7a9e00;
	float: right;
	width: 35px;
}

#references_right {
	clear: both;
	right: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	position: absolute;
	top: 5px;
	width: auto;
	text-align: right;
	display: block;
}

#references_left {
	clear: both;
	right: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	position: absolute !important;
	top: 5px !important;
	width: auto;
	text-align: right;
	display: block;
}

.r_right a:link,  .r_right a:visited{
	color: #B9DC40 !important;
}

.r_right a:hover, .r_right a:active{
	color: #7a9e00 !important;
}


.r_left a:link, .r_left a:visited {
	color: #B9DC40 !important;
}

.r_left a:hover, .r_left a:active {
	color: #7a9e00 !important;
}


/* IMAGE CONTAINER/DESCRIPTION*/

.pictureContainer{
	vertical-align: bottom;
	margin-top: 3px;
}

#client {
	width: 282px;
	margin-left: 25px;
	float: left;
	border: solid 0px;
}

#client_titel {
	font-size: 1.2em;
	font-family: arial, helvetica, sans-serif;
	font-weight: 900;
	color: #956939;
	padding-bottom: 10px;
	padding-top: 1px;
}

#imageLable {
	font-size: 13px;
	font-family: helvetica, arial, sans-serif;
	color: #956939;
	padding: 0px;
	margin: 0px;
	border: solid 0px;
}

#imageLable tr td{
	margin: 0px;
	padding: 0px 0px 7px 0px;
	border-bottom: solid 0px !important;
}

tr {
	border: solid 0px;
}

#agency {
	padding-left: 7px;
}

#photographer {
	padding-left: 7px;
}

#licence {
	padding-left: 7px;
}


/* THUMBNAILS Mini */

#thumbnails {
	width: 284px;
	height: auto;
	margin-left: 26px;
	vertical-align: bottom;
	display: block;
	position: absolute;
	top: 203px;
	right: 0px;
}

.mini_tn {
	vertical-align: bottom;
}

.mini_tn img {
	width: 65px;
	height: 46px;
	float: left;
	border: solid 1px #b59674;
	margin-right: 4px;
	vertical-align: bottom;
}

#zurueck {
	float: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	color: #B9DC40 !important;	
}

.back a:link, .back a:visited{
	color: #B9DC40 !important;	
}

.back a:hover, .back a:active{
	color: #7a9e00 !important;
}

/*CLIENTS*/	

#wptable-3 {
	border: 0px solid;
	margin-bottom: 0px;
	margin-top: -11px;
}

#wptable-3 {
	font-weight: 200;
	color:  #956939;
	font-size: 13px;
}
#wptable-3 th, #wptable-3 td{
	padding: 0px 6px 7px 0px;
}
#wptable-3 tr {
		border-bottom: solid 0px;
}


/* SERVICES */


#post-25 h6 {
	margin-bottom: 10px;
}

.Services-Article-left {
	width: 530px;
	float: left;
	margin-bottom: 10px;
	
}

.Services-Article-right {
	width: 380px;
	float: left;
	margin-bottom: 10px;	
}


.Services-Article-left h5 {
	margin-bottom: 1px;
	margin-left: 10px;
}

.Services-Article-right h5 {
	margin-bottom: 1px;
	margin-left: 10px;
}

.Services-Article-left h6 {
	margin-left: 10px;
	line-height: 16px;
}

.Services-Article-right h6 {
	line-height: 16px;
	margin-left: 10px;
}

.Services-Article-left ul li {
	font-size: 13px;
	line-height: 18px;
	font-family: helvetica, arial, sans-serif;
	color: #47250a;
}

.Services-Article-right ul li {
	font-size: 13px;
	line-height: 18px;
	font-family: helvetica, arial, sans-serif;
	color: #47250a;
}

#post-25 h6 {
margin-bottom:4px;
}

/*ABOUT*/

#about {
	margin-left: 398px;
}

#wptable-4 {
	border: 0px solid;
	margin-top: -10px;
}

#wptable-4 {
	color:  #956939;
	font-size: 13px;
	font: helvetica, arial, sans-serif;
	font-weight: normal;
}

#wptable-4 th, #wptable-4 td{
	padding: 0px 0px 7px 0px;
}

#wptable-4 tr {
		border-bottom: solid 0px;
}


#picture {
	float: left;
	border: solid 1px #956939;
	right: 35px;
	top: 14px;
	position: relative;
}

#picture img {

	display: block;
	margin: 0;
}

#vita {
	float: left;
	font-size: 13px;
	color: #956939;
	width: 350px;
}


/* CONTACT */

#contact {
	margin-top: 9px;
	float: left;
}
#adress {
	width: 538px;
	float: left;
	font-size: 13px;
	color: #956939;
	margin-left: 2px;
}

#contactform {
	float: left;
	width: 310px;
}

input {
	background-color: #ffffff;
	border: solid 1px #cba674;

	height: 20px;
	font-size: 13px;
	color: #956939;
	font: helvetica, arial, sans-serif;
	padding: 2px;
}


input#submit {
	background-color: #cba674;
	font-size: 13px;
	font-weight: 900;
	color: #5a2702;
	width: 80px;
	height: 25px;
	float: right;
}

.wpcf7-form span {
	font-size: 13px;
	color: #956939;
}

.wpcf7-form p{
	font-size: 13px;
	color: #956939;
	margin: 0px 0px 3px 0px;
}

textarea {
	width: 300px;
	height: 108px;
	border: solid 1px #cba674;
	background-color: #ffffff;
	font-size: 13px;
	color: #956939;
	font: helvetica, arial, sans-serif;
	padding: 4px;
	line-height: 15px;
}

.wpcf7-response-output {
	background-color: #ffffff;
	font-size: 13px;
	color: #956939;
	font: helvetica, arial, sans-serif;
	padding: 4px;
	width: 304px;
	line-height: 15px;
	border: solid 1px #cba674;
	margin: 10px 0px 0px 0px !important;
}

div.wpcf7-response-output {
	width: 310px;
	margin: 10px 0px 0px 0px !important;
	padding: 0px !important;
}

div.wpcf7-mail-sent-ok {
	font-size: 13px !important;
	color: #956939 !important;
	font: helvetica, arial, sans-serif !important;
	padding: 4px !important;
	width: 304px !important;
	line-height: 15px !important;
	margin: 10px 0px 0px 0px !important;
	border: solid 0px !important;
}

div.wpcf7-validation-errors {
	border: solid 0px !important;
}

span.wpcf7-not-valid-tip  {
	background:none repeat scroll 0 0 #CBA674 !important;
	border:1px solid #CBA674 !important;
	color:#5A2702 !important;
	font-size:13px !important;
	line-height: 15px !important;
	left:20% !important;
	padding:2px !important;
	position:absolute !important;
	top:20% !important;
	width:280px !important;
	z-index:100 !important;
}
input .acceptance {
	width:auto !important;
}


/*FOOTER*/

#footer {
	display: none;
}

.edit-link {
	display: none;
	width: 941px;
}

