/*
THEME NAME: eControlling
THEME URI: http://www.luna-park.de
DESCRIPTION: eControlling Business Theme 
TAGS: 
VERSION: 0.1
AUTHOR: Eric Schneller, Luna-Park
AUTHOR URI:
*/

body {
  top: 0px;
  margin: 0px;
  padding: 0px;
  
  background-image: url(images/background.jpg);
  background-position: top left;
  background-repeat: repeat-x;
    
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

blockquote {
  border-left:5px solid #A098D1;
  padding-left:5px;
  /*font-style:italic;*/
}

div#header {
  margin: auto;
  
  clear: both;
  width: 900px;
  height: 155px;
  
  background-image: url(images/header_banner.jpg);
}
  div#header h1 {
    display: none;
  }
  div#header h2 { display: none; }
  div#header a { display: block; width: 900px; height: 155px; }
  div#header p {display: none; }
div#container {
  margin: auto;
  clear: both;
  margin-top: 25px;
  width: 900px;
} 
  
  div#content {
    float: left;
    
    margin-left: 27px;
    width: 500px;
  }
  
  div#sidebar {
    float: right;
    
    margin-right: 22px;
    width: 300px;
  }
  
div#footer {
  clear: both;
  margin-top: 20px;
  background-color: #484848;
  border-top: 3px solid #797979;
  padding: 15px 0px 30px 0px;
  
  width: 100%;
  font-size: 0.8em;
  color: #f0f0f0;
  background-image: url(images/bg-footer.jpg);
  background-repeat: repeat-x;
}
 #footer a {
  color: #e0e0e0;
 }
  #innerfooter {
	width: 900px;
	margin: auto;
  }
  div#footer #leftrow {
    float: left;
    width: 660px;
  }
  div#footer #rightrow {
    float: right;
    width: 220px;
	text-align: right;
  }

h1,h2,h3 {
  font-family: Georgia, Times, serif;
  color: #A098D1;
  
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: #A098D1;
}

.clearer {
	clear: both;
}
.spacer {
  margin-top: 30px;
}

div.headhr {
  font-size: 10px;
  text-transform: uppercase;
  color: #8B8B8B;
  border-top: 1px solid #8B8B8B;
  margin-bottom: 15px;
}

div.headdesc {
  padding: 7px;
  background-color: #8B8B8B;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
  div.headdesc h3 {
    color: #fff;
  }


ul.navigation {
  margin: 0px;
  padding: 0px;
  
  list-style: none;
}
  ul.navigation li {
    margin: 0px;
    padding: 0px;
    height: 34px;
    width: 300px;
    
    /*background-color: #B1B1B1;
    background-image: url(images/navigation_bg_in_l.jpg);*/
    background-repeat: no-repeat;
    background-position: top left;
    
    /*margin-bottom: 7px;*/
  }
  ul.navigation li a{
    padding-right: 5px;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 2px;
    color: #A1A1A1;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    
    width: 285px;
    height: 24px;
    display: block;
    
    /*background-image: url(images/navigation_bg_in_r.jpg);*/
    background-position: top right;
    background-repeat: no-repeat;
    
  }
  
  ul.navigation li.active {
    background-image: url(images/navigation_bg_l.jpg);
    background-color: #A098D1;
  }
  ul.navigation li.active a{
    background-image: url(images/navigation_bg_r.jpg);
    color: #fff;
  }
  ul.navigation li:hover {
    background-image: url(images/navigation_bg_l.jpg);
    background-color: #A098D1;
  }
  ul.navigation li:hover a{
    background-image: url(images/navigation_bg_r.jpg);
    color: #fff;
  }
div#new_article {
  width: 470px;
  height: 228px;
  
  padding: 15px;
  background-color: #555556;
  background-image: url(images/new_article_background.jpg);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  
  position: relative;
}
  #new_article div.layerbg {
    background-color: #555556;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    top: 15px;
    left: 15px;
    
    width: 320px;
    height: 228px;
    z-index: 4;
  }
  #new_article ul.article_list {
    position: absolute;
    top: 15px;
    left: 15px;
    
    width: 320px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    z-index: 5;
  }
  #new_article ul .date {
    text-align: right;
    color: #fff;
    font-size: 12px;
  }
  #new_article ul h2 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
  }
  #new_article ul h2 a {
    text-decoration: none;
    color: #fff;
  }
  #new_article ul li {
    padding: 5px;
    border-bottom: 1px solid #A098D1;

  }
  #new_article ul li:hover { background-color: #A098D1; }

.article {
  margin-bottom: 15px;
  padding: 5px;
  
}
  .article h1 {
    font-size: 20px;
    font-weight: 500;
  }
  .article h2 {
    font-size: 20px;
    font-weight: 500;
  }
  .article div.content {
    margin: 5px;
    padding: 0px;
    margin-left: 10px;
    
    color: #4C4C4C;
    font-size: 14px;
    line-height: 17px;
  }
  .article .date {
    font-family: Georgia, Times, serif;
    font-size: 17px;
    font-weight: 500;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #8e8e8e;
  }

.article_details {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-bottom: 10px;
}
  .article_details li {
    margin: 0px;
    padding: 0px;
    clear: both;
  }
  .article_details li span.leftcol {
    float: left;
    display: block;
    width: 100px;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    color: #8e8e8e;
    
    
  }
  .article_details li span.rightcol {
    float: right;
    padding-left: 10px;
    border-left: 1px solid #8e8e8e;
    display: block;
    width: 179px;
    padding-bottom: 10px;
    font-size: 14px;
    
  }
  .article_details .date {
    font-size: 20px !important; 
    font-weight: 500 !important;
    font-family: Georgia, Times, serif;
    color: #8e8e8e;
  }
  .article_details .date strong {
    font-weight: 500;
  }
.ec3_events {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-bottom: 20px;  
}
  .ec3_events li {
    clear: both;
  }
  .ec3_events span.date {
    display: block; float:left; width: 60px;
    font-weight: 700; color: #8e8e8e;
    font-size: 11px;
  }
  .ec3_events a {
    text-decoration: none;
    font-size: 14px;
    float: right;
    width: 225px;
    padding-left: 10px;
   border-left: 1px solid #8e8e8e;
   padding-bottom: 10px;
  }
  .ec3_events a:hover{
    text-decoration: underline;
  }
  
.comments {
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  list-style: none;
}
  .comments li {
    padding-left: 5px;
    padding-right: 5px; 
    padding-bottom: 3px;
    padding-top: 6px;
    border-bottom: 1px solid #cccccc;
  }
  .comments li:hover {
    background-color: #F0F0F0;
  }
  .comments .author {
    font-size: 14px;
    color: #8e8e8e;
    display: block;
  }
  .comments .date {
    font-size: 11px;
    text-align: right;
    width: 100%;
    display: block;
    margin-top: -5px;
    font-weight: bold;
    background: transparent;
  }
  .comments a {
    display: block;
  }
  
.comments_overview ol {
  margin: 0px;
  padding: 10px;
  
  list-style: none;
}
	.comments_overview li:first-child {
		border-top: 0px;
	}
  .comment {
    padding: 10px 5px 15px 5px;
    margin-bottom: 5px;
	border-top: 1px solid #c0c0c0;
  } 
  .comment span.author_link {
    font-family: Georgia, Times, serif;
    font-size:  16px;
    font-weight: 500;
    color: #A098D1;
  }
  .comment p {
    font-size: 12px;
    color: #4c4c4c;
    margin: 6px 0px 7px 10px;
	line-height: 18px;
  }
  .comment .date {
    font-size: 12px;
    font-weight: bold;
    color: #8e8e8e;
  }

.comment_post {
  margin: 0px;
  padding: 10px;
  
  background-color: #E1E1E1;
  list-style: none;
  background-image: url(images/content_grey_border_t.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
.comment_post label {
  font-size: 11px;
  color: #8e8e8e;
  display: block;
  margin-bottom: 7px;
}
.comment_post textarea,input {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color: #4E4E4E;
}
.comment_post .input_field {
  width: 466px;
  padding: 5px;
  border: 2px solid #F0F0F0;
  background-color: #E9E9E9;  
}
.comment_post .input_text {
  width: 466px;
  padding: 5px;
  border: 2px solid #F0F0F0;
  height: 100px;
  background-color: #E9E9E9;  
}
.comment_post input:focus {
  border-color: #ccc;
}
.comment_post textarea:focus {
  border-color: #ccc;
}
.comment_post .input_button {
  color: #fff;
  background-image: url(images/button_120.gif);
  width: 120px;
  height: 27px;
  text-align: center;
  border: 0px;
  font-weight: bold;
}


.searchinput {
  border: 1px solid #E1E1E1;
  padding: 5px;
  font-size: 12px;
  color: #8e8e8e;
  margin: 0px;
  margin-top: -5px;
  width: 250px;
}

.searchinput:focus {
  border: 2px solid #A098D1;
  padding: 4px;
}

.searchdiv {
  padding: 0px;
  margin: 0px;
  width: 300px;
}
.searchmit {
  width: 27px;
  height: 27px;
  background-color: #fff;
  border: 0px;
  cursor: pointer;
  margin-left: 7px;
  background-image: url(images/searchmit.jpg);
}
.searchdiv:hover .searchmit {
  background-image: url(images/searchmit_on.jpg);
}
.searchdiv:hover .searchinput {
  border: 2px solid #A098D1;
  padding: 4px;
}

.luna-park {
  text-transform: lowercase;
}

.footer_navigation {
  margin: 0px;
  padding: 0px;
  clear: both;
  width: 200px;
  float: left;
}
  .footer_navigation li {
    margin: 0px 0px 3px 15px;
	color: #ccc;
  }
  .footer_navigation li.header {
	list-style: none;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
  }
  .footer_navigation a {
    text-decoration: none;
    color: #8e8e8e;
  }
  .footer_navigation a:hover {
    text-decoration: underline;
  }

.similar_posts ul {
  padding: 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin: 0px;
  margin-top: -7px;
  list-style: none;
  border-top: 1px solid #cccccc;
}

.similar_posts ul li {
  border-bottom: 1px solid #cccccc;

}
.similar_posts ul a:hover {
  background-color: #f0f0f0;
}
.similar_posts ul li a{
  display: block;
  font-size: 13px;
  padding: 5px;
}

.wp-pagenavi span {
  border: 0px !important;
  font-size: 12px;
}
  .wp-pagenavi a {
    border: 0px !important;
    color: #A098D1 !important;
    font-size: 13px;
  }
  .wp-pagenavi a:hover {
    color: #ffffff !important;
    background-color: #A098D1 !important;
  }
  .wp-pagenavi .pages {
    color: #8e8e8e;
    
  }

.blogroll_list a {
  font-size: 10px;
}


.sites a {
  font-weight: bold;
  font-size: 12px;
}
.sites .active {
  background-color: #F0F0F0;
} 
.sites .active a {
  color: #666;
}

.twitter {
    padding-left: 5px;
    padding-right: 5px; 

}

.twitter-message {
  font-size: 10px;
  padding-left: 5px;
  color: #8B8B8B;   
  padding-bottom: 3px;
}

