/*
Theme Name: gecko.media BLOG
Theme URI: http://www.gecko-media.de/
Description: Das BLOG Theme
Version: 1.0
Author: Designed by CS, scripted by PJ	
Author URI: http://www.gecko-networks.de/
*/

@charset "UTF-8";
#main {
}

a {
	color:#000;
	}

#headerbg {
	background-image:url(img/header_bg.jpg);
	background-repeat:repeat-x;
}


.header {
	background-image:url(img/header.jpg);
	width:970px;
	height:255px;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
        text-align:left;
	}

.header a:link {
text-decoration:none;
}

.header a:hover {
text-decoration:none;
color:#b85627;

}
.header a:visited {
text-decoration:none;
}


.header ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

.header li {
  float: left;
  position: relative;
  width: 9em;
  background-color:#fff;
  padding:5px;
  }

.header li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;

  }

.header li > ul {
	top: auto;
	left: auto;
	}

.header li:hover ul { display: block; }
	
#contentbg {
	background-image:url(img/content_bg.gif);
}
	
.content {
	background-image:url(img/content_bg.jpg);
	width:970px;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

.texting {
	width:800px;
	text-align:justify;
}


#footerbg {
	background-image:url(img/footer_bg.jpg);
	background-repeat:repeat-x;
	border:0;
}

.footer {
	background-image:url(img/footer.jpg);
	width:970px;
	height:84px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#b85627;
        text-align:center;
}

.footer a:link {
	color:#b85627;
	text-decoration:none;
	}

.footer a:hover {
	color:#b85627;
	text-decoration:none;
	}

.footer a:visited {
	color:#b85627;
	text-decoration:none;
	}

.storycontent {
	font-size: 12px;
	}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color:#b85627;
        text-align:left;
	}
	

h3 a:link {
	color:#b85627;
	text-decoration:none;
	}

h3 a:hover {
	color:#b85627;
	text-decoration:underline;
	}

h3 a:visited {
	color:#b85627;
	text-decoration:none;
	}
	
#respond h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#b85627;
	}
	

#respond h3 a:link {
	color:#b85627;
	text-decoration:none;
	}

#respond h3 a:hover {
	color:#b85627;
	text-decoration:underline;
	}

#respond h3 a:visited {
	color:#b85627;
	text-decoration:none;
	}
	
#comments {
	font-size:12pt;
	}
	
#spacer {
	background-color:#000;
	height:1px;
	margin-bottom:20px;
	border:0;
	}
	
img {
	border:0;
	}