/*
Theme Name: MW Executive
Theme URI: http://www.uniteldirect.co.uk
Description: MW Executive
Author: Unitel Direct
Author URI: http://www.uniteldirect.co.uk
Version: 1.0
Tags: mw executive, unitel direct

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #436c98;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	background: url(images/wrapper-bg.jpg) repeat-y top left;
}
h1, h2, h3, p, table, ul {
	margin-bottom: 15px;
}
/* -----------------------------------
	Header
----------------------------------- */	
#header {
	width: 900px;
	height: 250px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: #F6F0E0;
}
/* -----------------------------------
	Sidebar
----------------------------------- */
#sidebar {
	background: #1d1f1f;
	padding: 0px;
	margin: 0px;
	height: 350px;
	width: 200px;
	float: left;
}
#theNavigation {
	width: 200px;
}
#theNavigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#theNavigation a {
	display: block;
	padding: 5px 3px 5px 15px;
	width: 182px;
	background-color: #1d1f1f;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
#theNavigation a:link {
	color: #fff;
	text-decoration: none;
}
#theList a:visited {
	color: #EEE;
	text-decoration: none;
}
#theNavigation a:active {
	background-color: #1d1f1f;
	color: #fff;
}
/* -----------------------------------
	Content
----------------------------------- */
#content {
	float: right;
	background: #3a71a1;
	padding: 10px;
	margin: 0px;
	min-height: 350px;
	width: 680px;
	display: inline;
}
#content p {
	font-size: 12px;
	color: #fff;
}
#content li {
	font-size: 12px;
	list-style: inside square;
	margin-left: 15px;
	color: #fff;
}
#content h1 {
	font-size: 22px;
	color: #fff;
}
#content h2 {
	font-size: 16px;
	color: #fff;
}
/* -----------------------------------
	Footer
----------------------------------- */
#footer {
	width: 900px;
	height: 20px;
	clear: both;
	background: #325884;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
#footer p {
	color: #fff;
	text-align: center;
	font-size: 12px;
}
/* -----------------------------------
	Wordpress Stuff
----------------------------------- */	
.sticky{}
.bypostauthor{}
.wp-caption{}
.wp-caption-text{}
.gallery-caption{}
.alignright {
	float: right;
	margin-left: 5px;
}
.alignleft {
	float: left;
	margin-right: 5px;
}
.aligncenter {
	margin: 0 auto;
}