/*

Theme Name: Morgan Walsh

Theme URI: http://www.duckonwater.co.uk/

Description: A bespoke website design for Morgan Walsh

Version: 1.0

Author: Duck On Water

Author URI: http://www.duckonwater.co.uk

*/
* {
    margin: 0px;
    padding: 0px;
}
body  {
	background: #EFEDF2 url(images/bg-strip.jpg) repeat-x 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #560185;
	margin: 0px 0px 15px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	color: #560185;
	margin: 0px 0px 15px;
	padding: 10px 0px 0px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #560185;
	margin: 0px 0px 15px;
	padding: 10px 0px 0px;
	font-weight: normal;
}
h4 {
	font-size: 14;
	color: #000;
	margin: 0px 0px 15px;
	padding: 10px 0px 0px;
	font-weight: normal;
}
p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #615469;
	line-height: 17px;
}
a {
	text-decoration: underline;
	color: #560185;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
img {

	border-width: 0px;

}
ul, ol {
	margin: 0px 0px 20px 0px;
}

ul li, ol li {
	font-size: 14px;
	color: #615469;
	line-height: 17px;
	margin: 0px 0px 0px 50px;
	padding: 0px;
}

.alignright {
	float:right;
	margin:0 0 20px 15px;
	display: block;
	padding: 4px;
	clear: both;
}
.alignleft {
	float:left;
	margin:0 15px 20px 0;
	display: block;
	padding: 4px;

}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
}

/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}
.wp-caption {
	text-align: center;
	background: #FFF;
}
.wp-caption img {
	margin: 0;
	border: 0 none;
	padding: 4px 0px 0px;
}
p.wp-caption-text  {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 4px;
	margin: 3px 0px 0px;
	text-align: center;
	display: block;
}
/* End captions */
h1 a {
	text-transform: uppercase;
	font-size: 24px;
	color: #515151;
	margin: 0px;
	padding: 20px 0px 0px;
}
h1 a:hover {
	color: #999;
	text-decoration: underline;
}
 #wrapper {
	width: 990px;
	margin: 0 auto;
	display: block;
	height: 100%;
	padding: 0px;
}
#shadow {
	background: url(images/content-bg.jpg) repeat-y 0px 0px;
	width: 990px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#container {
	width: 970px;
	margin: 0;
	text-align: left;
	float: left;
	background: url(images/bg-header-strip.jpg) no-repeat 0px 0px;
	padding: 0px 10px;
}
#mainContent {
	margin: 0;
	float: left;
	width: 550px;
	padding: 0 0px 0 40px;
}
#mainContent h1 {
	font-size: 24px;
	color: #560185;
	margin: 0px 0px 15px;
	padding: 0px;
	font-weight: normal;
}
#pageContent {
	margin: 0;
	float: left;
	width: 870px;
	padding: 0 0px 0 40px;
} 
#homeContainer {
	width: 980px;
	margin: 0;
	text-align: left;
	padding-bottom: 50px;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
}
 #header {
	padding: 0;
	margin: 0px;
	float: left;
	width: 970px;
	height: 85px;
} 
#header img {
	display: block;
	border-width: 0px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	float: left;
}
#breadcrumbs {
	margin-top: 20px;
}
#breadcrumbs a {
	font-size: 11px;
	color: #c6c0ca;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #5600B0;
	text-decoration: underline;
}
#breadcrumbs p {
	font-size: 11px;
	color: #c6c0ca;
	text-decoration: none;
}
#phone {
	background: url(images/phone.jpg) no-repeat 0px 0px;
	width: 200px;
	height: 60px;
	float: right;
	display: block;
	margin: 0px;
	padding: 0px;
}
#phone p {
	margin: 0px;
	padding: 28px 0px 0px 43px;
	vertical-align: bottom;
	text-align: left;
	color: #FFF;
	font: 19px Arial, Helvetica, sans-serif;
}
 #header h1 {
	margin: 0;
	padding: 10px 0;
}
/* =Menu
-------------------------------------------------------------- */
#nav {
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
	padding: 0px 0px 0px 32px;
	height: 35px;
}
#nav .menu-header,
div.menu {
	margin-left: 0px;
}
#nav .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}
#nav .menu-header li,
div.menu li {
	float:left;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#nav a {
	display:block;
	text-decoration:none;
	color:#FFF;
	padding:0 15px 0 10px;
	line-height:35px;
	text-transform: uppercase;
	font-size: 12px;
}
#nav ul ul {
	display:none;
	float:left;
	width: 180px;
	z-index: 99999;
	position: absolute;
	left: 0px;
}
#nav ul ul li {
	min-width: 180px;	
}
#nav ul ul ul {
	left:100%;
	top:0;
}
#nav ul ul a {
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
	background: #5E0B7F;
}
#nav li:hover > a,
#nav ul ul :hover > a {
	color:#fff;
}
#nav ul li:hover > ul {
	/*display:block;*/
}
#nav ul li.current_page_item > a,
#nav ul li.current-menu-ancestor > a,
#nav ul li.current-menu-item > a,
#nav ul li.current-menu-parent > a {
	color: #fff;
}

* html #nav ul li.current_page_item a,
* html #nav ul li.current-menu-ancestor a,
* html #nav ul li.current-menu-item a,
* html #nav ul li.current-menu-parent a,
* html #nav ul li a:hover {
	color:#fff;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div {
	margin: 0;
	text-transform: uppercase;
	font: bold 14px Verdana, Geneva, sans-serif;
}
#mainContent #listWorks {
	display: block;
	margin-bottom: 50px;
}
 #sidebar {
	float: right;
	width: 300px;
	padding: 0px 30px;
	margin-top: 40px;
	background: url(images/sidebar-faded-line.jpg) no-repeat 0px 0px;
}
#sidebar img {
	padding: 0px 0px 0px 20px;
	margin: -10px 0px 0px;
	border-width: 0px;
}
#defence {
	width: 290px;
	margin: 0px 0px 30px;
	padding: 0px;
	float: right;
	background: url(images/box-bg.jpg) repeat-y 0px 0px;
}
#defenceHeader {
	background: url(images/shield-top.jpg) no-repeat 0px 0px;
	height: 29px;
	width: 265px;
	padding: 30px 5px 5px 20px;
}
#defenceHeader h2 {
	font-size: 18px;
	color: #560185;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#defence p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
}
#defence li {
	font-size: 12px;
}
#ict {
	width: 290px;
	margin: 0px;
	padding: 0px;
	float: right;
	background: url(images/box-bg.jpg) repeat-y 0px 0px;
}
#ictHeader {
	background: url(images/cup-top.jpg) no-repeat 0px 0px;
	height: 29px;
	width: 265px;
	padding: 30px 5px 5px 20px;
}
#ictHeader h2 {
	font-size: 18px;
	color: #560185;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#ict p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
}
#ict li {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 5px;
}
.boxBottom {
	background: url(images/footer-box-bg.jpg) no-repeat 0px bottom;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 290px;
}
#portrait {
	float: right;
	display: block;
	margin-top: -20px;
}
#homeContent {
	margin: 0;
	padding: 0 0px 0 20px;
	float: left;
	width: 515px;
	display: block;
} 
#subHead {
	margin: 0px;
	padding: 0px;
}
#footer {
	padding: 0;
	height: 160px;
	width: 100%;
	margin: 0px;
	position: relative;
	display: block;
	overflow: visible;
	float: left;
	clear: both;
	background: url(images/footer-bg.jpg) no-repeat 0px 0px;
}
#footerNav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	height: 20px;
}

#footerNav ul {
	margin: 0px auto 0px 80px;
	padding: 0px;
}
#footerNav ul li {
	display: block;
	list-style: none;
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#footerNav ul li a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #6C6C6C;
	text-decoration: none;
}

#footerNav ul li a:hover {
	color: #FFF;
}
#footer p {
	margin: 0;
	padding: 10px 0; 
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wpcf7-submit {
	color: #560185;
	margin: 0px;
	padding: 0px;
	background: url(images/send.jpg) no-repeat 0px 0px;
	height: 26px;
	width: 56px;
	border-width: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.wpcf7-submit:hover{
	cursor:pointer;
	cursor:hand;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}