/*
Theme Name: Wilbers
Author: Theres Sch&ouml;nberg
Author URI: http://artypisch.com
Description: Theme for Jennifer Wilbers
Version: 1.0
*/

@font-face {
	font-family: 'texgyreherosregular';
	src: url('fonts/texgyreheros-regular-webfont.eot');
    	src: url('fonts/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheros-regular-webfont.woff') format('woff'),
         url('fonts/texgyreheros-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreheros-regular-webfont.svg#texgyreherosregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'texgyreherosregular';
	color: #878A88;
}

#logo-container {
	margin-top: 40px;
	margin-bottom: 20px;
}

#Logo {
	padding-top: 30px;
}

h2.titel {
	color: #7AAF30;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.8em;
	letter-spacing: 0.03em;
	margin: 5px 0px 20px 0px;
}

a {
        text-decoration: none;
        outline: none;
	color: #7AAF30;
}

a:focus,
a:hover {
        outline: none;
        text-decoration: none;
	color: #878A88;
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
	color: #7AAF30;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: #FFFFFF;
}

.navbar-nav > li {
	float: right;
}

.nav > li > a {
	color: #878A88;
	text-transform: uppercase;
	padding: 5px 5px;
}

#footer-container {
	color: #7AAF30;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* make sidebar nav vertical */ 
@media (min-width: 768px) {
.sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width:992px) {
  .navbar-nav > li {
	float: left;
  }
}

.navbar-toggle {
        border-color: #ddd;
}

.navbar-toggle .icon-bar {
        background-color: #888;
}

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/

