/*
Theme Name: Ciencias Design
Theme URI: http://www.redo4.de/
Description: Ciencias Theme created on 09.08.08'
Version: 0.1
Author: Eric Schneller
Author URI: http://www.redo4.de
Tags: widgets, sidebar, green
*/

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  
  margin: 0px;
  padding: 0px;  
  
  top: 0px;
  background-color: #8B8C8E;
}

div#main {
  
  position: relative; /* added for positioning of skycraper */

  padding-left: 31px;
  padding-right: 30px;
  
 
  width: 840px;
  background-color: #fff;
  background-image: url(images/main_background.jpg);
  background-repeat: repeat-y;
  
  margin: auto;
  padding-top: 0px;
  margin-top: 0px;
}

div#header {
  width: 840px;
  height: 151px;
  
  background-image: url(images/header_background.jpg);
  background-repeat: no-repeat;
}
  a#home {
    display: block;
    width: 250px;
    height: 100px;
    position: relative;
    top: 10px;
    left: 20px; 
  }

  div#search {
    position: relative;
    top: 3px;    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
	width: 200px;
	left: 625px;
  }
  div#search .searchinput {
    font-size: 12px;
    color: #fff;
    border: 2px solid #334E2D;
    background-color: #568924;
    padding: 3px;
    width: 140px;
    font-family: Verdana;
  }
  div#search .searchbutton {
    width: 24px;
    height: 24px;
    background-image: url(images/search.jpg);
    border: 0px;
  }
  div#search .searchinput:focus {
    border-color: #9CDC5C;
  }
div#navigation {
  width: 840px;
  height: 26px;
  
  background-image: url(images/navigation_background.jpg);
  clear: both;
}
  div#navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    clear: both;
    margin-left: 15px;
  }
  
  div#navigation ul li{
    float: left;
    padding-left: 5px;
    margin-top: 1px;
    height: 23px;
    padding-right: 5px;
    border-right: 1px solid #33522B;
  }
  div#navigation ul li:hover {
    background-color: #537D27;
  }
  div#navigation ul li:hover a {
    color: #FFAE00;
  }
  div#navigation ul li.active {
    background-color: #537D27;
  }
  div#navigation ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    
    margin-top: 3px;
    display: block;
    padding: 3px;
    font-weight: bold;
  }
div#container {
  width: 840px;
  clear: both;
  
  background-color: #E8E9E9;
}

  div#content {
    width: 558px;
    margin-left: 17px;
    margin-top: 18px;
    float: left;
    background-color: #ffffff;
    
    padding: 5px;
  }
  div.breadcrumb {
    border-bottom: 1px dotted #ccc;
    padding: 2px;
    font-size: 11px;
  }
  
.widget .input {
	width: 132px;
        margin: 4px 1px;
}

.searchform .input {
	width: 160px;
}

.widget .submit, .searchform .submit {
	border: 1px solid #666;
	margin: 0px 20px;
        background-color: #fff;
	font-size: 13px;
	color:bold  #666;
} 

 
#sidebar .widget_feedburner {
	background: #fff url('images/rss.jpg') no-repeat 0px 70px;
	padding: 0 10px 20px 10px;
}

#sidebar .widget_feedburner .title {
	margin: 0;
	padding: 0;
	height: 35px;
	line-height: 42px;
	vertical-align: bottom;
	background: #fff url('images/logoModaNews.jpg') no-repeat;
	color: #34532a;
}

#sidebar .widget_feedburner .text {
	font-size: 12px;
	color: fff;
}

#sidebar .widget_feedburner .footnote {
	margin: 5px 0 0 0;
	font-size: 11px;
	color: #fff;
}


div#sidebar {
    width: 186px;
    margin-right: 18px;
    float: right;
    background-color: #fff;
    margin-top: 18px;
    padding: 5px;
  }
  
  div#sidebar ul.main {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
 
div#footer {
  background-image: url(images/footer_background.jpg);
  background-repeat: repeat-x;
  height: 58px;
} 
div#footer  ul {
	position: relative;
	top: 20px;
	left: 40px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#footer li {
	float: left;
	color: #fff;
	font-size: 12px;
}
div#footer li.copy {
	font-weight: bold;
	margin-right: 30px;
}
div#footer li a {
	color: #fff;
}
div.clearer {
  clear: both;
}

#hoyreka_bar{
        margin:0 0 0 -475px!important;
}
