/*
Theme Name: Justin Bonomo
Author: Wicked PR
Author URI: http://wicked-pr.com/

*/

/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
ol,ul{ list-style:none; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none; }
:focus{ outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{ border-collapse:collapse; border-spacing:0; }

/* General Styles */
.skiplink{ display:none; }
label{ cursor:pointer; }
a,a:visited{ color:#c6c5c5; text-decoration:none; }
a:focus,a:hover{ text-decoration:underline; }
html{background:#090909 url(images/bgr_html.png) repeat; position:relative; height:100%; }
body{ background:url(images/bgr_main.png) no-repeat center top; color:#c6c5c5; font:11px Arial, Helvetica, sans-serif; position:relative; min-height:100%; }
.wrapper{ margin:0 auto; width:1024px; background:#000; position:relative; min-height:100%; }
#page_home{ background:#000 url(images/bgr_wrapper_page_home.jpg) no-repeat;}
#page_bio{ background:#000 url(images/bgr_wrapper_page_bio.jpg) no-repeat;}
#page_empty{ background:#000 url(images/bgr_wrapper_page_empty.jpg) no-repeat;}
#page_gallery_video{ background:#000 url(images/bgr_wrapper_page_gallery_video.jpg) no-repeat;}
#page_gallery_photo{ background:#000 url(images/bgr_wrapper_page_gallery_photo.jpg) no-repeat;}
#page_gallery{ background:#000 url(images/bgr_wrapper_page_gallery.jpg) no-repeat;}
#page_bio2{ background:#000 url(images/bgr_wrapper_page_bio2.jpg) no-repeat;}
#page_contact{ background:#000 url(images/bgr_wrapper_page_contact.jpg) no-repeat;}
#page_media{ background:#000 url(images/bgr_wrapper_page_media.jpg) no-repeat;}
#page_blog{ background:#000 url(images/bgr_wrapper_page_blog.jpg) no-repeat;}
#page_latest_news{ background:#000 url(images/bgr_wrapper_page_latest_news.jpg) no-repeat;}
/* header */
#header{
	width:100%;
	height:33px;
	background:url(images/bgr_header.png) repeat-x;
	overflow:hidden;
}
#tit_official_site{
	float:left;
	padding:12px 0 0 12px;
}
#tit_official_site h2{
	text-indent:-9999em;
	background:url(images/tit_official_site.png) no-repeat;
	width:351px;
	height:16px;
}
#top_nav{
	float:right;
	padding:9px 10px 0 0;
}
#top_nav ul{
	float:left;
}
#top_nav li{
	float:left;
	padding:0 8px 0 0;
}
#top_nav li img{
	float:left;
}
#top_nav li span{
	text-transform:uppercase;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	float:left;
	margin:3px 0 0 0;
}
#subscribe{
	float:left;
	padding:3px 0 0 0;
}
#subscribe fieldset{
	float:left;
}
#subscribe_val{
	float:left;
	color:#333333;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	border:0;
	margin:0 2px 0 0;
	width:200px;
	background:#fff url(images/bgr_search_val.gif) repeat-x;
	padding:2px;
}
#subscribe_sub{
	float:left;
}
/* menu */
/* menu */
#menu{
	width:100%;
	height:154px;
	background:url(images/bgr_menu.png) no-repeat;
}
#logo{
	float:left;
}
#logo a{
	width:704px;
	height:154px;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
	background:url(images/logo.png) no-repeat left -30px;
	cursor:pointer;
}
#menu ul{
	width:279px;
	float:right;
	padding:6px 24px 0 0;
}
#menu li{
	float:left;
	background:url(images/bgr_menu_sep.gif) no-repeat left center;
	padding:0 0 0 11px;
}
#menu li.first{
	padding:0;
	background:none;
}
#menu li a{
	float:left;
	height:15px;
	text-indent:-9999em;
}
#menu_home a{
	width:31px;
	background:url(images/menu_home.gif) no-repeat;
}
#menu_home a:hover, #menu_home a.selected{
	background:url(images/menu_home.gif) no-repeat left -15px;
}
#menu_bio a{
	width:20px;
	background:url(images/menu_bio.gif) no-repeat;
}
#menu_bio a:hover, #menu_bio a.selected{
	background:url(images/menu_bio.gif) no-repeat left -15px;
}
#menu_gallery a{
	width:52px;
	background:url(images/menu_gallery.gif) no-repeat;
}
#menu_gallery a:hover, #menu_gallery a.selected{
	background:url(images/menu_gallery.gif) no-repeat left -15px;
}
#menu_media a{
	width:36px;
	background:url(images/menu_media.gif) no-repeat;
}
#menu_media a:hover, #menu_media a.selected{
	background:url(images/menu_media.gif) no-repeat left -15px;
}
#menu_blog a{
	width:31px;
	background:url(images/menu_blog.gif) no-repeat;
}
#menu_blog a:hover, #menu_blog a.selected{
	background:url(images/menu_blog.gif) no-repeat left -15px;
}
#menu_contact a{
	width:53px;
	background:url(images/menu_contact.gif) no-repeat;
}
#menu_contact a:hover, #menu_contact a.selected{
	background:url(images/menu_contact.gif) no-repeat left -15px;
}
/* body */
#body{
	width:100%;
	overflow:hidden;
	padding:0 0 40px 0;
}
/*home page*/
#page_home #body{
	width:1015px;
	margin:0 0 0 9px;
}
/*twitter_message*/
.twitter_message{
	width:388px;
	overflow:hidden;
	border:1px solid #333;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin:0 0 11px 0;
}
.twitter_message_inner{
	border:1px solid #333a43;
	border-top:1px solid #362f25;
	border-bottom:1px solid #130c02;
	padding:3px 8px 3px 8px;
	background:#191919 url(images/bgr_twitter_message_inner.gif) repeat-x;
	width:380px;
	overflow:hidden;

}
.twitter_message_thumb{
	float:left;
	width:59px;
	text-align:center;
}
.twitter_message_thumb .thumb{
	width:59px;
	height:55px;
	overflow:hidden;
	background:url(images/bgr_twitter_message_thumb.gif) no-repeat;
	padding:4px 0 2px 0;
}
.twitter_message_thumb .thumb img{
	width:51px;
	height:51px;
}

.twitter_message_content ul#bonomo1_twitter_updates {
	width:290px;
	height:52px;
	background:url(images/bgr_twitter_message_content.gif) no-repeat;
	padding:5px 10px 5px 18px;
	color:#303030;
	overflow:hidden;
}
.twitter_message_content ul#bonomo1_twitter_updates a, .twitter_message_content ul#bonomo1_twitter_updates a:visited{
	color:#666;
	font-style:italic;
}
.twitter_message_content .follow{
	padding:3px 7px 0 0;
	overflow:hidden;
}
.twitter_message_content .follow img{
	float:right;
}
/*box*/
.box{
	overflow:hidden;
}
.box_title{
	height:19px;
	background:url(images/bgr_box_title.gif) repeat-x;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	line-height:1.3em;
	font-family:Tahoma, Geneva, sans-serif;
	padding:3px 0 0 4px;
}
.box_content{
	overflow:hidden;
	background:url(images/bgr_box_content.png) repeat;
}
/*featured_video*/
.featured_video{
	width:390px;
	margin:0 0 5px 0;
}
.featured_video .box_content{
	width:382px;
	padding:4px 4px 2px 4px;
}
.featured_video .more{
	text-align:right;
	padding:4px 0 0 0;
}
.featured_video .more a, .featured_video .more a:visited{
	color:#fff;
}
/*home_panel*/
#home_panel{
	width:100%;
	overflow:hidden;
}
/*justin_blog*/
.justin_blog{
	float:left;
	width:260px;
	margin:0 3px 0 0;
}
.justin_blog .box_content{
	min-height:225px;
}
.justin_blog img{
	width:260px;
	overflow:hidden;
}
.justin_blog ul{
	padding:0px;
}
.justin_blog li{
	color:#bfbebe;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	background:url(images/bgr_justin_blog_li.png) no-repeat center bottom;
	padding:6px 7px 10px 7px;
	line-height:1.3em;
	overflow:hidden;
}

.justin_blog li:hover {
	background:#000;
}

.justin_blog li:hover a, li:hover strong {
	color:#CCCCCC;
	text-decoration:none;
}

.justin_blog li a, .justin_blog li a:visited{
	color:#bfbebe;
}
.justin_blog .more{
	text-align:right;
	padding:5px 13px 10px 0;
}
.justin_blog .more a, .justin_blog .more a:visited{
	color:#fff;
}
/*recently_featured*/
.recently_featured{
	float:left;
	width:260px;
	margin:0 2px 0 0;
}
.recently_featured .box_content{
	min-height:225px;
}
.recently_featured ul{
	padding:0;
}
.recently_featured li{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:1.1em;
	background:url(images/bgr_justin_blog_li.png) no-repeat center bottom;
	padding:6px;
	width:97%;
	overflow:hidden;
}
.recently_featured li:hover {
	background:#000;
	color:#aaa;
}
.recently_featured li.last{
	background:none;
	padding:6px 4px;
}
.recently_featured li.last:hover {
	background:#000;
	color:#aaa;
}
.recently_featured li img{
	float:left;
	width:29px;
	height:29px;
	border:1px solid #929191;
	margin:0 4px 4px 0;
}
.recently_featured li a, .recently_featured li a:visited{
	color:#bfbebe;
}
.recently_featured .more{
	text-align:right;
	padding:0 13px 5px 0;
}
.recently_featured .more a, .recently_featured .more a:visited{
	color:#fff;
}
.recently_featured li div.date {
	margin:4px 0 3px 0;
	color:#fff;
}
/*home_connect*/
.home_connect{
	float:left;
	width:290px;
	margin:0 2px 0 0;
}
.home_connect ul{
	width:100%;
	overflow:hidden;
}
.home_connect li{
	width:100%;
	overflow:hidden;
	margin:0 0 3px 0;
}
.home_connect li.twitter img{
	float:left;
	width:290px;
	height:67px;
}
.home_connect li.poker_road img{
	float:left;
	width:290px;
	height:72px;
}
.home_connect li.facebook{
	width:268px;
	height:60px;
	background:url(images/bgr_facebook_li.gif) repeat-x;
	padding:10px 10px 5px 10px;
	border:1px solid #152740;
}
.home_connect li.facebook h2{
	color:#4e93f0;
	font-size:16px;
	line-height:1.0em;
	padding:0 0 4px 0;
}
.home_connect li.facebook h3{
	color:#4e93f0;
	font-size:14px;
	line-height:1.0em;
	padding:0 0 10px 0;
	font-weight:normal;
}
.home_connect li .facebook_thumb{
	float:left;
}
.home_connect li .facebook_thumb img{
	float:left;
	width:39px;
	height:39px;
	border:1px solid #5c5c5c;
	margin:0 8px 0 0;
}
.home_connect li.facebook .become_fan{
	clear:both;
	margin:0 0 0 49px;
}
/*home_connect*/
.home_listen{
	float:left;
	width:184px;
}
/*bio2_content*/
#bio2_content{
	width:890px;
	overflow:hidden;
	padding:75px 0 0 63px;
}
/*page_bio*/
.page_title{
	text-indent:-9999em;
	position:absolute;
	left:-9999em;
}
#page_empty #bio_content h2{
	font-weight:bold;
	font-size:40px;
	text-transform:uppercase;
}
#bio_content{
	width:890px;
	overflow:hidden;
	padding:0 0 0 63px;
}
#page_empty #bio_content{
	width:910px;
	overflow:hidden;
	padding:0 0 0 63px;
}
#bio_left{
	float:left;
	padding:78px 0 0 0;
	width:454px;
}
#page_empty #bio_left{
	width:479px;
}
#bio_right{
	float:right;
	padding:682px 0 0 0;
	width:436px;
}
#page_empty #bio_right{
	padding:400px 0 0 0;
	width:423px;
}
#bio_left p{
	color:#b9b8b8;
	font-size:12px;
	line-height:1.3em;
	margin:0 0 15px 0;
}
#bio_left p a{
	color:#b9b8b8;
}
#bio_right h3{
	background:url(images/bgr_bio_right_title.gif) no-repeat left bottom;
	padding:0 0 8px 16px;
	text-indent:-9999em;
}
#page_empty #bio_right h3{
	background:url(images/bgr_bio_right_title2.gif) no-repeat left bottom;
}
#bio_right h3 span{
	background:url(images/tit_career_stats.png) no-repeat;
	width:97px;
	height:14px;
	display:block;
}
#bio_right ul{
	padding:2px 0 0 16px;
}
#bio_right li{
	padding:5px 0 5px 0;
	color:#cccccc;
	line-height:1.3em;
	font-size:12px;
}
#bio_right li a{
	color:#bc0f03;
}
/*gallery_content*/
#gallery_content{
	width:820px;
	overflow:hidden;
	padding:64px 0 0 102px;
}
/*gallery_video*/
#gallery_video{
	width:100%;
	overflow:hidden;
	padding:0 0 88px 0;
}
#gallery_video li{
	float:left;
	width:199px;
	height:191px;
	background:url(images/bgr_gallery_video.png) repeat-x;
	margin:0 6px 12px 0;
	color:#a2a2a2;
	font-size:12px;
	line-height:1.1em;
}
#gallery_video p{
	text-align:center;
	padding:2px 0 2px 0;
	height:141px;
	overflow:hidden;
}
#gallery_video a{
	color:#a2a2a2;
}
#gallery_video h3{
	font-size:12px;
	padding:0 0 0 8px;
}
#gallery_video h4{
	font-size:11px;
	padding:0 0 0 8px;
}
/*gallery_nav*/
#gallery_nav{
	width:100%;
	overflow:hidden;
}
#gallery_nav a{
	font-weight:bold;
	text-transform:uppercase;
	color:#999999;
}
#gallery_nav .prev{
	float:left;
	background:url(images/ico_prev.gif) no-repeat left center;
	padding:0 0 0 10px;
}
#gallery_nav .next{
	float:right;
	padding:0 10px 0 0;
	background:url(images/ico_next.gif) no-repeat right center;
}
/*gallery_photos*/
#gallery_photos{
	width:100%;
	overflow:hidden;
}
#gallery_photos li{
	float:left;
	background:#010101;
	border:1px solid #030303;
	width:197px;
	overflow:hidden;
	margin:0 6px 6px 0;
}
#gallery_photos li img{
	width:197px;
	height:147px;
	float:left;
}
#gallery_photos p{
	text-align:right;
	width:100%;
	overflow:hidden;
	padding:1px 0 2px 0;
	font-size:10px;
}
#gallery_photos p a{
	margin:0 2px 0 0;
	color:#a2a2a2;
}
/*gallery*/
.gallery{
	overflow:hidden;
	float:left;
}
.gallery_title{
	height:20px;
	background:url(images/bgr_gallery_title.gif) repeat-x;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	line-height:1.3em;
	font-family:Tahoma, Geneva, sans-serif;
	padding:2px 0 0 8px;
}
.gallery_content{
	overflow:hidden;
	background:url(images/bgr_gallery_content.png) repeat;
	height:296px;
}
/*video_content*/
#video_content{
	width:100%;
	overflow:hidden;
	margin:0 0 25px 0;
}
/*video_top*/
#video_top{
	width:408px;
	margin:0 5px 0 0;
}
#video_top .gallery_content{
	width:100%;
	padding:1px 0 1px 0;
}
#video_top .gallery_content img{
	width:100%;
	float:left;
}
/*video_featured*/
#video_featured{
	width:405px;
}
#video_featured .gallery_content{
	width:396px;
	padding:3px 0 0 9px;
}
#video_featured ul{
	width:100%;
	overflow:hidden;
	padding-top:5px;
}
#video_featured li{
	color:#fff;
	float:left;
	width:189px;
	padding:0 9px 0 0;
	line-height:1.3em;
	margin-bottom:7px;
	height:84px;
}
#video_featured li a{
	color:#fff;
}
#video_featured li img{
	float:left;
	border:1px solid #0c0806;
	width:96px;
	height:66px;
	margin:2px 0 0 0;
}
#video_featured li p{
	float:right;
	width:84px;
}
#video_featured .more{
	text-align:right;
	font-weight:bold;
	padding-right:12px;
}
#video_featured .more a{
	color:#fff;
}
/*photo_content*/
#photo_content{
	width:100%;
	overflow:hidden;
}
/*photo_top*/
#photo_top{
	width:410px;
	margin:0 4px 0 0;
}
#photo_top .gallery_content{
	width:408px;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#photo_top .gallery_content img{
	width:100%;
	float:left;
}
#photo_top_more{
	width:90px;
	height:23px;
	overflow:hidden;
	position:absolute;
	font-weight:bold;
	background:#020202;
	padding:0 2px 0 0;
	margin:-23px 0 0 318px;
}
#photo_top_more a{
	color:#666666;
	float:left;
	background:url(images/ico_zoom.gif) no-repeat right 3px;
	padding:4px 26px 2px 5px;
}
/*photo_featured*/
#photo_featured{
	width:406px;
}
#photo_featured .gallery_content{
	width:395px;
	padding:3px 0 0 9px;
}
#photo_featured ul{
	width:100%;
	overflow:hidden;
}
#photo_featured li{
	float:left;
}
#photo_featured li img{
	float:left;
	width:124px;
	height:86px;
	border:0px solid #0f0f0f;
}
#photo_featured .more{
	text-align:right;
	font-weight:bold;
	padding:1px 12px 0 0;
}
#photo_featured .more a{
	color:#fff;
}
/*contact_content*/
#contact_content {
	width:307px;
	overflow:hidden;
	padding:120px 0 0 70px;
}
#contact_content h3{
	width:243px;
	height:18px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(images/tit_contact_content.png) no-repeat;
	margin:0 0 40px 0;
}
#contact_form{
	width:100%;
	overflow:hidden;
	padding:0 0 2px 0;
	margin:0 0 16px 0;
	background:url(images/bgr_contact_form.png) no-repeat center bottom;
}

#contact_form p {
	margin-bottom:10px;
}

#contact_form p input {
	margin-top:5px;
}

#contact_form ul{
	width:100%;
	overflow:hidden;
}
#contact_form li{
	width:100%;
	overflow:hidden;
	padding:0 0 8px 0;
	color:#cccccc;
}
#contact_form label{
	display:block;
	font-size:12px;
	line-height:1.3em;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 2px 0;
}
#contact_form .input_text{
	width:300px;
	height:18px;
	background:url(images/bgr_input_text.gif) no-repeat;
	padding:1px 3px 0 3px;
}
#contact_form .input_text input, #contact_form .input_textarea textarea{
	width:296px;
	padding:2px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	border:0;
	background:none;
}
#contact_form .input_textarea{
	width:300px;
	height:50px;
	background:url(images/bgr_input_textarea.gif) no-repeat;
	padding:1px 3px 0 3px;
}
#contact_form .input_textarea textarea{
	height:46px;
	overflow:auto;
}
#contact_form .input_textarea_big{
	background:url(images/bgr_input_textarea_big.gif) no-repeat;
	height:190px;
}
#contact_form .input_textarea_big textarea{
	height:186px;
}
#contact_form .submit{
	text-align:right;
	padding:2px 0 8px 0;
}
#contact_content .contact{
	font-size:12px;
	line-height:1.3em;
	color:#fff;
	font-weight:bold;
}
#contact_content .contact a{
	color:#fff;
}
#contact_socials{
	position:relative;
	margin:5px 0 0 0;
	left:-3px;
}
/*media_content*/
#media_content{
	width:900px;
	overflow:hidden;
	padding:66px 0 0 57px;
	font-size:12px;
}
/*media*/
.media{
	width:289px;
	overflow:hidden;
	float:left;
	margin:0 10px 05px 0;
}
.media_title{
	width:277px;
	height:20px;
	background:url(images/bgr_media_title.png) repeat-x;
	padding:2px 4px 0 8px;
	overflow:hidden;
}
.media_title p{
	float:right;
}
.media_title p img{
	float:right;
}
.media_title h2{
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	line-height:1.3em;
	font-family:Tahoma, Geneva, sans-serif;
	float:left;
}
.media_content{
	overflow:hidden;
	background:url(images/bgr_media_content.png) repeat;
	padding:0px;
	border:1px solid #706f6f;
	border-top:0;
	border-left:0;
}
.media_content ul{
	width:100%;
	min-height:310px;
	overflow:hidden;
}
.media_content li{
	overflow:hidden;
	padding:8px;
	color:#cccccc;
	background:url(images/bgr_media_content_li.png) no-repeat center bottom;
	line-height:1.3em;
}

.media_content li:hover {
	background:#000;
}

.media_content li:hover {
	color:#CCCCCC;
	text-decoration:none;
}

.media_content li:hover span {
	color:#CCCCCC;
	text-decoration:none;
}

.media_content li:hover a {
	color:#CCCCCC;
	text-decoration:none;
}

.media_content li.last{
	background:none;
}

.media_content li.last:hover {
	background:#000;
}

.media_content li strong{
	color:#ccc;
}

.media_content li strong a {
	color:#ccc;
	font-size:116%;
}

.media_content li:hover strong {
	color:#CCCCCC;
	text-decoration:none;
}

.media_content li a, .media_content li a:visited{
	color:#cccccc;
	text-decoration:none;
}
.media_content .more{
	text-align:right;
	padding:0 5px 8px 0;
	position:relative;
}
.media_content .more a, .media_content .more a:visited{
	color:#fff;
}
#media_recent_featured li{
	color:#ccc;
}

#media_recent_featured li:hover {
	color:#CCCCCC;
	text-decoration:none;
}

#media_recent_featured img{
	float:left;
	width:29px;
	height:29px;
	border:1px solid #929191;
	margin:0 4px 0 0;
}
#media_twitter li span{
	font-size:13px;
	color:#fff;
	display:block;
	padding:0 5px 10px 0;
}
#media_twitter li:hover span a{
	color:#CCCCCC;
	text-decoration:none;
}
#media_twitter li:hover span {
	color:#CCCCCC;
	text-decoration:none;
}
#media_radio li p{
	color:#fff;
	padding:10px 0 0 0;
}

#media_radio li:hover p{
	color:#CCCCCC;
	text-decoration:none;
}
#media_radio li p a{
	color:#fff;
}
#media_radio li:hover p a{
	color:#CCCCCC;
	text-decoration:none;
}
#media_radio li p a.play{
	background:url(images/ico_play.gif) no-repeat right center;
	padding:0 18px 0 0;
}
#media_blogs ul{
	padding:0px;
	height:265px;
}
#media_blogs li{
	padding:10px;
}
#media_blogs li strong{
	display:inline;
}
/*blog_content*/
#blog_content{
	width:1003px;
	overflow:hidden;
	padding:10px 0 20px 21px;
}

#blog_logo a {
cursor:pointer;
display:block;
height:154px;
text-indent:-9999em;
width:900px;
}

#blog_left{
	float:left;
	width:486px;
}
#blog_sidebar{
	float:right;
	width:507px;
}
#blog_left .post{
	width:424px;
	background:url(images/bgr_post.png) repeat;
	margin:0 0 12px 32px;
	padding:10px 15px 10px 15px;
}
#blog_left .date{
	background:url(images/bgr_post_date.gif) repeat-x;
	position:absolute;
	width:57px;
	height:47px;
	text-align:center;
	font-size:18px;
	line-height:1.2em;
	color:#fff;
	font-weight:normal;
	margin:-10px 0 0 -45px;
	letter-spacing:-1px;
}
#blog_left .date span{
	display:block;
}
#blog_left .post h2{
	color:#fff;
	font-size:20px;
	line-height:1.1em;
	padding:0 0 15px 24px;
}
#blog_left .post h2 a{
	color:#fff;
}
#blog_left .entry{
	color:#c6c5c5;
	font-size:12px;
	font-weight:normal;
	line-height:1.3em;
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
#blog_left .entry strong {
	font-weight:bold;
}
#blog_left .entry a {
	text-decoration:underline;
}
#blog_left .entry a{
	color:#c6c5c5;
}
#blog_left .entry p, #blog_left .entry ul, #blog_left .entry ol{
	padding:0 0 15px 0;
}
#blog_left .entry .more{
	width:100%;
	overflow:hidden;
	padding:30px 0 0 0;
}
#blog_left .entry .more a{
	float:right;
	background:url(images/button_continue.png) no-repeat;
	text-indent:-9999em;
	width:100px;
	height:9px;
	display:block;
}
/*sidebar_video*/
.sidebar_video{
	width:433px;
	overflow:hidden;
	margin:0 0 5px 0;
}
.sidebar_video_title{
	font-size:14px;
	line-height:1.2em;
	color:#fff;
	background:url(images/bgr_sidebar_video.gif) repeat-x;
	height:20px;
	padding:2px 0 0 8px;
}
.sidebar_video_content{
	width:427px;
	background:#0b0b0b;
	overflow:hidden;
	padding:3px;
	text-align:center;
}
.sidebar_video_content img{
	float:left;
	width:427px;
}
.sidebar_video_info{
	padding:5px 3px 3px 3px;
}
.sidebar_video_info h2{
	color:#fff;
	font-size:20px;
	line-height:1.1em;
	margin:0 0 12px 0;
	letter-spacing:-1px;
}
.sidebar_video_info h2 a, .sidebar_video_info h2 a:visited{
	color:#fff;
}
.sidebar_video_info p{
	color:#c6c5c5;
	font-size:11px;
	font-weight:bold;
	line-height:1.3em;
	margin:0 0 12px 0;
}
.sidebar_video_info p a, .sidebar_video_info p a:visited{
	color:#c6c5c5;
}
/*sidebar_video_nav*/
.sidebar_video_nav{
	width:479px;
	height:28px;
	overflow:hidden;
	margin:10px 0 15px 0;
	background:url(images/bgr_sidebar_video_nav.png) no-repeat;
}
.sidebar_video_nav p{
	float:left;
	padding:7px 0 0 0;
}
.sidebar_video_nav p a, .sidebar_video_nav p a:visited{
	color:#595959;
	text-transform:uppercase;
	font-size:10px;
	line-height:1.3em;
}
.sidebar_video_nav p.prev{
	padding:7px 0 0 15px;
	width:185px;
}
.sidebar_video_nav p.prev a{
	background:url(images/ico_video_prev.gif) no-repeat left 3px;
	padding:0 0 0 7px;
}
.sidebar_video_nav p.next{
	width:132px;
	float:right;
}
.sidebar_video_nav p.next a{
	background:url(images/ico_video_next.gif) no-repeat right 3px;
	padding:0 7px 0 0;
}
/*sidebar_search*/
.sidebar_search{
	width:479px;
	overflow:hidden;
	padding:0 0 15px 0;
}
h2.sidebar_title{
	background:url(images/bgr_sidebar_line.png) no-repeat left bottom;
	font-size:14px;
	line-height:1.1em;
	color:#fff;
	text-transform:uppercase;
	padding:0 0 10px 10px;
}
.sidebar_search fieldset{
	width:466px;
	overflow:hidden;
	padding:11px 0 0 13px;
}
.sidebar_search p{
	float:left;
}
.sidebar_search_text{
	float:left;
	width:267px;
	height:20px;
	background:url(images/bgr_sidebar_search_text.gif) no-repeat;
	padding:3px 0 0 2px;
	margin:0 2px 0 0;
}
.sidebar_search_text input{
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background:none;
	padding:2px;
	width:261px;
}
/*sidebar_twitter*/
.sidebar_twitter{
	width:479px;
	overflow:hidden;
	padding:0 0 15px 0;
}
ul#bonomo_twitter_updates {
	width:405px;
	margin:0 0 5px 17px;
	background:url(images/bgr_sidebar_twitter_item.jpg) no-repeat;
}

ul#bonomo_twitter_updates li{
	width:373px;
	overflow:hidden;
	background:url(images/bgr_sidebar_twitter_body.jpg) no-repeat left bottom;
	padding:6px 16px 6px 16px;
	color:#020202;
	font-size:12px;
	line-height:1.3em;
}
ul#bonomo_twitter_updates li a, ul#bonomo2_twitter_updates li a:visited{
	color:#ccc;
}
ul#bonomo_twitter_updates li a{
	font-weight:bold;
}
ul#bonomo_twitter_updates li span{
	display:block;
}
ul#bonomo_twitter_updates li span a{
	font-weight:normal;
}
/*sidebar_twitter_msg*/
.sidebar_twitter_msg{
	width:379px;
	overflow:hidden;
	margin:10px 0 11px 13px;
}
.sidebar_twitter_msg_thumb{
	float:left;
	width:58px;
	text-align:center;
}
.sidebar_twitter_msg_thumb .thumb{
	width:57px;
	height:52px;
	overflow:hidden;
	background:url(images/bgr_sidebar_twitter_msg_thumb.gif) no-repeat;
	padding:3px 0 2px 0;
}
.sidebar_twitter_msg_thumb .thumb img{
	width:50px;
	height:50px;
}
.sidebar_twitter_msg_content{
	float:left;
	width:321px;
	padding:2px 0 0 0;
}
.sidebar_twitter_msg_content ul#bonomo1_twitter_updates {
	width:293px;
	height:auto;
	background:url(images/bgr_sidebar_twitter_msg_content.gif) no-repeat;
	padding:5px 20px 0px 8px;
	color:#303030;
}

.sidebar_twitter_msg_content ul#bonomo1_twitter_updates li{
	padding:8px 12px 8px 8px;
	width:293px;
	background:#fff;
}

.sidebar_twitter_msg_content ul#bonomo1_twitter_updates a, .sidebar_twitter_msg_content ul#bonomo1_twitter_updates a:visited{
	color:#303030;
}
.sidebar_twitter_msg_content .follow{
	padding:4px 7px 0 0;
	float:right;
	width:147px;
}
.sidebar_twitter_msg_content .follow img{
	float:right;
}
.sidebar_twitter_msg_content .date{
	float:left;
	padding:1px 0 0 15px;
	color:#dddada;
}
.sidebar_twitter_msg_content .date a, .sidebar_twitter_msg_content .date a:visited{
	color:#dddada;
	font-size:9px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:-1px;
}
/*sidebar_facebook*/
.sidebar_facebook{
	width:479px;
	overflow:hidden;
	padding:0 0 15px 0;
}
.sidebar_fbecome_fan{
	width:469px;
	overflow:hidden;
	padding:17px 0 7px 10px;
}
.sidebar_fbecome_fan .thumb{
	float:left;
	margin:0 3px 0 0;
}
.sidebar_fbecome_fan .thumb img{
	float:left;
	width:42px;
	height:42px;
	border:2px solid #565656;
}
.sidebar_fbecome_fan h3{
	color:#4e93f0;
	font-size:16px;
	line-height:1.1em;
	padding:0 0 5px 0;
}
.sidebar_fbecome_fan h3 span{
	font-size:14px;
	font-weight:normal;
}
.sidebar_fbecome_fan .start{
	margin:0 0 0 2px;
}
.sidebar_facebook .fans{
	color:#fff;
	font-size:12px;
	line-height:1.3em;
	padding:0 0 10px 14px;
	letter-spacing:-1px;
}
.sidebar_facebook ul{
	width:90%;
	overflow:hidden;
	padding:0 0 0 14px;
}
.sidebar_facebook ul li{
	float:left;
	padding:0 8px 10px 0;
}
.sidebar_facebook ul li img{
	float:left;
	width:33px;
	height:30px;
}
/*sidebar_photos*/
.sidebar_photos{
	width:479px;
	overflow:hidden;
	padding:0 0 15px 0;
}
.sidebar_photos p.top{
	width:100%;
	overflow:hidden;
	padding:5px 0 13px 0;
}
.sidebar_photos p.top img{
	float:left;
}
.sidebar_photos ul{
	width:90%;
	overflow:hidden;
	padding:0 0 0 10px;
}
.sidebar_photos ul li{
	float:left;
	padding:0 8px 10px 0;
}
.sidebar_photos ul li img{
	float:left;
	border:1px solid #6c6b6b;
	width:35px;
	height:35px;
}
.sidebar_photos .more{
	text-align:right;
	font-size:10px;
	width:380px;
}
.sidebar_photos .more a, .sidebar_photos .more a:visited{
	color:#fff;
}
/*sidebar_archives*/
.sidebar_archives{
	width:479px;
	overflow:hidden;
	padding:0 0 15px 0;
}
.sidebar_archives ul{
	padding:0 0 0 13px;
}
.sidebar_archives li{
	font-weight:bold;
	font-size:12px;
	line-height:1.1em;
	color:#fff;
	text-transform:uppercase;
	padding:8px 0 8px 0;
}
.sidebar_archives li a, .sidebar_archives li a:visited{
	color:#fff;
}
/* footer */
#footer{
	width:100%;
	overflow:hidden;
	background:url(images/bgr_footer.gif) no-repeat center 20px;
	padding:0 0 60px 0;
}
#footer ul{
	float:left;
	width:110px;
}
#footer ul.first{
	padding:0 0 0 220px;
	margin-right:20px;
}
#footer ul.last{
	margin-left:40px;
}
#footer li{
	color:#878787;
	line-height:1.3em;
}
#footer li.title{
	padding:0 0 13px 0;
}
#footer li a{
	color:#878787;
}

#copy {
	text-align:center;
	color:#878787;
	line-height:1.3em;
}

#copy a {
	color:#878787;
	text-decoration:underline;
}

/* contact form */
#contact_

/* default page template */

#page_content {
	width:500px;
}

/* captions */

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

