/*
Theme Name: Open Boutique
Theme URI: http://www.sebastiankalies.de/
Description: Diesen WP-Theme ist für die Landingpage des Projektes Open Boutique
Author URI: http://www.sebastiankalies.de
Version: 0.5.1-beta
License: GPL v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset 
-------------------------------------------------------------- */


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

* {	
	list-style:none;
	border:none;	
	text-decoration:none;
	}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

html {	
	background:#fefefe;	
	}

body {
 	/*font-family: 'Quicksand', Arial, Helvetica , sans-serif;*/
	font-family:  'Prestige' ,'Courier' ,'Everson Mono ';
	color:#678187;
	}

a	{color:#678187}
a:hover	{color:#acb5ba}




#container{
	/*border:solid 2px green;*/
	width:1010px;
	margin-left:auto;
	margin-right:auto;
}


#header {
	width:100%;
	height:73px;
	/*background-color: rgb(153, 215, 199);  */   /*  #007e66; grün */
	/*border: solid blue 3px;*/
	
	}

#logo {
	/*width:100%; */
	/*height:37px;*/
	float:left;
	padding:10px 0 0 5%;
	
	}



#header-left {
	margin-left:auto;
 	display:block;
        text-align:center;
	border-bottom:solid 0px;
	margin:0 0  0 0px;	
	} 

#nav {
	padding-top:13px;
    	margin-left:38%;
	
	}

#nav li{
	padding:2px 10px 2px 10px;
	float:left;
	}

#nav li a{
	display:block;
	height:25px;
	padding:2px 10px 2px 10px;
	/*background-color:green;*/
	color:black;  /*#fff;*/
	font-size:normal;	
	}

#logo-middel{
	/*position:relative;*/
	text-align:left;

	float:left;
 	border:solid 0px;
	margin-top:13px;
	margin-left: 8%;
	
	}

#logo-middel a{
	color:  black;   /*white ;*/
	text-decoration:none;
	font-size:1.7em;
	font-weight:400;
	
	
	}

#header-right {	
	border: solid 0px red;	
 	float:none;
	/*position:absolute;
	margin:10px 0 0 40px;		
	background:url(media/logo_rechts.jpg) -10px -10px no-repeat;*/
	} 

#header-right img {
	width:190px;
	height:190px;
	margin: 60px 0 0 2%; 
	/*background:url(media/logo_rechts.jpg) -10px -10px no-repeat;*/
	} 




#section{
	background:#fff;
	padding-left:0px;
	border:0px solid red;
		
	}


.article{
	width:1010px;
	/*height:400px;*/
	border:solid 0px;
	
	padding:15px 0 15px 0;
	float:none;
	}

.article-img-big{
	
	width:420px;
	height:350px;
	padding:0px;
	margin:0px;
	float:left;	
	}

.article-img-big img{
	padding:17px 15px 0 0px ;
	margin:0 0 15px 0;
	width:420px;
	float:left;
	border: solid 1px black;	
	}



.article-img-text{
	margin:0 0 0px 435px;
	border:solid 0px;
	}

.artile-small-img{
	float:none;	
	}

.artile-small-img img{	
	width:205px;
	margin:0 15px 15px 0  ;
	border:solid 0px;	
	float:left;
 	border: solid 1px black;	
	}

.articel-text {		

	}

.articel-text p{
	margin:0 0 20px 0;
	padding:20px 0 0 0;
	font-weight:100;		
	}


#footer-container {
	margin-top:0px;
	padding:13px;
	background-color:#007E66;  /*#d2e6ed;*/
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
	}

#footer-container img {
	width:90px;
	margin:0px;
	padding:0;
}

.foot-buttom{
	margin:0;

}


#real-footer {
	width:100%;
	height:73px;
	background-color: rgb(153, 215, 199);
	color:#fff;
	padding-top:14px;
	}

.real-footer-left{	
	float:left;	
	}

.real-footer-right{
	
	margin-left: 70%;
	float:none;		
	}



#footer-nav ul li{
	color: #fff;
	margin: 0 10px 0 10px;
	float:left;	
	}

#footer-nav ul li a {
	color: #fff;
	text-decoration:none;	
	}



/*OVER WRITE WOOCOMERCE PLUGIN */

a.button, button.button, input.button, #review_form #submit { background:black; }













