/*
Theme Name: MPS Society - Custom
Theme URI: http://www.atlanticbt.com/snapsites/
Description: 

Author: Atlantic BT
Version: 1.0
Last Modified: 4.12.11
Tags: blue, grey, taupe, white, medical, health, business, two-columns, fixed-width, custom-header, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Normalize/Reset
==================================================================================================================*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ul li {
	list-style: none;
	list-style-position: outside;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
em, strong {/* left out from above */
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	fieldset, img {
		border: 0;
	}
	caption, th {
		text-align: left;
	}
	q:before, q:after {
		content: "";
	}
	hr {
		display: none;
	}
	.clear {
		clear: both;
	}
	/* not to be confused with clearfix */
	a:focus {
		outline: none;
	}


	/* =Base
	==================================================================================================================*/

	body {
		background: #fff;
		font: 14px/1.65em "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #2a2a2a;
		text-align: left;
	}
	div {
		font-size: 100%;
	}

	/* hide accessibility, but leave there for readers */
	.access, .screen-reader-text {
		position: absolute;
		left: -9000em;
		top: 0;
		height: 0;
		line-height: 0em;
	}
	.reset, .reset ul, .reset li {
		margin: 0;
		padding: 0;
		background: none;
		list-style: none;
	}


	/* =Typography Styles
	==================================================================================================================*/

	p {
		font-size: 1em;
	}
	.content p {
		margin: 0 0 1.5em;
	}

	/* base anchor colors/style */
	a {
		color: #6d1f7e;
	}
	a:hover, a:focus {
		color: #3e054a;
	}
	
	h1 {
		margin: 0 0 .8em;
		font: normal 2em/.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #6d1f7e;
	}
	h2 {
		margin: 0 0 .8em;
		font: normal 1.5em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #6d1f7e;
	}
	h3 {
		margin: 0 0 1.12em;
		font: bold 1.33em/1.12em "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #6d1f7e;
	}
	h4 {
		margin: 0 0 1.26em;
		font: bold 1.17em/1.26em "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #444;
	}
	h5,	h6 {
		margin: 0 0 1.5em;
		font: bold 1em/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #444;
	}


	/* =Element Styles
	==================================================================================================================*/

	ul {
		margin: 0 0 0 0;
	}
	ul li {
		margin: 0;
		list-style: none;
	}
	ol {
		margin: 0 0 1.5em 3em;
	}
	ol li {
		margin: 0;
	}
	ul ul, ol ol {
		margin-top: 1.5em;
	}
	
	dl {
		margin: 0 0 1.5em;
	}
	dl dt {
		margin: 0;
		font-weight: bold;
	}
	dl dd {
		margin: 0 0 0 1.5em;
	}

	abbr {
		cursor: help;
	}

	blockquote {
		margin: 1em 0;
		padding: 0 1em;
	}
	blockquote p {
		margin: 0 0 1.5em;
	}
	blockquote p.cite {
		text-align: right;
	}

	table {
		width: 100%;
		font: inherit;
	}
	th, td {
		padding: .5em;
	}
	th {
		font-weight: bold;
	}


	/* =Base Form Styles
	==================================================================================================================*/

	input, textarea, select {
		padding: 4px;
		width: auto;
		border: 1px solid #c2c2c2;
		border-right-color: #d7d7d7;
		border-bottom-color: #d7d7d7;
		background: #fff;
		font: inherit;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
	}
	input {
		background: #f3f3f3;
	}
	select {
		width: auto;
	}
	textarea {
		width: 96%;
		height: 6em;
		background: #f3f3f3;
	}
	.secondary-content input[type="text"] {
		width: 140px;
	}
	.description {
		font-size: 11px;
		font-style: italic;
	}

	input:focus, textarea:focus, select:focus {
		background-color: #ffffce;
	}

	/* input overrides based on type */
	input.radio, input.checkbox,
	.buttons input, input.button, input.submit, input.image, .form-submit input, input.wpcf7-submit {
		border: 0;
		padding: 0;
		width: auto;
		background: none;
	}
	input.image {
		margin-left: 4px;
		vertical-align: middle;
	}
	input.submit, .form-submit input, input.wpcf7-submit {
		padding: 5px 10px;
		background: url(images/bg_button.jpg) repeat-x 0 0;
		border: solid 3px #f3f3f3;
		color: #333;
		font-weight: bold;
		font-size: 18px;
		cursor: pointer;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
	}

	.event_form_field {
		margin-bottom: 15px;
	}
	.event_form_field li {
		list-style: none;
	}
	.event_form_field li checkbox {
		width: 20px;
	}


	/* specific input types */
	.postal-code input {
		width: 5em;
	}
	input.prefix {
		margin: 0 .25em 0 0;
		width: 2.5em;
	}
	input.area-code {
		margin: 0 .25em;
		width: 2.5em;
	}
	input.suffix {
		width: 3em;
	}

	/* fieldset defaults */
	fieldset fieldset legend {
		font-size: 1em;
		margin: 0;
	}
	fieldset legend span {
		font-size: 1.45em;
		font-weight: bold;
		margin: 0;
		color: #6D1F7E;
		padding-bottom: 4px;
		border-bottom: solid 1px #ccc;
	}
	fieldset legend {
		margin-bottom: 20px;
	}
	/* form fields */
	.fieldgroup {
		margin: 0;
	}
	.field {
		clear: both;
		position: relative;
		margin: 0 0 1.5em;
		padding: 0;
		list-style: none;
		height: 1%;
	}

	/* labels */
	label {
		margin: 0 5px 0 0;
		padding-top: 5px;
		width: auto;
		text-align: right;
		font-weight: bold;
	}
	.extended label {
		color: #999;
	}
	/* extended address */
	.long label, label.long,
	.textarea label {
		float: none;
		display: block;
		margin: 0 0 5px;
		padding: 0;
		width: auto;
		text-align: left;
	}
	.checkboxes label, .radios label {
		float: none;
		margin: 0 0 0 5px;
		padding: 0;
	}
	fieldset label em {
		color: #d00000;
	}
	#personal_information-1300737243 .event_form_field label, #mps_registration1 .event_form_field label {
		float: left;
		width: 90px;
		padding-right: 15px;
	}
	.event_form_field label em {
		color: #900;
		font-weight: normal;
	}

	/* radio & checkbox lists */
	ul.radios, ul.checkboxes {
		margin: 0;
	}
	ul.radios li, ul.checkboxes li {
		margin-right: 20px;
	}

	/* summary / input descrition items */
	em.summary {
		display: block;
		margin: 5px 0 0 110px;
		font-style: normal;
		font-size: .857em;
		color: #999;
	}

	/* error messages */
	form .error-message {
		display: block;
		width: 230px;
		padding: 4px 10px 3px 30px;
		border: 1px solid #e5a3a3;
		background: #ffcfcf url(images/i_exclamation.gif) no-repeat 10px 5px;
		color: #801b1b;
		font-style: normal;
	}

	#registration_form label.error {
		color: red;
		float: none;
		padding-left: 2em;
	}
	#registration_form .choices label.error {
		float: left;
	}

	/* IE9 style fix */
	#registration_form input, #event_espresso_registration_form input {
		vertical-align: middle;
		padding: 0px 4px;
		height: 2em;
	}


	/* =Navigation
	==================================================================================================================*/

	#navigation ul {
		position: absolute;
		left: 0;
		padding: 0;
		height: 50px;
		width: 954px;
		background: url(images/bg_main-nav.jpg) repeat-x 0 0;
	}
	#navigation h2 {
		display: none;
	}
	.main-nav {
		position: absolute;
		left: 50%;
		top: 105px;
		margin-left: -470px;
		width: 875px;
		padding-left: 65px;
		font-weight: bold;
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
	}
	.main-nav li {
		background: url(images/g_nav-pipe.jpg) no-repeat 0 0;
	}
	.main-nav li:first-child {
		background: none;
	}
	.main-nav, .main-nav li, .main-nav a {
		float: left;
		height: 50px;
	}
	.main-nav a {
		padding: 0 18px;
		line-height: 50px;
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #444;
		text-decoration: none;
		margin-top: -3px;
	}
	.main-nav li:hover,
	.main-nav li.current_page_item {
		background: url(images/bg_nav2.jpg) repeat-x 0 0;
	}
	/*.main-nav li.page_with_children > a {
		padding-right: 26px;
		background: url(images/i_arrow-dn-wht.gif) no-repeat 88% 40%;
		}
		*/

		#menu-primary-nav span.subheading {
			display: block;
			font-weight: normal;
			font-size: 11px;
			font-style: italic;
			line-height: 0.65em;
			margin-top: -1.2em;
		}

		/* For Section Nav - See in near line 200 */
		#nav-below {
			left: 0;
			bottom: 1em;
			margin-top: 6px;
			width: 100%;
		}
		.nav-previous {
			float: left;
		}
		.nav-next {
			float: right;
		}

		.secondary-nav ul {
			position: absolute;
			right: -10px;
			top: 10px;
		}
		.secondary-nav ul li {
			display: inline;
			padding: 0 10px;
			border-left: solid 1px #774f7f;
			font-size: 12px;
		}
		.secondary-nav ul li:first-child {
			border: 0;
		}
		.secondary-nav ul li a {
			color: #d3c4d6;
			text-decoration: none;
		}
		.secondary-nav ul li a:hover {
			color: #b1a0b5;
		}

		#menu-item-176 {
			display: inline-block;
		}
		#box-login-popup {
			position: absolute;
			top: 18px;
			left: 100px;
			z-index: 1000;
		}
		#box-login-popup form {
			display: none;
			position: absolute;
			right: 0px;
			z-index: 5000;
			top: 0px;
			background-color: #fff;
			border: 3px solid #671C77;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
		}
		#box-login-popup p.login-username label, #box-login-popup p.login-password label {
			display: block;
			float: left;
			width: 75px;
		}
		#box-login-popup p {
			line-height: 1.5em;
			padding-bottom: 5px;
		}
		li.menu-item:hover #box-login-popup form {
			display: inline;
			display: inline-block;
			width: 240px;
			padding: 15px 20px;
		}

		/* =Layout Styles
		==================================================================================================================*/

		#container {
			position: relative;
			float: left;
			width: 100%;
			background: url(http://www.mpssociety.org/wp-content/uploads/2013/02/bg_masthead-inn_lg.png) no-repeat center top;
		}
		.wrap {
			position: relative;
			float: left;
			left: 50%;
			margin-left: -480px;
			width: 960px;
		}
		.header, .navigation, .main-area,
		.content, .footer {
			float: left;
			width: 100%;
		}
		.secondary-content {
			float: right;
			width: 100%;
		}

		.header .site-title {
			margin-top: 8px;
		}
		#logo a {
			display: block;
			width: 291px;
			height: 90px;
			margin-top: 3px;
			background: url(images/g_mps-logo.png) no-repeat;
			text-indent: -9999em;
		}
		.header {
			position: relative;
			height: 232px;
		}
		.header .site-description {
			display: block;
			text-indent: -9999em;
		}

		.main-area {
			float: left;
			width: 100%;
			position: relative;
			margin-top: 160px;
			padding-bottom: 3em;
		}

		.main-graphic {
			float: left;
			display: inline;
			width: 745px;
			height: 295px;
		}

		.content {
			float: left;
			width: 700px;
			margin-top: 20px;
		}
		.page-id-50 .content {
			width: 960px;
		}
		.secondary-content {
			padding: 20px 0 0;
			width: 200px;
		}

		.espresso-events {
			float: right;
			width: 184px;
			margin-bottom: 20px;
			background: #fff;
			border: solid 2px #e3e3e3;
			border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
		}
		.espresso-events h2 {
			margin-bottom: 0;
		}
		.espresso-events div {
			font-size: 13px;
			padding: 10px;
			border-bottom: dotted 1px #e3e3e3;
		}

		.footer {
			position: relative;
			clear: both;
			float: left;
			left: 50%;
			margin-left: -530px;
			width: 1060px;
			padding: 0 0 20px;
			font-size: .917em;
			height: 220px;
			width: 1060px;
			color: #fff;
			background: #6d1f7e url(images/bg_footer.jpg) no-repeat 0 0;
			border-top-left-radius: 10px;
			-moz-border-radius-topleft: 10px;
			-webkit-border-top-left-radius: 10px;
			border-top-right-radius: 10px;
			-moz-border-radius-topright: 10px;
			-webkit-border-top-right-radius: 10px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
		}
		.footer .wrap {
			padding: 20px 0;
			width: 960px;
		}
		.footer .mps-info {
			float: left;
			width: 325px;
			margin-bottom: 15px;
		}
		.footer .mps-info p {
			line-height: 1.5em;
		}
		.footer .mps-info h3 {
			margin-bottom: 5px;
			color: #bea4c4;
			font-size: 18px;
		}
		.footer #copyright {
			clear: left;
			float: left;
			width: 325px;
		}
		.footer-buttons {
			position: absolute;
			right: 0;
			top: 30px;
			width: 380px;
		}
		.footer-buttons a , .header-buttons a, .f-donate {
			float: left;
			width: 160px;
			height: 58px;
			background: url(images/b_donate.png) no-repeat 0 0;
			text-indent: -9999em;
		}
		.footer-buttons a.f-member {
			width: 208px;
			margin-left: 10px;
			background: url(images/b_member.png) no-repeat 0 0;
		}
		.header-buttons {
			position: absolute;
			top: 170px;
			right: 0;
			width: 160px;
			z-index: 5;
		}
		.header-buttons a.f-member {
			margin-top: 6px;
			background: url(images/b_member-inner.png) no-repeat 0 0;
		}
		.header-buttons a.f-online-applications {
			margin-top: 12px;
			background: url(http://www.mpssociety.org/wp-content/uploads/2013/02/online_applications1.png) no-repeat 0 0;
		}
		.hentry .f-donate {
			float: none;
			display: block;
			margin-bottom: 25px;
			background-color: #6d1f7e;
			border-radius: 10px;
		}
		.home .header-buttons {
			display: none;
		}

		.footer-links-group2 {
			position: absolute;
			right: -3px;
			top: 100px;
		}
		.footer-links-group2 ul {
			display: inline;
			margin-left: 0;
		}
		.footer-links-group2 .social-links {
			position: absolute;
			left: -200px;
			top: 18px;
		}
		.partner-links {
			float: left;
			height: 89px;
			width: 400px;
			padding: 15px 0 0 3px;
			background: url(images/bg_partners-box.png) no-repeat 0 0;
		}
		.partner-links li {
			display: inline;
		}
		.partner-links li a {
			float: left;
			width: 250px;
			height: 60px;
			border: solid 1px #ffda4a;
			margin-right: 5px;
			text-indent: -100em;
		}
		.partner-links li.link-charity a {
			background: url(http://www.mpssociety.org/wp-content/uploads/2013/01/charitynav.gif) no-repeat 0 0;
		}
		.partner-links li.link-rare a {
			background: url(images/g_rarediseases.jpg) no-repeat 0 0;
		}
		.partner-links li.link-RDD a {
			background: url(http://www.mpssociety.org/wp-content/uploads/2013/01/RDD.jpg) no-repeat 0 0;
		}

	
		.footer-links {
			position: relative;
			margin: 0 -20px 1.5em;
			padding: 6px 20px 0;
			width: 900px;
			height: 24px;
			font-weight: bold;
			background: #fff;
			border-radius: 7px;
			-moz-border-radius: 7px;
			-webkit-border-radius: 7px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
		}
		.footer-links li {
			display: inline;
			padding: 0 20px 0 0;
		}
		.footer-links a {
			color: #2a2a2a;
			text-decoration: none;
		}
		.footer-links a:hover {
			color: #2a2a2a;
			text-decoration: underline;
		}
	
		#abt-brand,	#abt-brand a {
			color: #fff;
			text-decoration: none;
		}
		#abt-brand a:hover {
			text-decoration: underline;
		}
	
	
		/* =Widgets, Homepage & Blog Specific
		==================================================================================================================*/

		.home #container {
			background: url(images/bg_masthead.jpg) no-repeat center top;
		}
		.home .main-area {
			margin-top: 0;
		}

		.home .entry-title {
			display: none;
		}
		.widget-container {
			float: left;
			width: 200px;
		}
		.widget-container div {
			position: relative;
			float: left;
			width: 180px;
		}

		.widget-container .date {
			float: left;
			top: 10px;
			left: 10px;
			width: 40px;
			height: 40px;
			margin-right: 15px;
			background: url(images/bg_date.jpg) repeat-x 0 0;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
		}
		.widget-container .date .year {
			display: none;
		}
		.widget-container .date .month {
			display: block;
			text-align: center;
			font-size: 12px;
		}
		.widget-container .date .day {
			display: block;
			text-align: center;
			font-size: 18px;
			line-height: 1em;
			margin-top: -4px;
		}
		.widget-container div a {
			width: 125px;
		}

		.widget-container .event-link {
			float: right;
			width: 120px;
			line-height: 1.3em;
		}


		.section-nav h2,
		.index-news h2,
		#searchform {
			position: relative;
		}
		.widget-container h2 {
			font-size: 18px;
			font-style: italic;
			background: #e3e3e3;
			padding: 5px 15px;
		}
		.widget_search {
			display: block;
			position: absolute;
			right: 0;
			top: 48px;
		}
		.widget_search input.image {
			position: absolute;
			right: -10px;
			top: 7px;
		}
		.widget_search #s {
			border-radius: 7px;
			-moz-border-radius: 7px;
			-webkit-border-radius: 7px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			height: 20px;
			width: 190px;
			border: solid 3px #60306b;
		}

		.section-nav , .secondary-content .widget-container {
			margin: 0 0 20px 0;
			padding: 0;
			width: 200px;
			background: #fff;
			border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			border: solid 2px #e3e3e3;
		}

		#primary-widgets #categories h2, #primary-widgets #archives h2 {
			font-size: 18px;
			font-style: italic;
			background: #e3e3e3;
			padding: 5px 15px;
		}

		.home .section-nav , .secondary-content .widget-container {
			margin: 0;
			width: 200px;
			margin-bottom: 20px;
		}
		.secondary-content .widget-container h2 {
			margin: 0;
		}

		.secondary-content .wp-cpl-widget li.wp-cpl {
			font-size: 12px;
			padding: 8px 10px;
			line-height: 1.5em;
			border-bottom: dotted 1px #e3e3e3;
		}

		.section-nav p , .secondary-content .widget-container p, .section-nav li , .secondary-content .widget-container li {
			padding: 5px 15px;
		}

		.widget_links ul {
			position: relative;
			margin: 0 0 1.5em 20px;
		}

		.header-sidebar {
			float: right;
			width: 195px;
			color: #fff;
			margin-bottom: 30px;
		}
		.header-sidebar ul {
			margin: 0;
		}
		.social-links {
			width: 195px;
			height: 54px;
		}
		.social-links li {
			float: left;
			display: inline;
			height: 54px;
			width: 65px;
			text-indent: -9999em;
		}
		.social-links .n-connect {
			float: left;
			height: 54px;
			width: 65px;
			background: url(images/sp_social.png) no-repeat 0 0;
		}
		.social-links .n-twitter a {
			float: left;
			height: 54px;
			width: 65px;
			background: url(images/sp_social.png) no-repeat -66px 0;
		}
		.social-links .n-facebook a {
			float: left;
			height: 54px;
			width: 65px;
			background: url(images/sp_social.png) no-repeat -131px 0;
		}


		.feature, .features {
			width: 745px;
			height: 294px;
			overflow: hidden;
		}
		ul.features {
			background: #f3f3f3;
			background-repeat: no-repeat;
			-webkit-border-top-left-radius: 10px;
			-moz-border-radius-topleft: 10px;
			border-top-left-radius: 10px;
			-webkit-border-top-right-radius: 10px;
			-moz-border-radius-topright: 10px;
			border-top-right-radius: 10px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
		}
		.feature .photo {
			float: left;
			width: 415px;
		}
		.feature .summary {
			float: right;
			width: 280px;
			padding: 25px 20px 25px 25px;
		}
		.feature .summary h1 {
			font-size: 22px;
			font-weight: bold;
			line-height: 1em;
		}
		.feature .summary h2 {
			font-size: 14px;
			font-style: italic;
			color: #444;
		}
		.feature .summary p {
			line-height: 1.3em;
			margin-bottom: 15px;
		}
		.feature .summary .more-link a {
			background: url(images/bg_button.jpg) repeat-x 0 0;
			border: solid 3px #fff;
			padding: 4px 14px;
			font-weight: bold;
			text-decoration: none;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
		}

		#feature-nav {
			position: relative;
			width: 745px;
			height: 68px;
			overflow: hidden;
			box-shadow: 0 1px 1px #999;
			-webkit-border-bottom-left-radius: 10px;
			-moz-border-radius-bottomleft: 10px;
			border-bottom-left-radius: 10px;
			-webkit-border-bottom-right-radius: 10px;
			-moz-border-radius-bottomright: 10px;
			border-bottom-right-radius: 10px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
		}

		#feature-nav li {
			float: left;
			display: inline;
			width: 165px;
			height: 68px;
			padding: 12px 10px 10px 10px;
			border-left: dotted 1px #878787;
			background: url(images/sp_hero-nav.gif) repeat-x 0 0;
			overflow: hidden;
		}
		#feature-nav li.activeSlide {
			background: url(images/sp_hero-nav.gif) repeat-x 0 -68px;
		}

		#feature-nav li:first-child {
			border-left: none;
			width: 167px;
		}
		#feature-nav li a {
			text-decoration: none;
		}
		#feature-nav .thumb {
			float: left;
			margin-right: 10px;
		}
		#feature-nav .title {
			float: left;
			width: 90px;
			font-weight: bold;
			font-size: 12px;
			line-height: 1.2em;
		}

		.social-links .n-twitter a:hover {
			float: left;
			height: 54px;
			width: 65px;
			background: url(images/sp_social.png) no-repeat -66px -54px;
		}
		.social-links .n-facebook a:hover {
			float: left;
			height: 54px;
			width: 65px;
			background: url(images/sp_social.png) no-repeat -131px -54px;
		}

		.donate-button a {
			float: left;
			height: 81px;
			width: 195px;
			margin: 10px 0;
			background: url(images/b_donate-big.png) no-repeat 0 0;
			text-indent: -9999em;
		}

		.walk-run-button a {
			float: left;
			height: 76px;
			width: 800px;
			margin: 10px 0;
			background: url(images/walk-run.jpg) no-repeat 0 0;
			text-indent: -9999em;
			margin-top: 60px;
			margin-left: -700px
		}

		.donor-pages a {
			float: left;
			width: 175px;
			height: 49px;
			margin: -125px 0 0 10px;
			background: url(images/bg_donor-pages.png) no-repeat 0 0;
			text-indent: -9999em;
		}

		.online-applications a {
			float: left;
			width: 175px;
			height: 49px;
			margin-left: 10px;
			background: url(http://www.mpssociety.org/wp-content/uploads/2013/02/online_applications_home.png) no-repeat 0 0;
			text-indent: -9999em;
		}

		.member-box {
			float: left;
			width: 195px;
			height: 190px;
		}
		/* OLD BG - background: url(images/bg_member-box.jpg) no-repeat 0 0; */
		.member-box h3 {
			color: #fff;
			padding: 6px 0;
			margin-bottom: .65em;
			text-shadow: 1px 1px 1px #62236f;
			text-align: center;
			border-bottom: dotted 1px #9c62a8;
		}
		.member-box ul li {
			list-style: none;
			padding-left: 35px;
			padding-bottom: 10px;
			background: url(images/g_checkmark.png) no-repeat 15px .1em;
			line-height: 1.1em;
			text-shadow: 1px 1px 1px #62236f;
		}
		.member-box li em {
			display: block;
			font-size: 11px;
		}
		.member-box .join-button a {
			float: left;
			height: 49px;
			width: 175px;
			margin-left: 10px;
			margin-top: 8px;
			background: url(images/b_member-main.png) no-repeat 0 0;
			text-indent: -9999em;
		}

		.member-box p {
			float: left;
			font-size: 12px;
			padding: 0 20px;
			margin-top: 15px;
			text-align: center;
		}
		.member-box p a {
			color: #b890e1;
		}

		.homepage-content-area .widget-container .about-video {
			position: absolute;
			right: 0;
			top: 30px;
		}
		.homepage-content-area .widget-container h1 {
			font-size: 22px;
			font-weight: bold;
		}
		.homepage-content-area  h1 {
			font-size: 2.5em;
			font-weight: normal;
		}
		.homepage-widgets h2 {
			font-size: 1.5em;
			color: #2a2a2a;
			font-weight: bold;
		}

		.home .content-area {
			height: 330px;
			float: none;
		}
		.content-area {
			float: left;
			width: 100%;
			position: relative;
			clear: both;
			height: auto;
		}

		.widget-area .widget_search,
		.content .homepage-content-area .widget_search {
			margin-bottom: 3em;
			padding: 1em 20px;
			width: 400px;
			background: #dbddca;
			border-radius: 7px;
			-moz-border-radius: 7px;
			-webkit-border-radius: 7px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
		}
		.secondary-content .widget_search {
			width: 260px;
		}
		.widget_search .field {
			margin-bottom: 0;
		}

		#content .post {
			border-bottom: dashed 1px #a5a5a5;
		}

		#content .post .entry-meta {
			background: #e3e3e3;
			padding: 4px 10px;
		}
		#content .post .entry-summary a {
			position: relative;
			display: block;
		}
		#content .post .entry-summary a span {
			position: absolute;
			left: 112px;
			width: 23px;
			height: 24px;
			text-indent: -9999em;
			background: url(images/g_arrow-link.gif) no-repeat 0 .17em;
		}
		#content .post .entry-utility {
			display: none;
		}
		.index-news .post {
			position: relative;
			margin: 0 0 1.5em;
			padding: 0 0 0 70px;
		}
		.index-news .post h3 {
			margin-bottom: 0;
			font-size: 1em;
			line-height: 1.7em;
		}
		.index-news .post h3 a,
		.index-news a.timestamp,
		.blog-content h2 a {
			text-decoration: none;
		}
		.index-news .timestamp {
			position: absolute;
			left: 0;
			top: 0;
			font-size: .917em;
			font-family: "Andale Mono", "Courier New", Courier, monospace;
		}
		.index-news .more-link {
			text-align: right;
		}
		.index-news .not-found, .content .not-found {
			padding: 0;
		}
		.index-news .not-found #searchform {
			margin-top: 1.5em;
		}

		.entry-summary {
			margin-bottom: 1em;
		}

		.entry-meta {
			clear: both;
			margin-bottom: 1.5em;
			color: #444;
		}
		.index-news .entry-meta {
			margin: 0;
		}
		.post .timestamp, .entry-meta a {
			color: #444;
			text-decoration: none;
		}
		.entry-utility {
			clear: both;
			color: #8f9184;
			font-size: .917em;
		}
		.entry-utility a {
			color: #8f9184;
			text-decoration: none;
		}
		.post .timestamp:hover, .entry-meta a:hover, .entry-utility a:hover {
			color: #8f9184;
			text-decoration: underline;
		}

		.blog-content .post {
			margin-bottom: 2.5em;
		}

	
		.colophon {
			float: right;
			width: 460px;
		}
		.colophon .widget-container {
			margin-bottom: 0;
			width: 460px;
		}
		.colophon .widget-title {
			margin: 0;
			font-size: 1em;
			line-height: 1.5em;
			color: #53544d;
		}

		.colophon .widget_text {
			text-align: right;
		}
		.colophon .widget_text .widget-title, .colophon .widget_text .textwidget {
			display: inline;
			text-align: right;
		}
		.colophon .widget_text .widget-title {
			margin-right: 5px;
		}

		.header .widget-area {
			position: absolute;
			right: 60px;
			top: 20px;
			float: right;
			display: inline;
			width: 420px;
		}
		.header .widget-container {
			color: #00539b;
			text-align: right;
			width: 460px;
		}
		.header .widget-title {
			margin-bottom: .5em;
			color: #3c8ed5;
			font-weight: normal;
			font-size: .917em;
		}
		.header .widget-container .textwidget {
			font-size: 1.5em;
			font-weight: bold;
		}

		.about-mps {
			position: absolute;
			left: 223px;
			top: 20px;
			width: 495px;
			height: 280px;
			padding-left: 20px;
			padding-top: 15px;
			margin-right: 20px;
			border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			border: solid 2px #e3e3e3;
		}
		.about-mps h1 {
			font-size: 22px;
			font-weight: bold;
		}
		.about-mps p {
			float: left;
			width: 265px;
			padding-right: 10px;
			line-height: 1.5em;
			font-size: 13px;
		}
		.about-mps .learn-more a {
			margin-top: 10px;
			float: left;
			height: 22px;
			padding-right: 30px;
			background: url(images/g_arrow-link.gif) no-repeat right 0;
		}

		.about-video {
			position: absolute;
			top: 55px;
			right: 18px;
		}

		.home .secondary-content {
			position: absolute;
			left: 0;
			top: 0;
			width: 200px;
		}
		.secondary-content .wp-cpl-read-more a {
			float: right;
			margin-bottom: 10px;
			margin-right: 10px;
			height: 24px;
			padding-right: 30px;
			background: url(images/g_arrow-link.gif) no-repeat right 1px;
		}
		.home .tertiary-content {
			position: absolute;
			right: 0;
			top: 20px;
			width: 200px;
		}

		.get-involved {
			position: relative;
			clear: both;
			float: left;
			width: 959px;
		}
		.get-involved h2 {
			margin-bottom: 8px;
			font-size: 20px;
			font-weight: bold;
		}
		.get-involved-boxes {
			position: relative;
			float: left;
			width: 959px;
			background: #fff;
			border-radius: 9px;
			-moz-border-radius: 9px;
			-webkit-border-radius: 9px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			border: solid 2px #e3e3e3;
			overflow: hidden;
		}
		.get-involved-boxes .home-block {
			position: relative;
			float: left;
			width: 199px;
			height: 280px;
			padding: 0 20px 15px;
			border-left: dashed 1px #d0d0d0;
			line-height: 1.4em;
			font-size: 12px;
		}
		.get-involved-boxes .photo {
			position: relative;
			margin: 0 -20px 1.5em;
			display: block;
			width: 239px;
			height: 125px;
			overflow: hidden;
			z-index: 1;
		}
		.get-involved-boxes div:first-child {
			border: 0;
		}
		.get-involved-boxes h3 {
			position: absolute;
			left: 0;
			top: 104px;
			padding: 4px 0 4px 15px;
			width: 224px;
			height: 13px;
			line-height: 13px;
			font-size: 13px;
			text-transform: uppercase;
			font-weight: bold;
			color: #fff;
			background: url(images/bg_title.png) repeat 0 0;
			z-index: 2;
		}
		.get-involved-boxes a {
			margin-top: 10px;
			float: left;
			padding-right: 14px;
			background: url(images/g_arrow-purple.gif) no-repeat right .5em;
		}


		/* =Store Specifics
		-------------------------------------------------------------- */	

		.products-list .products {
			display: inline;
			float: left;
			width: 150px;
			height: 230px;
			padding-right: 25px;
			margin-bottom: 25px;
		}
		.products-list .products .attachment-thumbnail {
			border: solid 1px #DDD;
		}
		.products-list .products .attachment-thumbnail:hover {
			border: solid 1px #6D1F7E;
		}
		.media-crop {
			float: left;
			width: 250px;
			border-right: dashed 1px #DDD;
			margin-right: 60px;
		}
		.products .purAddToCart {
			display: block;
		}

		#pagination-products-inner .media-crop {
			border-right: 0;
		}

		.pagination-links {
			clear: both;
		}




		/* =WordPress Blog Specifics
		==================================================================================================================*/
 
		.edit-link {
			position: fixed;
			top: 10px;
			left: 10px;
			padding-left: 24px;
			background: url(images/i_pencil-wht.png) no-repeat 0 50%;
		}
		.edit-link a {
			color: #fff;
		}
		.entry-utility .edit-link {
			position: static;
		}

		.author, .meta-sep {
			display: none;
		}

		/* =Comments Forms
		---------------------------------------- */

		#comments {
			border-top: 1px solid #d9d4c8;
			margin: 3em 0;
			padding-top: 1.5em;
			overflow: hidden;
			position: relative;
		}
		#respond .comment-notes {
			margin-bottom: 1em;
		}
		.form-allowed-tags {
			line-height: 1em;
		}
		.children #respond {
			margin: 0 48px 0 0;
		}

		#respond label {
			float: none;
			width: auto;
			text-align: left;
		}
		#respond textarea {
			width: 96%;
		}
		#respond .form-allowed-tags {
			padding: 10px;
			color: #888;
			font-size: .923em;
			line-height: 1.5em;
		}
		#respond .form-allowed-tags code {
			font-size: .917em;
		}


		/* =Comments List
		---------------------------------------- */
		.commentlist {
			border-bottom: 1px solid #d9d4c8;
			margin: 0 0 1.5em;
			padding-bottom: 1.5em;
		}
		.commentlist li.comment {
			margin: 0 0 1.5em 0;
			padding: 0 0 0 56px;
			position: relative;
		}
		.commentlist li:last-child {
			margin-bottom: 0;
		}
		.commentlist .comment-inner {
			padding: 10px;
			border: 1px solid #d9d4c8;
			background: #eeebe3;
		}
		.commentlist .comment-tip {
			position: absolute;
			left: 50px;
			top: 18px;
			width: 7px;
			height: 11px;
			background: url(images/bg_comment-item.gif) no-repeat 0 50%;
		}
		.bypostauthor > .comment-inner {
			background: #d9d4c8;
			border-color: #c2bdb2;
		}
		.bypostauthor > .comment-tip {
			background-image: url(images/bg_comment-author.gif);
		}

		.commentlist .avatar {
			position: absolute;
			top: 4px;
			left: 0;
		}
		.comment-author cite {
			color: #000;
			font-style: normal;
			font-weight: bold;
		}
		.comment-author .says {
			font-style: italic;
		}

		.comment-meta {
			margin-bottom: .5em;
		}
		.comment-meta, .reply {
			font-size: .923em;
			line-height: 1.5em;
		}
		.comment-meta a, .reply a, a.comment-edit-link {
			color: #888;
			text-decoration: none;
		}
		.comment-meta a:hover, .reply a:hover, a.comment-edit-link:hover {
			color: #6b89a5;
			text-decoration: underline;
		}
		.bypostauthor .comment-meta a, .bypostauthor .reply a, .bypostauthor a.comment-edit-link {
			color: #6c6c6c;
		}
		.bypostauthor .comment-meta a:hover, .bypostauthor .reply a:hover, .bypostauthor a.comment-edit-link:hover {
			color: #375d81;
		}

		.commentlist ol {
			list-style: decimal;
		}
		.commentlist .children {
			margin-top: 1.5em;
		}

		.nopassword, .nocomments {
			display: none;
		}
		#respond .required {
			color: #c00;
			font-weight: bold;
		}

		.comment #reply-title {
			margin-top: 10px;
		}
		#cancel-comment-reply-link {
			font-size: .857em;
			font-weight: normal;
			line-height: 1.5em;
		}

		#comments .pingback {
		}
		.commentlist li.comment+li.pingback {
			margin-top: -6px;
		}
		#comments .pingback p {
		}
		#comments .pingback .url {
			font-style: italic;
		}


		/* =Asides & Pull Quotes
		-------------------------------------------------------------- */

		.entry-content blockquote {
			color: #606060;
		}
		.entry-content blockquote p {
			font-size: 1.286em;
			line-height: 1.5em;
		}
		.entry-content blockquote.left {
			float: left;
			margin-left: 0;
			margin-right: 24px;
			text-align: right;
			width: 33%;
		}
		.entry-content blockquote.right {
			float: right;
			margin-left: 24px;
			margin-right: 0;
			text-align: left;
			width: 33%;
		}



		/* =Gallery listing
		-------------------------------------------------------------- */

		.category-gallery .size-thumbnail img {
			border: 10px solid #e3e3e3;
			margin-bottom: 0;
		}
		.category-gallery .gallery-thumb {
			float: left;
			margin-right: 20px;
			margin-top: -4px;
		}
		.home #content .category-gallery .entry-utility {
			padding-top: 4px;
		}


		/* =Member Page
		-------------------------------------------------------------- */

		#content .common-meta-actions {
			float: left;
			margin-top: 10px;
			margin-bottom: 25px;
		}
		#content .meta-actions .button a, #content .buttons input, #content .buttons a {
			padding: 5px 10px;
			margin: 4px 6px 4px 0;
			background: url(images/bg_button.jpg) repeat-x 0 0;
			border: solid 3px #f3f3f3;
			color: #333;
			font-weight: bold;
			font-size: 14px;
			text-decoration: none;
			cursor: pointer;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
		}
		.member-list .meta-actions {
			padding: 10px 0 15px 0;
			border-bottom: dotted 1px #ccc;
		}
		.member-list .button, .filter-button {
			margin: 20px 0;
		}

		.pagination {
			margin: 30px 0;
		}
		.pagination .page-numbers a {
			padding: 4px 10px;
			background: #dfdfdf;
			text-decoration: none;
			font-weight: bold;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
		}
		.pagination .page-numbers .current {
			padding: 6px 10px;
		}
		.pagination .page-numbers .next, .pagination .page-numbers .prev {
			background: none;
			border: solid 1px #dfdfdf;
		}
		.pagination ul {
			margin-left: 5px;
		}

		.view-controls {
			position: relative;
			background: #f0f0f0;
			border: 1px solid #ccc;
			margin: 25px 0;
			padding: 20px 30px;
			border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
		}

		.view-controls .fs-wrap {
			float: left;
			margin-bottom: 10px;
			display: inline;
		}
		.view-controls .f-wrap {
			margin-bottom: 8px;
		}
		.view-controls label {
			float: none;
		}
		.view-controls select {
			display: block;
		}
		#fs-filters {
			width: 540px;
			border-right: dashed 1px #ccc;
		}
		#fs-sorting {
			width: 250px;
			margin-left: 30px;
		}
		#f-ndir, #f-ndir div, #f-ndir fieldset {
			display: inline;
			float: none;
		}
		#f-ndir {
			margin-left: 0.25em;
		}
		#content .buttons {
			clear: both;
		}
		.view-controls #f-dir label {
			margin: 0; !important
		}
		.view-controls #f-state {
			float: left;
			display: inline;
			margin-right: 15px;
		}
		.view-controls #f-affliction {
			float: left;
			display: inline;
			margin-right: 15px;
		}
		.view-controls #inclusive label, .view-controls #dir label {
			float: none;
			margin: 0 15px 0 10px;
		}
		.view-controls legend {
			font-size: 16px;
			font-weight: bold;
		}


		.abt_member {
			float: left;
			display: inline;
			width: 238px;
			height: 280px;
			padding: 25px 30px;
			margin: 0 10px 20px 10px;
			border: solid 1px #ccc;
			border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
		}
		.abt_member .locality, .abt_member .region {
			float: left;
			margin-right: 10px;
		}
		.abt_member .label {
			font-weight: bold
		}
		.abt_member .title strong {
			font-size: 16px;
			border-bottom: 1px solid #ccc;
		}
		#content .abt_member p.title {
			margin-bottom: 10px;
		}

		.pagination li {
			display: inline;
			padding-right: 10px;
		}


		/* =Member Downloads
		-------------------------------------------------------------- */

		#downloads-public h3, #downloads-board h3 {
			background: #e3e3e3;
			padding: 6px 15px;
			border-bottom: solid 1px #ccc;
		}

		.docs-public dl dd {
			margin: 0 0 10px 0;
		}
		.docs-public tr td {
			width: 250px;
			vertical-align: text-top;
		}
		.docs-public tr td.th-general {
			width: 400px;
		}

		#content .meta-link a {
			float: right;
			width: 95px;
			height: 32px;
			background: url(images/b_download.png) no-repeat 0 0;
			text-indent: -9999em;
		}
		#content .download-list tr {
			border-bottom: solid 1px #e3e3e3;
		}
		.download-list .pagination {
			font-size: 11px;
		}
		.download-list .pagination .page-numbers .current {
			padding: 0;
		}

		.entry-date {
			font-style: italic;
			color: #999;
		}


		/* =Event Registration
		-------------------------------------------------------------- */

		.event-info-reg {
			position: relative;
			background: #e3e3e3;
			padding: 20px 30px;
			margin-bottom: 40px;
			-moz-border-radius: 8px; /* FF1-3.6 */
			-webkit-border-radius: 8px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
			border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
		}
			
		.event-info-reg p {
			margin: 0 0 .6em;
		}
		.event_description {
			position: absolute;
			top: 15px;
			right: 15px;
			border: solid 3px #e9e9e9;
			background: #ccc;
			padding: 15px 25px;
			-moz-border-radius: 8px; /* FF1-3.6 */
			-webkit-border-radius: 8px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
			border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
		}
		.event_description img {
			border: solid 4px #e9e9e9;
		}
			
		.event-info-reg .event_price_label {
			font-weight: bold;
		}
		.event-info-reg .venue-venue_title dd {
			margin: 0;
			font-weight: bold;
			color: #6D1F7E;
		}

		.event-info-reg h3 {
			width: 360px;
		}
		.event-info-reg .clear {
			margin-top: 10px;
		}

		.event-info-reg .event-price {
			display: none;
		}


		#post-4 .event_data, #post-8333 .event_data {
			float: left;
			width: 275px;
		}
		#post-4 .col-1, #post-8333 .col-1 {
			clear: left;
			margin-right: 30px;
		}
		#post-4 .event-info-reg h3, #post-8333 .event-info-reg h3 {
			width: 220px;
		}

		/* =Event Calendar */
		div.public, div.public a {
			background-color: #e58700;
			border-color: #e58700;
		}


		.cloned-box {
			border-top: 2px solid #6D1F7E;
			background-color: #F7EFF5;
			padding: 2em 0.5em 0.5em;
			margin-bottom: 1em;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}

		/* =Attachment pages
		-------------------------------------------------------------- */

		.attachment .entry-content .entry-caption {
			font-size: 1.286em;
			line-height: 1.5em;
			margin-top: 24px;
		}
		.attachment .entry-content .nav-previous a:before {
			content: '\2190\00a0';
		}
		.attachment .entry-content .nav-next a:after {
			content: '\00a0\2192';
		}

		/* =Galleries page
		----------------------------------------------------------------*/

		.portfolio-home #content .portfolio {
			float: left;
			width: 200px;
			height: 360px;
			margin: 0 32px 20px 0;
		}
		.portfolio-home #content .portfolio div.attachment-post-thumbnail {
			height: 200px;
			width: 200px;
			overflow: hidden;
			border: 4px solid #e3e3e3;
		}
		.portfolio-home #content .portfolio .attachment-post-thumbnail img {
			height: 200px;
		}
		.portfolio-home #content .portfolio .entry-content p {
			font-size: 12px;
			line-height: 1.4em;
			width: 190px;
			background: #e2e2e2;
			padding: 6px 10px;
			margin-top: 10px;
		}

		#portfolio-feed, .portfolio .comments-link, .portfolio .entry-meta {
			display: none;
		}

		.single-page .portfolio .lightbox, .single-page .portfolio .media-box, .single-page .portfolio .paragraph {
			float: left;
			width: 150px;
			height: 150px;
			margin: 0 25px 25px 0;
		}
		.single-page .portfolio .media-box {
			width: 240px;
			margin-right: 25px; !important
		}
		.single-page .portfolio .paragraph {
			font-size: 13px;
			line-height: 1.4em;
			overflow: hidden; !important
		}
		.portfolio h2 {
			font-size: 1.2em;
			line-height: 1.2em;
		}


		/* =Images
		-------------------------------------------------------------- */

		#content img {
			margin: 0;
			max-width: 640px;
		}
		#content .attachment img {
			max-width: 900px;
		}

		#content .alignleft, #content img.alignleft {
			float: left;
			display: inline;
			margin: 4px 24px 12px 0;
		}
		#content .alignright, #content img.alignright {
			float: right;
			display: inline;
			margin: 4px 0 12px 24px;
		}
		#content .aligncenter, #content img.aligncenter {
			clear: both;
			display: block;
			margin: auto auto 12px;
		}

		#content .wp-caption {
			background: #e3e3e3;
			margin-bottom: 20px;
			padding: 4px;
			text-align: center;
		}
		#content .wp-caption img {
			margin: 5px 5px 0;
		}
		#content .wp-caption p.wp-caption-text {
			color: #888;
			font-size: .857em;
			margin: 5px;
		}
		#content .wp-smiley {
			margin: 0;
		}

		#content .gallery {
			margin: 0 auto 18px;
		}
		/*
		#content .gallery .gallery-item {
		float: left;
		margin-top: 0;
		text-align: center;
		width: 33%;
		}
		*/
		#content .gallery .gallery-item {
			float: left;
			margin-top: 0;
			text-align: center;
		}

		#content .gallery img {
			border: 2px solid #cfcfcf;
		}
		#content .gallery .gallery-caption {
			color: #888;
			font-size: .857em;
			margin: 0 0 12px;
		}
		#content .gallery dl {
			margin: 0;
		}

		/*
		#content .gallery img {
		border: 10px solid #e3e3e3;
		}
		*/
		#content .gallery img {
			border: 10px solid #fff;
		}

		#content .gallery br+br {
			display: none;
		}
		/* single attachment images should be centered */
		#content .attachment img {
			display: block;
			margin: 0 auto;
		}


		/* =Tag Clouds and Other Cool Stuff
		-------------------------------------------------------------- */

		#wp_tag_cloud div {
			line-height: 1.6em;
		}

		#wp-calendar {
			width: 100%;
		}
		#wp-calendar caption {
			color: #222;
			font-weight: bold;
			padding-bottom: 4px;
			text-align: left;
		}

		#wp-calendar thead {
			font-size: .857em;
		}
		#wp-calendar th {
			border: 0;
			text-align: center;
		}
		#wp-calendar tbody {
		}
		#wp-calendar tbody td {
			background: #eeebe3;
			border: 1px solid #fff;
			padding: 3px 0 2px;
			text-align: center;
		}
		#wp-calendar tbody td#today {
			background: #3D5B77;
			color: #fff;
		}
		#wp-calendar tbody td#today a {
			color: #fff;
		}
		#wp-calendar tbody a {
			font-weight: bold;
		}
		#wp-calendar tbody .pad {
			background: none;
		}
		#wp-calendar tfoot td {
			border: 0;
		}
		#wp-calendar tfoot #next {
			text-align: right;
		}

		.widget_rss a.rsswidget {
			color: #3e054a;
			font-size: 12px;
			line-height: 18px;
		}
		.widget_rss a.rsswidget:hover {
			color: #3e054a;
			font-size: 12px;
			line-height: 18px;
		}
		.widget_rss .widget-title img {
			width: 11px;
			height: 11px;
		}
		.widget_rss .widget-title a {
			font-size: 18px;
		}
		.widget_rss .widget-title a:hover {
			font-size: 18px;
		}

		/* =Password Form
		-------------------------------------------------------------- */

		.password-protected label {
			float: none;
			width: 100%;
			text-align: left;
		}



		/* =Contact Form 7 Plugin Overrides
		==================================================================================================================*/

		#content span.wpcf7-not-valid-tip {
			position: relative;
			left: auto;
			top: auto;
			margin-left: 10px;
			color: #c00;
		}
		span.wpcf7-form-control-wrap {
			margin-top: 10px;
			display: block;
		}

		#rare-div {
			float: left;
			width: 380px;
			position: absolute;
			left: 350px;
			top: 30px;
			height: 200px;
		}
		#rare-div a {
			float: left;
			width: 180px;
			height: 180px;
			background: url(images/rare_disease_day_logo_2014.jpg) no-repeat 0 0;
			text-indent: -9999em;
		}
		#rare-div a.f-rare {
			width: 180px;
			margin-left: 10px;
			background: url(images/rare_disease_day_logo_2014.jpg) no-repeat 0 0;
		}

		#logo {
			float: left;
			width: 65%;
		}
		#sfwd-header-right {
			margin-top: 22px;
		}
