/*
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 @ */
nav ul, header, form, article, aside, footer small, footer address { width: 98%; }
article p, article blockquote { text-align: justify; }
article>img { max-width: 100%; height: auto !important; }



body {
	background: #f4f6e1;
	margin: 0 auto;
	font-size: Arial, Helvetica, sans-serif;
	color: #333
}

html {
 -webkit-tap-highlight-color: #ffccff;
 -webkit-text-size-adjust: 100%;
 
}

#container {
	width: 98%;
	margin: 0 auto;
	position: relative;

}

#header {
	height: 120px;
	background: #f4f6e1 url(images/mobile-header.png) top no-repeat; 
	 border-bottom: 2px solid #dfe1cc; 
}

#logo {
	display: none;
}

#top-images {
	display: none;
}

#rotate img {
	display: none;

}


#left-column {
	width: 100%;
	background: #f7f7eb;
	margin: 0 0 0 0;
	height:auto

}

#middle-column {
	width: 100%;
	margin: 0 0 0 0;
	background: #f7f7eb;
	height:auto
}

#right-column {

	width: 98%;
	margin: 5px 0 0 0;

}

#wide-column {
	width: 100%;
	background: #f7f7eb;
	margin: 0 0 0 0;
	padding: 0 0 20px 0
}

#right-wide-column {
	width: 100%;
	background: #f7f7eb;
	margin: 0 0 0 0;
}

#right-wide-column-blue {
	width: 100%;
	margin: 0 0 0 0;
	background: #48c1d5
}

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

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

#right-wide-column-blue-contact {
	width: 100%;
	margin: 0 0 0 0;
	background: #f7f7eb url(images/icon-phone-mobileversion.png) 97% 6% no-repeat;
	font-size: 120%;
	color: #000;

}

#right-wide-column-blue-contact p, #right-wide-column-blue-contact h3 {
	color: #000
}

#right-column-pink {
	width: 100%;
	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-green-wide {
	width: 94%;
	margin: 10px 0 0 0;
	color: #fff;
	font-size: 110%;
	padding: 10px;
	background:  #5eaf36

}

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

}

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

#nav{
  position: relative;
  padding-top: 120px;
  text-align: center;
  margin: 0 auto;
  padding-left: 20px;

  border-bottom: 2px solid #dfe1cc;
  height: 70px;
}

#nav li{
  float: left;
  height: 37px
}

#nav li a{
  display:block;
  padding: 10px 13px;
}


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

#nav li a.current {
	background-color:#5eaf36;
	color: #fff
}

#sub-navigation {
		margin: 25px 0 0 25px;
		width: 290px;
}

#sub-navigation li {
	height: 37px;
	border-top: 1px dotted #e7e8d1;
	list-style: none;
	padding: 0 0 0 0;	
	margin: 0 0 0 -25px;

}

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

#sub-navigation li a:hover, #sub-navigation li a.current {

	color: #fff;
	background: url(images/arrow-pink.gif) 97% 35% no-repeat;
}

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


#footer {
	width: 95%;
	margin: 0 auto;
	margin-top: 25px;
	font-size: 110%;
	border-top: 1px solid #ccc;
	position:relative;
	padding: 0 0 15px 0;
	text-align: center
}

#footer a {
	font-weight: normal
}

#footer p {
	margin: 15px 0 0 0;
	padding: 0 20px

}

#social-icons {
	display: none;
}

#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 {
	width: 170px;
	height: 226px;
	background-color: #48c1d5;
	padding: 6px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 10px
}

#about-image img {
	width: 170px;
	height: 225px;
}

h1, h2 {
	font-size: 130%;
	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-green-wide h3{
	font-size: 110%;
	color: #fff;
	padding: 3px 0 0 0
}

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

#right-wide-column-blue p {
	padding: 10px;
	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%;
}

.clear {
	clear: both
}

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

.find-out-more {
	margin: 0 0 0 15px
}

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

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

/* Form 

form {
	display: none
}*/
input {
	width: 100%;
}

textarea {
	width: 100%;
}

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

/* newsletter form */

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

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


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

/* blog */

#sidebar {
 display: none;
}


#wide-column .post {
	background: url(images/icon-calendar.gif) top left no-repeat;
	width: 100%;
	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: upppercase;
}

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

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















