/*
Theme Name: Yoga Theme
Theme URI: http://www.yoga-quelle.de
Description: Custom Wordpress theme
Version: 1
Author:mangoparadies
Author URI:http://www.yoga-quelle.de
*/

body {
  margin: 0;
  padding: 0;
  background: #2e2e2e none repeat scroll 0% 50%;
  font-family: "Trebuchet MS",verdana,arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 73%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #333333;
  text-align: center;
}
#container {
  border: 5px solid #c10000; /** #4e8f87;*/
  padding: 0;
  background: #e9eee4 none repeat scroll 0% 50%;
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
  text-align: left;
}
#topimg {
  margin: 0;
  padding: 0;
  background: #4e8f87 url(img/topimg.jpg) no-repeat scroll 0% 50%;
  height: 150px;
  color: #333333;
}
#topimg h1 {
  margin: 10px 0 0 250;
  /** background: #4e8f87 none repeat scroll 0% 50%; */
  float: left;
  font-size: 150%;
  letter-spacing: 3px;
  color: #feea6f;/**#ffffff;*/
}
#navcontainer ul {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 0 0 20px;
  background: #4e8f87 none repeat scroll 0% 50%;
  float: left;
  width: 100%;
  padding-left: 0;
  font-size: 110%;
  color: #333333;
}
#navcontainer ul li {
  display: inline;
}
#navcontainer ul li a {
  border-right: 1px solid #ffffff;
  padding: 0.2em 1em;
  background: #4e8f87 none repeat scroll 0% 50%;
  float: left;
  text-decoration: none;
  color: #ffffff;
}
#navcontainer ul li a:hover {
  background: #feea6f none repeat scroll 0% 50%;
  color: #000000;
}

#navcontainer ul li.current_page_item a{
  background: #feea6f none repeat scroll 0% 50%;
  color: #000000;
}

#content {
  border-left: 1px dashed #999999;
  margin: 0 0 5px 170px;
  padding: 5px;
  color: #333333;
}
#content a:link, #content a:visited {
  text-decoration: underline;
  color: #4e8f87;
}
#content a:hover {
  color: #91ae00;
}
#sidebar1 {
  margin: 0 10px 0 0;
  padding: 5px;
  background: #e9eee4 none repeat scroll 0% 50%;
  float: left;
  width: 160px;
  color: #333333;
}
#titletext {
height:30px;
}
#slideimage {
height:150px;
margin: 0 2px 0 0;
}
.sidemenu ul {
  list-style-type: none;
  text-align: left;
}
.sidemenu ul li {
  display: block;
  color: #666666;
}
.sidemenu ul li a {
  background: transparent url(img/list-off.gif) no-repeat scroll left center;
  padding-left: 15px;
  font-family: "Lucida Grande","Lucida Sans Unicode",verdana,lucida,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  text-decoration: none;
  color: #000000;
}
.sidemenu ul li a:hover {
  background: transparent url(img/list-on.gif) no-repeat scroll left center;
  color: #666666;
}
.sidemenu ul li a#current {
  background: transparent url(img/list-active.gif) no-repeat scroll left center;
  color: #666666;
}
#footer {
  border-top: 1px solid #ffffff;
  margin: 0;
  padding: 5px;
  background: #4e8f87 none repeat scroll 0% 50%;
  clear: both;
  font-size: 90%;
  color: #333333;
}
#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #ffffff;
}
#footer a:hover {
  border-bottom: 1px dashed #eeeeee;
  color: #333333;
}
p {
  margin: 15px;
  line-height: 1.7em;
}
h1 {
  padding: 0;
  margin-top: 10px;
  font-size: 140%;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #4e8f87;
}
h2 {
  margin: 10px 0 0 5px;
  background: #4e8f87 none repeat scroll 0% 50%;
  padding-left: 10px;
  font-size: 120%;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ffffff;
}
.img {
  border:  none;
  padding: 10px;
  float: left;
}
.img a {
  border:  none;
}
.post {
  border: 0 dashed #8a795d;
  margin: 20px 10px 0 5px;
  padding: 3px;
  background: #eeeeee none repeat scroll 0% 50%;
  font-size: 100%;
}
.post .date {
  margin: 0 15px 0 5px;
  background: transparent url(img/clock.gif) no-repeat scroll left center;
  padding-left: 15px;
}
.post .comments {
  margin: 0 15px 0 5px;
  background: transparent url(img/comment.gif) no-repeat scroll left center;
  padding-left: 15px;
}
.post .readmore {
  margin: 0 15px 0 5px;
  background: transparent url(img/document.gif) no-repeat scroll left center;
  padding-left: 15px;
}
blockquote {
  font-weight: bold;
  font-style: italic;
  color: #b29b35;
}
#content_left {
  float: left;
  padding-right: 5px;
  width: 100px;
}
#content_right_left {
  float: left;
  width: 100px;
  padding-right: 5px;
}

