	/*
Theme Name: Mannings Responsive
Theme URI: http://bravenewmedia.net
Description: This is a custom horizontally repeating theme design.
Author: Brave New Media
Version: 1.0
License: GNU General Public License
License URI: license.txt

---------- CSS 3 Styles -----------

BNM Colors
Dark Purple: #201C23
Light Purple: #433B48
Pink: #D9544E
Tan: #D3C7B1

-webkit-border-radius: 8px;
-moz-border-radius: 	 8px;
border-radius: 				 8px;
-webikit-box-sizing: border-box;
-moz-box-sizing: 		 border-box;
box-sizing: 				 border-box;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: 		#666 0px 2px 3px;
box-shadow: 				#666 0px 2px 3px;
background: #EEFF99;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
background: -webkit-linear-gradient(#EEFF99, #66EE33);
background: -moz-linear-gradient(#EEFF99, #66EE33);
background: -ms-linear-gradient(#EEFF99, #66EE33);
background: -o-linear-gradient(#EEFF99, #66EE33);
background: linear-gradient(#EEFF99, #66EE33);
-pie-background: linear-gradient(#EEFF99, #66EE33);
behavior: url(http://manningscafe.com/wp-content/themes/mannings/scripts/PIE.htc);
*/

div, article, section, aside, header, footer, iframe, input, textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	*behavior: url(http://manningscafe.com/wp-content/themes/mannings/scripts/boxsizing.htc);
}

a {
	color: #941A1D;
	outline: none;
	text-decoration: none;
	-webkit-transition:	all .3s ease-in-out;
	-moz-transition: 		all .3s ease-in-out;
	-ms-transition: 		all .3s ease-in-out;
	-o-transition: 		all .3s ease-in-out;
	transition: 			all .3s ease-in-out;
}

a:hover {
	color: #BF3D3D;
}

a.button {
	background: #201C23;
	color: #D1C7B3;
	display: block;
	margin: 0;
	padding: 14px 0;
	text-align: center;
	text-transform: uppercase;
}

a.button:hover {
	color: #D9544E;
	text-decoration: none;
}

a#logo {
	display: block;
	padding: 0;
}

a#logo img {
	height: auto;
	margin: 0 auto 20px auto;
	max-width: 100%;

	-webkit-transition:	all .5s ease-in-out;
	-moz-transition: 		all .5s ease-in-out;
	-ms-transition: 		all .5s ease-in-out;
	-o-transition: 		all .5s ease-in-out;
	transition: 			all .5s ease-in-out;
}

.aligncenter {
	clear: both;
	float: none;
	margin: 0 auto 15px auto;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignnone {
	float: none;
	height: auto;
	margin: 0 0 15px 0;
	max-width: 100%;
}

div.alignnone,
.menus .alignnone {
	margin: 0 0 25px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

aside .alignleft {
	margin: 0 5px 5px 0;
}

aside .alignright {
	margin: 0 0 5px 5px;
}

aside li .alignleft, aside li .alignright {
	margin-bottom: 0;
}

article {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
}

aside {
	display: block;
	margin: 10px 0 0 0;
	width: 100%;
}

aside ul {
	margin: 0;
	padding: 0;
}

aside ul li {
	list-style: none;
	margin-bottom: 10px;
}

body {
	background: #D3C7B1;
	font-family: 'Belgrano', serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.childcontainer {
	clear: both;
	margin: 0;
	padding: 0;
	Width: 100%;
}

.clearboth {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.content {
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	-webkit-transition:	all .5s ease-in-out;
	-moz-transition: 		all .5s ease-in-out;
	-ms-transition: 		all .5s ease-in-out;
	-o-transition: 		all .5s ease-in-out;
	transition: 			all .5s ease-in-out;
}

.error404 .content {
	padding: 40px;
}

.contentcontainer {
	background: #EAE2D0;
	margin: 0;
	padding: 0;
	width: 100%;
}

footer {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;

	-webkit-transition:	all .5s ease-in-out;
	-moz-transition: 		all .5s ease-in-out;
	-ms-transition: 		all .5s ease-in-out;
	-o-transition: 		all .5s ease-in-out;
	transition: 			all .5s ease-in-out;
}

#footercontainer {
	background: #BBB5A6;
	margin: 0;
	padding: 0;
	width: 100%;
}

#footerlogo {
	display: none;
}

form {
	margin: 0;
	padding: 0;
}

form input,
form textarea {
	background: #F8F4EA;
	border: none;
	display: inline-block;
	font-family: 'Belgrano', serif;
	height: 30px;
	margin: 0;
	padding: 5px 10px;
}

form label {
	float: none;
	margin: 0 5px 0 0;
	width: 100%;
}

form input[type=submit] {
	background: #B3AFA1 url(images/icons/arrow-next.png) no-repeat center;
	cursor: pointer;
	margin: 0 0 0 -5px;
	padding: 0;
	text-indent: -999em;
	width: 30px;
}

h1 {
	color: #09472B;
	font-size: 2em; /* 32px / 16px */
	font-weight: normal;
	line-height: 1.2em; /* 34px / 16px */
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
}

.error404 h1 {
	text-align: center;
}

h2 {
	color: #B4151A;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: .05em;
	line-height: 1.2em;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase
}

.home h2,
.module.third .regionlighttan h2 {
	color: #2B1A20;
	font-size: 18px;
}

aside h2 {
	color: #2B1A20;
	font-size: 18px;
	text-transform: capitalize;
}

h3 {
	color: #941A1D;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 5px 0;
	padding: 0;
}

.home h3 {
	color: #941A1D;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 5px 0;
	padding: 0;
}

h4 {
	color: #28222B;
	font-size: 1em; /* 16px / 16px */
	font-weight: normal;
	line-height: 1.125em; /* 18px / 16px */
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: capitalize;
}

h1 a, h2 a, h3 a, h4 a {
	color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
}

header {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	-webkit-transition:	all .5s ease-in-out;
	-moz-transition: 		all .5s ease-in-out;
	-ms-transition: 		all .5s ease-in-out;
	-o-transition: 		all .5s ease-in-out;
	transition: 			all .5s ease-in-out;
}

#headercontainer {
	background: #B21821;
	margin: 0;
	padding: 0;
	width: 100%;
}

.hr {
	background: #B3AFA0;
	border: none;
	clear: both;
	height: 1px;
	margin: 15px 0;
	padding: 0;
}

.hr.tan {
	background: #E6DEC9;
	margin: 10px 0;
}

iframe {
	border: 3px solid #fff;
	height: 300px;
	margin-bottom: 20px;
	width: 100%;
}

img {
	border: none;
	display: block;
}

img.featured, .module img {
	width: 100%;
	height: auto;
}

.introimg {
	height: auto;
	max-width: 100%;
}

#main {
	margin: 10px 0 40px 0;
	width: 100%;
}

.home .module {
	margin: 0 0 20px 0;
}

.module.lighttan {
	background: #F8F4EA;
}

nav {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}

ol {
	margin: 0 0 15px 25px;
	padding: 0;
}

ol li {
	margin: 0 0 5px 0;
}

p, ul li, ol li, .edit-link {
	color: #5C5654;
	font-size: 14px; /* 12px / 16px */
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
}

.error404 p {
	text-align: center;
}

aside .placeholder.alignleft {
	margin-right: 9px;
	width: 20px;
}

.regionlighttan {
	background: #F8F4EA;
	padding: 15px 15px 30px 15px;
}

.regionpink {
	background: #BD3E40 !important;
}

.regionpink ul li,
.regionpink p {
	color: #EBE3CF;
}

.regionwhite {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

.shadow {
	-webkit-box-shadow: 2px 2px 3px 0 RGBA(43, 26, 32,.1);
	box-shadow: 2px 2px 3px 0 RGBA(43, 26, 32,.1);
}

.sideimage {
	border: 3px solid #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	*behavior: url(http://manningscafe.com/wp-content/themes/mannings/scripts/boxsizing.htc);
	display: none;
	max-width: 100%;
	height: auto;
	margin: 15px auto;
}

#slidecontainer {
	margin: 0;
	padding: 0;
	width: 100%;
}

.textblack {
	color: #000;
}

.textcapitalize {
	text-transform: capitalize;
}

.textcenter {
	text-align: center;
}

.textdarkred,
.textdarkred p {
	color: #941A1D;
}

.textgray {
	color: #5C5654 !important;
}

.textinherit {
	color: inherit !important;
}

.textlarge,
.textlarge p {
	font-size: 16px;
	line-height: 24px;
}

.textred,
.textred p {
	color: #BF3D3D;
}

.textsmall {
	font-size: 12px !important;
	line-height: 18px !important;
}

/*#tabs .tab {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}*/

#tabs .tab h2 {
	font-size: 20px;
	letter-spacing: .1em;
}

#tabs .tab h3 {
	margin: 0;
}

#tabs .tab .module.half {
	margin-bottom: 10px;
}

#tabs .tab p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
}

.bar #tabs .tab p.textsmall,
.page-template-template-single-bar-page-php #tabs .tab p.textsmall {
	margin-bottom: 30px;
}

#tabs ul {
	display: none;
}

#tabs ul.tabnav li a {
	color: #5C5654;
}

#tabs ul.tabnav li a:hover,
#tabs ul.tabnav li.ui-state-active a {
	color: #09472B;
}

#topnavcontainer {
	background: #921C21;
	margin: 0;
	padding: 15px;
	width: 100%;
}

#topnav {
	-webkit-transition:	all .5s ease-in-out;
	-moz-transition: 		all .5s ease-in-out;
	-ms-transition: 		all .5s ease-in-out;
	-o-transition: 		all .5s ease-in-out;
	transition: 			all .5s ease-in-out;
}

#topnav p {
	color: #E6DECA;
	float: none !important;
	letter-spacing: .05em;
	margin: 0 !important;
	padding: 0 10px 5px 10px;
	text-align: center !important;
}

#topnav ul.social {
	display: inline-block;
	margin: 0 0 0 15px;
}

#topnav ul.social li {
	list-style: none;
	margin: 0;
}

#topnav ul.social li a {
	display: block;
}

#topnav ul.social li.facebook a {
	background: url(images/icons/facebook.png) no-repeat center center;
	height: 21px;
	width: 21px;
}

ul {
	margin: 0 0 15px 20px;
	padding: 0;
}

ul.gray,
ul.simple {
	margin: 0;
}

ul li {
	list-style: disc;
	margin: 0 0 5px 0;
}

ul.inline li {
	text-align: center;
}

.cta ul.inline li {
    margin-bottom: 10px;
}

.cta ul.inline li:last-child {
    margin-bottom: 0;
}

ul.simple li {
	list-style: none;
	margin: 0 0 10px 0;
}

ul.gray li {
	list-style: none;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

ul li.clearboth {
	clear: both !important;
	float: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: -999em;
	width: 0 !important;
}
