@charset "utf-8";
/* CSS Document */

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/pageBkgd.jpg) no-repeat top center #9c3778;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a { color: #0055a3; }

form { padding: 0px; margin: 0px; }

h1 { font-size: 24px; font-size: padding: 0px 0px 0px 0px; margin: 0px 0px 20px 0px; }
h2 { font-size: 18px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 0px; }
h3 { font-size: 14px; padding: 0px 0px 0px 0px; margin: 0px 0px 5px 0px; }
h4 { font-size: 11px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
p { padding: 0px 0px 0px 0px; margin: 0px 0px 10px 0px; }


.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/container_bkgd.png) repeat-y top center;
	position: relative;
	right: 1px;
} 
.thrColFixHdr #header {  
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: none;
	border-top: 1px solid red; /* the top border and negative top margin fix the Firefox quirk when it adds in extra space. */
	margin-top: -1px;
	background: url(../images/header_bkgd.png) no-repeat top center #9c3778;
	height: 126px;
}

#header a.logo { text-indent: -10000px; margin: 11px 0px 40px 79px; background: url(../images/maineWomensFund_Logo.png) no-repeat top left; width: 119px; height: 76px; display: block; }

#header ul.coporateNav { float: right; margin: 7px 0px 0px 0px; }
#header ul.coporateNav li { display: inline; float: left; }
#header ul.coporateNav li.calendar a { border-left: 0px; }
#header ul.coporateNav li a { font-size: 11px; color: #fff; text-decoration: none; padding: 0px 6px 0px 6px; border-left: 1px solid #fff; margin: 5px 0px 0px 0px; display: block; }
#header ul.coporateNav li a:hover { text-decoration: underline; }
#header ul.coporateNav li input[type="text"] { font-size: 11px; color: #fff; border: 0px; background-color: #ab558d; width: 160px; height: 18px; }
#header ul.coporateNav li input[type="image"] {  }
#header ul.coporateNav li.searchBox { padding: 2px 0px 0px 12px; border-left: 0px; background: url(../images/corprateNav_searchFieldBkgd.png) no-repeat 10px 0px; width: 165px; height: 23px;  }
#header ul.coporateNav li.searchButton { padding: 0px 25px 0px 5px; border-left: 0px; }

#header ul.primaryNav { margin: 7px 0px 0px 0px; float: right; clear: right; }
#header ul.primaryNav li { background: url(../images/primaryNav_divider.png) no-repeat top right; display: inline; float: left; height: 34px; }
#header ul.primaryNav li.news { background: none; }
#header ul.primaryNav li a { font-size: 11px; color: #fff; text-decoration: none; padding: 0px 6px 0px 6px; display: block; }

#header ul.actionNav { padding: 0px; margin: 0px; position: absolute; left: 575px; z-index: 100; }
#header ul.actionNav li { display: inline; float: left; }
#header ul.actionNav li a { text-indent: -10000px; margin-right: 12px; background: url(../images/actionNav_bkgd.png) no-repeat 0px 0px; display: block; width: 105px; height: 46px; }
#header ul.actionNav li.donate a {  }
#header ul.actionNav li.donate a:hover { background: url(../images/actionNav_bkgd.png) no-repeat 0px -46px; }
#header ul.actionNav li.getInvolved a { width: 109px; background: url(../images/actionNav_bkgd.png) no-repeat -117px 0px; }
#header ul.actionNav li.getInvolved a:hover { background: url(../images/actionNav_bkgd.png) no-repeat -117px -46px; }
#header ul.actionNav li.stories a { width: 163px; background: url(../images/actionNav_bkgd.png) no-repeat -236px 0px; }
#header ul.actionNav li.stories a:hover { background: url(../images/actionNav_bkgd.png) no-repeat -236px -46px; }

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 227px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/secondaryNav_topper.gif) no-repeat 0px 0px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar1 ul.seconderyMenu { list-style: none; padding: 0px; margin: 24px 0px 0px 0px; }
.thrColFixHdr #sidebar1 ul.seconderyMenu li { padding: 0px; margin: 0px; }
.thrColFixHdr #sidebar1 ul.seconderyMenu li a { font-size: 14px; font-weight: bold; color: #fff; text-align: right; text-decoration: none; padding: 5px 30px 7px 0px; border-bottom: 1px solid #e7a941; margin: 0px; background: #e29618; display: block; }
.thrColFixHdr #sidebar1 ul.seconderyMenu li a:hover, .thrColFixHdr #sidebar1 ul.seconderyMenu li.selected a { padding: 5px 10px 7px 20px; background: #975d00; }
.thrColFixHdr #sidebar1 ul.seconderyMenu li.whatWeDo a { text-align: left; text-indent: -10000px; padding: 0px; background: url(../images/home_secondaryNav_What.png) no-repeat 0px 0px; background-color:#e29618; height: 49px; display: block; }
.thrColFixHdr #sidebar1 ul.seconderyMenu li.whatWeDo a:hover { background: url(../images/home_secondaryNav_What.png) no-repeat 0px -48px; }
.thrColFixHdr #sidebar1 ul.seconderyMenu li.whoWeAre a { text-align: left; text-indent: -10000px; padding: 0px; background: url(../images/home_secondaryNav_Who.png) no-repeat 0px 0px; height: 49px; display: block; }
.thrColFixHdr #sidebar1 ul.seconderyMenu li.whoWeAre a:hover { background: url(../images/home_secondaryNav_Who.png) no-repeat 0px -48px; }
.thrColFixHdr #sidebar1 ul.seconderyMenu li.whereWeWork a { text-align: left; text-indent: -10000px; padding: 0px; background:url(../images/home_secondaryNav_Where.png) no-repeat 0px 0px; height: 49px; display: block; }
.thrColFixHdr #sidebar1 ul.seconderyMenu li.whereWeWork a:hover { background: url(../images/home_secondaryNav_Where.png) no-repeat 0px -48px; }
.thrColFixHdr #sidebar1 ul.seconderyMenu li.ourImpact a { text-align: left; text-indent: -10000px; padding: 0px; border-bottom: 0px; background: url(../images/home_secondaryNav_Our.png) no-repeat 0px 0px; height: 49px; display: block; }
.thrColFixHdr #sidebar1 ul.seconderyMenu li.ourImpact a:hover { background: url(../images/home_secondaryNav_Our.png) no-repeat 0px -48px; }
.thrColFixHdr #sidebar1 a.equalityMatters { text-indent: -10000px; margin: 0px auto 20px auto; background: url(../images/secondaryContentHdr_equalityMatters.png) no-repeat 0px 0px; display: block; width: 124px; height: 124px; padding-right: }
.thrColFixHdr #sidebar1 a.socialLink { margin: 15px; auto 20px auto; display: block; width: 124px; }
.thrColFixHdr #sidebar1 a.socialLink img { margin: auto; }

.thrColFixHdr #sidebar1 * { margin-right: 25px; margin-left: 37px; }

.thrColFixHdr #sidebar1 div.menuSpacer { margin: 0px; background: #e29618; height: 28px; }
.thrColFixHdr #sidebar1 div.menuSpacerHome { margin: 0px; background: url(../images/home_secondaryNav_footer.png) no-repeat 0px -6px #fff; height: 75px; }

.thrColFixHdr #mainContent { 
	margin: 0px 0px 0px 227px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 97px 0px 0px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/mainContent_bkgd.gif) no-repeat 0px 0px;
} 
.thrColFixHdr #mainContent h1 { font-size: 24px; color: #5e023d; margin-right: 261px; }
.thrColFixHdr #mainContent h2 { margin-top: 30px; margin-right: 261px; }
.thrColFixHdr #mainContent h3 { margin-top: 20px; margin-right: 261px; }
.thrColFixHdr #mainContent h4 { margin-top: 15px; margin-right: 261px; }
.thrColFixHdr #mainContent p { font-size:12px; line-height: 23px; margin-right: 261px; }
.thrColFixHdr #mainContent ul { padding: 0px; margin: 0px 350px 0px 30px; list-style: none; margin-right: 261px; }
.thrColFixHdr #mainContent ul li { font-size:12px; line-height:23px; padding: 0px 0px 0px 13px; margin: 0px 0px 4px 0px; background: url(../images/bullet3.gif) no-repeat 0px 9px; }
.thrColFixHdr #mainContent ul li.submenu { background: none; }
.thrColFixHdr #mainContent ul li ul { margin: 8px 0px 8px 0px; }
.thrColFixHdr #mainContent ul li ul li { padding: 0px 0px 0px 30px; margin: 0px 0px 4px 0px; background: url(../images/bullet2.gif) no-repeat 15px 3px; }
.thrColFixHdr #mainContent ul li ul li.submenu { background: none; }
.thrColFixHdr #mainContent ul li ul li ul { margin: 8px 0px 8px 0px; }
.thrColFixHdr #mainContent ul li ul li ul li { padding: 0px 0px 0px 30px; margin: 0px 0px 4px 0px; background: url(../images/bullet1.gif) no-repeat 15px 3px; }

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
	margin-right: 0px;
}
.thrColFixHdr #sidebar2 * { padding: 0px; margin-right: 25px; }
.thrColFixHdr #sidebar2 p { line-height: 14px; margin-right: 25px; }
.thrColFixHdr #sidebar2 h2 { margin-top: 0px; margin-right: 25px; }
.thrColFixHdr #sidebar2 h3 { margin-top: 0px; margin-right: 25px; }
.thrColFixHdr #sidebar2 h4 { margin-top: 0px; margin-right: 25px; }
.thrColFixHdr #sidebar2 div.mostRecent { padding: 0px 0px 15px 0px; margin-bottom: 30px; background: #4784bd; }
.thrColFixHdr #sidebar2 div.mostRecent h3 { text-indent: -10000px; margin-right: 0px; background: url(../images/secondaryContentHdr_mostRecent.png) no-repeat 0px 0px #0055a3; height: 36px; }
.thrColFixHdr #sidebar2 div.mostRecent p { padding: 0px 10px 0px 10px; margin: 0px 0px 10px 0px; }
.thrColFixHdr #sidebar2 div.mostRecent p a { color: #fff; }
.thrColFixHdr #sidebar2 div.mostRecent p a:hover { text-decoration: none; }
.thrColFixHdr #sidebar2 div.relatedLinks { padding: 0px 0px 15px 0px; margin-bottom: 30px; background: #4784bd; }
.thrColFixHdr #sidebar2 div.relatedLinks h3 { text-indent: -10000px; margin-right: 0px; background: url(../images/secondaryContentHdr_relatedLinks.png) no-repeat 0px 0px #0055a3; height: 36px; }
.thrColFixHdr #sidebar2 div.relatedLinks p { padding: 0px 10px 0px 10px; margin: 0px 0px 10px 0px; }
.thrColFixHdr #sidebar2 div.relatedLinks p a { color: #fff; }
.thrColFixHdr #sidebar2 div.relatedLinks p a:hover { text-decoration: none; }
.thrColFixHdr #sidebar2 div.upcomingEvent { padding: 0px 0px 15px 0px; margin-bottom: 30px; margin-top: 15px; background: #4784bd; }
.thrColFixHdr #sidebar2 div.upcomingEvent h3 { text-indent: -10000px; margin-right: 0px; background: url(../images/secondaryContentHdr_upcomingEvent.png) no-repeat 0px 0px #0055a3; height: 36px; }
.thrColFixHdr #sidebar2 div.upcomingEvent p { padding: 0px 10px 0px 10px; margin: 0px 0px 10px 0px; }
.thrColFixHdr #sidebar2 div.upcomingEvent p a { color: #fff; }
.thrColFixHdr #sidebar2 div.upcomingEvent p a:hover { text-decoration: none; }

div.blog {  }
.thrColFixHdr #mainContent div#blog h2 { margin-top: 10px; }
div#blog h2 a { text-decoration: none; }
div#blog h2 a:hover { text-decoration: underline; }
div#blog div.entry div.entry-footer-info { color: #767676; padding: 10px 10px 10px 0px; margin: 20px 261px 30px 0px; border-top: 1px solid #ccc; }
div#blog div.entry div.entry-footer-info a { color: #767676; }
div#blog div.entry div.entry-footer-info a:hover { text-decoration: none; }

.thrColFixHdr #footer { 
	padding: 40px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #333;
	text-align: center;
	margin: 0px 0px 0px 0px;
	background: #fff;

} 
.thrColFixHdr #footer a { color: #333; text-decoration: none; } 
.thrColFixHdr #footer a:hover { text-decoration: underline; } 
.thrColFixHdr #footer p {
	margin: 0px 0px 10px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.home { padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; background: url(../images/mainContent_bkgd.png) no-repeat 0px 0px red; }
div.home div.homepageBanner { padding-bottom: 0px; background-color: #fff; }
div.home div.homepageBanner a { display: block; position: relative; right: 25px; }

div.home div.homepageBanner h2 {display:none;}/* class added by Chris */

div.home h1 { text-indent: -10000px; background: url(../images/homepage_headerBkgd.png) no-repeat 0px 0px #fff; height: 45px; }

div.home div.media { padding: 10px; margin-right: 261px; border: 1px solid #d2d2d2; }
div.home div.media * { margin-right: 0px !important; }
div.home div.media div.copy { width: 125px; float: right; }
div.home div.media h4 { padding: 0px; margin: 0px 0px 5px 0px !important; }
div.home div.media p { line-height: 13px !important; }

form.eventRegistration { margin-top: 40px; }
form.eventRegistration div { padding-bottom: 10px; border-bottom: 1px solid #EFB3DB; margin: 0px 261px 10px 0px; }
form.eventRegistration div input { font-size: 12px; color: #000; padding-left: 5px; border: 1px solid #AB558D; background-color: #FFF; width: 300px; height: 18px; }
form.eventRegistration div input[type="image"] { padding: 0px; border: 0px; background: none; height: auto; width: auto; }
form.eventRegistration div label { width: 180px; float: left; display: block; }
form.eventRegistration div textarea { font-size: 12px; color: #000; padding-left: 5px; border: 1px solid #AB558D; background-color: #FFF; width: 300px; }
form.eventRegistration div.buttons { padding-left: 180px; border: 0px; }

form.sendToAFriend { margin-top: 40px; }
form.sendToAFriend div { padding-bottom: 10px; border-bottom: 1px solid #EFB3DB; margin: 0px 261px 10px 0px; }
form.sendToAFriend div input { font-size: 12px; color: #000; padding-left: 5px; border: 1px solid #AB558D; background-color: #FFF; width: 300px; height: 18px; }
form.sendToAFriend div input[type="image"] { padding: 0px; border: 0px; background: none; height: auto; width: auto; }
form.sendToAFriend div label { width: 180px; float: left; display: block; }
form.sendToAFriend div textarea { font-size: 12px; color: #000; padding-left: 5px; border: 1px solid #AB558D; background-color: #FFF; width: 300px; }
form.sendToAFriend div.buttons { padding-left: 180px; border: 0px; }

#comment_form { margin-top: 40px; }
#comment_form div { padding-bottom: 10px; border-bottom: 1px solid #EFB3DB; margin: 0px 261px 10px 0px; }
#comment_form div input { font-size: 12px; color: #000; padding-left: 5px; border: 1px solid #AB558D; background-color: #FFF; width: 300px; height: 18px; }
#comment_form div input[type="checkbox"] { width: auto; height: auto; }
#comment_form div input[type="image"] { padding: 0px; border: 0px; background: none; height: auto; width: auto; }
#comment_form div label { width: 180px; float: left; display: block; }
#comment_form div textarea { font-size: 12px; color: #000; padding-left: 5px; border: 1px solid #AB558D; background-color: #FFF; width: 300px; }
#comment_form div.buttons { padding-left: 180px; border: 0px; }
