/*
Theme Name: TheMarketingBod_Theme
Theme URI: http://wordpress.org/
Description: The Marketing Bod 
Author: Rowan Richardson
Author URI: http://www.roweena.co.uk
Tags: blue, custom header, fixed width, two columns, widgets

	TheMarketingBod v1
	http://www.roweena.co.uk


*/



/* Global Reset @ */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, form {
margin: 0;
padding: 0;
}

body {
	background: #e7e8d1 url(images/bg.gif) top repeat-x;
	margin: 0 auto;
	font: 80% Arial, Helvetica, sans-serif;
	color: #333
}

#container {
	width: 910px;
	margin: 0 auto;
	position: relative;

}

#header {
	height: 225px;
}

#logo {
	margin: 25px 0 0 25px
}

#top-images {
	position: absolute;
	left: 240px;
	top: 110px;
	font-size: 230%
}

#rotate img {
	margin: 5px 0 0 0;
	position: relative;
	z-index:0 

}


#left-column {
	float: left;
	width: 330px;
	background: #f7f7eb;
	margin: 25px 0 0 0;
	min-height: 550px;
	height:auto !important;
  	height:550px;
}

#middle-column {
	float: left;
	width: 300px;
	margin: 25px 0 0 25px;
	background: #f7f7eb;
	min-height: 550px;
	height:auto !important;
  	height:550px;
}

#right-column {
	float: left;
	width: 230px;
	margin: 25px 0 0 25px;
}

#wide-column {
	width: 600px;
	float: left;
	background: #f7f7eb;
	margin: 25px 0 0 0;
	padding-bottom: 20px 
}

#right-wide-column {
	width: 285px;
	float: left;
	background: #f7f7eb;
	margin: 25px 0 0 25px;
	padding: 0 0 20px 0
}

/* #right-wide-column-blue {
	width: 285px;
	float: left;
	margin: 25px 0 0 25px;
	background: #48c1d5;
	text-transform: uppercase
} */


#right-wide-column-pink {
	width: 285px;
	float: left;
	margin: 25px 0 0 25px;
	background: #dc006b;
	text-transform: uppercase
}


#right-wide-column-green-contact {
	width: 285px;
	float: left;
	margin: 10px 0 0 25px;
	padding: 10px 0;
	background: #5eaf36;
	font-size: 120%
}

#right-wide-column-pink-contact {
	width: 285px;
	float: left;
	margin: 25px 0 0 25px;
	background: #dc006b url(images/icon-big-phone.gif) 97% 15% no-repeat;
	font-size: 120%;
	padding: 0 0 10px 0;
}


#right-column-pink {
	width: 210px;
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 110%;
	padding: 10px;
	background:  #dc006b url(images/icon-phone.gif) 95% 25% no-repeat

}

#right-column-blue-wide {

	width: 265px;
	float: left;
	margin: 25px 0 0 25px;
	color: #fff;
	font-size: 110%;
	padding: 10px;
	background:  #48c1d5

}

#right-column-green-wide {

	width: 265px;
	float: left;
	margin: 25px 0 0 25px;
	color: #fff;
	font-size: 110%;
	padding: 10px;
	background:  #5eaf36
}

#right-column-blue {
	width: 210px;
	margin: 0 0 10px 0;
	color: #fff;
	padding: 10px;
	background:  #48c1d5 url(images/icon-newsletter.gif) 95% 12% no-repeat;
	height: 95px
}

#right-column-green {
	width: 210px;
	background: #5eaf36;
	color: #fff;
	padding: 10px;
	height: 183px
}

#nav {
	position: absolute;
	top: 0;
	right: 0;
	height: 65px;
	text-transform: uppercase
}


#nav li {
	height: 65px;
	float: left;
	list-style: none;
	font-size: 95%;
	font-weight: bold;
}

#nav li a {
	color: #333;
	display: block;
	padding: 20px 13px 20px 13px;
	text-decoration:none;
}

#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a{
	background-color:#5eaf36;
	color: #fff
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 20em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 100
}

#nav li ul li{ 
	background-color:#5eaf36;
	width: 20em;
	z-index: 100;
	height: 30px
}

#nav li li a {
	color: #fff;
	display: block;
	padding: 10px 13px 10px 13px;
	text-decoration:none;
}

#nav li li a:hover {
	text-decoration:underline;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li.page-item-37 ul {
	display: none;
}

#sub-navigation {
		width: 285px;
		float: left;
		margin: 25px 0 0 25px;
		text-transform: uppercase;
}

#sub-navigation li {
	line-height: 25px;
	height: 100%;
	margin: 0 0 7px 0;
	list-style: none;
	/* background: #5eaf36; */
	background: #48c1d5

}

#sub-navigation li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	background: url(images/arrow-blue.gif) 97% 50% no-repeat;
	display: block;
	height: 25px;
}

#sub-navigation li a:hover, #sub-navigation li.current_page_item a {
	color: #fff;
	background: url(images/arrow-pink.gif) 97% 50% no-repeat;
}

#sub-navigation h3 {
	font-size: 110%;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	color: #fff
}

#sub-navigation h3 a, #sub-navigation h3 a:hover{
	color: #fff;
	background: none;
}

#sub-navigation h3.services-icon {
	background: #dc006b url(images/icon-question-mark.gif) 98% 45% no-repeat
}

#sub-navigation h3.testimonials-icon {
	background: #dc006b url(images/icon-casestudy.gif) 98% 48% no-repeat
}


#footer {
	width: 910px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 85%;
	border-top: 1px solid #ccc;
	position:relative
}

#footer a {
	font-weight: normal
}

#footer p {
	margin: 15px 0 0 0

}

#social-icons {
	position:absolute;
	right: 0px;
	top: 0px;
	text-transform: uppercase;
	width: 262px;
	font-size: 105%;
}

#social-icons img, #social-icons span {
	float: left;
}

#social-icons img{
	width: 22px
}

#social-icons span {
	padding: 4px 12px 0 5px
}


#left-column p, #middle-column p, #wide-column p, #right-wide-column p  {
	line-height: 140%;
	padding: 18px 18px 0 18px;
}

#about-image img {
	margin: 0 auto;
	margin-top: 10px;
	padding: 2px;
	border: 1px solid #e7e8d1
}


.phone, .mobile {
	font-size: 120%;
	text-transform: capitalize;
	padding: 0;
	line-height: 100%
}

.phone span{
	margin: 0 0 0 20px 
}

.mobile span{
	margin: 0 0 0 20px 
}

.email {
	font-size: 100%
}

.email span{
	margin: 0 0 0 40px 
}

h1, h2 {
	font-size: 125%;
	padding: 18px 18px 0 18px;
}

h3 {
	font-size: 110%;
	padding: 18px 18px 0 18px;
	font-weight: bold
}

#right-column-pink h3, #right-column-blue h3, #right-column-green h3, #right-column-blue-wide h3, #right-column-green-wide h3{
	font-size: 110%;
	color: #fff;
	padding: 3px 0 0 0
}

#right-wide-column-pink-contact h3 {
	font-size: 110%;
	padding: 18px 10px 4px 10px;
	font-weight: bold;
	color: #fff
} 

#right-wide-column-blue p, #right-wide-column-pink-contact p  {
	padding: 10px;
	color: #fff
}

#right-wide-column-green-contact p {
	padding: 5px 10px;
	color: #fff
}

#right-column-green a {
	color: #fff
}

a {
	outline: none;
	color: #297b52;
	font-weight: bold;
	text-decoration: none
}

img {
	border: none;
}

a:hover {
	text-decoration: underline
}

ol li {
	margin: 0 0 10px 25px;
	line-height: 140%
}

#left-column ul, #middle-column ul, #right-column ul, #wide-column ul, #right-wide-column ul  {
	margin: 18px 0 0 0
}

#left-column ul li, #middle-column ul li, #right-column ul li {
	margin: 0 0 10px 10px;
	padding: 0 18px 0 25px;
	line-height: 140%;
	list-style: none;
	background:url(images/tick.gif) top left no-repeat;
}

#wide-column ul li, #right-wide-column ul li {
	margin: 0 0 5px 40px;
	padding: 0 14px 0 0;
	line-height: 140%;
}

#wide-column img {
	float: right;
	margin: 0 0 0 5px;
	padding: 2px;
	border: 1px solid #d2d3b2 
}

.clear {
	clear: both
}

.large-font {
	font-size: 140%;
	padding: 3px 0
}

.find-out-more {
	margin: 10px 0 0 25px
}

#contact p.big {
	font-size: 130%;
	line-height: 150%;
}

#contact h3.big {
	font-size: 150%;
}

.page-id-37 h2 {
	clear: both;
	padding-top: 20px;
	margin-top: 25px;
	border-top: 1px solid #dbdcc3
}


p img.aligncenter {
	margin: 0 15%
}

.date-small {
	font-size: 85%;
	margin: 0 0 6px 0
}

.home-news a {
	font-weight: normal
}

a.alignleft {
	padding: 1px 15px 1px 5px;
	height: 17px;
	background: #dc006b url(images/arrow-link.gif)  right no-repeat;
	color: #fff;
	float: left;
}

a:hover.alignleft {
	text-decoration: none;
}

/* Form */

label {
	width: 100px;
	float: left;
	padding: 7px 0 0 0;
}



form p {
	margin: 0 0 0 0
}

input {
	width: 200px;
	border: 2px solid #d8d9c2;
	padding: 3px;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif
}

textarea {
	width: 300px; 
	padding: 3px; 
	border: 2px solid #d8d9c2;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif
}

#form-submit input {
	width: 60px;
	margin: 7px 0 0 350px
}

/* newsletter form */

#right-column-blue label {
	width: auto;
	float: left;
	padding: 0;
}

#right-column-blue form {
	margin: 15px 0 0 0
}

#right-column-blue form input#submitBtn {
	width: 27px;
	height: 22px;
	border: none;
	float: left;
	margin: 4px 0 0 4px
}


#right-column-blue input {
	width: 170px;
	border: 2px solid #2d90a0;
	float: left;
	margin: 4px 0 0 0;
	padding: 0
}

/* blog */



#sidebar {
	width: 285px;
	float: left;
	background: #f7f7eb;
	margin: 25px 0 0 25px;
	padding: 0 0 20px 0
}

#sidebar ul  {
	margin: 20px 
}

#sidebar ul ul {
	margin: 0 0 10px 0
}


#sidebar ul li {
	list-style: none;
}

#sidebar ul li h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
	font-size: 110%;
}

#wide-column .post {
	background: url(images/icon-calendar.gif) top left no-repeat;
	width: 580px;
	margin: 15px 0 0 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #b5a79b;
}

#wide-column .post h2 {
	margin:0 0 0 55px;
	padding: 5px
}


#wide-column .entry img {
	width: 120px;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;

}

#wide-column .post p {
	margin: 0 0 0 -15px
}

#wide-column .post p.date {
	font-size: 80%;
	margin: -20px 0 0 42px
}

.commentlist {
	list-style: none;
}

.commentlist p {
	margin: 0 0 0 -20px
}

.commentlist li {
	margin-bottom: 15px
}

.comment-author img{
	display: none;
}

.commentmetadata a{
	font-weight: normal;
	font-size: 85%
}

h3#comments {
	margin: 0 0 20px 0;

}


.calendar {
	margin: 16px 6px 0 14px;
	width: 30px;
	font-size: 95%;
	font-weight: bold;
	color:#5eaf36;
	text-align: left;
	line-height: 90%;
	float: left;
	text-transform: uppercase;
}










