/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.connections-list {
	margin-left:60px;
}
#cattitle {
padding:10px 0;
font-size:17px;
font-weight:bold;
border-bottom:2px dotted #d6d6d6;
margin:20px 30px 20px 0;
}
.floatright { float: left;padding:0 10px 10px 0; }

.bio_name {
padding:10px 0;
font-size:17px;
font-weight:bold;
border-bottom:2px dotted #d6d6d6;
margin:0 0 0 10px;
}
#round {
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 2px 2px 10px #423942;
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #D6D6D6;
    float: left;
    padding: 10px;
	margin:10px;
} 

		span.tooltip-style1 {
		    display:none;
		    position:absolute;
		    z-index:1000;
		    -moz-border-radius:4px;
		    -webkit-border-radius:4px;
		}

		.tooltip-style1 {
			background:#c6752b;
			color:white;
			min-height:30px;
			padding:10px 10px 10px 10px;
			opacity:1.0;
		}
.cn-entry { margin: 8px 0px; padding: 6px;}

