/*
Theme Name: techweblog.de v1
Theme URI: http://techweblog.de/
Description: techweblog.de v1
Version: 1.0
Author: Jens Altmann
Author URI: http://gefruckelt.de/
Tags: techweblog

*/


/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
	padding-bottom: 20px;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	background-color: #FFFFFF;
  background-image:url(images/background.jpg); 
	background-repeat:no-repeat; 
	background-position:center 0px;
  background-attachment:fixed;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#0087c0;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#0087c0;
}

.headline {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	
}


a.headline:link, a.headline:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a.headline:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background-color: #EEEEEE;
}

li ul li a:link, li ul li a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

li ul li a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

li ul li:hover {
  background-color: #EEEEEE;
}



input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 10px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 10px 0;
	margin-bottom: 1px;
}

div.postmeta
{
  font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 8px;
}

div.postmeta a
{
  color:#0087c0;
}

div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
}

body div#wrapper {
	min-width: 750px;
	max-width: 1050px;
}

div#header {
  position: relative;
	height: 90px;
	padding-left: 370px;
	padding-right: 30px;
	padding-top: 25px;
	overflow: hidden;
	text-align: left;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 298px;
	height: 128px;  /* 75px; */
	background: 0 0 no-repeat;
	margin-left: 40px;
	margin-top: 0px;
}


div#banner {
	float: right;
	margin-right: 30px;
	width: 468px;
	height: 60px;
	border: 1px solid;
	
}


div#footer {
	margin-top: 10px;
	padding-top: 50px;
	height: 100px;
	overflow: hidden;
}

div#footer a
{
  color:#004494;
}

#footerspacer {
	height: 30px;
	background: url(images/footer_center.gif) 0 0 repeat-x;
  margin-left: 15px;
	margin-right: 14px;
}

#footerspacer_l {
  background: url(images/footer_b_l.gif) 0 0 no-repeat;
  z-index: 50;
	margin-left: -15px;
}

#footerspacer_r {
	background: url(images/footer_b_r.gif) 100% 0 no-repeat;
	padding-right: 1px;
  z-index: 50;
	margin-right: -14px;
}

#icons {
	float: right;
	width:120px;
	margin-top: 7px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align:right;
}

#search {
	float: right;
	width:150px;
	margin-top: -5px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align:right;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
	margin-left:0px;
	margin-right:14px;
	background-color: #FFFFFF;
	height: 100%;
}

#whitebox {
	margin: 0 21px 0px 21px;
	width: auto;
	text-align: left;
	
	
}

#whitebg {
  background-color: #FFFFFF;
	margin-left:15px;
	margin-right:14px;
}

#whitebox_l {
  background: url(images/bg_top_left.gif) 0px 0px repeat-y;
}

#whitebox_r {
	background:  url(images/bg_top_right.gif) 100% 0px repeat-y;
	padding-right: 1px;
}

#spacerow
{
  height: 50px;
}

#tabarea
{
  height: 37px;
}


#tabmenu {
	background: url(images/bg_tab.png) 0 0 repeat-x;
	height: 100%;
	padding: 0px;
	margin-left: 0px;
	margin-right: -14px;
}



#rightcolumn2 {
	padding: 0;
	padding-left: 10px;
	width: 20%;
	float:right;
	
}

#maincolumn
{
	margin-left: 15px;
	margin-right: 40%;
	padding-left: 15px;
  min-width: 300px;
	width: 53%;
}

#rightcolumn {
  padding: 0;
	padding-left: 10px;
	margin: 0;
	width: 20%;
	float:right;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #000;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

li h2
{
  font-family: Arial, Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

hr {
  margin-top: -10px;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.clr {
	clear: both;
}


div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 0;
	padding-left: 15px;
 	list-style-type: none;
}

div.module_menu ul ul {
	padding-left: 30px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}


div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.post
{
  padding-bottom: 80px;
}

.navigation
{
  padding-bottom: 20px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	#padding: 0;
	}

	
li ul li {
  margin: 0;
  padding-top: 4px;
  padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width:1px; 
	border-bottom-color: #000000;
	
}

#menu 
{
	float: left;
	height: 37px;
  margin-top: 0px;
  margin-left: -40px;
	z-index: 20;
}

#menu li 
{
	float: left;
	display: block;
	height: 37px;
}

#menu li ul li 
{
	height: 37px;
	border-right: 0;
	width: 100%;
}

#menu li a 
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 37px;
	font-size: 11px;
	font-weight: bold;
	color: #afafaf;
	text-decoration: none;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  border-left: 1px solid #afafaf;
}

#menu li a:hover 
{
	color: #ffc04e;
}

#menu li.current_page_item a 
{
	background: #FFFFFF;
	color: #0087c0;
  border-left: 0px;
}

#menu li.current_page_item a:hover {
	color: #ffc04e;
}

#menu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#menu ul li a {
	display: block;
}

#menu li ul a:hover {
	display: block;
}

#menu ul a {
	display: block;
}

#menu ul ul {
	margin-top: -27px;
	display: none;
	margin-left: 198px;
	position: absolute;
	border-left: 1px solid #636363;
	border-right: 1px solid #636363;
}

#menu li:hover ul ul {
	display: none;
}
#menu li:hover ul {
	display: block;
}
#menu ul li:hover ul {
	display: block;
}
#menu li ul li {
	display: block;
	width: 100%;
}

#menu li.page_item ul {
	border-top: 2px solid #636363;
	width: 200px;
}

#menu li.page_item a {
	display: block;
}

#menu li.page_item a:hover {
	display: block;
}

#menu li.page_item ul li a {
	display: block;
	text-align: left;
	height: 37px;
	line-height: 37px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
        text-decoration: none;
}

#menu li.page_item ul li a:hover {
	display: block;
	text-align: left;
	height: 37px;
	line-height: 37px;
	border-right: 1px solid #636363;
	border-left: 1px solid #636363;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

/* End Entry Lists */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

blockquote{
	background: url(images/quote.gif) no-repeat;
	color: #666666;
	}

blockquote{
	margin: 0px 0px 0px 5px;
	padding: 8px 25px 5px 40px;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Serif;
	}
blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

