/*  
Theme Name: Tapbits
Theme URI: http://tapbits.com/
Description: Dark WP theme with 2 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Enjoy!
Author: Exsisto
Author URI: http://exsisto.com/
Version: 1.0
Tags: black, blue, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar, sticky-post
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family:"Trebuchet MS",Helvetica,Tahoma,Arial,Verdana,sans-serif;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }

a {
  color: #6598b8;
  text-decoration: none;
  }

a:hover {
  color: #222;
  text-decoration: none;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

ul {
margin:0px;
padding:0px;
list-style-type:disc;
} 

ul li{
margin:7px 0px;
} 
  
body{
	background:#000 url(images/bgr-tapbits-hp_01.jpg) repeat-x;
	font-family:"Trebuchet MS",Helvetica,Tahoma,Arial,Verdana,sans-serif;
	font-size:11px;
	color:#C5C5C5;
}


/* Header and wrapper */

.mainBgHolder{
	width:100%;
	background:url(images/cont_bg.jpg) no-repeat left top;
	width:1280px;
	margin:0 auto;
}

.mainWrapper {
width:973px;
margin:0 auto;
}

.header {
	width:100%;
	
}

	.header .partLeft{
		float:left;
		width:420px;
		height:100px;
		margin-left:22px;
		margin-top:26px;
		display:inline;
	}
	
		.logo{
			margin-left:0px;
			margin-top:8px;
			position:absolute;
		}
		
		.slogan{
			margin-left:100px;
			margin-top:86px;
			position:absolute;
			width:319px;
			height:16px;
			background:url(images/slogan.png) no-repeat;
		}
		
			.slogan i{
			visibility:hidden
			}

	.header .partRight {
		float:right;
		width:515px;
	}

		.langMenu {
		float:right;
		width:60px;
		height:28px;
		background: url(images/lang-bg.jpg) no-repeat;
		text-align:center;
		font-family:"Trebuchet MS",Helvetica,Tahoma,Arial,Verdana,sans-serif;
		padding-left:20px;
		color:#979797;
		}	
		
			.langMenu a{
			font-family:Tahoma,"Trebuchet MS",Helvetica,Tahoma,Arial,Verdana,sans-serif;
			font-size:13px;
			color:#979797;
			margin-top:6px;
			float:left
			}	
			
			.langMenu span ,
			.langMenu a{
			margin-top:6px;
			margin-right:2px;
			float:left
			}	
			
			.langMenu span {
			margin-top:7px;
			}	
			
			.langMenu a:hover ,
			.langMenu .sel{
			color:#51f5ff;
			}	
			
		.menuTopHolder {
			float:right;
			margin-top:28px;
			width:700px;
			width:515px; /* 2010-01-23 */
		}

.menuTop {
float:right;
line-height:22px;
margin-right:20px;
display:inline;
list-style-type:none;
}

.menuTop ul{
list-style-type:none;
}

.menuTop li {
	float:left;
	zoom:1
}

.menuTop li a {
	font-family:"Trebuchet MS",Helvetica,Tahoma,Arial,Verdana,sans-serif;
	font-weight:normal;
	color:#ffffff;
	font-size:15px;
	margin-left:25px;
	float:left;
}

.menuTop li a:hover,
.menuTop li .selected,
.menuTop .current_page_item a {
border-bottom:1px solid #237579;
text-decoration: none;
color:#fff;
}

.menuTop li .first{
margin-left:0px;
}

.contentIn {
padding-top:90px;
padding-left:35px;
padding-right:0px;
}

/* Top Content */

#main {
  clear: both;
  padding-bottom: 5px;
  margin-top:29px;
  }
 

  
#contentwrapper {
  float:left;
  width: 678px;
  margin: 0px 0 55px;
  padding: 0;
  background:url(images/wrap_bg_bot.jpg) repeat-y;
  border:1px solid #454545;
  }
  
 #contentwrapperIn {
  background:url(images/wrap_bg_top.jpg) no-repeat left -1px;
  padding:20px 30px 20px 30px;
  }
  
.contentIn .titleIcon {
	background:url(images/title_icons.gif) no-repeat -3px -244px;
	height:50px;
	width:50px;
	float:left;
}
	
	
	.contentIn h1{
		background:url(images/blog_title_bg.png) no-repeat 2px 6px;
		float:left;
		width:300px;
		height:35px;
		margin-top:15px;
		padding:0px;
	}
		
		
		.contentIn h1 i{
			visibility:hidden
		}  
  
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 18px;
  letter-spacing: -1px;
  color: #25A4AC;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 5px 10px 5px 10px;
  }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }
  
 .topPost .font-big{
  font-size: 15pt;
  color:#e2e2e2
 }

.topTitle {
padding-top:0px;
padding-bottom:4px;
}

.lineBreak {
height:23px;
margin-top:23px;
border-top:1px solid #494949;
}
  
.topPost h2.topTitle a {
  font-size: 28px;
  font-weight: bold;
  color: #27AFB8;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #27AFB8;
  }
.topPost p.topMeta {
  padding: 0;
  margin: 0px 0 0 0;
  font-size: 13px;
  font-style:italic;
  color: #9b9b9b;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #fff;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  }
.topPost div.topContent ,
.topPost div.topContent p {
  font-size: 10pt;
  color: #b8b8b8;
  margin: 17px 0px 0px 0px;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #fff;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 8px 0 15px 15px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #B8B8B8;
  }
.topPost .topComments, .topPost .topMoreAuthor, .topPost .topTags {
  background: url(images/bg-trans-2.png) repeat;
  margin-right: 7px;
  color: #fff;
  float:left;
  width:183px;
  margin-top:15px;
  overflow:hidden;
  line-height:19px;
  font-size:11px;
  color:#9B9B9B;
  }
  
  .topPost .topMore {
  display:block;
  width:116px;
  margin-top:25px
  }
  
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; 
  display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost .topComments a, .topPost .topMoreAuthor a, .topPost .topTags a {
font-style: italic;
font-size: 12px;
color:#fff;
}

.topPost .topComments a:hover, .topPost .topMoreAuthor a:hover, .topPost .topTags a:hover {
color:#27AFB8;
}
  
  .topPost .topComments span, .topPost .topMoreAuthor span, .topPost .topTags span{
	 background:url(images/icons_blog.gif) no-repeat;
	 padding: 0px 10px 5px 0px;
	 line-height:23px;
	 height:23px;
	 padding-left:32px;
	 overflow:hidden;
	 float:left
  }

.topPost .topComments span {
background-position:10px -40px;
}
.topPost .topMoreAuthor span {
background-position:10px 7px;
} 
.topPost .topTags span {
background-position:10px -16px;
padding-left:35px;
}
  
  
.topPost .topComments a {
  color: #fff;
  vertical-align: middle;
  }
.topPost .topMore a {
  color: #fff;
  vertical-align: middle;
  background: url(images/read-post-bg.jpg) no-repeat;
  display:block;
  line-height:23px;
  text-align:center;
  }
.topPost .topTags em {

  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost .topTags a {
  color: #fff;
  vertical-align: middle;
  }

  
  .topPost .topMore a:hover {
  background-position:0px -27px;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #fff;
  }


/* Comments */

#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px solid #494949;
  padding: 0px 15px 10px 15px;
  color: #fff;
  }
#comments h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #fff;
  margin: 15px 0;
  padding: 0;
  }
#comments p a {
  color: #6598b8;
  }
#comments p a:hover {
  color: #fff;
  }
#comments p {
  padding:0;
  margin: 7px 0;
  font-size:11px;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  border: 1px solid #494949;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
  
.commentlist a {
  color: #fff;
  }  
  
.commentlist a:hover {
  color: #27AFB8;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #dedede;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  padding: 10px;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {color:#25A4AC; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  }
#main #welcome h2 {
  font-size: 21px;
  font-weight: normal;
  color: #27afb8;
  padding: 5px 10px 5px 10px;
  background:transparent url(images/bg-trans.png) repeat scroll 0 0
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0px;
   padding: 5px 12px 5px 12px;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
  
.searchform input {
background:transparent;
border:0px;
width:160px;
color:#9B9796;
padding-left:5px;
}  

.searchform p {
background:url(images/search_bg.jpg) no-repeat left 0px;
}  
  
.searchform .submitbutton {
  margin: 0px 0 0 5px;
  color: #fff;
  font-size: 8pt;
  width:36px;
  padding: 3px 6px;
  vertical-align: middle;
  background:url(images/sub_bt_bg.jpg) no-repeat;
  border:0px;
  height:23px;
  }
.searchform .submitbutton:hover {
  cursor: pointer;
  background-position:left -27px;
  }


/* Sidebars */
#sidebars {
  margin: 26px 0 0;
  float: right;
  width: 245px;
  color: #eee;
  }
#sidebars .sidebarbox {
  /*background: url(images/bg-trans.png) repeat;
  padding: 8px 13px;*/
  }
  
  #sidebars .sidebarbox ul ,
  #sidebars .sidebarbox .searchform, 
  #sidebars .sidebarbox div {
  padding: 0px 12px 0px 8px;
  }

#sidebarMain {
  padding: 0;
  margin: 0;
  }

#sidebars h2 {
  font-size: 21px;
  font-weight: normal;
  color: #25A4AC;
  padding: 0px 10px 0px 10px;
  }

#sidebars .RSS a{
  font-size: 21px;
  font-weight: normal;
  color: #25A4AC;
  padding:8px 0px 10px 0px;
  padding-right:67px;
  background:url(images/rss-icon.png) no-repeat right top;
  }
  
  
#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 2px;
  color: #eee;
  /*background: url(images/footer_bull.jpg) left 8px no-repeat;*/
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #eee;
  }
#sidebars a:hover {
  color: #27AFB8;
  }

#sidebars p {
  padding: 0px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

.footerAll{
	width:100%;
	background:url(images/footer_bg.png) no-repeat center top;
}

.footer{
width:910px;
margin:0 auto;
font-family:"Trebuchet MS",Helvetica,Tahoma,Arial,Verdana,sans-serif;
color:#fff;
font-size:11px;
padding:0px 25px;
height:206px;
padding-top:29px;
border-bottom:1px solid #202020;

}

		
	.footer .blockTitle ,
	.footer h3,
	.footer h2{
	font-size:12px;
	font-weight:bold;
	color:#B8B8B8;
	padding:0px;
	margin-bottom:23px;
	}

	.col1,
	.col2,
	.col3,
	.col4{
	float:left
	}
	
		.col1 {
		width:270px;
		padding-right:53px;
		}
		
			.col1 .blockTitle{
			width:134px;
			margin-bottom:23px;
			}
		
		.col2 {
		width:180px;
		}
		
			.col2 .blockTitle{
			width:134px;
			margin-bottom:25px;
			}
			
			.col2 ul{
			line-height:14px;
			}
			.col2 li {
			margin-top:3px;
			}
			
			.col2 li a{
			font-size:12px;
			color:#ffffff;
			}
			
			.col2 li a:hover{
			color:#27afb8;
			}
			
		.col3 {
		width:175px;
		}
		
			.col3 .blockTitle{
			width:134px;
			margin-bottom:25px;
			}
			
			.col3 ul{
			line-height:14px;
			}
			.col3 li {
			margin-top:3px;
			}
			
			.col3 li a{
			font-size:12px;
			color:#ffffff;
			}
			
			.col3 li a:hover{
			color:#27afb8;
			}
		
		.col4 {
			width:185px;
			height:200px;
			background:url(images/telefon.png) no-repeat 20px 70px;
			padding-left:42px;
		}
		
		.col4 span {
		color:#9B9796;
		}
		
		.col4 a {
		color:#28AEB9;
		}
		
			.col4 .blockTitle{
				width:134px;
				margin-bottom:25px;
			}
	


.footerBottom {
	background:#000 url(images/footer_bottom.jpg) no-repeat center top;
	width:100%;
	padding-top:15px;
	height:200px;
}

	.copyRights {
	width:962px;
	margin:0 auto;
	text-align:right;
	}
	
		.copyRights span,
		.copyRights a {
		font-weight:bold;
		color:#27afb8;
		}



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.clear {
  margin: 0;
  padding: 0;
  clear: both;
}  
  
.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* 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: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }



/* 2010-01-23 - IE6 fix - elements are not visible - added hasLayout */
.topTitle, .topMeta {
	zoom: 1;
}


