/* ---------- Theme Specific ---------- */


/* ---------- Global Styles ---------- */


	a {
		color: #538AB0; /* 76A6D6; */
		text-decoration: none;
		}
		a:hover {
			color: #86d13b; /* #45c1ff; */
			text-decoration: underline;
			}


/* ---------- Body / HTML ---------- */

body {
	background: #ffffff url(../../images/backgrounds/body.gif) repeat-x center top;
	color: #4D4D4D;
	}


/* ---------- Container ---------- */


	#container-wrapper {
		background: transparent url(../../images/backgrounds/page.jpg) no-repeat center top;
		min-width: 984px; /* = #container width + padding */
		}
		#container {
			width: 960px;
			padding: 0 12px;
			margin: 0 auto;
			}
		
		
/* ---------- Header ---------- */


	#header-wrapper {
		width: 960px;
		height: 185px;
		position: relative;
		}
		#header {
			}
			#lifeline-logo {
				display: block;
				width: 272px; height: 78px;
				position: absolute;
				top: 30px; left: -22px;
				background: transparent url(../../images/logos/lifeline-of-ohio.png) no-repeat 0 0;
				text-indent: -9999px;
				}
			#register-now-button {
				display: block;
				width: 226px; height: 66px;
				position: absolute;
				top: 26px; right: 240px;
				background: transparent url(../../images/buttons/register-now.png) no-repeat 0 0;
				text-indent: -9999px;
				}
				a#register-now-button:hover {
					background-position: 0 -66px;
					}
			#donor-sign-up {
				display: block;
				width: 225px; height: 64px;
				position: absolute;
				top: 40px; right: 10px;
				background: transparent url(../../images/text/be-an-organ-donor.png) no-repeat 0 0;
				text-indent: -9999px;
				}
	
	a.register-button {
		display: block;
		width: 202px; height: 42px;
		background: white url(../../images/buttons/register-now-button.gif) no-repeat 0 0;
		text-indent: -9999px;
		margin: 1.6em auto;
		}
		a.register-button:hover {
			background-position: 0 -42px;
			}
			
			
/* ---------- Navigation ---------- */
		
		
	#menu-wrapper {
		width: 960px;
		height: 45px;
		overflow: hidden;
		margin-bottom: 20px;
		}
		ul#menu {
			display: block;
			margin: 0;
			}
			#menu li {
				display: block;
				float: left;
				margin: 0;
				padding: 0;
				border-right: 1px #e5e5e5 solid;
				}
				#menu li a {
					color:#4D4D4D;
					display:block;
					font-size:13px;
					margin:0 8px;
					padding:6px 10px;
					text-decoration:none;
					text-transform:uppercase;
					}
				#menu li.home_icon a {
					background: transparent url(../../images/elements/home-black.png) no-repeat 12px 12px;
					text-indent: -9999px;
					width: 11px;
					}
				#menu li.current_page_item a,
				#menu li.current_page_ancestor a {
					color: #ffffff;
					background-color: #76A6D6;
					}
					#menu li.home_icon.current_page_item a,
					#menu li.home_icon.current_page_ancestor a {
						background-color: #b3b3b3;
						background-image: url(../../images/elements/home.png);
						border-right: 0 none;
						}
					#menu li a:hover {
						color: #ffffff;
						background-color: #76A6D6;
						}

	#menu-search {
		float: right;
		width: 205px;
		}
	#menu-search-form {
		}
	#menu-search-field {
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		border:1px solid #CCCCCC;
		color:#4D4D4D;
		font-size:15px;
		margin:2px 0;
		padding:3px;
		width:160px;
		float: left;
		display: block;
		}
	#menu-search-button {
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		background:#CCCCCC none repeat scroll 0 0;
		border:0 none;
		color:white;
		display:block;
		font-size:10px;
		font-weight:bold;
		margin:6px 0 0;
		padding:2px 4px;
		text-transform:uppercase;
		float: right;
		width: 30px;
		}
		
		
/* ---------- Feature ---------- */

	.fs {
		width: 960px;
		height: 410px;
		overflow: hidden;
		background: white;
		position: relative;
		}
		.fs-pane {
			position: absolute;
			}
			.fs-title {
				cursor: pointer;
				position: absolute;
				left: -10px;
				z-index: 2;
				}
			.fs-image {
				z-index: 1;
				position: absolute;
				left: 80px;
				}
		#fs1 { left: 0px; }
		#fs2 { left: 810px; }
		#fs3 { left: 890px; }


	#feature-wrapper {
		width: 960px;
		margin-bottom: 30px;
		position: relative;
		}
		#feature {
			max-width: 960px;
			overflow: hidden;
			position: relative;
			}
		a#bar-callout {
			display: block;
			background: #d4e4f5;
			color: #4d4d4d;
			padding: 20px 15px;
			text-decoration: none;
			font-size: 14px;
			margin-top: 25px;
			}
			a#bar-callout:hover {
				background: #aecff2;
				}
			a#bar-callout span {
				font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
				font-size: 18px;
				font-weight: bold;
				}
				
				
/* ---------- Footer ---------- */


#footer-wrapper {
	overflow: hidden;
	margin-bottom: 30px;
	}
	#footer {
		padding: 10px;
		background: #d4e2f4;
		position: relative;
		}
		#legal {
			position: absolute;
			left: 15px;
			bottom: 15px;
			}
		#partners {
			float:right;
			margin-bottom:10px;
			margin-top:15px;
			width:75%;
			}
			.partner {
				display:block;
				float:right;
				margin-right:35px;
				}


/* ---------- Page ---------- */


#page-wrapper {
	/* overflow: hidden; */
	}
	#page {
		width: 960px;
		margin: 0 auto;
		}
		#posts-wrapper {
			/* margin: 0 20px; */
			}
			
			
/* ---------- Subpage / Fold ---------- */
		
		
#subpages-wrapper {
	background: #4b779b repeat url(../../images/backgrounds/footer.gif) 0 0;
	width: 960px;
	}
	#subpages {
		}
		#subpages .widget {
			float: left;
			margin: 0 0 10px;
			padding:15px;
			width:162px;
			background: transparent;
			color: #ffffff;
			}
			#subpages .widget-title {
				font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
				font-weight: bold;
				font-size:14px;
				line-height:16px;
				margin:0 0 5px;
				padding:0;
				text-transform:uppercase;
				color: #ffffff;
				}
			#subpages .widget a {
				color: #ffffff;
				}
			#subpages .widget > ul {
				border-bottom: 0 none;
				}
				#subpages .widget li {
					font-weight: normal;
					border-top: 0 none;
					background:none;
					border-top:0 none;
					margin-bottom:0;
					margin-left:0;
					margin-top:0;
					padding-bottom:4px;
					padding-left:0px;
					padding-top:6px;
					}
					
					
/* ---------- Frontpage ---------- */


#frontpage-wrapper {
	/* margin: 0 -10px; */
	/* overflow: hidden; */
	}
	#frontpage {
		position: relative;
		left: -10px;
		width: 980px;
		}
		#frontpage .widget {
			float:left;
			margin-left: 10px;
			margin-right: 10px;
			width: 306px;
			}
			#frontpage .widget-title {
				background:#5383AB;
				color:#FFFFFF;
				font-family:Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
				font-size:16px;
				font-weight:bold;
				line-height:18px;
				margin:0;
				padding:11px 12px 9px;
				text-transform:uppercase;
				}
			#frontpage .textwidget {
				/* font-size:14px; */
				/* line-height:20px; */
				}
		#frontpage .widget_recent_entries > ul {
			border-bottom: 0 none;
			margin: 0;
			padding: 0;
			}
			#frontpage .widget_recent_entries li {
				background: none;
				border-color: #D4E4F5;
				margin:0;
				padding:0;
				border-top: 1px #D4E4F5 solid;
				}
			#frontpage .widget_recent_entries a {
				background:#EDF4FB;
				color:#76a6d6;
				display:block;
				font-size:13px;
				line-height:15px;
				padding:11px 12px 10px;
				text-decoration: none;
				}
				#frontpage .widget_recent_entries a:hover {
					background:#e2edf8;
					}

ul#twitter_update_list {
	margin: 0 0 10px 0;
	padding: 0;
	}
	ul#twitter_update_list li {
		margin: 0;
		padding: 0;
		overflow: hidden;
		background: none;
		}

/* ---------- Tables ---------- */


table {
	color: #216c9e;
	background: #ffffff;
	}
	caption {
		background: #5383AB;
		color: #ffffff;
		}
	th, td {
		border-color: #D4E4F5;
		}
	th {
		background: #EDF4FB;
		font-weight: normal;
		}

.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
		text-align: center;
		}
.widget_calendar table {
	margin-left: auto;
	margin-right: auto;
	}


/* ---------- Forms ---------- */

	
	label {
		font-size: 1.1em;
		font-weight: bold;
		}	
	span.note, span.instruction {
		font-size: 0.9em;
		line-height: 1.3em;
		margin-bottom: 0.5em;
		display: inline-block;
		color: #a6926c;
		}
	span.optional, span.required {
		color: #4AAB27;
		font-size: 0.7em;
		text-transform: uppercase;
		font-weight: bold;
		}
		label.required { color: red; }
	textarea {
		font-size: 1.1em;
		line-height: 1.4em;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		}
	input[type='submit'] {
		font-weight: normal;
		display: block;
		font-size:12px;
		line-height:14px;
		text-transform: uppercase;
		text-decoration:none;
		background: #76A6D6 url(../../images/elements/nav-right.png) no-repeat scroll right center;
		color: white;
		padding: 5px 20px 5px 8px;
		margin: 0;
		border: 0 none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		}
		input[type='submit']:hover {
			background-color: #538AB0;
			color: #ffffff;
			}
			
			
/* ---------- Contact Form 7 ---------- */


div.indented-form {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #EEF3FB;
	border: 2px solid #D4E2F4;
	display: block;
	padding: 20px 20px 25px;
	margin: 30px 30px 10px;
	}
	div.indented-form br {
		clear: left;
		}
	div.indented-form label {
		color:#538AB0;
		display:block;
		float:left;
		font-size:10px;
		line-height:13px;
		margin-right:10px;
		margin-top:5px;
		text-align:right;
		text-transform:uppercase;
		width:120px;
		}
		div.indented-form label.required {
			color: #ae6475;
			}
	div.indented-form span.submit-button {
		display:block;
		margin-left: 130px;
		}
		div.indented-form span.submit-button input[type='submit'] {
			float: left;
			margin-right: 10px;
			}
	div.indented-form span.wpcf7-form-control-wrap {
		display: block;
		float: left;
		width: 300px;
		}
	div.indented-form input[type='text'],
	div.indented-form input[type='password'],
	div.indented-form select,
	div.indented-form textarea {
		width: 300px;
		}
	div.indented-form textarea {
		height: 150px;
		}
	
		span.wpcf7-not-valid-tip {
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			border-radius: 8px;
			background:#FFF2F2 !important;
			border:1px solid #FF9999 !important;
			font-size:12px !important;
			left:10px !important;
			padding:3px 6px !important;
			top:10px !important;
			width:180px !important;
			color:#FF4C4C;
			text-align:center;
			}		
		div.wpcf7-response-output {
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			border-radius: 8px;
			margin:10px 30px !important;;
			padding:7px 10px !important;;
			text-align:center;
			}
		div.wpcf7-mail-sent-ok {
			background: #E1EEDC;
			}
		div.wpcf7-validation-errors {
			background: #fdfacc;
			}

div.widget-form {
	background: #ffffff;
	border: 1px dashed #D4E2F4;
	display:block;
	margin:0 0 15px;
	padding:4px 8px 20px;
	}
	div.widget-form label {
		color:#538AB0;
		display:block;
		font-size:10px;
		line-height:10px;
		margin:5px 0 2px;
		text-transform:uppercase;
		}
	div.widget-form br {
		clear: left;
		}
	div.widget-form p {
		margin: 0;
		}
	div.widget-form .last {
		margin-right: 0 !important;
		}
			
	div.widget-form span.submit-button {
		display:block;
		margin-top:5px;
		clear: left;
		}
		div.widget-form span.submit-button input[type='submit'] {
			float: left;
			margin-right: 7px;
			}
	div.widget-form span.wpcf7-form-control-wrap {
		}
	
	/* Single - Default */
	div.widget-form input[type='text'],
	div.widget-form select,
	div.widget-form textarea {
		width: 283px;
		background: #EEF3FB;
		}
	div.widget-form textarea {
		height: 64px;
		}
		
	/* Double */
	div.widget-form .double {
		float: left;
		width: 145px;
		margin-right: 10px;
		}
		div.widget-form .double input[type='text'],
		div.widget-form .double select,
		div.widget-form .double textarea {
			width: 128px;
			}
		
	/* Triple */
	div.widget-form .triple {
		float: left;
		width: 94px;
		margin-right: 9px;
		}
		div.widget-form .triple input[type='text'],
		div.widget-form .triple select,
		div.widget-form .triple textarea {
			width: 77px;
			}
					
					
/* ---------- Breadcrumb ---------- */


	#breadcrumb-wrapper {
		margin-bottom: 10px;
		}
		ul#breadcrumb {
			display: block;
			margin: 0;
			}
			#breadcrumb li {
				display: block;
				float: left;
				margin: 0 8px 0 0;
				padding: 0;
				}
				#breadcrumb li a {
					margin-right: 5px;
					text-decoration: none;
					}
				#breadcrumb li.current_page_item a,
				#breadcrumb li.current_page_ancestor a {
					color: white;
					}
					#breadcrumb li a:hover {
						}
						
						
/* ---------- Sidebar ---------- */

						
#sidebar-wrapper {
	float: right;
	margin-bottom: 30px;
	}
	#sidebar {
		}
		
		
/* ---------- Posts ---------- */


#posts {
	border-right:1px dotted #999999;
	float:left;
	margin:0 12px 30px 0;
	padding-right:30px;
	width:580px;
	}
	a.post-edit-link {
		background:#FF7700;
		color:#FFFFFF;
		font-size:10px;
		font-weight:bold;
		padding:2px 8px;
		position:absolute;
		right:0;
		text-transform:uppercase;
		top:-26px;
		white-space:nowrap;
		z-index:99;
		}
		a.post-edit-link:hover {
			background: #ff9c00;
			}

	
	/* ----- backgrounds ----- */
	
	.post, .page {
		/* border-bottom: 1px dotted #999999; */
		margin: 0 0 50px;
		position: relative;
		/* padding-bottom:45px; */
		}
	.form-wrapper, .comments-wrapper  {
		margin-bottom:20px;
		padding:10px;
		
		background:#EDF4FB;
		border:1px solid #D4E4F5;
		}
		.comments-wrapper h3,
		.form-wrapper h3 {
			}
			
	.shaded {
		/* background: #EEF3FB; */
		background:#F4F4F4;
		margin:1.6em -30px 1.6em -15px;
		padding:1.2em 30px 1.2em 15px;
		clear: both;
		}
		
		/* ----- post title ----- */
		
		h1.post-header {
			font-size: 1.6em;
			line-height: 1.1em;
			}
			h1.post-header a {
				color: #538ab0;
				text-decoration: none;
				}
				h1.post-header a:hover {
					color: #45c1ff; /* #45c1ff; */
					}
					
		.post-photo {
			float:left;
			margin-bottom:10px;
			margin-right:20px;
			}
					
		a.post-header-image img {
			display: block;
			margin-right: 15px;
			float: left;
			border: 1px #ccc solid;
			}
		
		/* ----- post footer block ----- */
		
		.post-footer {
			font-size:12px;
			line-height:14px;
			margin: .8em 0 0 0;
			}

				
		/* ----- post interior formatting ----- */
		
		.post-inside {
			/* position: relative; */
			overflow: visible;
			}
			.post-inside ul {
				list-style-image: url(../../images/elements/tick-right-black.png);
				list-style-position: outside;
				list-style-type: none;
				}
			.post-inside ul, .post-inside ol {
				/* A root-level list. Not nested. */
				display: block;
				margin-bottom: .8em; /* Bottom margin is same as 'p' tag. */
				margin-left: 20px; /* Indent it so it stands out. */
				}
				.post-inside ul li ul, .post-inside ol li ol {
					/* A nested list. */
					margin-top: 4px;
					margin-bottom: -4px; /* Remove bottom margin. */
					margin-left: 0; /* Remove extra left margin. */
				}
				.post-inside li {
					margin-top: 0;
					margin-bottom: 0;
					margin-left: 15px; /* Amount of indentation */
					padding-bottom: 4px;
					padding-top: 6px;
					}


				
/* ---------- Post Navigation ---------- */


.post-navigation {
	margin: 0 0 10px;
	}
	.post-navigation .nav-both {
		text-align: left;
		}
	.post-navigation a {
		text-decoration: none;
		}
		.post-navigation a:hover {
			background-color: #00A0EE;
			}
	.post-navigation .nav-back {
		}
		.post-navigation .nav-back a {
			background:transparent url(../../images/navigation/older.png) no-repeat scroll left 0;
			display:block;
			float:left;
			height:46px;
			line-height:48px;
			overflow:hidden;
			padding:0 10px 0 46px;
			}
			.post-navigation .nav-back a:hover {
				background-position: left -46px;
				color: #00A0EE;
				}
	.post-navigation .nav-next {
		}
		.post-navigation .nav-next a {
			background:transparent url(../../images/navigation/newer.png) no-repeat scroll right 0;
			display:block;
			float:right;
			height:46px;
			line-height:48px;
			overflow:hidden;
			padding:0 46px 0 10px;
			}
			.post-navigation .nav-next a:hover {
				background-position: right -46px;
				color: #00A0EE;
				}


/* ---------- Page Navigation ---------- */


.page-navigation {
	margin: 15px 0 10px;
	text-align: right;
	}
.page-navigation a {
	font-weight: normal;
	background: #00A0EE;
	margin: 0 3px;
	padding: 3px 5px 0px;
	}
	.page-navigation a:hover {
		background: #ffffff;
		color: #00A0EE;
		}


/* ---------- Section Title ---------- */

	
h3.section-title {
	border-bottom:1px solid #b3b3b3;
	color:#999999;
	font-size:14px;
	font-weight:normal;
	line-height:16px;
	margin-bottom:40px;
	padding-bottom:10px;
	}
	h3.section-title strong {
		font-weight: bold;
		}
	h3.section-title span {
		float: right;
		}
		
		
/* ---------- Comments ---------- */


ol.comment-list {
	list-style: none;
	margin: 20px 0 25px 0;
	}
	ol.comment-list li {
		list-style: none;
		overflow: hidden;
		margin: 0 0 10px;
		}
		.comment-data {
			float: left;
			width: 48px;
			text-align: right;
			margin-right: 20px;
			margin-top: 3px;
			font-size: 12px;
			line-height: 14px;
			}
		.comment-inside {
			overflow: hidden;
			}
		.comment-date {
			font-size:12px;
			line-height:13px;
			margin:0 0 15px;
			padding:3px 4px 1px;
			}
			
		form#comment-form label {
			display: block;
			float: left;
			margin-right: 15px;
			margin-top: 4px;
			text-align: right;
			width: 80px;
			font-size: 12px;
			line-height: 14px;
			}
		form#comment-form textarea {
			width: 330px;
			}
		form#comment-form input[type="text"] {
			width: 180px;
			}


/* ---------- Widgets ---------- */

		
.widget {
	margin-bottom: 20px;
	padding: 0;
	width: 320px;
	}
	
	
/* ---------- Widgets with Nested Style Lists ---------- */


	.widget-title {
		font-family:Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
		margin: 0 0 10px;
		padding: 0;
		font-size:16px;
		line-height:18px;
		color: #5383AB;
		}
		.widget ul {
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
			}
		.widget > ul, .widget > ol, .textwidget > ul, .textwidget > ol {
			/* A root-level list. Not nested. */
			display: block;
			margin-bottom: .8em; /* Bottom margin is same as 'p' tag. */
			margin-left: 0; /* Indent it so it stands out. */
			/* border-bottom: 1px #D4E4F5 solid; */
			}
			.widget ul li ul, .widget ol li ol {
				/* A nested list. */
				margin-top: 4px;
				margin-bottom: -4px; /* Remove bottom margin. */
				margin-left: 0; /* Remove extra left margin. */
			}
			.widget li {
				/* border-top: 1px #D4E4F5 solid; */
				margin-top: 0;
				margin-bottom: 0;
				margin-left: 0; /* Amount of indentation */
				padding-bottom: 4px;
				padding-top: 6px;
				padding-left: 15px;
				background: transparent no-repeat url(../../images/elements/tick-right-black.png) 0 6px;
				}
			.widget_pages .current_page_item > a,
			.widget_pages .current_page_ancestor .current_page_item > a,
			.widget_pages .current_page_ancestor .current_page_ancestor .current_page_item > a { font-weight: bold; color: black; }
			
			.widget_pages .current_page_ancestor > a,
			.widget_pages .current_page_ancestor .current_page_ancestor > a,
			.widget_pages .current_page_ancestor .current_page_ancestor .current_page_ancestor > a { font-weight: bold; color: black; }


/* ---------- Widgets with Block Style Lists ---------- */


		#sidebar .widget_archive .widget-title,
		#sidebar .widget_categories .widget-title,
		#sidebar .widget_links .widget-title,
		#sidebar .widget_meta .widget-title,
		#sidebar .widget_recent_comments .widget-title,
		#sidebar .widget_recent_entries .widget-title,
		#sidebar .random_from_cat .widget-title,
		#sidebar .widget_pages .widget-title {
			background:#5383AB;
			color:#FFFFFF;
			font-weight:bold;
			margin:0;
			padding:8px 10px;
			text-transform:uppercase;
			font-size:12px;
			line-height:15px;
			}
		#sidebar .widget_archive > ul,
		#sidebar .widget_categories > ul,
		#sidebar .widget_links > ul,
		#sidebar .widget_meta > ul,
		#sidebar .widget_recent_comments > ul,
		#sidebar .widget_recent_entries > ul {
			border-bottom: 0 none;
			margin: 0;
			padding: 0;
			}
			#sidebar .widget_archive li,
			#sidebar .widget_categories li,
			#sidebar .widget_links li,
			#sidebar .widget_meta li,
			#sidebar .widget_recent_comments li,
			#sidebar .widget_recent_entries li {
				background: none;
				border-color: #D4E4F5;
				margin:0;
				padding:0;
				border-top: 1px #D4E4F5 solid;
				}
			#sidebar .widget_archive a,
			#sidebar .widget_categories a,
			#sidebar .widget_links a,
			#sidebar .widget_meta a,
			#sidebar .widget_recent_entries a {
				background:#EDF4FB;
				color:#76A6D6;
				display:block;
				font-size:12px;
				line-height:14px;
				padding:6px 10px;
				text-decoration:none;
				}
				#sidebar .widget_archive a:hover,
				#sidebar .widget_categories a:hover,
				#sidebar .widget_links a:hover,
				#sidebar .widget_meta a:hover,
				#sidebar .widget_recent_entries a:hover {
					background:#e2edf8;
					}
			#sidebar .widget_recent_comments li {
				font-size:12px;
				line-height:14px;
				padding:6px 10px;
				background:#EDF4FB;
				}
			#sidebar .widget_recent_comments a {}
			#sidebar .widget_recent_comments a:hover {}

#sidebar .widget_text {
	border-bottom:1px dotted #999999;
	margin-top:30px;
	padding-bottom:25px;
	}


.random_from_cat {
	background: #EDF4FB;
	}
	.random_from_cat a.thumbnail {
		display: block;
		text-align:center;
		margin-bottom: 10px;
		}
		.random_from_cat a.thumbnail img {
			border: 10px white solid;
			}
	.random_from_cat .inside {
		padding: 15px 15px 5px;
		}
		.random_from_cat .post-link {
			display:block;
			font-size:16px;
			line-height:18px;
			margin-bottom:5px;
			}

#mc_embed_signup {
	margin: 0 auto;
	width:250px;
	}
	#frontpage #mc_embed_signup {
		margin-top: 30px;
		margin-bottom: 30px;
		}
div.mce_inline_error {
	/* color: #fdfacc !important; */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border:2px solid red;
	margin:4px 0 !important;
	padding:5px 8px !important;
	width:auto !important;
	}
	#mce-EMAIL {
		border-width: 2px;
		width: 225px;
		}
	#mc-embedded-subscribe {
		float: right;
		}
	#mc_embed_signup label {
		color:#ADC7DF;
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
		}
	#mce-success-response {
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		color: #62883e;
		border: 2px #A4D079 solid;
		margin:4px 0 !important;
		padding:5px 8px !important;
		background: #edf6e4;
		font-size:11px;
		line-height:14px;
		}
	#mce-error-response {
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		border:2px solid #F7E700;
		margin:4px 0 !important;
		padding:5px 8px !important;
		background: #FDFACC;
		font-size:11px;
		line-height:14px;
		}

.share-posts {
	}
	.share-posts li {
		float: left;
		margin: 0 5px;
		display: block;
		}
		.share-posts a:hover img {
			opacity: .5;
			}
			
	
.widget_tag_cloud {
	}
	.widget_tag_cloud > div {
		text-align: justify;
		line-height: 2em;
		}
		.widget_tag_cloud > div a {
			vertical-align: baseline;
			}
	
.about-author img.avatar {
	float: left;
	margin: 0 10px 10px 0;
	}

#searchform {
	overflow: hidden;
	}
#searchform #s {
	width:200px;
	}
#searchsubmit {
	padding:4px 20px 4px 7px;
	width:90px;
	float: right;
	}
	#searchsubmit:hover {
		}


/* ---------- Image / Gallery ---------- */


#nav-images {
	}
	.previous-image {
		float: left;
		}
	.next-image {
		float: right;
		}
.gallery {
	}
	dl.gallery-item {
		}
		dt.gallery-icon {
			}
			img.attachment-thumbnail {
				}
		dd.gallery-caption {
			}
	

.post-inside img {
	max-width: 580px;
	height: auto;
	}
.post-inside .wp-caption {
	max-width: 568px;
	height: auto;
	}
	.post-inside .wp-caption img {
		max-width: 558px;
		height: auto;
		}
		
.wp-caption {		
	background:#EDF4FB;
	border:1px solid #D4E4F5;
	text-align: center;
	padding: 5px 0 0;
	margin: 0 15px 10px;
	}
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
		}
	.wp-caption p.wp-caption-text {
		padding: 2px 5px 5px;
		margin: 0;
		}
	.wp-caption.alignleft {
		margin-left: 0;
		}
	.wp-caption.alignright {
		margin-right: 0;
		}
	.wp-caption.aligncenter {
		margin-bottom: 10px;
		}
		
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}
		
img.centered,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 5px 15px;
	display: inline;
	}
img.alignleft {
	margin: 0 15px 5px 0;
	display: inline;
	}
img.aligncenter {
	margin-bottom: 10px;
	}