/*  
Theme Name: Shelf Cloud
Theme URI: http://shelfcloud.com/
Description: A clean, shelf cloudy theme
Version: 1.02
*/

/**************************************
 Shelf Cloud
**************************************/

body {
  margin:0px;
  padding:0px;
  height: 100%;
  color: #6a6a6a;
  font-family: "Helvetica Neue", "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5em;
  background-color: #7f9bc9;
}

a {
	color: #5a5a5a;
	text-decoration: underline;	
}
a:hover {
	color: black;	
}
a img {
	border: none;
}

#main_navigation {
	position: absolute;
	bottom: 27px;
	left: 22px;
	font-size: 14px;
}
#main_navigation a {
	text-decoration: none;
}
#main_navigation .current_page a {
	color: #00579C;
	font-weight: bold;
}

#page_sections_navigation ul li, #blog_sections_navigation ul li {
	display: inline;
}
#main_footer {
	margin: 0 auto;			
	text-align: center;
	font-size: 0.9em;
	height: 20px;
	background-image: url(/images/FooterBackground.gif);
	color: white;
	
	border-top: 1px solid black;
}
#main_footer a {
	color: #eee;
	text-decoration: none;
}
#main_footer a:hover {
	color: yellow;
}
div#background {
  margin:0px;
  padding:0px;
  background-position: top center;
  background-repeat: repeat-x;
  background-image: url(../images/bg_gradient.gif);
  background-color: #7f9bc9;
  min-height:100%;
  text-align:center;
}

div#main_column {
  width: 706px;
  margin: 0 auto 0 auto;
  background-color: #fff;
  min-height:500px;
}

#content {
  margin:0;
  padding:0;
  background-color: #f7f8f9;
  background-image: url(../images/bg_06.gif);
  background-repeat: repeat-x;
  width: 688px;
  line-height: 1.5em;
}

#content2 {
  padding:0px 20px 20px 20px;
  font-size:13px;
  text-align: left;
}

div#header {
  position:absolute;
  top:0px;
  width:706px;
  height:350px;
  background-color:#aaa;
}

#search {
	text-align: center;
	font-size: 0.8em;
}

#imprint p {
	padding: 0 70px;
}

#logo {
  text-align: center;
  margin-bottom: 0.5em;
}
#logo span.hidden {
  display: none;
}

table {
  margin:0;
  padding:0;
  border-spacing: 0;
  border-collapse: collapse;
}

td#left_border {
  background-repeat: repeat-y;
  background-image: url(../images/bg_08.gif);
}

td#right_border {
  background-repeat: repeat-y;
  background-image: url(../images/bg_10.gif);
}

td {
  padding:0px;
  margin:0px;
  vertical-align: top;
}

h1, h2, h3, h4 {
  color: #000;
  margin-bottom: 0px;
  padding: 4px 0px 8px 0px;
}

h1 {
  font-size:18px;
  text-align:center;
}

h2 {
  font-size:16px;
  text-align:left;
}

h3 {
  font-size:14px;
  text-align:left;
}

h4 {
  font-size:12px;
  text-align:left;
}


p {
    text-align:left;
    margin: 0;
    line-height: 1.5em;
}

ul {
  padding: 0 60px;
}

ul li {
	margin: 0.5em 0;
	line-height: 1.5em;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}
.entrytitle h2 a  {
	color: #00579C;
	text-decoration: none;
}
.entrytitle h2 a:hover  {
	text-decoration: underline;
}

.entrymeta{
	font-size:0.9em;
	margin-bottom: 1em;
}
.postedby{
	background:transparent url(../images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:transparent url(../images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:transparent url(../images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments and Tags
 *************************************/
.tagblock .tags {
	border: 1px dotted gray;
	border-left: 0;
	border-right: 0;
	padding:5px 0;
}
.commentsblock, .tagblock {
	margin:0 0.5em;
	padding:0 1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
}
