#logo {
	padding: 0;
	float: left;
	max-width: 100%;
	-moz-box-sizing: border-box;
}

#mainnav {
	border-top: 2px solid rgb(250,151,22);
	background: url("images/navi-bg.png") repeat scroll 0 0 rgb(250,151,22);
	margin: 0 -1.2em;
}

#mainnav-menu a {
	display: block;
	padding: 1.5em 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-left: 3em;
}

#mainnav-menu ul a {
	width: 15rem;
	padding-left: 3em;
	padding-right: 3em;
	margin: 0;
	float: left;
	font-weight: normal;
	border-bottom: 1px solid rgb(85,85,85);
	font-size: .8em;
}

#mainnav-bg-wrap {
	margin: 0 -1.2em -1.2em;
	border-right: 1.2em solid transparent;
	border-left: 1.2em solid transparent;
	border-image: none;
	border-width: 1.2em 1.2em medium;
	border-style: solid solid none;
	border-color: rgb(34,34,34) transparent -moz-use-text-color;
}

.mc4wp-form input[type="submit"], .mc4wp-form button {
	color: rgb(255,255,255) !important;
	background-color: rgb(66,139,202);
	border-color: rgb(53,126,189);
	margin-left: 85px;
}

.mc4wp-form label {
	font-size: 1.2em;
	margin: 6px 0;
	color: #fa961c;
}

#sidebar {
	margin-left: 72%;
	width: 29%;
	-moz-box-sizing: border-box;
}

#sidebar .widget {
	margin-bottom: 0;
	padding: 1.5em;
	color: rgb(34,34,34);
	background: none repeat scroll 0 0 rgb(253,253,253);
	box-shadow: 0 0 3em rgb(255,255,255) inset;
	border: none;
	word-wrap: break-word;
}

.widgettitle {
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #FFF;
	text-align: center;
	border: 0 solid #fff;
	border-radius: 4px;
	box-shadow: none;
	color: #004B8D;
	cursor: pointer;
	font: bold 14px/13px Helvetica, Arial, sans-serif;
	height: 24px;
	margin: 0;
	overflow: visible;
	padding: 8px 0 0 13px;
	position: static;
}

.widget img {
	max-width: 100%;
	height: auto;
	margin-top: 0;
}

#footer-widgets-wrapper {
	margin: 0 -1.2em;
	background: #FFFFFE;
	border-top: 2px solid #ffffff;
}

#wrap {
	margin-top: 1px;
	padding: 1.5em;
	background: #fdfdfd;
	border: 1.2em solid #fa9716;
	box-shadow: inset 0 0 0 1px #ccc;
}

#footer-widgets .widget {
	background: #004b8d;
	box-shadow: inset 0 0 3em #252525;
	border: none;
}

#footer {
	padding: 15px;
	background: url("images/navi-bg.png") repeat scroll 0 0 rgb(250,151,22);
	margin: 0;
}

#wp-calendar {
	color: rgb(246,241,241);
	line-height: 1.6em;
}

body {
	font-family: 'Arimo', Verdana, Arial;
	font-size: .7em;
	color: rgb(102,97,97);
}

.page-title, .post-title {
	font-weight: normal;
	font-family: Arial;
	color: #004B8E;
	line-height: 1.3em;
}

#mainnav-menu a {
	display: block;
	padding: 1.5em 0;
	margin-right: 3em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
}

#wrapper {
	max-width: 1140px;
	width: 85%;
	background: none repeat scroll 0 0 rgb(253,253,253);
	border-top: .5em solid rgb(250,151,22);
	margin: 3% auto;
	box-shadow: 0 0 5px rgb(170,170,170);
}

.widgettitle {
	font-size: 1.5em;
	font-weight: normal;
	color: rgb(68,68,68);
	font-family: 'Arimo', Verdana, Arial;
	text-transform: uppercase;
	padding: 0 0 .4em;
	border-bottom: 1px solid rgb(204,204,204);
	text-shadow: 1px 1px 0 rgb(255,255,255);
	margin-bottom: 1em;
	text-align: center;
	border: 0 solid rgb(204,204,204);
	border-radius: 4px;
	box-shadow: none;
	color: rgb(8,103,171);
	cursor: pointer;
	font: bold 14px/13px Helvetica, Arial, sans-serif;
	height: 24px;
	margin: 0;
	overflow: visible;
	padding: 8px 0 0 13px;
	position: static;
	text-shadow: 0 1px 0 rgb(255,255,255);
}

#social input#submit {
	border: 1px solid rgb(204,204,204);
	border-radius: 4px;
	box-shadow: none;
	cursor: pointer;
	font: bold 14px/13px Helvetica, Arial, sans-serif;
	height: 24px;
	margin: 0;
	overflow: visible;
	padding: 4px 13px;
	position: static;
	text-shadow: 0 1px 0 rgb(255,255,255);
	background: no-repeat scroll 0 0 rgb(0,75,141);
}

#social #reply-title, #social .social-nav .social-current-tab {
	background: none;
}

#comments .comments-title, #respond #reply-title {
	font-weight: normal;
	font-family: Arial;
}

.entry ol, .comment ol {
	list-style: decimal outside none;
}

.entry ul, .comment ul {
	list-style: square outside none;
}