/*
File:			custom.css
Description:	Custom styles for Thesis

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
    background: #ffffff url('http://www.deeperrin.com/wp-content/uploads/2010/10/top_border1.jpg') 100% 0 repeat-x;
}

.custom .menu {
background: url("http://www.deeperrin.com/wp-content/uploads/2010/10/top_border1.jpg") repeat-x;  
}

/*---:[ horizontal dropdown nav menu structure ]:---*/
.custom .menu { position: relative; list-style: none; z-index: 50; }
	
/*---:[ nav menu styles ]:---*/
.custom .menu, .menu a, .menu li ul { border-style: none; padding: 5px 10px 5px 5px; }
	
/*---:[ core layout elements ]:---*/
.custom #header { border-style: none; border-color: #ddd; clear: both; height: 0px; padding: 0px; margin: 0px; }

/*---:[ multimedia box ]:---*/
.custom .image_box, .custom_box { border-style: solid; border-color: #fff; }
	.custom #image_box img { background: #fff; border-style: solid; border-color: #fff; }

.custom .sidebar ul.goodies li.left { float: left; margin-bottom: 10px; margin-right: 8px; }
.custom .sidebar ul.goodies li.right { float: right; margin-left: 5px; margin-bottom: 10px; margin-right: 10px; }
.custom .sidebar ul.goodies li a { display: block; }

.custom img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}