/*  
Theme Name: BonsaiTV from Imille
Theme URI: http://www.imille.it
Description: BonsaiTV theme designed by <a href="http://www.imille.it">Imille</a>.
Version: 1.0
Author: Imille
*/


body {
	color: #3f3f3f;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:#4d4d4d url(images/bg.jpg) no-repeat center top;
	height:100%;
}

#page {
	width:927px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-420px;
}
#page_ {
	width:100%;
	min-height:1250px;
	background:url(images/page_bg.png);
	background-repeat:repeat-y;
	background-position:top right;
}

/* header */

#header {
	width:924px;
	height:212px;
	background:url(images/header.png);
	background-repeat:no-repeat;
}

#logo {
	width:153px;
	height:154px;
	background:url(images/logo.png);
	background-repeat:no-repeat;
	position:absolute;
	left:-70px;
	top:20px;
}

#logo a {
	width:153px;
	height:154px;
	display:block;
}


#searchform {
	width:312px;
	height:29px;
	margin:0px;
	padding-top:11px;
	color:#545454;
}
.search { width: 60px; height: 29px; border:none; background:url(images/search_button.png); background-repeat:no-repeat; float:left; margin:12px 0 0 0; padding:0px;color:#ffffff;}

.keyword {
	border: none;
	padding:18px 20px 0;
	width:209px;
	height:33px;
	background:url(images/search_input_bg.png);
	background-repeat:no-repeat;
	float:left;
	color: #ffffff;
	text-align:right;
}

/* menu */

#menu {
	width:100%;
	height:44px;
	position:absolute;
	top:7px;
	right:7px;
}
.menu_right {
	width:15px;
	height:48px;
	float:right;
	background:url(images/menu_right.png);
	background-repeat:no-repeat;
}
.menu_left {
	width:15px;
	height:48px;
	float:right;
	background:url(images/menu_left.png);
	background-repeat:no-repeat;
}
.menu_content {
	width:auto;
	height:38px;
	float:right;
}
#menu_items {
	width:auto;
	height:48px;
	float:right;
	padding:0px;
	margin:0px;
	background:url(images/menu_bg.png);
	background-repeat:repeat-x;
}
#menu_items  .page_item {
	width:auto;
	height:22px;
	padding:12px 14px 7px 14px;
	margin:2px 0;
	float:left;
	list-style:none;
	background-image: url(images/sep.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_items  .page_item_ {
	width:auto;
	height:28px;
	padding:12px 14px 7px 14px;
	margin:2px 0;
	float:left;
	list-style:none;
}	
#menu_items  .page_item a, #menu_items  .page_item a:visited, #menu_items   .page_item_ a,#menu_items   .page_item_ a:visited {
	font-size:13px;
	height:auto;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
#menu_items .page_item a:hover, #menu_items .page_item_ a:hover {
	font-size:13px;
	height:auto;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
}

/* main */

#page_content {
	width:575px;
	height:auto;
	background-color:transparent;
	margin-left:15px;
}
.post {
	position:relative;
	left:-79px;
	width:660px;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
}
.post_left {
	width:57px;
	height:49px;
	position:absolute;
	top:0px;
	left:45px;
	color:#fff;
}
.post_right {
	padding-left:60px;
	padding-right:15px;
	width:570px;
	height:auto;
	background-repeat:no-repeat;
	background-position:top right;
}

.post_header {
	height:48px;
	margin-left:29px;
}
.date {
	width:57px;
	height:49px;
	float:left;
	background:url(images/date_bg.png);
	background-repeat:no-repeat;
	font-family:serif;
}
.bookmark {
	width:29px;
	height:100px;
	float:right;
	padding-right:10px;
}
.book_item {
	width:29px;
	height:27px;
	float:left;
	padding-top:1px;
	padding-bottom:1px;
}
.post-month {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	display:block;
	line-height: 11px;
	font-weight:bold;
	float:left;
	width:42px;
	padding-left:6px;
	padding-top:10px;
}
.post-day {
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
	display:block;
	line-height: 18px;
	float:left;
	width:42px;
	padding-left:7px;
	padding-top:0px;
}
.categories {
	width:515px;
	height:auto;
	float:left;
	font-size:10px;
	padding-left:5px;
}
.categories a, .categories a:visited {
	color:#ffffff;
	text-decoration:none;
}
.categories a:hover {
	text-decoration:underline;
	color:#ffffff;
}
.titleh2 {
	width:515px;
	height:auto;
	padding:0px;
	padding-left:25px;
	padding-top:15px;
	font-size:14px;
	margin:0px;
}
.titleh2 a, .titleh2 a:visited {
	color:#3f3f3f;
	text-decoration:none;
	font-weight:bold;
        padding-right: 40px;
}
.titleh2 a:hover {
	color:#3f3f3f;
	text-decoration:underline;
	font-weight:bold;
}
.comments {
	width:38px;
	height:27px;
	background:url(images/comments_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	top:15px;
	right:30px;
}
.comment_n {
	padding-left:7px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:4px;
	font-family:serif;
}
.comment_n a, .comment_n a:visited {
	color:#000000;
	text-decoration:none;
}
.comment_n a:hover {
	color:#000000;
	text-decoration:underline;
}
.post_content {
	height:auto;
	margin-left:55px;
	padding-bottom:15px;
}
.post_entry {
	height:auto;
	font-size:11px;
	line-height:17px;
	padding-bottom:15px;
	border-bottom:1px solid #cccccc;
}
.post_entry p {
	text-align:justify;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	width:100%;
}
.post_entry a, .post_entry a:visited {
	color:#545454;
	text-decoration:underline;
	font-weight:bold;
}
.post_entry a:hover {
	color:#e80000;
	text-decoration:underline;
	font-weight:bold;
}
.post_bottom {
	width:540px;
	height:auto;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:3px;
}
.post_entry ul {
	width:440px;
	height:auto;
	/* float:left; */
	font-size:11px;
	color:#545454;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.post_entry ol {
	width:440px;
	height:auto;
	font-size:11px;
	color:#545454;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}		
.post_entry li {
	width:440px;
	height:auto;
	/* float:left; */
	font-size:11px;
	color:#545454;
	margin:0px;
	padding:0px;
}
.post_entry blockquote {
	width:505px;
	padding:10px;
	background:#f5f6f8;
	border: 1px solid #e4e9ec;
	margin:5px;
}
.post_entry blockquote p {
	width:100%;
	text-align:justify;
	line-height:15px;
	color:#545454;
	font-size:11px;
}
.post_entry img {
	padding:5px;
	margin:5px;
	background:#ffffff;
	border: 1px solid #e4e9ec;
}
.navigation {
	width:500px;
	height:20px;
	text-align:left;
	padding-left:45px;
	font-size:11px;
	padding-top:20px;
	padding-bottom:10px;
}
.pleft {
	width:auto;
	float:left;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
}
.pleft a, pleft a:visited {
	color:#545454;
	text-decoration:none;
}
.pleft a:hover {
	color:#e80000;
	text-decoration:underline;
}
.pright {
	width:auto;
	float:right;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
}
.pright a, pleft a:visited {
	color:#545454;
	text-decoration:none;
}
.pright a:hover {
	color:#e80000;
	text-decoration:underline;
}

#myGallery {
	width: 314px;
	height: 195px;
	z-index:5;
	background:#000 url(images/tv.png) no-repeat top left;
	margin-bottom:10px;
	padding-top:10px;
}

/* sidebars */

#side {
	width:313px;
	height:auto;
	/*background:url(images/side_bg.gif);
	background-color:#e80000;*/
	position:absolute;
	top:150px;
	right:0px;
	padding-right:10px;
}
#side_header {
	width:100%;
	height:auto;
	/*background:url(images/bg_side_header.gif);
	background-color:#FFFFFF;
	background-position:right top;
	background-repeat:repeat-y;*/
	padding-left:5px;
}
#clock {
	width:277px;
	height:20px;
	float:right;
	padding-right:10px;
	padding-left:30px;
	padding-top:3px;
	padding-bottom:10px;
	background:url(images/clock.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:normal;
	margin-top:10px;
}
#search_box {
	width:313px;
	height:62px;
	font-size:11px;
}

#sidebar1 {
	width:145px;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
	padding-right:5px;
}
#sidebar2 {
	width:145px;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
	padding-left:5px;
}
#sidebar3 {
	width:312px;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
}

.widget {
	width:140px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	float:left;
	list-style:none;
	text-align:left;
	margin:0px;
}
.widgettitle {
	width:120px;
	height:auto;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding-bottom:9px;
	padding-left:30px;
	background:url(images/icon.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:4px;
	margin-bottom:0px;
}
.widget ul {
	width:145px;
	height:auto;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	background-repeat:no-repeat;
	background-position:left top;
	/* background-image: url(images/bg_title.gif); */
}
.widget li {
	width:140px;
	height:auto;
	float:left;
	margin:0px;
	padding-top:1px;
	padding-bottom:1px;
	font-size:11px;
	padding-left:0px;
}
.widget li:hover {
	height:auto;
	float:left;
	margin:0px;
	padding-top:1px;
	padding-bottom:1px;
	font-size:11px;
	/* color:#dde5ee; */
	/* background-image: url(images/bg_li_hover.gif); */
	background-repeat:repeat;
}

.widget .children li {
	width:130px;
	padding-left:10px;
}
.widget li a, .widget li a:visited {
	font-size:11px;
	font-weight:normal;
	color: #3f3f3f;
	text-decoration:none;
}
.widget li a:hover {
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

.dbx-box2 {
	width:290px;
	margin:0px;
	float:left;
	padding-left:10px;
	padding-bottom:10px;	
	list-style:none;
}
.dbx-box2 ul {
	width:300px;
	float:left;
	margin:0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size:11px;
	font-weight:normal;
}
.dbx-box2 ul li {
	width:295px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	list-style:none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-weight:normal;
	color: #3f3f3f;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f3f4;*/
}
.dbx-box2 ul li a {
	color: #3f3f3f;
}
.dbx-box2 ul li:hover {
	width:295px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	list-style:none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-weight:normal;
	/* background-image: url(images/bg_li_hover.gif); 
	background-repeat:repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f3f4;*/
}
.dbx-box2 a, .dbx-box a:visited {
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	color: #3f3f3f;
}
.dbx-box2 ul li a:hover {
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}		
.dbx2-handle {
	width:120px;
	height:auto;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	color:#3f3f3f;
	padding-bottom:9px;
	padding-left:30px;
	background:url(images/icon.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:4px;
	margin-bottom:0px;
}
.dbx2-content {
	margin: 0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.textwidget ul {
	list-style:none;
}
.textwidget {
	width:96%;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4%;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f3f4;
	font-size:11px;	
}
#calendar_wrap {
	font-weight:normal;
	font-size:11px;
	text-align:center;
	color:#545454;
}
#wp-calendar {
	width:100%;
	float:left;
}
#calendar_wrap a, #calendar_wrap a:visited {
	color:#545454;
	font-size:11px;
	text-decoration:none;
	padding:1px;
}
#calendar_wrap a:hover {
	color:#545454;
	font-size:11px;
	text-decoration:underline;
	padding:1px;
}
#calendar_wrap caption {
	font-weight:bold;
}
#calendar_wrap th {
	padding:1px;
}

/* footer */ 

.union {
	display:none;
	width:975px;
	height:44px;
	float:left;
	/*background:url(images/bottom.gif);
	background-repeat:no-repeat;*/
}
.union2 {
	width:975px;
	height:32px;
	float:left;
	/*background:url(images/bottom2.gif);
	background-repeat:no-repeat;*/
}
#footer_ {
	width:975px;
	height:auto;
	float:right;
	/*background:url(images/bg_bottom.gif);
	background-repeat:repeat-y;*/
}
#footer {
	width:853px;
	height:auto;
	float:right;
	padding-left:6px;
	padding-right:38px;
}
#footer_credits {
	width:975px;
	height:32px;
	float:left;
	background:url(images/credits.gif);
	background-repeat:no-repeat;
}
.footer_credits_txt {
	width:800px;
	height:auto;
	float:left;
	padding-left:90px;
	padding-top:4px;
	font-size:11px;
	color:#304e58;
	text-align:center;
}
.footer_credits_txt a, .footer_credits_txt a:visited {
	color:#304e58;
	text-decoration:none;
}
.footer_credits_txt a:hover {
	color:#304e58;
	text-decoration:underline;
}
.footer_bloc {
	width:277px;
	height:auto;
	float:left;
	padding-left:10px;
	font-size:11px;
}
.footer_bloc_title {
	width:250px;
	height:auto;
	float:left;
	background:url(images/icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:25px;
	font-size:14px;
	font-weight:normal;
	color:#a7c37b;
	padding-top:1px;
	padding-bottom:9px;
}
.footer_bloc ul {
	width:267px;
	height:auto;
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
}
.footer_bloc li {
	width:267px;
	height:auto;
	float:left;
	padding:5px;
	margin:0px;
	margin-bottom:5px;
	background-repeat:repeat;
	background:#ffffff;
	border: 1px solid #eff4e7;
	color:#545454;
	line-height:15px;
}
.footer_bloc li:hover {
	width:267px;
	height:auto;
	float:left;
	padding:5px;
	margin:0px;
	margin-bottom:5px;
	background-repeat:repeat;
	border: 1px solid #cedcbb;
	color:#545454;
	/* background-image: url(images/bg_li_hover_footer.gif); */
}
.footer_bloc li a, .footer_bloc li a:visited {
	font-size:11px;
	color:#b9cf95;
	text-decoration:none;
}
.footer_bloc li a:hover {
	font-size:11px;
	color:#b9cf95;
	text-decoration:underline;
}
.footer_bloc_ads {
	width:250px;
	height:250px;
	float:left;
	margin-left:10px;
}
/* comments */
.commentlist ol, .commentlist ol li{
	list-style-type: none;
}
.commentlist, .commentlist_box{
	margin: 0px;
	padding:0px;
	width:443px;
	height:auto;
	margin-top:5px;
}
.commentlist p, .commentlist_box p {
	padding-top:4px;
	padding-bottom:4px;
}
.comment_ind p{
	padding:0px;
	margin:0px;
	color:#00335b;
	width:530px;
}
.comment_ind {
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	margin-bottom:10px;
	color:#00335b;
	width:530px;
	/*background-color: #ffffff;
	background-image: url(images/bg_comments.gif);
	background-repeat:no-repeat;
	background-position:left top;*/
}
.comment_by {
	width:490px;
	height:auto;
	padding-left:28px;
	line-height:11px;
}
.comment_content {
	width:498px;
	height:auto;
	padding-left:15px;
	padding-top:9px;
}
.comment_content p {
	width:488px;
	padding-bottom:10px;
}
.comment_ind img {
	padding:1px;
	margin:0px;
	border:none;
	background:none;
	
}
.comment_ind a, .comment_ind a:visited {
	color:#00335b;
	text-decoration:none;
}
.comment_ind a:hover {
	color:#00335b;
	text-decoration:underline;
}
.comment_ind p a, .comment_ind p a:visited {
	color:#00335b;
	text-decoration:none;
}
.comment_ind p a:hover {
	color:#00335b;
	text-decoration:underline;
}
#commentform {
	margin-top:10px;
	width:390px;
}

.recentcomments a:first-child {
	font-style:italic;
}
