/*  
Theme Name: inside-blog
Theme URI: http://inside-blog.de
Description: Theme developped for my <a href="http://inside-blog.de/">inside-blog</a>.
Version: 001
Author: inside-intermedia
Author URI: http://inside-intermedia.de
*/
html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #444;
	background: #444; /*url('img/bodyback.gif') repeat-x left bottom fixed;*/
	font-size: 0.73em;
	line-height: 1.7em;
}
.access {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	visibility: hidden;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #996600;
}
a:hover {
	background: #FF6600;
	color: white !important;
	text-decoration: none;
}
a img {
	border-style: none;
}
object, embed {
	width: 420px !important;
}
small {
	font-size: 9px;
	line-height: 10px;
	color: #999;
}
/*--------------------------------------------------------------------------------------*/
#topbar {
	position: relative;
}
#canvas {
	overflow: visible;
	position: relative;
	width: 936px;
	background: url('img/canvasbackie.gif') repeat-y;
	margin: 180px auto 0 auto;
}
html>body #canvas{
	background: url('img/canvasback.png') repeat-y;
}
#canvastop {
	position: absolute;
	top: -35px;
	left: 0;
	width: 100%;
	height: 35px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/inside-blog-de/img/canvastop.png'); 
	z-index: 2;
}
html>/**/body  #canvastop{
	background: url('img/canvastop.png') no-repeat;
}
#content {
	position: relative;
	margin: 0 450px 0 0;
	padding: 20px;
	min-height: 1200px;
	overflow: visible;
}
#sidebareast {
	position: absolute;
	width: 305px;
	right: 130px;
	top: 0px;
}
/*--------------------------------------------------------------------------------------*/
h2 {
	margin: 0 0 0 0;
}
h2 a {
	color: black;
}
.more-link {	
	display: block;
	clear: both;
}
.more-link:hover {
	background: transparent;
}
.more-link img {
	padding: 5px 0 20px 300px;
}
em {
	background: transparent !important;
}
blockquote {
	padding: 4px;
	background: #eee !important;
}
html>body blockquote {
	border-left: 2px solid #aaa;
	border-right: 2px solid #aaa;
}
hr {
	margin: 20px 0;
}
/*--------------------------------------------------------------------------------------*/
#logo {
	position: absolute;
	top: -85px;
	left: 50px;
	width: 400px;
	height: 100px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/inside-blog-de/img/insidebloglogo.png'); 
	z-index: 10000;
}
html>/**/body #logo{
	background: url('img/insidebloglogo.png');
}
#homebutton {
	z-index: 10001;
	position: absolute;
	top: -125px;
	left: -35px;
}
#homebutton img {
}
#homebutton a, #homebutton a:hover {
	color: white;
	background: transparent !important;
}
#phammer {
	position: absolute;
	top: -120px;
	left: -30px;
	width: 120px;
	height: 120px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/inside-blog-de/img/phammer.png'); 
	z-index: 1;
}
html>/**/body  #phammer{
	background: url('img/phammer.png');
}
#spayer {
	position: absolute;
	top: -130px;
	right: -30px;
	width: 400px;
	height: 810px;
	z-index: 2;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/inside-blog-de/img/sprayer.png'); 
}
html>/**/body  #spayer { /* Diese Styles werden vor dem  IE und Safari verborgen */
	background: url('img/sprayer.png') scroll no-repeat 0 0;
}
#sidebarkernel {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
/*--------------------------------------------------------------------------------------*/
#eastleft {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0px;
	width: 150px;
}
#eastright {
	width: 150px;
	top: 0;
	left: 152px;
	position: absolute;
	z-index: 100;
}

#erdstrahlfrei {
	margin: 50px 0 0 -50px;
}
#erdstrahlfrei a:hover{
	background: transparent !important;
}


#qouteofday p, #qouteofday h4 {
	margin: 0;
	padding: 0;
	
}
#rssbutton {
	position: absolute;
	left: 470px;
	top: -42px;
}
#menu ul, #menu li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul {
	margin: 0 0px 0 0;
}
#menu ul ul {
	border-bottom: 1px dotted black;
	margin: 0px 0 6px 0px;
	padding: 0 0 6px 0;
}
#menu ul li {
	font-size: 12px;
	color: #333;
	font-weight: 900;
}
#menu ul ul li{
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	padding: 0 0 0 0px;
}
#menu a {
	width: 100%;
	display: block;
	color: #E76A18;
	text-decoration: none;
}
#menu a:visited {
	color: #E76A18;
	text-decoration: none;
}
#menu a:hover {
	color: white;
	background: #FF6600;
}

#search {
	position: absolute;
	top: -45px;
	right: 95px;
	width: 340px;
	z-index: 1000;
}
#search .input {
	width: 240px;
	background: #eee;
	opacity: .8;
	filter: alpha(opacity=80);
}
#search .input:focus {
	opacity: 1;
	filter: alpha(opacity=100);
	background: white;
}
#search .button {
	opacity: .8;
	filter: alpha(opacity=80);
	width: 60px;
	background: #eee;
	border: 1px solid #444;
}
#search .button:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*--------------------------------------------------------------------------------------*/
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;
}
img {
	/* margin-right: 1px;
	padding-right: 1px; */
	margin-left: 1px;
	padding-left: 1px;
}
div.alignright {
	text-align: right;
	font-size: 10px;
}
div.alignleft {
	text-align: left;
	font-size: 10px;
}
.post .alignright {
	float: right;
	}

.post .alignleft {
	float: left
	}
#content img[align="right"], #content img.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
#content img[align="left"], #content img.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
#content img, #content img[align="middle"], #content img.alignmiddle {
	float: none;
	display: block;
	margin: 4px auto 4px auto;
}
#content .sociable img {
	border-style: none;
	float: none;
	display: inline;
	margin: 0 3px;
	width: 16px;
	height: 16px;
	padding: 0;
}
#content .sociable  a:hover {
	background: transparent !important;
}
#wp-calendar, #wp-calendar td {
	border: 1px solid #eee;
	border-collapse: collapse;
	text-align: right;
}


/*--------------------------------------------------------------------------------------*/
.tag0 {
	font-size: 18px !important;
	color: #999999 !important;
}
.tag1 {
	font-size: 24px !important;
	color: #666666 !important;
}
.tag2 {
	font-size: 30px !important;
	color: #333333 !important;
}
.tag3 {
	font-size: 36px !important;
	color: #333333 !important;
	font-weight: bold !important;
}
#tagcloud {
	position: absolute;
	top: -100px;
	left: 0px;
	z-index:20000000;
}
#tagcloudkernel {
	text-align: justify !important;
	background: white;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 40px;
}
#tagcloudkernel a {
	text-decoration: none !important;
}
#tagcloudkernel a:hover {
	text-decoration: underline !important;
}


.flashtitle {
	text-align: left;
	width: 400px;
	height: 200px;
}
.bloglines {
	position: relative;
	font-size: 19px;
	line-height: 30px;
}
.flashhead {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	text-align: left;
	width: 450px;
	height: 100%;
}
#addskyright {
	position: absolute;
	right: 0;
	top: 40px;
}
#addtop {
	position: relative;
	width: 728px;
	margin: 6px auto -90px auto;
}
#footer {
	border-top: 1px dotted black;
	margin: 40px 450px 0px 15px;
	padding: 10px 0 50px 0;
	text-align: center;
}
#sidecolums {
	position: relative;
	margin: 20px 0 0 0;
}
.postmetadata {
	background: #eee;
	padding: 10px;
}

#commentbox {

}
#commentbox ol{
	margin: 8px;
	padding: 8px;
}
#commentbox li{
	margin: 0;
	padding: 0;
}
.commentalt {
	background: #eee;
}
#commentform {
	background: #eee;
	border: 1px dashed black;
	padding: 10px;
	margin: 60px 4px 20px 4px;
}
.postmetadatashort {
	background: #eee;
	margin: 0 0 35px 0;
}
.readyhole {
	margin: -10px 0 10px 0;
	padding: 0;
}