/*
Theme Name: KirouTheme
Theme URI: http://www.kirou.com
Description: My Official Theme
Version: 1.0.0
Author: Johan Bellander
Author URI: http://www.kirou.com
*/
* {
	padding: 0px;
	margin:0px;
}
p {
	margin: 0.7em 0px;
	line-height:1.6em;
}
dl {
	margin:1em 0px;
}
dt
{
	font-weight:bold;
}
dd
{
	margin:0.5em 1em;
	padding:0;
}
a img {
	border:0;
}
.clear {
	clear:both;
	height:20px;
}
blockquote
{
    margin:10px;
    padding-left:10px;
    border-left:#ccc 2px solid;
    color:#666;
}
fieldset
{
	border:none;
}
body
{
	background: #eeeeee;
	margin: 0px 0px;
	font: 76%/1.6em verdana, tahoma, "lucida grande",  sans-serif;
	color: #333;
	text-align: center;
}
a
{
    text-decoration:none;
}
a:link {
	color: #265e15;
}
a:visited {
	color: #265e15;
}
a:hover, a:active {
	color: #333;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Serif;
}

#logo {
	position: relative;
	left: -46px;
	top: 10px;
	z-index: 500;
}

.adsense {
	text-align: center;
}

.grass {
	position: relative;
	left: -117px;
	top: -48px;
	width: 116px;
	height: 10px;
	z-index: 1;
}

.postcalendar {
	position: relative;
/*	float: left;*/
	left: -35px;
	top: -1px;
	width: 35px;
	height: 40px;
	background: #84c225;
	color: #ffffff;
	z-index: 501;
}

.postdate {
 	position: relative;
 	top: 2px;
	font-size: 1.6em;
	font-weight: bold;  
	width: 35px;
	text-align: center;
}

.postmonth {
  	position: relative;
 	top: -2px;
	width: 35px;
	text-align: center;
}

#content {
	position: relative;
	top: 12px;
	left: 43px;
	border: none;
	margin: 0px auto;
	width: 850px;
	text-align: left;
}

#content h3 {
	font-size: 1.2em;
	margin: 1em 0px 0px;
}
#content h4 {
	font-size: 1.1em;
	margin: 1em 0px;
}
#content h5 {
	font-size: 1em;
	margin: 1em 0px;
}

#content ol
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}

#content .post
{
 	position: relative;
 	left: 0px;
 	top: -57px;
 	width: 468px;
	padding:0px 0px 0px 8px;
}
#content p img.right {
	float: right; 
	margin:10px 0 0 10px;
}
#content p img.left {
	float: left; 
	margin:0 10px 10px 0;
}
#content .post h1
{
	font-size: 2.0em;
	margin: 0px 0px 0px 5px;
	padding-top: 2px;
	font-weight:bold;
}

#content .post h1 a {
	text-decoration: none;
}

#content .post h1 a:active {
	text-decoration: none;
}	

#content .post h1 a:hover {
	text-decoration: none;
}

#content .post h1 a:visited {
	text-decoration: none;
}
	
#content .post h2
{
	font-size: 1.6em;
	margin: 0px 0px 0px 0px;
	padding-top: 2px;
	font-weight:bold;
}	
	
#content .entry
{
 	position: relative;
    margin:1em 0px 0px 0px;
    padding-right:1em;
}
#content .entry a
{
    border-bottom:#999 1px dashed;
    text-decoration:none;
}
#content .posttitle
{
 	position: relative;
 	top: 0px;
	left: 2px;
	width: 484px;
	overflow: auto;
}

#content-main {
	position: relative;
	width: 484px;
	margin-right: 10px;
	margin-top: 0px;
	border: solid;
	border-color: #dddddd;
	border-width: 1px;
	background: #ffffff;
}

#content-main ul
{
    margin:1em;
    padding:0 1em;
    list-style-image:url(http://www.kirou.com/images/0025_bullet.png);
}

.postmetadata
{
 	position: relative;
	font-size:0.9em;
	color:#999;
	margin:0px 0px 0px 0px;
	padding:0;
}

.post-info
{
	font-size:0.9em;
	color:#999;
	margin:0px 0px 0px 5px;
	padding:0;
}

#subscribe { 
    position: absolute;
    top: 0px;
    left: 491px;
    width: 253px;
	font-size: 0.9em;
	border: solid;
	border-color: #dddddd;
	border-width: 1px;
	padding:0px 5px 5px 5px;
	overflow: auto; 
	background: #ffffff;
}

#subscribe h2 {
	font-weight: bold; 
	font-size: 1.2em; 
	text-align: left;
}

#subscribe input {
	overflow: auto; 
	font-size: 0.9em;
	padding: 2px;
}

#feedburner {
    position: absolute;
    left: 683px;
	top: 100px;
}

li.sidebox {
	padding: 0px;
	margin-bottom: 10px;
}

ul.menu li {
	font-size: 1.2em;
	font-weight:bold;
}
html li.sidebox {
	padding-bottom: 10px;
}
li.sidebox h2 {
	font-weight: bold; font-size: 1.2em; text-align: left;
}
#sidebar li.sidebox p img {
	float: left; margin: 0px 10px 10px 0px;
}

#sidebar input#s {
	font-size: 0.9em;
	width: 243px;
	padding: 2px;
	background:#fff;
}

#footer {
	clear: both;
	background: transparent;
	margin: 0px auto;
	overflow: auto;
	width: 760px;
	color: #999;
	text-align: left;
}
 html #footer {
	height: 1%;
}
#footer p {
	float: left; 
	width: 40%; 
	line-height: 1.2em;
}
#footer p img {
	vertical-align: text-bottom;
}
#footer ul {
	float: right;
	margin: 1em 0px;
	width: 50%;
	text-align: right;
	font-size: 0.9em;
}
#footer ul li {
	display: inline;
	margin-left: 5px;
	list-style-type: none;
}
#comments, #respond{
	margin: 2em 0 0 5px;
}
#commentform
{
	margin:10px;
	padding:10px;
}
#container .commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li
{
	list-style: none;
	margin: 1em 0;
	padding: 0.5em;
	background:#f5f5f5;
}
.commentlist li.alt
{
    background:#fafafa;
}
.commentlist li .cmtinfo
{
	font-size:1em;
	border-bottom: #eee 1px solid;
}
.commentlist li cite
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;
}

.post h4
{
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
	margin-left: 5px;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}

#topmenu {
 	position: relative;
 	left: -240px;
 	top: 12px;
 	z-index: 400;
}

#topmenu li {
	display: inline;
	margin: 0;	
}

#topmenu li a {
	text-decoration: none;
	padding: 3px 6px;
	margin-right: 3px;
	border: 1px solid #dddddd;
	color: #000000;
	background: #ffffff;
	font-weight: bold; 
	font-size: 0.9em;
	border-bottom-color: #ffffff;
}

#topmenu li a:hover{
	text-decoration: underline;
	color: #000000;
}

#searchbar { 
    position: absolute;
    top: 712px;
    left: 491px;
    width: 253px;
	font-size: 0.9em;
	border: solid;
	border-color: #dddddd;
	border-width: 1px;
	padding:0px 5px 5px 5px;
	overflow: auto; 
	background: #ffffff;
}

#searchbar h2 {
	font-weight: bold; 
	font-size: 1.2em; 
	text-align: left;
}

#searchbar input {
	overflow: auto; 
	font-size: 0.9em;
	padding: 2px;
}

#adwidget {
	position: absolute;
	left: 491px;
	top: 784px;
	text-align: center;
}

#topadwidget {
 	position: absolute;
 	left: 496px;
	top: 129px;
}

#poll {
 	position: absolute;
 	left: 491px;
	top: 262px;
    width: 253px;
    height: 138px;
	font-size: 0.9em;
	border: solid;
	border-color: #dddddd;
	border-width: 1px;
	padding:0px 5px 5px 5px;
	overflow: auto; 
	background: #ffffff;	
}

#poll h2 {
	font-weight: bold; 
	font-size: 1.2em; 
	text-align: left;
}

#tabwidget {
	position: absolute;
	left: 491px;
	top: 414px;
}

.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
	display: inline;
	margin: 0;
}

.shadetabs li a {
	text-decoration: none;
	padding: 3px 6px;
	margin-right: 3px;
	border: 1px solid #dddddd;
	color: #000000;
	background: white;
	font-weight: bold; 
	font-size: 0.9em;
}

.shadetabs li a:visited {
	color: #000000;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #000000;
}

/* Selected tab style */
.shadetabs li.selected {
	position: relative;
}

/* Selected tab style */
.shadetabs li.selected a { 
	border-bottom-color: #F9F9F9;
	background: #F9F9F9;
}

/* Selected tab hover style */
.shadetabs li.selected a:hover { 
	text-decoration: none;
}

/* This is the style of tab content container */
.tabcontentstyle { 
	border: 1px solid #dddddd;
	width: 263px;
	height: 270px;
	font-size: 0.9em;
	background: #F9F9F9;
}

.tabcontentstyle ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabcontentstyle li
{
	list-style: none;
	margin: 0;
	padding: 0;
}


/* This is the style of the individual tabs */
.tabcontent { 
	display:none;
	background: #F9F9F9;
	padding: 5px;
}

#companypres {
	margin:1em 8px 15px 8px;
    padding-right:1em;
}

#companypres h1 {
	margin-bottom: 5px;
	margin-top: 15px;
}

#companypres img {
 	float: none;
	text-align: center;
}

#credits {
	text-align: center;
	font-size: x-small;
	width: 484px;
}
