/*   
Theme Name: MP-SEO
Theme URI: http://localhost/
Description: Search engine optimised Web2.0 theme with top header, top navigation, left content area, custom and standard right sidebars and footer.
Author: Daniel Ramdenee
Author URI: http://localhost/
Version: 1.0.1
*/

/* General styles */

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin:0;
	padding:0;
	border:0;
	width:100%;
	/* background:#DDD; */
	min-width:600px;
	font-size:90%;
	text-align: center;
	background-image: url('/images/qb-bg.gif');
	background-repeat: repeat;
	background-position: top left; 
}

h1 {
	color: #FD4100;
	font-size: 200%;
}

h1 a {
	color: #FD4100;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #0062A2;
	text-decoration: none;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: underline;
}

p, li, blockquote {
	color: #666;
}

a {
	color: #0062A2;
	text-decoration: underline;
}

form {
	margin:0;
	padding:0;
}

#wrapper {
	margin:10px auto;
	padding:0;
	width:960px;
	text-align:left;
}

/* Header */

#header {
	position: relative;
	height: 140px;
	padding:10px;
	margin-bottom:16px;
	background-image: url('/images/header-bg.jpg');
	background-repeat: no-repeat;
	background-position: top right; 
}

#header h1,
#header .site-title {
	margin: 8px 0 0 12px;
	padding: 0;
	color: #0062A2;
	font-size: 280%;
	font-weight: bold;
}

#header h2,
#header .site-description {
	margin: 0 0 0 24px;
	padding: 0;
	color: #666;
	font-size: 180%;
	font-weight: bold;
}

/* Logo */
#logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 10px;
}

#logo img {
	border: 0;
}

/* Navigation */
#navigation {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

#navigation ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}

#navigation ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#navigation ul li a,
#navigation ul li.selected {
	display:block;
	float:left;
	margin:0 0 0 0px;
	padding:3px 10px;
	text-align:center;
	color:white;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	background: transparent;
	background-image: url('/images/grey-burn.gif');
	background-repeat: repeat-x;
	background-position: top left;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border:1px solid #333;
	border-bottom: none;
}

#navigation ul li a:hover {
	background: #FD4100;
	color:white;
	background-image: url('/images/orange-burn.gif');
	background-repeat: repeat-x;
	background-position: top left;
	border:1px solid #333;
	border-bottom: none;
}

#navigation ul li.selected {
	background: #0062A2;
	color:white;
	background-image: url('/images/blue-burn.gif');
	background-repeat: repeat-x;
	background-position: top left;
	border:1px solid #333;
	border-bottom: none;
}

/* Main */
#content-wrapper {
	margin-bottom:16px;
}

#main {
	width: 65%;
	float: left;
}

#main-widescreen {
}

#main-content {
	padding: 8px 20px 8px 20px;
}

.main-content {
	background: #F8F8F8;
	margin-bottom: 12px;
	padding: 8px 20px 8px 20px;
}

#sidebar {
	width: 32%;
	float: right;
}

.sidebar-widget-head {
	margin: 0;
	padding: 3px 4px 4px 12px;
	position: relative;
}

.sidebar-widget-body {
	margin: 0 0 12px 0;
	padding: 8px 12px 8px 12px;
	position: relative;
}

/* Footer */

#footer {
	background: #F8F8F8;
	padding:10px;
}

#footer p {
	font-size: 75%;
	color: #666;
}

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

#footer ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#footer ul li a {
	margin:0;
	padding:0 10px 0 0;
	font-size: 85%;
	color:#0062A2;
	text-decoration:none;
	line-height:1.3em;
}

#footer ul li a:hover,
#footer ul li.selected {
	text-decoration:underline;
}

/* Header Advert */
#ad728t {
	position: relative;
	text-align: center;
	/* height: 100px; */
	padding:6px;
	margin-bottom:16px;
	background-color: #F8F8F8;
}

/* Footer Advert */
#ad728 {
	position: relative;
	text-align: center;
	/* height: 100px; */
	padding:6px;
	margin-bottom:16px;
	background-color: #F8F8F8;
}

/* Short Forms */

.sform-control {
	clear: both;
	margin:0;
	padding:4px;
}

.sform-control label {
	position:relative;
	float: left;
	width: 80px;
	margin-right: 8px;
	text-align: right;
	font-size: 85%; 
}

.sform-control input {
	width: 160px;
}

.sform-submit {
	clear: both;
	margin:0;
	padding:4px;
	text-align:center;
}

.image-sform {
	position: absolute;
	top: -145px;
	right: 100px;
}

/* Long Forms */

.lform-control {
	clear: both;
	margin:0;
	padding:4px;
}

.lform-control label {
	float: left;
	width: 160px;
	margin-right: 8px;
	text-align: right;
	font-size: 90%;
}

.type-button {
	margin: 12px;
	text-align: center;
}

.error {
	margin-left: 170px;
	color: #FD4100;
}

fieldset { border: none; }

.fieldset {
	position: relative;
	padding: 2.5em 1em 0.5em 1em;
	background: #F8F8F8;
	margin-bottom: 12px;
}

legend span {
	position: absolute;
	top: 0.5em; left: 1em;
	color: #0062A2;
	font-weight: bold;
}

.wide-input {
	width: 220px;
}

#feedback {
	position:relative;
	margin-left:40px;
}

#feedback img {
	position:absolute;
	top:-12px;
	left:0;
}

#feedback h3 {
	padding-left:50px;
}

/* Misc */

.center {
	text-align:center;
}

.hidden {
	display:none;
}

.leader {
	color: #58585A;
	font-weight: bold;
	font-size: 120%;
}

.larger {
	font-size:180%;
}

.blockquote {
	clear: both;
	font-size:130%;
	color:#AAA;
	margin: 16px;
	padding: 12px 12px 12px 64px;
	border-top: 1px dashed #5EA3D1;
	border-bottom: 1px dashed #5EA3D1;
	background-image: url('/images/quotemarks.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.image-caption {
	float: left;
	margin:0 12px 0 0;
	padding:0;
	border:0;
}

.image-border-right {
	padding-right:130px;
}

.light {
	background-color:#F8F8F8;
	color:#000;
}

.mid {
	background-color:#FE7040;
	color:#F8F8F8;
	background-image: url('/images/orange-burn.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

.dark {
	background-color:#0062A2;
	color:#F8F8F8;
	background-image: url('/images/blue-burn.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

.dk-border {
	border:1px solid #999;
}

.lt-border {
	border:1px solid #CCC;
}

.md-ot-border {
	border:1px solid #FD4100;
	border-top: none;
}

.md-ob-border {
	border:1px solid #FD4100;
	border-bottom: none;
}

.dk-ot-border {
	border:1px solid #999;
	border-top: none;
}

.dk-ob-border {
	border:1px solid #0062A2;
	border-bottom: none;
}

.clearance {
	clear: both;
}

.shadow {
	-moz-box-shadow: 0px 0px 12px #777;
	-webkit-box-shadow: 0px 0px 12px #777;
}

.full-round {
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
}

.high-round {
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
}

.low-round {
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
}

/* WP Styling Here */

.alignright {
	width: 45%;
	float: right;
	text-align: right;
}

.alignleft {
	width: 45%;
	float: left;
	text-align: left;
}

/* Site Custom */

.p-banner {
	height:320px;
	margin: -8px -12px 0 -12px;
	padding: 24px 18px 0 225px;
	color:white;
	font-weight:bold;
	font-size:150%;
	text-align:right;
}

.img-about {
	background-image: url('/images/piggy-bank.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
