/*
File:			custom.css
Description:	Custom styles for Thesis
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/
-------------------------------------------------------------------------------
Custom Thesis Edits by Zaid Pirwani - MNZ IT Solutions - http://ZaidPirwani.com
             for MICHELLE VANDEPAS - http://MichelleVandepas.com/
-------------------------------------------------------------------------------
*/

#header {
  background: #f9f9f9 url(http://debleoni.com/wp-content/uploads/2010/06/debleoni-header-2.png) center top no-repeat;
  height:150px;
  border:none;
}

#header #logo {
  display:none;
}

#header #tagline {
  display:none;
}

.custom #header #nav-container {
  margin: none;
  padding: none;
  margin-top: 140px;
}

.custom .menu {
  margin: 10px auto;
  text-align: center;
  font-weight:bold;
  width: 800px;
}

.custom .menu a {
  padding: 10px 15px;
}

.custom #sidebar_1 {
  background: #F5FCFF;
}

.custom .sidebar_list H3 {
  text-align: center;
}