/*
Theme Name: Meadows and More
Description: The official theme of <a href="http://www.meadowsandmore.com">meadowsandmore.com</a>. For WordPress 3.9 and higher.
Theme URI: http://www.meadowsandmore.com
Version: 2.0
Author: Resin Design
Author URI: http://www.resinllc.com
Tags: green, meadows, flowers, grass
*/

@font-face {
    font-family: 'FuturaMM';
    src: url('fonts/futura_medium_webfont.eot');
    src: url('fonts/futura_medium_webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura_medium_webfont.woff') format('woff'),
         url('fonts/futura_medium_webfont.ttf') format('truetype'),
         url('fonts/futura_medium_webfont.svg#FuturaMedium') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaMM';
    src: url('fonts/futura_light_webfont.eot');
    src: url('fonts/futura_light_webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura_light_webfont.woff') format('woff'),
         url('fonts/futura_light_webfont.ttf') format('truetype'),
         url('fonts/futura_light_webfont.svg#FuturaLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	outline: 0px;
	margin:	0px;
	border:	0px;
	padding: 0px;
}

/* ========================= */
/* !START - (X)HTML5 Support */
/* ========================= */

article,
aside,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

/* ======================= */
/* !END - (X)HTML5 Support */
/* ======================= */

/* ====================== */
/* !START - Tag Selectors */
/* ====================== */

a:link,
a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover,
a:active {

}

body {
	font-family: 'FuturaMM', sans-serif;
	color: #fff;
	background: url('images/bg_body.jpg') repeat;
	line-height: 20px;
	font-size: 14px;
}

form {
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'FuturaMM', sans-serif;
	text-transform: capitalize;
}

h1 {
	font-size: 48px;
	line-height: 60px;
}

h2 {
	position: relative;
	z-index: 1;
	font-size: 24px;
	line-height: 32px;
}

iframe {
	display: block;
}

input[type="button"],
input[type="submit"] {
	position: relative;
	right: 1px;
	height: 25px;
	margin-bottom: 25px;
	border: 1px solid #96a057;
	padding: 0 5px;
	font-family: 'FuturaMM', sans-serif;
	color: #96a057;
	background: #fff;
	outline: 1px solid #fff;
}

	input[type="button"]:hover,
	input[type="submit"]:hover {
		cursor: pointer;
	}

input[type="password"],
input[type="text"],
input[type="email"],
input[type="tel"] {
	width: 424px;
	height: 25px;
	margin-bottom: 20px;
	padding-left: 2px;
	font-family: sans-serif;
	font-size: 12px;
}

label {
	display: block;
	font: bold 18px 'FuturaMM', sans-serif;
}

li {
	margin-bottom: 15px;
}

p {
	margin-bottom: 25px;
}

table {
	width: 100%;
	border: 1px solid #fff;
	border-collapse: collapse;
}

	caption {
		font-family: 'FuturaMM', sans-serif;
		text-align: left;
		font-size: 36px;
		margin-bottom: 30px;
		text-transform: capitalize;
	}

	tr {
		font-size: 12px;
		line-height: 16px;
	}

	th {
		border-left: 1px solid #fff;
		padding: 0 0 3px 5px;
		text-align: left;
		text-transform: uppercase;
		font-weight: normal;
		background: #eef3e3;
	}

	td {
		border: 1px solid #fff;
		padding: 5px;
		vertical-align: top;
	}

textarea {
	vertical-align: top;
	width: 423px;
	height: 200px;
	margin-bottom: 20px;
	padding: 2px 0 0 3px;
	font-family: sans-serif;
	font-size: 12px;
}

select {
	margin-bottom: 17px;
}

ul, ol {
	list-style-position: inside;
	margin-bottom: 25px;
}

/* ==================== */
/* !END - Tag Selectors */
/* ==================== */

/* ======================= */
/* !START - Global Classes */
/* ======================= */

.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

    .group:before,
    .group:after {
        display: table;
        content: "";
    }

    .group:after {
        clear: both;
    }

.clear {
	display: block;
	clear: both;
}

br.clear {
	height: 0px;
}

.hr-solid {
	clear: both;
	border-top: 1px solid #fff;
}

ul.no-space li,
ol.no-space li {
	margin-bottom: 0;
}

.meadows-container {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background: url('images/bg_meadows_container.jpg') repeat;
	margin-bottom: 20px;
	padding: 0 99px;
}

.meadows-content {
	width: 905px;
	margin: 0 auto;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.wp-post-image {
	border: 1px solid #fff;
	padding: 1px;
}

/* ===================== */
/* !END - Global Classes */
/* ===================== */

#mm-log-in-out {
	width: 905px;
	margin: 40px auto 5px;
	text-align: right;
}

/* ======================= */
/* !START - Top Navigation */
/* ======================= */

#site-header-nav-container {
	font-size: 0;
	white-space: nowrap;
	line-height: 0;
}

	/* first level li's */
	#site-header-nav-container > ul > li {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		position: relative;
		width: 16.67%;
		margin: 0;
		border-left: 1px solid #376d21;
		background: #376d21;
		text-align: center;
	}

	#site-header-nav-container > ul li:hover {
		background: #2d591b;
		background: rgba(45, 89, 27, .95);
		border-left: 1px solid #68935f;
	}

		/* all anchors */
		#site-header-nav-container ul li a {
			display: block;
			padding: 20px 0 23px;
			color: #fff;
			font-size: 14px;
			vertical-align: middle;
			text-decoration: none;
		}

/* >= second level ul's */
#site-header-nav-container ul ul {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	width: 101.5%;
}

#site-header-nav-container ul li:hover > ul {
	display: block;
	position: absolute;
	left: -1px;
	border-top: 3px solid #fff;
	border-bottom: 1px solid #68935f;
}

	#site-header-nav-container ul ul li {
		border-right: 1px solid #68935f;
		border-left: 1px solid #68935f;
		margin: 0;
		background: #376d21;
		background: rgba(55, 109, 33, .95);
		text-align: left;
	}

		#site-header-nav-container ul ul a {
			font-size: 14px;
			padding: 23px 10px 20px;
		}

/* ===================== */
/* !END - Top Navigation */
/* ===================== */

/* ==================== */
/* !START - Site Header */
/* ==================== */

#site-header {
	height: 151px;
}

	#site-header img {
		display: block;
		width: auto;
	}

/* ================== */
/* !END - Site Header */
/* ================== */

/* ================ */
/* !START - Content */
/* ================ */

#main-content-inner {
	width: 861px;
	padding: 22px;
	background: #dbe3cb;
}

	#main-content-inner > h1 {
		margin: 9px 0 10px 8px;
	}

#page-header {
	display: block;
	width: 845px;
	height: 212px;
	border: 8px solid #fff;
}

.three-vert-wrapper {
	margin-top: 22px;
	border: 8px solid #fff;
}

	.three-vert a {
		text-decoration: none;
	}

	.three-vert > a article,
	#single-content > a article {
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

		.three-vert > a article:hover,
		#single-content > a article:hover {
			background: rgba(0, 0, 0, .2);
			display: block;
		}

	.three-vert-wrapper article {
		padding: 10px;
	}

	.three-vert-wrapper h1 {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 12px;
	}

	.three-vert-wrapper .post-meta {
		margin-bottom: 0;
	}

	.three-vert-wrapper h2 {
		font-size: 14px;
		line-height: normal;
	}

	.three-vert-wrapper p.excerpt {
		margin-bottom: 0;
		font-size: 12px;
	}

.three-vert {
	float: left;
	width: 256px;
	height: 630px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}

	#three-vert-one {
		background: #8daf4e;
	}

		#three-vert-one .wp-post-image {
			display: block;
			width: 232px;
			height: 115px;
			margin-bottom: 5px;
		}

	#three-vert-two {
		width: 257px;
		border-left: 8px solid #fff;
		border-right: 8px solid #fff;
		background: #55713c;
	}

	#three-vert-three {
		background: #56872a;
	}

		#three-vert-three .wp-post-image {
			display: block;
			width: 232px;
			height: 115px;
			margin-bottom: 5px;
		}

#single-content {
	position: relative;
	width: 795px;
	min-height: 500px;
	border: 8px solid #fff;
	padding: 25px 25px 0 25px;
	background: #375a22;
}

	#single-content article.hentry {
		position: relative;
	}

	#single-content img {
		border: 1px solid #fff;
		padding: 1px;
	}

	/* Making A Wild Kitchen Garden */
	.page-id-30 #single-content {
		background: #454e5a;
	}

	/* Studio */
	/* Wild Farm */
	.page-id-4713 #single-content,
	.page-id-4715 #single-content {
		color: #707070;
		background: #f1f1f1;
	}

		.page-id-4713 #single-content a,
		.page-id-4715 #single-content a{
			color: #707070;
		}

		.page-id-4713 #single-content h2,
		.page-id-4715 #single-content h2 {
			color: #8b0303;
		}

		.page-id-4713 #single-content {
			width: 375px;
			padding-right: 420px;
			color: #707070;
			background: #f1f1f1 url('images/bg_studio.gif') no-repeat 450px 30px;
		}

		.page-id-4715 #single-content {
			width: 375px;
			padding-right: 420px;
			color: #707070;
			background: #f1f1f1 url('images/bg_wild_farm.gif') no-repeat 400px 30px;
		}

	/* Making A Meadow */
	.page-id-32 #single-content {
		background: #8eab52;
	}

	/* Invasive Plants */
	.page-id-34 #single-content {
		background: #496034;
	}

	/* Foraging Calendar */
	.page-id-26 #single-content {
		background: #789a2f;
	}

	/* Post List Pages */
	.blog #single-content,
	.page-id-10 #single-content,
	.page-id-24 #single-content,
	.page-id-41 #single-content {
		padding: 25px 25px 50px;
	}

	/* Professional Services */
	.page-id-43 #single-content {
		background: #96a057;
	}

	/* Media */
	.page-id-3527 #single-content {
		background: #4980db;
	}

.hor-row {
	margin-bottom: 22px;
	border-top: 8px solid #fff;
	border-right: 8px solid #fff;
	border-bottom: 8px solid #fff;
}

	.hor-row-con {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		width: 66%;
		border-left: 8px solid #fff;
		padding: 25px;
	}

	.hor-row-img {
		position: relative;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		display: block;
		width: 34%;
		border-left: 8px solid #fff;
		height: 100%;
		overflow: hidden;
	}
	
	.hor-row-img img {
		max-width: 100%;
	}

	.hor-row h2 {
		font-size: 14px;
		line-height: normal;
	}

	.hor-row p {
		font-size: 12px;
		margin: 10px 0 0;
	}

	#hor-row-one {
		background: #1f370b;
	}

		#hor-row-one .hor-row-img img {
			position: absolute;
			top: -25px;
			right: 0;
			max-width: 175%;			
		}

	#hor-row-two {
		background: #313131;
	}

		#hor-row-two .hor-row-img img {
			position: relative;
			top: -50px;
		}

	#hor-row-three {
		background: #2a2a2d;
	}

	#hor-row-four {
		background: #614038;
	}

		#hor-row-four .hor-row-img img {
			position: relative;
			top: -50px;
		}

	#hor-row-five {
		margin-bottom: 0;
		background: #82a839;
	}

.copyright {
	position: absolute;
	display: block;
	font-size: 10px;
	bottom: 8px;
}

.copyright-left {
	left: 10px;
}

.copyright-right {
	right: 10px;
}

.post-meta {
	margin-bottom: 15px;
}

	.single h2 {
		border-bottom: 1px solid #fff;
	}

	.post-meta-left  {
		float: left;
		width: 75%;
	}

	.post-meta-right {
		float: left;
		width: 25%;
	}

	.post-meta small {
		font-size: 12px;
	}

	.post-meta .post-date-time {
		margin-bottom: 20px;
		font-size: 20px;
	}

#single-content > a {
	text-decoration: none;
}

.sidebar {
	float: left;
	width: 244px;
}

#sidebar-right {
	padding-left: 25px;
}

#sidebar-left {
	padding-right: 25px;
}

	.sidebar img {
		display: block;
		margin-bottom: 25px;
	}

	.sidebar img + p {
		margin: -22px 0 25px;
	}

.content-w-sidebar {
	float: left;
	width: 526px;
}

.attachment-entry-thumbnail {
	float: left;
	max-width: 165px;
	max-height: 165px;
	margin: 0 25px 25px 0;
}

.attachment-post-thumbnail {
	display: block;
	max-width: 524px;
	margin: 0 auto 25px;
}

#post-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 795px;
	margin-bottom: 25px;
	padding: 0 25px;
}

	#post-pagination div {
		float: right;
		width: 50%;
		height: 20px;
		text-align: right;
	}

	#post-pagination div:first-child {
		float: left;
		text-align: left;
	}

	#post-pagination a {
		display: inline-block;
	}

/* =================== */
/* !START - Front Page */
/* =================== */

.featured-slider-wrapper {
	border: 8px solid #fff;
}

	#featured-slider {
		width: 845px;
		height: 272px;
	}

#our-philosophy-teaser {
	height: 180px;
	margin-bottom: 22px;
	border: 8px solid #fff;
	background-color: #3c7e03;
}

	#our-philosophy-teaser-left {
		float: left;
		width: 300px;
		height: 100%;
		border-right: 8px solid #fff;
	}

		#our-philosophy-teaser-left h1 {
			padding-top: 53px;
			font-size: 42px;
			text-align: center;
			font-weight: normal;
		}

	#our-philosophy-teaser .bx-wrapper {
		float: left;
		width: 487px;
		height: 100%;
		text-align: center;
		margin: 0;
	}

		#our-philosophy-teaser .bx-wrapper .bx-viewport {
			left: 0;
			border: 0;
			padding: 25px 25px 0;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			background: none;
		}

		#our-philosophy-teaser .bx-wrapper .bx-pager {
			width: 537px;
			bottom: 15px;
		}
		
		.bx-wrapper .bx-pager.bx-default-pager a {
			width: 15px !important;
			height: 15px !important;
			margin: 0 4px !important;
			-moz-border-radius: 0 !important;
			-webkit-border-radius: 0 !important;
			border-radius: 0 !important;
			background: #fff !important;
			opacity: .5 !important;
		}
		
		.bx-wrapper .bx-pager.bx-default-pager a.active {
			opacity: .75 !important;
		}


/* ================= */
/* !END - Front Page */
/* ================= */

#social-sidebar {
	position: fixed;
	z-index: 9999;
	top: 336px;
	left: 0;
	border: 5px solid #fff;
	border-left: 0;
	border-radius: 0 4px 4px 0;
	background: url('images/bg_white_73.png') repeat;
}

	.social-sidebar-icon {
		display: block;
		width: 34px;
		height: 34px;
		margin: 0 20px 18px;
		background: url('images/spritesheet.png') no-repeat;
	}

		.social-sidebar-icon:first-child {
			margin-top: 18px;
		}

	#social-sidebar-facebook {
		background-position: 0 0;
	}

	#social-sidebar-twitter {
		background-position: 0 -35px;
	}

	#social-sidebar-instagram {
		background-position: 0 -70px;		
	}
	
	#social-sidebar-pinterest {
		background-position: 0 -105px;
	}
	
	#social-sidebar-email {
		background-position: 0 -140px;
	}

/* ======================= */
/* !START - Foraged Flavor */
/* ======================= */

#ff-video-container {
	border-top: 8px solid #fff;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	background: #000;
}

#ff-quotes-slider {
	width: 861px;
	height: 164px;
	background-color: #fff !important;
}

.page-id-69 #single-content {
	border-top: 0;
	background: url('images/bg_foraged_flavor.jpg') no-repeat;
}

#ff-links {
	position: absolute;
	bottom: 45px;
	right: 148px;
	color: #a7323a;
}

	#ff-links a {
		color: #a7323a;
		font-weight: bold;
	}

	#ff-links a:hover {
		text-decoration: underline;
	}

/* ===================== */
/* !END - Foraged Flavor */
/* ===================== */

/* ============================== */
/* !START - Professional Services */
/* ============================== */

#ps-contact-us {
	display: none;
	text-align: right;
}

#ps-contact-us h2 {
	width: 426px;
	margin: 0 0 10px 369px;
	border-bottom: 1px solid #fff;
	line-height: 25px;
	text-align: left;
}

#ps-contact-us label {
	display: inline-block;
	width: 330px;
	margin-right: 39px;
	border-bottom: 1px solid #fff;
	text-align: right;
	line-height: 25px;
}

/* ============================ */
/* !END - Professional Services */
/* ============================ */

/* ============== */
/* !START - Media */
/* ============== */

.page-id-3527 ul.blogroll {
	list-style-type: none;
	font-size: 0;
	line-height: 0;
}

	.page-id-3527 ul.blogroll li {
		display: inline-block;
		margin: 0 23px 46px;
	}

		.page-id-3527 ul.blogroll li a {
			display: block;
		}

			.page-id-3527 ul.blogroll li a img {
				max-width: 215px;
				max-height: 215px;
			}

#honored {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	margin-bottom: 50px;
}

#honored  span {
	font-weight: normal;
	font-size: 16px;
}

/* ============ */
/* !END - Media */
/* ============ */

/* ========================== */
/* !START - Foraging Calendar */
/* ========================== */

#fc-intro {
	border-top: 8px solid #fff;
	border-right: 8px solid #fff;
	border-left: 8px solid #fff;
	padding: 45px 45px 20px;
	background: #c4c745;
}

#fc-plant,
#fc-taste,
#fc-preparation {
	width: 120px;
}

#fc-photo {
	width: 140px;
}

#fc-nutrition {
	width: 200px;
}

.page-id-26 th {
	color: #789a2f;
}

.page-id-26 td {
	height: 110px;
}

tr.odd {
	background: #99b55a;
}

.fc-photo-cell {
	padding: 0;
}

	.fc-photo-cell img {
		display: block;
		border: 0 !important;
		padding: 0 !important;
	}

.latin-name {
	font-style: italic;
	font-size: 10px;
}

#disclaimer {
	font-size: 12px;
	line-height: 16px;
}

/* ======================== */
/* !END - Foraging Calander */
/* ======================== */

/* ================= */
/* !START - Plant ID */
/* ================= */

#new-post-info {
	position: relative;
	margin-bottom: 22px;
	border: 8px solid #fff;
	padding: 25px 25px 0 25px;
	background: #55713c;
}

.new-post {
	position: relative;
	margin-bottom: 22px;
	border: 8px solid #fff;
	padding: 25px 25px 0 25px;
	background: #56872a;
}

#new-post-bottom {
	margin: 22px 0 0;
}

/* =============== */
/* !END - Plant ID */
/* =============== */

/* ======================== */
/* !START - Making A Meadow */
/* ======================== */

.page-id-32 ol {
	list-style-type: none;
}

/* ====================== */
/* !END - Making A Meadow */
/* ====================== */

/* =================== */
/* !START - Newsletter */
/* =================== */

.post-3270 form {
	width: 426px;
}

.post-3270 input[type="submit"] {
	position: absolute;
	display: block;
	border: 1px solid #375a22;
	color: #375a22;
}

/* =================== */
/* !END - Newsletter */
/* =================== */

/* ==================== */
/* !START - Single Post */
/* ==================== */

.single #single-content .hentry img {
	display: block;
	max-width: 524px;
	margin: 0 auto 25px;
}

/* ================== */
/* !END - Single Post */
/* ================== */

/* ============== */
/* !END - Content */
/* ============== */

/* ==================== */
/* !START - Site Footer */
/* ==================== */

#site-footer-inner {
	position: relative;
	padding: 13px 0;
	background: #376d21;
}

#site-footer img {
	float: left;
	margin-right: 5px;
}

#site-footer small {
	position: absolute;
	right: -3px;
	bottom: -23px;
}

/* ========================== */
/* !START - Bottom Navigation */
/* ========================== */

#site-footer-nav-container {
	line-height: 0;
	font-size: 0;
}

	#site-footer-nav-container ul {
		margin: 0;
	}

		#site-footer-nav-container ul li {
			display: inline-block;
			margin: 0;
			border-left: 1px solid #fff;
		}

			#site-footer-nav-container ul li a {
				display: block;
				padding: 25px 12px 29px;
				text-align: center;
				font-size: 14px;
				color: #fff;
				text-decoration: none;
			}

/* ======================== */
/* !END - Bottom Navigation */
/* ======================== */

/* ================== */
/* !END - Site Footer */
/* ================== */

/* ================ */
/* !START - Widgets */
/* ================ */

.widget {
	margin-bottom: 10px;
}

.widget-title {
	font: bold 14px 'FuturaMM';
	text-transform: uppercase;
	margin-bottom: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
}

.widget img {
	max-width: 240px;
}

/* ===================== */
/* !START - Social Links */
/* ===================== */

#php_widget-3,
#php_widget-5,
#php_widget-6,
#php_widget-7 {
	text-align: center;
	line-height: 0;
}

#php_widget-3 a,
#php_widget-5 a,
#php_widget-6 a,
#php_widget-7 a {
	display: inline-block;
}

#php_widget-3 img,
#php_widget-5 img,
#php_widget-6 img,
#php_widget-7 img {
	margin: 0 3px 0;
	border: 0;
	box-shadow: none;
}

/* =================== */
/* !END - Social Links */
/* =================== */

/* ======================= */
/* !START - Archive Widget */
/* ======================= */

.widget_archive ul,
.widget_wp-customtype-archive ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 0;
	padding-left: 15px;
}

.widget_archive ul li,
.widget_wp-customtype-archive ul li {
	position: relative;
	bottom: 5px;
	margin-bottom: 0;
}

/* ===================== */
/* !END - Archive Widget */
/* ===================== */

/* ===================== */
/* !START - Links Widget */
/* ===================== */

.widget_links ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 0;
	padding-left: 15px;
}

.widget_links ul li {
	position: relative;
	bottom: 5px;
	margin-bottom: 0;
}

/* =================== */
/* !END - Links Widget */
/* =================== */

/* ============== */
/* !END - Widgets */
/* ============== */

/* ================= */
/* !START - Comments */
/* ================= */

li.comment,
#respond {
	margin: 10px 0 25px 0;
	background: #809f7a;
	border: 1px solid #355821;
	padding: 10px;
	box-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
}

#comments label {
	font-size: 14px;
}

#comments input[type="email"],
#comments input[type="text"],
#comments textarea {
	display: block;
	width: 50%;
	margin-bottom: 10px;
}

#comments textarea {
	width: 501px;
}

#comments input[type="submit"] {
	margin-bottom: 10px;
	border: 1px solid #809f7a;
	color: #809f7a;
}

#comments select {
	margin-bottom: 10px;
}

.comment-avatar {
	float: left;
	width: 72px;
	margin-right: 10px;
}

.comment-content {
	float: left;
	width: 422px;
}

.comment-meta {
	margin-bottom: 10px;
}

.fn {
	font: bold 14px 'FuturaMM';
}

.reply {
	clear: both;
	margin-bottom: 10px;
}

#comments #respond p {
	margin-bottom: 0;
}

.form-allowed-tags {
	margin-bottom: 10px !important;
}

/* =============== */
/* !END - Comments */
/* =============== */

/* ======================== */
/* !START - Facebook Plugin */
/* ======================== */

.fb-social-plugin {
	margin-bottom: 25px !important;
}

/* ====================== */
/* !END - Facebook Plugin */
/* ====================== */

.nivo-slider-wrapper {
	position: relative;
}

/* ======================================== */
/* !START - WordPress Alignment and Caption */
/* ======================================== */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* ====================================== */
/* !END - WordPress Alignment and Caption */
/* ====================================== */
