/*
Theme Name: My Blog is my garden
Theme URI: http://blog.nonlinear.cc
Description: 
Author: Nicholas Frota
Author URI: http://blog.nonlinear.cc


/*-----------Block Level Elements--------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:12pt;
	background-attachment: fixed;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 720px bottom;
}
img {
	border:0px;
}
.comics img {
	width: 300px;
}
.comics {margin-left: 50px;
	
}
#sidebar {
	position: absolute;
	width: 200px;
	left: 40px;
	top: 200px;
	font-size: 12px;
}
#posts .post .tagcloud {
	text-align: right;
	position: absolute;
	width: 100px;
	left: 300px;
	font-size: 9px;
}
.sig {
	font-size: 9px;
}
a {
	color: #000000;
	border:0px;
	outline:none;
}
#posts .post {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#posts .post h1 {
	margin: 0px;
	padding: 0px 0px 10px;
	width: 300px;
	font-size: 30px;
	line-height: 28px;
}
#posts .post .title {
	text-decoration: none;
}
a:hover {
	color: #e0542f;
}
#posts {
	position: absolute;
	width: 400px;
	left: 300px;
	top: 200px;
}
#header {
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 240px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-position: 0px 0px;
	position: absolute;
}
#header a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #logo {
	position: absolute;
	height: 176px;
	width: 273px;
	left: 0px;
	top: 0px;
}
#header #title {
	color: #FFFFFF;
	position: absolute;
	left: 224px;
	top: 40px;
}
#header #title h1 {
	font-size: 30px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
#header #title h2 {
	font-size: 18px;
	font-weight: lighter;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}
div#qTip {
	display: none;
	background: url(images/qtip_bg.gif) no-repeat;
	color: #000000;
	font: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size:10pt;
	position: absolute;
	z-index: 1000;
	width: 136px;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#sidebar .toggler a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	height: 30px;
	width: 195px;
	padding-top: 10px;
	outline: 0px;
	padding-left: 5px;
	outline: none;
}
#sidebar a {
	text-decoration: none;
}
#sidebar h3 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}
.button {
	background-image: url(images/sidebar_button_1.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 15px;
	background-position: 0px 0px;
	padding-left: 10px;
	padding-right: 10px;
	outline: none;
}
.button:hover {
	padding-top: 6px;
	padding-bottom: 29px;
	padding-left: 11px;
	padding-right: 9px;
	background-position: 0px 0px;
	color:#FFFFFF;
}
#sidebar .accordion ul {
	margin: 0px;
	padding: 10px 0px 10px 15px;
	list-style-type: square;
}
#sidebar .accordion {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search {
	position: absolute;
	width: 200px;
	left: 710px;
	top: 147px;
	z-index: 30;
}
#tagcloud {
	position: absolute;
	width: 400px;
	left: 455px;
	height: 200px;
	top: 40px;
	text-align: right;
	line-height: 9px;
}
#tagcloud a {
	color: #deb1a1;
	text-decoration: none;
}
#tagcloud a:hover {
	color: #FFFFFF;
}
.search {
	height: 18px;
	width: 100px;
	background-color: #d26e4c;
	border: 1px solid #ffffff;
}
#ads {
	position: absolute;
	left: 720px;
	top: 200px;
}
