/*  
Theme Name: iTech
Theme URI: http://zacklive.com/itech-theme-free-wordpress-theme-for-gadgets-and-tech-blogs/690/
Description: iTech is high quality, low graphics, Lightweight, fast-rendering professional WordPress Theme, especially good for technology blogs. A tabbed block is added to sidebar for displaying Recent Posts, Popular Posts and Recent Comments. Built in control panel, you can set customized RSS feed, email subscription, twitter subscription and header logo. Compatible with Wordpress 2.7 and above, support threaded (nested) comments, sticky-post and comment pages.
Version: 1.0.3
Author: Zack
Author URI: http://zacklive.com/
Tags: black, white, two-columns, fixed-width, threaded-comments, sticky-post, right-sidebar, custom-header, theme-options, sticky-post
Chang Log: 


   This theme, including the CSS, XHTML and design, is released under the
   GPL: http://www.opensource.org/licenses/gpl-license.php

*/
/* Allgemeines */

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

li, blockquote, form {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}


body{
	font-family: Arial, helvetica, Georgia, Sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	background-color: #989898;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}

h1, h2, h3, h4, h5, h6 { color: #404040; font-weight:bold; }

a:link, a:active, a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #0099ff; 
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	background: url('images/bg.jpg') repeat-y top center;
}

#header {
	margin: 0 auto;
	width: 910px;
	height: 210px;
        padding-top: 10px;
        padding-left: 40px;
        margin-left: 10px;
        margin-bottom: 3px;
	background: #ffffff url('images/hintergrund6.jpg') repeat-x top left;
}

#header ul { display:block; width:100%; padding:0; margin:0; }
#header ul li {  padding-left:20px; margin:0; display:inline; line-height:30px; text-align:left; }
#header ul li a {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
#header ul li a:hover {
	color: #006699;
	border-bottom: 2px solid #999999;
}

#header ul li.subscribe { width:210px; padding-left:30px; margin:0; float:right; background:transparent url(images/rss.jpg) no-repeat left top; text-align:left; }
#header ul li.subscribe a { font-weight:bold; color:#006699; }

#header ul li.twitter { width:150px; padding-left:30px; margin-left:10px; float:right; background:transparent url(images/twitter.jpg) no-repeat left top; text-align:left; }
#header ul li.twitter a { font-weight:bold; color:#006699; }


#logo{
	width: 960px;
	height: 180px;
	float: left;
}

#header #logo h1{
	float: left;
	display: inline;
	color: #EBEBEB;
	font-size: 40px;
	font-weight: 100;
        margin-left: 10px;
}

#header #logo h1 a{
	color: #EBEBEB;
}

#header #logo h1 a:hover{
	text-decoration: none;
}

#header #logo h2{
	float: left;
	color: #C6C6C6;
	margin: 25px 0 0 15px;
}

#container{
	float: left;
	width: 640px;
}

.post{
	overflow: hidden;
	margin: 0px 20px 10px 50px;
}

.post h2{
	display:block;
	padding-top: 0px;
	line-height:20px;
	font-size: 20px;

}

.post h2 a:link, a:visited{
	color: #404040;
}

.post h2 a:hover {
	text-decoration: underline;
}

.entry{
	line-height: 18px;
}

.postmetadata{
	font-size:11px; 
	margin-top:10px; 
	padding-bottom: 10px;
	color:#404040; 
	line-height:15px; 
	display:block;
	background: url(images/dots.jpg) repeat-x bottom left;
}

.author{
	color: #666666;
	font-weight: bold;
}

.metaDate{
	padding-left:20px; 
	margin-left:5px; 
	background:url('images/date.png') no-repeat top left; 
}

.metaComment { 
	padding-left:20px; 
	margin-left:5px; 
	background:url('images/comment_icon.jpg') no-repeat top left; 
}

.metaTag{
	padding-left:20px; 
	margin: 10px 0 0 5px;
	background:url('images/tag.png') no-repeat top left; 
}

.navigation{
	padding-left: 60px;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

table#wp-calendar{
	width: 100%;
}

#blockquote {
	margin: 15px 20px 15px 10px;
	padding-left: 20px;
}

/*Sidebar
-----------------------------------------------------*/
.widget {
	border-left: 4px solid #eaeaea;
	border-top: 4px solid #eaeaea;
	border-right: 4px solid #eaeaea;
	border-bottom: 4px solid #eaeaea;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}

#sidebar{
	float: left;
	width: 318px;
	background-color: #F6F6F6;
}

#sidebar ul{
        width: 318px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 12px; 
}

#sidebar ul li ul{
        width: 300px;
	margin-bottom: 0px;
	padding: 0;
}
#sidebar ul li ul li{
	padding-top: 0px; 
	margin-bottom: 0px; 
	display:block; 
	background: transparent url(images/dots.jpg) repeat-x top left; 
	font-weight: bold;
}

#sidebar ul li h2{
	font: bold 14px Arial, Georgia, Sans-serif;
	margin-bottom: 0px;
	border-top: 0px solid #e5e5e5;
	margin-top: 5px;
}

#sidebar ul li ul li ul{
        width: 280px;
	padding: 0px 0px 0px 20px;
	display: block;
	font-weight: bold;
}

/*Sidebar Tabs
-----------------------------------------------------*/
.menu {
	color:#000000; 
	height:20px;
	width:315px;
	border-bottom:4px solid #eaeaea;
}
.menu ul {
	margin:0;
	padding:0; 
	list-style:none; 
}
.menu li {
	display:inline; 
	line-height:23px;
	padding:0;
	margin:0;
}
.menu li a {
	color:#000000;
	background-color:#eaeaea;
	text-decoration:none; 
	padding:4px 5px 6px 5px;  
	border-left:0px solid #eaeaea;
	border-right:0px solid #eaeaea;
	border-top:0px solid #eaeaea;
}
.menu li a.tabactive {
	border-left:4px solid #eaeaea; 
	border-right:4px solid #eaeaea; 
	border-bottom:4px solid #ffffff; 
	background-color:#ffffff; 
	font-weight:bold;  
	position:relative;
}
#tabcontent1,#tabcontent2,#tabcontent3 {
	width:310px; 
	text-align:left;
	padding: 0;
	margin: 0 0px 0px 0px;
	line-height: 24px; 
	background-color:#ffffff; 
	border-top:4px solid #eaeaea;
	border-left:4px solid #eaeaea;
	border-right:4px solid #eaeaea;
	border-bottom:4px solid #eaeaea;
}

#tabcontent1  ul,#tabcontent2  ul,#tabcontent3  ul{
	width:310px; 
	padding: 0;
	margin: 0px 20px 0px 5px;
}

/*Tags
-----------------------------------------------------*/
.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align: center;
}
.tags a,
#tag_cloud a {
	color: #AAA;
	margin: 0 5px;
}

.post_tags{
	display:inline;
	line-height: 50px;
	padding-left:0px;
	font-weight:bold;
	background:url('images/tag.png') no-repeat top left; 
}

#cle{
	clear: both;
}

/*Footer
-----------------------------------------------------*/
#footer { 
	clear:both; 
	width:960px; 
	margin:0 auto; 
	background:#000000 url('images/bg_footer.jpg') repeat-x top left; 
}

#footer p { 
	margin-left:20px; 
	color: #999999; 
	font-size: 11px; 
	line-height: 40px; 
}

#footer p a { 
	color:#999; 
	text-decoration:underline; 
}


/*Comments
-----------------------------------------------------*/
.odd{
	background: #EEE;
}

.even{
	background: #FFF;
}


.comments-template{
	margin: 10px 0 0 0;
	padding-top: 30px;
	border-top: 5px solid #ccc;
}

.comments-template ul{
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
}

.comments-template ul li{
	line-height: 18px;
	padding: 10px 0 10px 10px;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#respond{
	margin-top: 30px;
	padding-top: 10px;
	clear:both;
	background: transparent url(images/dots.jpg) repeat-x top left; 
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*Avatar
-----------------------------------------------------*/
.commentlist li .avatar {
float: left;
border: 1px solid #eee;
padding: 0;
margin-right:10px;
background: #fff;
}
