/* 
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.

*/

#header {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/bg_top_gradient.jpg) no-repeat scroll 0px 0;
	clear:both;
	height:122px;
	padding-top:10px;
	position:relative;
	width:100%;
}

#header img.title {
	margin-left:5px;
}

#top-out {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://www.leblogdebango.fr/wp-content/themes/busybee/styles/black/bg_top_blue.gif) repeat-x scroll 0 0;
}

#secnav a {
	color:#ffffff;
	display:block;
	line-height:16px;
	padding:14px 20px 11px;
}

a:hover {
	text-decoration:none;
}

#main-content .post h4.continue a, #sidebar ul.idTabs li a.selected, #sidebar ul.idTabs li a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#416763 none repeat scroll 0 0;
}

a {
	color:#416763;
}


