/*
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/
*/

body {
  background:#EFE2A4 ;
}
/*
.custom #page {
  border-top:none;
  border-right:#0f827e 2px solid;
  border-bottom:none;
  border-left:#0f827e 2px solid;
}
*/
.custom #header {
  border-bottom:none;
  height:140px;
  padding:0;
  background: #5FBDEE url(http://anneportercounseling.com/wp-content/themes/thesis_16/custom/images/anne2010-005.png) left top no-repeat;
}
.custom #header #logo {
  display:none;
}
.custom #header #tagline {
  display:none;
}

.custom .menu {
  padding-right:10px;
  padding-left:0px;
  font-weight:bold;
  background:#5FBDEE url(http://anneportercounseling.com/wp-content/themes/thesis_16/custom/images/nav-bar.png) 0px -34px repeat-x;
}

.custom .menu .tab a {
  background:#5FBDEE url(http://anneportercounseling.com/wp-content/themes/thesis_16/custom/images/nav-bar.png) 0px -34px repeat-x;
}

.custom .menu .tab a:hover {
  background:#5FBDEE url(http://anneportercounseling.com/wp-content/themes/thesis_16/custom/images/nav-bar.png) 0px 0px repeat-x;
}

.custom .menu .current a, .custom .menu .parent a {
  background:#4fa9b0 url(http://anneportercounseling.com/wp-content/themes/thesis_16/custom/images/nav-bar.png) 0px -68px repeat-x;
}

.custom .menu .submenu a {
  background:#dddddd;
}

.custom .menu .rss {
  padding-right:10px;
}