/*
Theme Name: iBlog Theme (based on ADSimple)
Theme URI:
Description: Simple theme based on <a href="http://wordpress.org/extend/themes/adsimple">ADSimple</a>.
Version: 2.0.0
Author: ilimitado OHG
Author URI: http://www.ilimitado.de/
Tags: white, fixed width, three columns, widgets, right sidebar, simple
*/

* { margin: 0; padding: 0; }
html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }
body {
	font: 62.5% Arial, sans-serif;
	line-height: 1.6em;
	color: #444;
}
a {
	color: #0B3070;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {margin: 0; padding: 10px 0;}
h1 {margin: 20px 0 0}
img {border: 0}
input {vertical-align: middle}
h2 {
	font: normal 1.6em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 12px;
}
blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #0B3070;
	background: #EEE;
	padding: 5px 15px;
	font-size: 1.3em;
}
* html blockquote {height: 1%;}
blockquote p {
	font-size: 1em !important;
	margin: 0;
}

.hidden{
  width:1px;
  height:1px;
  overflow:hidden;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {margin: 7px margin}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 3px 10px}
.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;
}


#wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	/*border-top: 5px solid #EEE;*/
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	border-bottom: 3px solid #EAEAEA;
	margin-bottom: 28px;
}
#top{
	float: right;
	text-align: right;
}
#top li {
	display: inline;
}
#top a {
	color: #808080;
	margin: 0 0 0 13px;
	background: url(i/toparrow.gif) center left no-repeat;
	padding: 0 0 0 12px;
	font-size: 1.2em;
}
#top .current_page_item a {
	background-image: url(i/toparrow2.gif);
}
#add-to-any-subscribe{
  bottom:43px;
  float:right;
  left:-10px;
  position:relative;
  width:172px;
}
#feedburnercounter {
  float:right;
  left:-25px;
  position:relative;
  top:-46px;
}
#searchform {
	margin: 16px 0 0 0;
}

#searchform input {
	font: 1.1em Arial, Sans-Serif;
}
#s {
	width: 162px;
	padding: 2px 6px;
	border: 2px solid #ccc;
	margin-right: 5px;
}

.searchsubmit {
	background: transparent url(i/ilimitado-blog-search-button.gif) no-repeat top left;
	border: 0;
	padding: 0px 8px 3px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
	cursor: pointer;
}

.searchsubmit:hover {
	text-decoration: underline;
}

#logo {
	float: left;
	color: #444;
	line-height: 0.85em;
	font-size: 3.3em;
	margin: 0 0 -1px;
}
#logo img{
	margin-left: -1px;
}
#logo span {
	display: block;
	font-size: 0.38em;
	font-weight: normal;
	text-transform: uppercase;
}

#menu {
	height: 24px;
	padding: 7px 0 0 0;
	clear: both;
	background: url(i/smalldot.gif) repeat-x;
	border-bottom: 1px solid #CCC;
	position: relative;
}
#menu li {
	font-size: 1.1em;
	display: inline;
	text-transform: uppercase;
}
#menu li a {
	margin: 0 25px 0 10px;
	color: #808080;
	font-size: 1.2em;
}
#menu li a:hover {color: #444;}
#menu li.current_page_item {
	background: url(i/arrow.gif) no-repeat center left;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	background: url(i/dots.gif) 550px 0 repeat-y;
	margin-bottom: 10px;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 540px;
	float: left;
	padding: 0 10px 20px 0;
	overflow: hidden;
}

#content h2 {
	font: normal 1.9em "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 1.2em;
}
#content h2.pagetitle {
	padding-left: 3px;
	padding: 1px 0 4px;
}
#content h3 {
	font: normal 1.7em "Trebuchet MS", Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #EEE;
}

#content p,
#content li {
	font-size: 1.3em;
	line-height: 1.4em;
}
#content li li {
  font-size: 1em;
}

#content .post {
	margin: 0 0 2.2em;
}
#content .post h2,
#content .post h3 {
	font-size: 2em;
	margin: 0 0 2px;
	color: #C8D107;
}
#content .post h3 a,
#content .post h2 a{
	color: #C8D107;
}
.post ul,
.post ol {
	margin: 7px 0 7px 35px;
}
.post li {
	padding: 2px 0;
}
.post .postmetadata {
	font-size: 1.1em;
	padding: 0 0 7px;
	color: #AAA;
}

.entry {
  text-align: justify;
}

.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 10px;
}
.entry h2 {
	font-size: 1.65em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry h3 {
	font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 1.3em;
	margin: 15px 0 10px;
	font-weight: bold !important;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}

.nav {
	font-size: 1.3em;
	padding: 0 0 22px;
}
.navigation {
	font-size: 1.3em;
	margin: 20px 0;
	height: 1.3em;
}
.alignleft {float: left;}
.alignright {float: right;}

h3#comments,
h3#respond {
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
}

.commentlist {
	margin: 20px 0 30px 25px;
}
.commentlist li {
	padding: 8px 0 2px;
}
.cdata {
	background: #F5F5F5;
	border-bottom: 1px solid #DDD;
	padding: 3px 3px 3px 7px;
	height: 1%;
}
.cdata strong {
  display: block;
}
#content img.avatar {
  float: right;
	display: inline;
	border: 0;
	margin: 1px 1px 0;
}
.ctext {
  padding: 0 7px;
}

.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}
.commentmetadata a {
  color: #A5A5A5;
}

#author, #email, #url, #comment, #submit {
	font: 1em "Trebuchet MS", Arial, Sans-Serif;
	padding: 2px 4px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment {
	width: 470px;
	height: 170px;
}
#submit {
	width: 115px;
	height: 22px;
	padding: 0;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}


/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: left;
	width: 440px;
	font-size: 1.2em;
	line-height: 1.4em;
}
* html #sidebars {height: 1%;}
#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#l-sidebar {
	float: left;
	width: 230px;
	padding: 0 10px;
}
#r-sidebar {
	float: left;
	width: 180px;
	padding: 0 0 0 10px;
}

#t-sidebar {
	background-color: #fff;
	margin:0 0 0 1px;
}
#friendfeedstreams h2{
	margin: 0 0 0 12px;
}
#t-sidebar .friendfeed.widget{
	border:none;
}
#t-sidebar .friendfeed.badge{
	border:none;
}
#t-sidebar .friendfeed.badge .content {
	margin: 10px 12px 0 12px;
}
#t-sidebar .friendfeed.widget .bottom {
	margin: 0 0 16px 12px;
	background: none;
	border-top: 2px solid #eee;
}
#t-sidebar .friendfeed.badge a,
#t-sidebar .friendfeed.widget a{
	color: #808080;
	text-decoration: none;
}
#t-sidebar .friendfeed.badge a:hover,
#t-sidebar .friendfeed.widget a:hover{
	color: #444;
	text-decoration: underline;
}
#sidebars ul {
	margin: 0 0 15px;
}
#sidebars li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 3px 4px;
	margin: 0;
}
#sidebars li ul {
  margin: 0 0 3px 12px;
}
#sidebars li li {
  padding: 3px 0 0;
	border: none;
}
#sidebars li a {
	background: url(i/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;
	color: #808080;
}
#sidebars li a:hover {
	color: #444;
}
#sidebars h2 {
	font: normal 1.7em "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px 3px;
	border-bottom: 1px solid #EEE;
	color: #0B3070;
}
#sidebars h3 {
	font: normal 1.4em/1.1em "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px;
}
#sidebars #twitter_div h2{
       background: transparent url(http://www.ilimitado.de/blog/images/ilimitado-blog-twitter.png) no-repeat top left;
       padding: 0 0 3px 34px;
}

#sidebars li.followtwitter a{
	background: transparent url(i/ilimitado-blog-search-button.gif) no-repeat top left;
	border: 0;
        display: block;
	padding: 3px 10px 0px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
        width: 59px;
	cursor: pointer;
}
#sidebars li.followtwitter a:hover{
	color: #fff;
}
#sidebars h3.usernametwitter a{
       margin: 0 0 0 3px;
       color: #C8D107;
}

#sidebars ul.twitterupdates li span a{
   font-weight: bold;
   font-size: 12px;
   background: none;
   padding: 0;
   color: #444;
}

#sidebars ul#recentcomments li a{
background-image: none;
}

.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align: left;
}
.tags a,
#tag_cloud a {
	color: #808080;
	margin: 0 4px;
}

#wp-calendar {
  width: 100%;
	margin: 0 0 12px;
}
#wp-calendar td {
  text-align: center;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 7px 10px;
	margin: 0 0 15px;
	font-size: 1.1em;
	color: #808080;
	background: #EEE;
}


/* Syntaxhighlighter
-----------------------------------------------------------------------------*/
.wp_syntax {
  color: #100;
  background-color: #f9f9f9;
  border: 1px solid silver;
  margin: 0 0 1.5em 0;
  overflow: auto;
}

/* IE FIX */
.wp_syntax {
  width: 540px;
height: auto;
  overflow:auto;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
}

.wp_syntax table {
  border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
}

.wp_syntax .line_numbers {
  text-align: right;
  background-color: #def;
  color: gray;
  overflow: visible;
}
/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
  font-family:'Courier New', Courier, Fixed;
  font-size: 1.1em;
}

/* Tags/Tagcloud
-----------------------------------------------------------------------------*/

.tagicons{
  height: 2em;
  width: auto;
  background-image: url("images/blog-tagging-icon.png");
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 2.5em;
  padding-top:0.3em;

  }
.tagicons span{
  color: #777777;
font-weight:bold;
  }
.tagicons a{
  color: #002D73;
  font-weight: bold;
  letter-spacing:0.05em;
  border-bottom: 1px dashed #A8C21E;
  }
#tagcloud {
  padding:0 !important;
  margin:0 !important;
}
.tagcloudheading {
  height: 2em;
  width: auto;
  padding-top: 0.3em;
  padding-left: 2.5em;
  margin:0 !important;
  font-weight:bold;
  color: #000000;
}
.relatedheading {
  margin-top:0.5em;
  padding-top: 0.1em;
  padding-left: 2.3em;
  color: #777777;
  font-size: 1.1em;
  font-weight:bold;
}
#tagcloud li { display:inline; text-align:left; list-style-type: none !important;
	list-style-image: none !important; font-size:70%; color:#002D73; margin:0px !important; padding:0px !important;}
#tagcloud li a { text-decoration:none; background-image:none; padding: 0;}
#tagcloud li a:link { text-decoration:none; }
#tagcloud li a:hover { text-decoration:underline; color:#444!important;}
#tagcloud li.t1 a { color:#797979; font-size: 120%; }
#tagcloud li.t2 a { color:#6d6d6d; font-size: 160%; }
#tagcloud li.t3 a { color:#616161; font-size: 190%; }
#tagcloud li.t4 a { color:#555555; font-size: 210%; }
#tagcloud li.t5 a { color:#484848; font-size: 230%; }
#tagcloud li.t6 a { color:#3c3c3c; font-size: 250%; }
#tagcloud li.t7 a { color:#303030; font-size: 270%; }
#tagcloud li.t8 a { color:#242424; font-size: 290%; }
#tagcloud li.t9 a { color:#181818; font-size: 310%; }
#tagcloud li.t10 a { color:#0c0c0c; font-size: 330%; }

.relatedtags{
  float:left;
}
.relatedtags ul{
  color: #A8C21D !important;
  margin-top 1em !important;
  margin-bottom 1em !important;
  list-style-type: lower-roman;
}
.relatedtags ul li{
  margin-bottom 1em !important;
}

#androidDevelopment h2{
  margin: 0 0 0 12px;
  width: 400px;
  height: auto;
}

#androidDevelopment h2 a{
  display: inline;

}

#ubuntuComingSoon{
  margin: 10px 0 10px 15px;
  padding: 5px 0 15px 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

/* Digg/Yigg Buttons
-----------------------------------------------------------------------------*/


.diggbutton{
  float:right;
  position:relative;
  right:10px;
  top:-70px;
}
.yiggbutton{
  float:right;
  position:relative;
  top:-70px;
}
