/*
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/
-------------------------------------------------------------------------------
*/

.custom #header {
  background: #FFFFFF url(http://greenmoose40.com/wp-content/uploads/2010/08/green-moose-40-header.gif) no-repeat bottom center;
  height:70px;
}

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

.custom .post_box {
  min-height: 300px;
  height: auto;
}

.custom .custom_box {
  background: #DFFFD9;
}

.custom #multimedia_box {
	padding: 0.6em;
}

.custom_box .photodiv {
	filter:alpha(opacity=20) !important;
  	opacity:0.20 !important;
}


