/*  
Theme Name: Blonde Rockstar
Theme URI: http://blondish.net/
Description: Clean, simple
Version: 8.0
Author: Nile Flores
Author URI: http://blondish.net/


*/


ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0px;
	padding:0px;
}
ul{
	list-style:none;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
html{
	background:#c0c0c0 url(images/blondishnet-bg.png);
border-top:5px solid #b9304b;
}
body{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
#page{
	width:1000px;
	margin:0px auto;
}




/* HEADER */




#header{
	width:980px;
	height:245px;
	overflow:hidden;

}




#header_banner{
	float:left;
	padding:5px 5px 0 0;
}


#header #logo{
background:url(images/blondishnet-logo-2011.png) no-repeat;
display:block;
width:510px;
height:225px;
float:left;
}
#header #logo a{
	color:#000;
display:block;
width:510px;
height:225px;
float:left;
}
#header #logo a:hover{
	text-decoration:none;
display:block;

}

#slogan {
margin-top:10px;
width:500px;

}

#slogan h1{
font-size:14px;
font-weight:bold;
text-align:center;
letter-spacing:1px;
text-transform:uppercase;

}

#header-social {
float:right;
width:400px;
padding-top:10px;
}
#header-social p {
font-color:#040404;
font-size:20px;
float:left;
}

/* MENU */



#menu{
	width:100%;
	height:30px;
}


#main_search{
	float:right;
	width:280px;
}
#mainmenu{
	float:left;
	padding:0 0 0 5px;
}
#mainmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:1000;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	color:#000;
	padding:0 0 0 10px;
	font-size:14px;
	font-family:Arial;
	
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#b9304b;
	z-index:1000;
	height:24px;
font-weight:bold;
	padding:20px 7px 0 7px;
	text-transform:uppercase;
}
* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited{
	text-decoration:none;
}
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	background:url(images/arrow-hover.png) no-repeat top center;
	color:#000;
text-decoration:bold;
	text-decoration:none;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 15px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
}
/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 160px; /*width of sub menus*/
	height:auto;
	padding: 7px 5px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #676767;
	background:#252525;
	border-top-width: 0;
	text-align:left;
	text-decoration:none;
	color:#999999;
	font-family:Arial;
	font-size:12px;
	text-transform:capitalize;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	color:#fff;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
#searchform_top{
	float:left;
	padding:8px 0 0 6px;
	background:url(images/bgr_searchform_top2.png) repeat-x;
	width:240px;
	height:46px;
}
#searchform_top_text{
	width:175px;
	padding:3px;
	color:#000000;
	font-size:12px;
	font-family:Arial;
	border:0;
float:left;
	margin-top:7px;
margin-left:5px;
	background:none;
}


#gosearch{
	float:right;
margin-top:4px;
margin-right:12px;
}
/*board*/
#board{
	width:977px;
	height:50px;
	overflow:hidden;
	margin:0 0 0 12px;
	background: url(images/blondishnet-bg2.png); 
color:#ffffff;
}

#board img {
padding-right:5px;
}
#board_left{
	float:left;
	padding:10px;
}


#header_rss{
	float:right;
	padding:78px 40px 0 0;
}
#board_items{
	width:100%;

}
#board_body{
	width:100%;
}


.board_item{

	
}
#board_body h2{
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:normal;
	margin:0 0 28px 0;
}
#board_body strong{
	font-size:12px;
	color:#ffffff;
	line-height:18px;
	display:block;
}
#board_body p{
	font-size:12px;
	color:#ffffff;
	line-height:18px;
	padding:0 0 10px 0;
}
#board_body p img{
	float:left;
	border:1px solid #ffffff;
	margin:0 10px 0 0;
	width:161px;
	height:107px;
}
#board_body p a{
	color:#fff;
}
#board_body p.more a{
	text-decoration:underline;
}
#board_body p.more a:hover{
	text-decoration:none;
}


/*	Category Navbar		*/	



#catnav{

 margin:0px 0 0 0;

 padding-bottom:0px; 

 height:50px;

 
 }



ul.catnav{

 width:977px;

 float:left;

 }

 

#catnav ul {

 margin: 0;

 padding: 0 0px 0px 2px;

 list-style: none;

 }

 

#catnav li {

 margin: 0;

 float:left;

 padding-left:5px;
padding-right:5px;

 }	

 

#catnav ul li a:link,#catnav ul li a:active,#catnav ul li a:visited {
padding: 5px; 
display: block; 
background: #181818; 
color: #d3d2d2; 
border: 1px solid #343434; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
text-transform:uppercase;
font-size:14px;
text-decoration:none;
 }

	

#catnav ul li a:hover {
padding: 3px; 
display: block; 
background: #EEA2BB; 
color: #000; 
border: 1px solid #FAD6E2; 
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
border-radius: 4px;
text-transform:uppercase;
font-size:14px;
text-decoration:none;
 }



#catnav li ul {

 position: absolute;

 width: 10em;

 left: -999em;

 }

 

#catnav li:hover ul {

 left: auto;

 display: block;

}

	

#catnav li:hover ul, #catnav li.sfhover ul {

 left: -999em;

} 


/* BODY */



#body{
	width:100%;
	background:url(images/bgr_body.gif) repeat-y;
	overflow:hidden;
}

#body2{
	width:100%;
	background:url(images/bgr_body2.gif) repeat-y;
	overflow:hidden;
}

#body_top2{
	width:100%;
	background:url(images/bgr_body_top2.gif) no-repeat right top;
}

#body_top{
	width:100%;
	background:url(images/bgr_body_top.gif) no-repeat right top;
}


#body_end{
	width:100%;
	background:url(images/bgr_body_end.gif) no-repeat left bottom;
	overflow:hidden;
	padding:0 0 67px 0;
}

#body_end2{
	width:100%;
	background:url(images/bgr_body_end2.gif) no-repeat left bottom;
	overflow:hidden;
	padding:0 0 67px 0;
}


#body_left{
	width:650px;
	float:left;
}

#body_left2{
	width:1000px;
	float:left;
}



#body_right{
	width:350px;
	float:right;
}



/* left content */


#body_left_content{
	width:610px;
	margin:20px 0 0 25px;
}


#body_left_content2{
	width:955px;
	margin:20px 0 0 25px;
}


#content_single .postbox {
	border: 1px solid #c0c0c0;
	margin-bottom: 10px;
	padding: 1px;
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
border-radius: 4px;
}

.post{
	width:100%;
	margin:0 0 10px 0;
}

.post-top{
	width:100%;
	overflow:hidden;
padding:10px;
}

.post-title{
	width:100&;
	float:left;
	padding:10px;
}


.post-title h2{
	font-size:16px;
	margin:0 0 5px 0;
	font-family:Arial;
	color:#B9304B;
	font-weight:bold;
}



.post-title h2 a{
	color:#B9304B;
}



.post-top h3{
	font-weight:normal;
	color:#404040;
	font-size:12px;
	font-family:Arial;
	margin:0 0 5px 2px;
}

.post-top h3 a, .post-top h3 span{
	color:#B9304B;
	font-weight:bold;
	text-transform:capitalize;
}


.entry{
	line-height:20px;
	font-size:12px;
	margin:10px 0 0 0;
padding:10px;
}
.entry .banner{
	text-align:center;
	padding:0 0 10px 0;
}
.entry .banner img{
	border:0;
}


.banner_left{
	float:left;
	padding:0 20px 10px 0;
}
.entry .banner_left img{
	border:0;
}
.entry img{
	border:1px solid #666;
}


.entry p{
	padding-bottom:15px;
}


.entry p a{
	font-weight:bold;
	text-decoration:underline;
}


.entry p a:hover{
	text-decoration:none;
}


.post-page{
}


h2.page_title{
	font-size:16px;
	margin:0 0 5px 0;
	font-family:Arial;
	color:#B9304B;
	font-weight:normal;
	border-bottom:1px solid #c0c0c0;
	padding:0 0 10px 5px;
}


.post-page .entry{
}


.post-page .entry a{
	text-decoration:underline;
	font-weight:bold;
	color:#B9304B;
}



.post-page .entry a:hover{
	text-decoration:none;
}



.entry strong{
}

.entry a {
color:#DE799B;
}

.post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
	color:#000000;
	font-family:Arial;
	display:block;
	font-weight:normal;
}

.attachment-post-thumbnail {float:left; margin-left:5px; margin-right:5px; margin-top:5px; margin-bottom:5px;}

.post-page .entry h1{
	font-size:16px;
	padding:0 0 14px 0;
}

.post-page .entry h2{
	font-size:16px;
	padding:0 0 14px 0;
}

.post-page .entry h3{
	font-size:12px;
	padding:0 0 12px 0;
}


.post-page .entry h4{
	font-size:12px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:12px;
	padding:0 0 8px 0;
}


.post-page .entry h6{
	font-size:12px;
	padding:0 0 6px 0;
} 

/* SIDE BAR */

#sidebar{
	width:337px;
	margin:10px 0 0 1px;
	color:#000000;
font-size:12px;
}

.sidebars h2{
	font-size:16px;
	color:#000000;
	font-family:Arial;
	padding:11px 0 11px 20px;
	font-weight:normal;
	background:#de799b;
border-bottom:1px solid #b9304b;
border-top:1px solid #b9304b;
	margin:0 0 10px 0;
}

.sidebars ul{
}


.sidebars ul li{
}

.sidebars ul li ul li{
	margin-bottom:0;
	width:auto;
}

.sidebars ul li ul li ul li{
	
}

.sidebars li ul{
	padding:0 0 5px 1px;
}


.sidebars li ul li ul{
	padding:0 0 0 5px;
	width:auto;
}


.sidebars li ul li ul li ul{
}


.sidebars li{
	margin-bottom:0px;
	background:none;
}

.sidebars li li{
	margin-bottom:0px;
	padding:5px 0 5px 10px;
	font-size:12px;
}


.sidebars li li li{
	background:none;
	border:0;
	padding-bottom:3px;
}

.sidebars li a{
	color:#B9304B;
}




.sidebars li.widget_categories ul li{
}


.sidebars li.widget_categories ul li a{
}


.sidebars li.widget_categories ul li ul li a{
}


.sidebars li.widget_archives ul li a{
}


.sidebars li.linkcat ul li a{
}


.sidebars .widget_tags p{
	padding:0px 10px 10px 15px;
}


.sidebars .widget_tags a{
	color:#B9304B;
}


.sidebars .textwidget{
	padding:10px;
}

#mailchimpsf_widget-3 h2.widgettitle{

background:none !important;
border:none !important;

}

.sidebars .mc_merge_var {
float:left;
margin-bottom:15px;
}

.sidebars .mc_var_label {
float:left;
font-size:14px;
}


.sidebars .mc_input {
float:left;
font-size:14px;
border:1px solid #c0c0c0;
width:175px;
}

#mc-indicates-required {
clear:both;
float:left;
}




/* FOOTER */



#footer{
	width:980px;
	height:200px;
margin:0 auto;
	background: #000 url(images/blondishnet-amp-bottom-bg.png) no-repeat;
	color:#000;
font-size:12px;
}
#footer p{
	color:#000;
	font-size:12px;
	font-family:Arial;
	float:left;
	
}
#footer a{
	color:#DE799B;
}
#footer a:hover{
	text-decoration:none;
}


#footer_text{
	margin-left:50px;
margin-top:120px;
	float:left;
	text-align:left;
}


#footer-logo {
float:right;
}

#footer-logo a{

display:block;
width:401px;
height:80px;
background: url(images/blondishnet-2011-bottom-logo.png) no-repeat;
margin-top:100px;
margin-right:30px;
}



/* Calendar */



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial;
	text-align: center;
	}


#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* 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 */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 98%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}


#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}


#wp-calendar caption {
	text-align: center;
	width: 100%;
	}



#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}


#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* Author Box */

#authorarea{
background: #fff;
border: 1px solid #c0c0c0;
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
border-radius: 4px;
padding: 10px;
width:588px;
overflow:hidden;
color: #333;
}
#authorarea h3{
font-size: 18px;
color:#333;
margin:0;
padding:10px 10px 5px 10px;
}
#authorarea h3 a{
text-decoration:none;
color: #333;
font-weight: bold;
}
#authorarea img{
margin:0;
padding:10px;
float:left;
border: 1px solid #ddd;
width: 80px;
height: 80px;
}
#authorarea p{
color:#333;
margin:0;
padding:0px 10px 10px 10px;
float:right;
}
#authorarea p a{
color:#333;
}
.authorinfo{
padding-left:120px;
} 




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}


acronym, abbr {
	border-bottom: 1px dashed #999;
	}


blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 24px;
	padding-bottom:7px;
	background:url(images/blockquote_bg.gif) repeat-y;
	}

blockquote blockquote{
	background:url(images/blockquote_bg2.gif) repeat-y;
	}


blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


.center {
	text-align: center;
	}



hr {
	display: none;
	}



a img {
	border: none;
	}



.navigation {
	text-align: right;
	width:587px;
	padding:10px;
	overflow:hidden;
	font-size:12px;
	color:#000;
background: none !important;
float:left;
	}



#content_single .navigation {
	text-align: center;
	width:587px;
	padding:10px;
	background: none !important;
float:left;
	}



.navigation a{
	color:#000;
	font-size:12px;
	}

.wp-pagenavi { position: relative; padding: 15px 0px 7px;}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited { background: url(images/pagenavi-bg.png) no-repeat !important; padding: 8px 14px 12px 13px !important; margin: 1px; font-weight: normal !important; color:#68675e !important; border: none !important; text-shadow: 1px 1px 1px #ffffff; }
.wp-pagenavi span.pages { padding: 5px 7px 5px !important; margin: 1px !important ; color: #989898 !important; border:none !important; color: #413f36; background: none !important; }
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover { background: url(images/pagenavi-current-bg.png) no-repeat !important; padding: 8px 14px 12px 13px !important; margin: 1px; font-weight: normal !important; color:#FFFFFF !important; border: none !important; text-shadow: 1px 1px 1px #5a1709; }

/* End Various Tags & Classes*/



/* Begin Lists


Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */


.entry ul {
	margin: 0 10px 15px 30px;
	list-style: none;
	padding:15px 15px 15px 20px;
	
	
	} 


.entry ul li {
	background:url(images/ico_entry.gif) no-repeat left 13px;
	padding:7px 0 7px 15px;
	}


.entry ol {
	margin: 0 10px 15px 30px;
	padding:15px 15px 15px 40px;
			}
.entry ol li {
	margin: 0;
	padding:7px 0 7px 0;
		}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}



#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}


#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}


select {
	width: 130px;
	}


#commentform{
	width:400px;
}



#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 5px 0 0 0;
	padding:0;
	width:100px;
	height:35px;
	}
/* End Form Elements */



/* Begin Comments*/



h2#comments{
	font-size:16px;
	margin:0 0 5px 0;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
	border-bottom:1px solid #c0c0c0;
	padding:0 0 10px 5px;
	margin:0 0 10px 25px;
}


.alt {
	margin: 0;
	padding: 10px;
	}


.commentlist {
	padding: 0;
	text-align: justify;
	margin:0 0 0 25px;
	}

.commentlist .comment {
	margin: 15px 0 0 0;
	padding: 10px 15px 20px 15px;
	list-style: none;
	background:#ffffff;
	border:1px solid #c0c0c0;
	}

.commentlist .alt {
	background:#ffffff;
	}

.commentlist .comment .comment {
	margin: 15px 15px 15px 15px;
	padding: 10px 15px 20px 15px;
	width:auto;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}
.commentmet_data{
	width:100%;
	overflow:hidden;
}
.commentmet_data td{
	vertical-align:top;
	text-align:left;
}
.commentmet_avatar{
	width:102px;
	padding:15px 0 0 0;
}
.commentmet_text{
}
.commentmet_avatar img{
	border:1px solid #c0c0c0;
}


#commentform p {
	margin: 5px 0;
	}

.commentmet_replay{
	width:100%;
	overflow:hidden;
}
.commentmet_replay a{
	float:right;
	display:block;
	text-indent:-9999px;
	text-transform:capitalize;
	background:url(images/button_replay.gif) no-repeat;
	width:79px;
	height:20px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}



.commentmetadata {
	margin: 0;
	display: block;
	padding:0 0 5px 0;
	color:#000000;
	font-size:12px;
	font-family:Arial;
	font-style:italic;
	text-transform:capitalize;
	}
.commentmetadata a{
	color:#B9304B;
	font-weight:bold;
}
.commentmetadata span{
	color:#B9304B;
	font-weight:bold;
}


.commentmet_text{
	font-size:12px;
	color:#000;
}

#respond{
	margin:40px 0 0 25px;
}



h3#respond_title{
	font-size:16px;
	margin:0 0 5px 0;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
	border-bottom:1px solid #c0c0c0;
	padding:0 0 10px 5px;
	margin:0 0 20px 0;
}






#commentform{
	margin-left:25px;
	color:#000000;
	font-size:12px;
	width:90%;
}


#commentform small{
	position:relative;
	top:-1px;
	font-size:12px;
}
#cancel-comment-reply-link{
	font-size:12px;
	color:#000000;
}



#commentform a, #commentform small{
	color:#000000;
}



#commentform input{
	background:#ffffff;
	border:1px solid #c0c0c0;
	font-family:Arial;
	font-size:12px;
	padding:4px;
	color:#000000;
}


#commentform textarea{
	background:#ffffff;
	border:1px solid #c0c0c0;
	font-family:Arial;
	font-size:12px;
	padding:4px;
	margin:5px 0 0 0;
	color:#000000;
}


#commentform input#submit{
	background:none;
	border:0px;
}


/* End Comments */
/* Archives page */
.page_archives_div{
	padding-bottom:60px;
}


.page_archives_div h2{
	font-size:16px;
	margin:0 0 5px 0;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
	border-bottom:1px solid #c0c0c0;
	padding:0 0 10px 5px;
}



.page_archives_div ul h2{
}



.page_archives_div ul{
	margin:10px 0 40px 0;
}



.page_archives_div ul li{
	margin:0px;
	padding:8px 0 8px 5px;
	list-style:none;
	background:url(images/ico_line.gif) no-repeat left bottom;
}


.page_archives_div ul li ul li{
	border:0px;
	background:none;
}


.page_archives_div ul li ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

.page_archives_div ul li a{
	font-weight:normal;
	color:#B9304B;
	font-size:12px;
	background:url(images/ico_ar.gif) no-repeat left 3px;
	padding:0 0 0 14px;
}



/* Columns in Templates */

.row { clear: both; }


.col1 { 
width:270px; 
float: left; 
padding:10px; 
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
border: 1px solid #c0c0c0;
}
.col2 { 
width:270px; 
float: right; 
padding:10px;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 5px;
border: 1px solid #c0c0c0;
}

#body_left_content div.sociable { margin: 16px 0; }

#body_left_content span.sociable_tagline { position: relative; }
#body_left_content span.sociable_tagline span { display: none; width: 14em; }
#body_left_content span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
#body_left_content .sociable span {
	display: block;
}
#body_left_content .sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
#body_left_content .sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
#body_left_content .sociable ul li:before { content: ""; }
#body_left_content .sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

#body_left_content .sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
#body_left_content .sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* Facebook Fan box */

.fan_box a:hover{
	  text-decoration: none;
}

.fan_box .full_widget{
	  height: 200px;
	  border: 0 !important;
	  background: none !important;
	  position: relative;
}

.fan_box .connect_top{
	  background: none !important;
	  padding: 0 !important;
}

.fan_box .profileimage, .fan_box .name_block{
	  display: none;
}

.fan_box .connect_action{
	  padding: 0 !important;
}

.fan_box .connections{
	  padding: 0 !important;
	  border: 0 !important;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  font-weight: bold;
	  color: #DE799B;
}

span.total{
	  color: #DE799B;
	  font-weight: bold;
}

.fan_box .connections .connections_grid {
	  padding-top: 10px !important;
}

.fan_box .connections_grid .grid_item{
	  padding: 0 10px 10px 0 !important;
}

.fan_box .connections_grid .grid_item .name{
	  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	  font-weight: normal;
	  color: #DE799B !important;
	  padding-top: 1px !important;
}

.fan_box .connect_widget{
	position: absolute;
	bottom: 0;
	right: 10px;
	margin: 0 !important;
}

.fan_box .connect_widget .connect_widget_interactive_area {
	margin: 0 !important;
}

.fan_box .connect_widget td.connect_widget_vertical_center {
	padding: 0 !important;
}

#social-icons {
float:right;
margin-top:150px;
margin-right:20px;
}

#lw_widget h2.widgettitle {
background: none !important;
border: 0px !important;
height:0px !important;
margin:0px !important;
padding: 0px !important;
}

#_widget-3 h2.widgettitle {
background: none !important;
border: 0px !important;
height:0px !important;
margin:0px !important;
padding: 0px !important;
text-indent: -10000px !important;
}

#_widget-3 {
margin-top: -5px !important;
}

#text-7 {
margin-bottom: 20px !important;
margin-top: -10px !important;
}


#text-7 h2.widgettitle {
background: none !important;
border: 0px !important;
height:0px !important;
margin:0px !important;
padding: 0px !important;

}

#text-7 .textwidget {
margin-top:0px !important;
}

