/*  
Theme Name: KIDOONS 2009
Theme URI: http://blog.kidoons.com/
Description: The KIDOONS Blog template of the year 2009
Version: 1.0
Author: Lucas Hantz
Author URI: http://www.entechnevision.com/
Tags: KIDOONS, wide content, sidebar, tall ads
*/

/** Global Element Style **/
body {
	font-family:Arial, Helvetica, Verdana,  sans-serif;
	margin:0px;
	padding:0px;
}
img { border:none; }
a { 
	color:#00CCFF;
	font-weight:bold;
	text-decoration:none;
}
a:hover { text-decoration:underline; }
h2 { color:#00CC33; }
h3 {
	color:#00CC33;
	font-size:20px;
	margin-bottom:15px;
}
h3 a { color: #00CC33; }
h4 {
	border-bottom:1px solid #888;
	color:#00CCFF;
	font-size:14px;
	margin-bottom:-15px;
}
h5 {
	color:#00CC33;
	font-size:17px;
	margin:0;
}
h6 {
	font-size:15px;
	margin:0;
}

/** Main Element Style **/
#page {
	width:1000px;
	min-height:500px;
	margin:0 auto -40px;
	position:relative;
}
#page_left {
	background: url('images/side_left.jpg') repeat-y;
	height:100%; width:6px;
	position:absolute; left:-6px;
}
#page_right {
	background: url('images/side_right.jpg') repeat-y;
	height:100%; width:6px;
	position:absolute; right:-6px;
}
#header {
	background-image: url('images/bg_header.jpg');
	height:250px;
}
#body {
	margin-top:-36px;
}

/** Twitter Balloon Style **/
#twitter_update_list {
	font-size:11px;
	width:217px;
	height:154px;
	list-style-type:none;
	position:absolute;
	right:17px;
	top:12px;
}
#twitter_update_list p {
	position:absolute;
	left:50px; top:40px;
	font-weight:bold;
	color:#555;
}
#twitter_update_list img {
	position:absolute;
	top:60px; left:68px;
}
#twitter_update_list li {
	position:absolute;
	top:30px;
	color:#555;
	font-weight:bold;
	margin:10px 12px 0 5px;
	text-align:center;
}
#twitter_update_list li span a {
	position:static;
}
#twitter_update_list li a {
	position:absolute;
	top:82px; left:64px;
}
#twitter_time {
	position:absolute;
	right:170px;
	top:133px;
	color:#888;
	font-size:10px;
	font-weight:bold;
	display:none;
}

/** Content Style **/
#content {
	border-right:1px solid #888;
	padding:0 40px;
	width:700px;
	min-height:880px;
}
#navigation { position:relative; }
#nav_next {
	position:absolute;
	bottom:-1px; right:0;
}
#nav_prev {
	position:absolute;
	bottom:-1px;
}

/** Post Style **/
.post {
	border-bottom:2px dashed #888;
	margin-bottom:40px;
	min-height:310px;
}
.post_info {
	float:left;
	width:220px;
}
.post_btn {
	height:35px;
}
.post_visit, .post_share {
	margin:10px 40px;
}
.post_text {
	font-size:14px;
	text-align:justify;
	width:700px;
	min-height:229px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.post_resume {
	font-size:12px;
	margin-bottom:15px;
	text-align:right;
}

/** Post Comment Style **/
.post_comment {
	border-top:1px solid #888888;
	padding-bottom:15px;
	display: none;
}
.post_comment p {
	font-size:10px;
	margin:5px 10px;
	font-weight:normal;
}
.commentlist {
	list-style-type:none;
	padding-left:0;
}
.commentlist li {
	border:1px dashed #888888;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding:6px;
}
.commentmetadata { border-bottom:1px solid #888; }
.comment-edit-link {
	background-color:#888888;
	padding:0 4px;
}
.post_comment input { 
	background-image:url('images/btn_mid.gif');
	border:none;
}

/** Sidebar Style **/
#sidebar{
	position:absolute;
	top:247px; right:0;
	width:220px;
}
#search {
	border:1px inset #00CCFF;
	height:21px;
	margin-left:3px;
	padding-right:24px;
	width:130px;
}
#submit_search {
	background:transparent url('images/search.gif') no-repeat;
	border:none;
	height:24px; width:24px;
	margin-left:-30px;
	position:absolute;
	/*top:3px;*/
}
.sidebar_window {
	background-color:#FFF;
	border-bottom:4px solid #888;
	border-left:4px solid #888;
	border-right:4px solid #888;
	margin-left:41px;
	margin-top:-12px;
	position:absolute;
	width:130px;
	z-index:2;
}
#feedcounter {
	height:36px;
	display:none;
}

#feedcounter img { margin: 5px 20px; }
#archives { display: none; }
#archives ul {
	color:#888888;
	font-size:12px;
	list-style-type:none;
	padding:3px;
	text-align:center;
}
#archives li { border-bottom:1px dashed #888; }
#ad { margin-left:30px; }

/** Blue Button Style **/
.btn_left, .btn_right {
   	background:transparent url('images/btn_left.gif') no-repeat;
  	background-repeat:no-repeat;
   	float: left;
   	width: 15px;
   	height: 30px;
	margin: 0px;
}
.btn_right { background:transparent url('images/btn_right.gif') no-repeat; }
.btn_sidebar {
	height: 30px;
   margin-left:30px;
   margin-bottom:10px;
}
.btn a {
   font-family: Arial;
   font-weight: normal;
   text-decoration: none;
   font-size: 11px;
   color:#FFFFFF;
}
.btn_sidebar_text {
	background:transparent url('images/btn_mid.gif') repeat-x;
	float:left;
	font-size:16px;
	font-weight:bolder;
	height:30px;
	line-height:29px;
	padding-left:30px;
	text-align:left;
	text-transform:uppercase;
	width:102px;
}
.btn_sidebar a { 
	font-size:16px;
	font-weight:bold; 
}
.btn_text {
	background:transparent url('images/btn_mid.gif') repeat-x;
	float:left;
	font-size:16px;
	font-weight:bolder;
	height:30px;
	line-height:29px;
	text-align:left;
	text-transform:uppercase;
}
.btn_icon img {
	border:none;
	/*margin-left:-150px;
	margin-top:2px;*/
	position:absolute;
	left: 45px;
	padding-top: 2px;
}
.btn a:hover { color: #000; }
.btn_left_half, .btn_right_half{
   background:transparent url('images/btn_left.gif') no-repeat;
   float: left;
   width: 15px;
   height: 15px;
   margin: 0px;
}
.btn_right_half{ background:transparent url('images/btn_right.gif') no-repeat;}
.btn_text_half {
	background:transparent url('images/btn_mid.gif') repeat-x;
	float:left;
	font-size:12px;
	font-weight:bolder;
	height:15px;
	line-height:18px;
	text-align:left;
	text-transform:uppercase;
	color:#FFF;
	cursor:pointer;
}
.btn_text_half:hover { color:#000; }
.btn_com { margin-top:-10px; }

/** Footer Style **/
#footer {
	position:relative;
	border-top:1px solid #888;
	font-size:10px;
	font-weight:bold;
	padding-bottom:5px;
	text-align:center;
	height: 90px;
}
#logo { width:780px; }
#firefox {
	border:1px solid #888;
	top:5px;
	padding:5px 5px 0;
	position:absolute;
	right:29px;
	text-align:justify;
	width:150px;
	color:#444;
}
#firefox img { margin:5px 33px; }

/** Share button Style **/
.hover_share {
   font-size:10px;
   line-height:20px;
}