/*
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 {
  background:#FFF8E1 url('http://www.debleoni.com/wp-content/uploads/2010/05/back.png') no-repeat center;
}

.custom body {
  background:#FFF8E1 url('http://www.debleoni.com/wp-content/uploads/2010/05/back.png') no-repeat center;
}

.custom #logo, .custom #tagline {
  display:none;
}

.custom #header {
  background:#FFF8E1 url(http://debleoni.com/wp-content/uploads/2010/05/back.png) no-repeat center top;
  border-bottom:none;
  height:141px;
  padding:0;
}

.custom .menu {
  font-weight:bold;
  background:none;
  height:34px;
  padding-top:0px;
}

.custom .menu a {
  padding:0.5em 0.85em;
}

.custom #multimedia_box {
  border:none;
  background:none;
}

.custom #cd-advert {
  padding:10px;
  border:#AFC0D1 5px solid;
}