/*
Theme Name: Myrtle Potter Consulting
Theme URI: http://www.insightfuldevelopment.com
Description: Custom theme for Myrtle Potter Consulting
Author: Travis Watson
Author URI: http://travis.watson.ws
*/

/* Eric Meyer's CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body, hml { width: 100%; height; 100%; }

body {
	background-color: #A8A9AC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#centerwrapper {
	width: 850px;
	margin: 0 auto;
	padding-top: 10px;
}

#main, #main-home {
	float: left;
	width: 100%;
	background: #46525F url('img/mp.gif') no-repeat right bottom;
	padding-bottom: 40px;
}

/***** HEADER *****/

#header {
	float: left;
	width: 100%;
	height: 176px;
	background-color: #FF4F00;
	position: relative;
	border-bottom: 2px solid #A8A9AC;
}

#header-logo {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 490px;
	height: 146px;
	background: url('img/header-logo.gif') no-repeat 0 0;
	overflow: hidden;
	text-indent: -999em;
}

#header-logo a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

/***** Quote Box *****/
#quotes-home {
	clear: both;
	height: 78px;
	background-color: #FF4F00;
	position: relative;
	overflow: hidden;
	border-width: 2px 0;
	border-style: solid;
	border-color: #A8A9AC;
}

#quotes-home li {
	text-align: center;
	height: 78px;
	line-height: 78px;
	color: #fff;
	font-size: 18px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
}

#quotes-home li:first-child { top: 0; }

/***** SIDEBAR *****/

#sidebar {
	width: 233px;
	float: left;
}

#sidebar-upper {
	border-right: 2px solid #A8A9AC;
}

#sidebar-upper li { border-top: 2px solid #A8A9AC; }
#sidebar-upper li:first-child { border-top: none; }

#sidebar-upper li a {
	display: block;
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 20px;
}

#sidebar-upper li a:hover { background-color: #303841; }

#sidebar-separator {
	height: 80px;
	background-color: #FF4F00;
	border-color: #A8A9AC;
	border-style: solid;
	border-width: 2px 2px 2px 0;
}

#sidebar-lower {
	margin: 20px 0 20px 20px;
	padding-right: 20px;
	border-right: 3px solid #fff;
}

#sidebar-lower .widget {
	padding-bottom: 13px;
	color: #fff;
}

#sidebar-lower h4 {
	color: #A8A9AC;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3em;
	padding: 5px 0;
}

#sidebar-lower h4 a {
	color: #A8A9AC;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3em;
	text-decoration: none;
}

#sidebar-lower p { margin-bottom: 1em; }

#main-home #sidebar-upper {
	width: 231px;
	float: left;
}

#main-home #sidebar-lower {
	width: 190px;
	float: left;
}

/***** FOOTER *****/

#footer {
	float: left;
	width: 100%;
	padding: 12px 0;
	font-size: 13px;
	color: #000;
	text-align: center;
}

#footer span {
	padding: 0 8px;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

/***** CONTENT *****/
#photo-home {
	position: absolute;
	left: 3px;
	top: 3px;
}

#content, #content-home {
	position: relative;
	float: right;
	width: 577px;
	padding: 20px;
	color: #fff;
	line-height: 1.3em;
}

#content-home {
	padding-left: 277px;
	width: 320px;
	font-size: 17px;
	line-height: 21px;
}

#content-home ul {
	padding: 20px 0 0 20px;
	list-style: square outside;
}

#content-home li {
	padding: 15px 0 20px 0;
}

#content a { color: #fff; }
#content a:hover { color: #FF4F00; }

#content h1 {
	margin: 0 0 8px 0;
	font-size: 18px;
	font-weight: bold; 
}

#content h2, #content h3, #content h4 {
	font-size: 16px;
	margin:  0 0 8px 0;
	font-weight: bold;
}

#content h3 {
	color: #A8A9AC;
	font-style: italic;
}

#content h4 {
	font-weight: normal;
	font-style: italic;
}

#content h1 a, #content h2 a, #content h1 a:hover, #content h2 a:hover {
	color: #ffffff;
	text-decoration: none;
}

#content h3 a, #content h4 a, #content h3 a:hover, #content h4 a:hover {
	color: #deb034;
	text-decoration: none;
}

#content p {
	margin: 0 0 10px 0;
}

#content ul, #content ol {
	margin: 10px 0 10px 30px;
}

#content li { padding: 5px 0; }

#content ul { list-style: square outside; }
#content ol { list-style: decimal outside; }

#mpmedia a { text-decoration: none; }
#mpmedia li.current-menu-item a { color: #999; }

#mpprint {
	width: 100% !important;
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

#mpprint li {
	width: 46% !important;
	float: left !important;
	height: 100px !important;
	padding: 0 !important;
	margin: 0 2% 10px 0 !important;
}

#mpprint li.current-menu-item { background-color: #303841; }

#mpprint a {
	display: block !important;
	text-decoration: none !important;
	padding: 15px 10px 0 80px !important;
	position: relative !important;
	height: 85px !important;
}

#mpprint img {
	position: absolute !important;
	left: 5px !important;
	top: 11px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#content.mpprint img {
	display: block;
	margin: 20px auto;
}

#content.mpmedia object {
	display: block;
	margin: 20px auto;
}

#content td { vertical-align: top; }

#mpc_contact ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mpc_contact label, #mpc_contact input[type=text], #mpc_contact textarea { display: block; }

#mpc_contact input[type=text], #mpc_contact textarea { width: 60%; }