/* ------------------------------------------------------------
    reset nasty things - all ccs by jason of custardfish - HI!
------------------------------------------------------------ */


* {
	margin: 0;
	padding: 0;
    outline: none;
}
 
div.sexy-bookmarks {
width: 500px !important;
margin-top: 40px;
}

/* ------------------------------------------------------------
    basic elements
------------------------------------------------------------ */

body {
	font-size: 62.5%;
	margin: 0; padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3C4A55; /*	color: #5F657A; */
	}

img { border: none }

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, legend { 
	padding: 0em;
	margin: 0;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-family:  Arial, Helvetica, sans-serif;*/
	font-weight: normal;
 }

h1, h2, h3, h4, h5, h6 { 
	font-family:  Arial Narrow, Arial, Helvetica, sans-serif;
}

ul, li, dl, dt, dd { list-style: none }

h1 {
	font-size: 23px;
}

h2 {
	font-size: 21px;
}

.bold {
	font-weight: bold;
}

p.bold {
	color: #8A846F;
}

.hidden {
	display: none;
}

/* ------------------------------------------------------------
    basic site structure
------------------------------------------------------------ */

body {
	background: url(images/body-top-bg.png) top left repeat-x;
}

body.short {
	background: url(images/body-top-short-bg.png) top left repeat-x;
}


#wrapper {
	padding: 0;
	width: 100%;
	background: transparent url(images/footer-bg.png) bottom left repeat-x;
}

.clear {
	clear: both;
	/*height: 0px;*/
}

/* ------------------------------------------------------------
    main naviation bits
------------------------------------------------------------ */

#topbar{
	width: 950px;
	height: 87px;
	margin: 0 auto 0 auto;
	}


#logo {
	padding: 22px 0 0 0;
	text-indent: -9999px;
	float: left;
}

#logo a{
	background: url(images/custardfish-logo.png) transparent 0 0 no-repeat;
	display: block;
	top: 32px;
	height: 40px;
	width: 205px;
}


#nav {
	position: relative;
	font-size: 15px;
	line-height: 26px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5F657A;
	/*(text-indent: -9999px;*/
}

#nav ul {
	position: relative;
	float: right;
	padding: 32px 0 0 0;
}

#nav ul li {display:inline;}

#nav li.page-item-13 a {
	padding: 10px 0px 10px 20px;
	background: none;
}

#nav ul li a {
	background: transparent url(images/nav-break.png) right 16px no-repeat;
	color: #A7A37E;
	display: block;
	float: left;
	text-decoration: none;
	padding: 10px 25px 10px 25px;
}

#nav ul li.current_page_item a {
	color: #EEEBC8;
}

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

#nav ul li.current_page_item  a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------
    header-home bits - logo's etc
------------------------------------------------------------ */

#header-home {
	height: 278px;
	margin: 0 auto;
	background: transparent url(images/header-home-page.png) no-repeat center;
}

#header-home.offer {
	background: transparent url(images/header-home-page-offer.png) no-repeat center;
}

#header-home #content{
	width: 950px;
	margin: 0 auto;
}

#header-home #content #copy {
	float: left;
	width: 525px;
}

#header-home h1{
	background: transparent url(images/header-text-home.png) no-repeat top left;
	text-indent: -9999px;
	height: 145px;
	width: 525px;
	margin: 24px 0 0 0;
	color: #fff;
	font-size: 26px;
}

#header-home.offer h1{
	background: transparent url(images/header-text-home-offer.png) no-repeat top left;
	text-indent: -9999px;
	height: 145px;
	width: 425px;
}



#header-home h1 span{
	font-size: 14px;
}

#header-home #portfolio {
	float: right;
	margin: 30px -15px 0 0;
	width: 410px;
	height: 224px;
	background: transparent url(images/header-home-picture-bg.png) no-repeat;
	position: relative;
	z-index: 4;
}

#header-home #portfolio a.prev{
	display: inline-block;
	height: 35px;
	width: 35px;
	background: transparent url(images/btn-port-left.png) 0 0 no-repeat;	
	margin: 70px 0 0 13px;
}

#header-home #portfolio a.prev:hover{
	background: transparent url(images/btn-port-left.png) 0 -39px no-repeat;	
}

#header-home #portfolio a.next{
	display: inline-block;
	height: 35px;
	width: 35px;
	background: transparent url(images/btn-port-right.png) 0 0 no-repeat;	
	margin: 70px 0 0 310px;
}

#header-home #portfolio a.next:hover{
	background: transparent url(images/btn-port-right.png) 0 -39px no-repeat;	
}

#header-home #carousel-holder{
	position: absolute;
	margin: 36px 0 0 614px;
}

#header-home #buttons {
	float: left;
	margin: 24px 0 0 -3px;
}

#header-home #buttons li {
	display: inline;
	text-indent: -9999px;
}

#header-home #btn_portfolio {
	float: left;
}

#header-home #btn_portfolio a{
	background: transparent url(images/btn-portfolio.png) 0 0 no-repeat;
	display: block;
	height: 48px;
	width: 208px;
}

#header-home #btn_portfolio a:hover{
	background: transparent url(images/btn-portfolio.png) 0 -54px no-repeat;
}

#header-home #btn_services {
	float: left;
	margin-left: 23px;
}

#header-home #btn_services a{
	background: transparent url(images/btn-services.png) no-repeat;
	display: block;
	height: 48px;
	width: 208px;
}

#header-home #btn_services a:hover{
	background: transparent url(images/btn-services.png) 0 -54px no-repeat;
}

#header-home #btn_sign-up {
	float: right;
	margin-left: 226px;
}

#header-home #btn_sign-up a{
	background: transparent url(images/btn-signup.png) no-repeat;
	display: block;
	height: 48px;
	width: 208px;
}

#header-home #btn_sign-up a:hover{
	background: transparent url(images/btn-signup.png) 0 -54px no-repeat;
}

/* ------------------------------------------------------------
    header-home bits - logo's etc
------------------------------------------------------------ */

#header {
	height: 114px;
	margin: 0 auto;
	background: transparent url(images/header-home-page.png) no-repeat center;
}

#header #content{
	width: 950px;
	margin: 0 auto;
}

#header #content #copy {
	float: left;
	width: 525px;
}

#header h1{
	text-indent: -9999px;
	width: 525px;
	margin: 24px 0 0 0;
	color: #fff;
	font-size: 26px;
}

#header h1.about {background: transparent url(images/header-text-about.png) no-repeat top left; height: 114px; width: 948px;}
#header h1.services {background: transparent url(images/header-text-services.png) no-repeat top left; height: 114px; width: 948px;}
#header h1.portfolio {background: transparent url(images/header-text-portfolio.png) no-repeat top left; height: 114px; width: 948px;}
#header h1.blog {background: transparent url(images/header-text-blog.png) no-repeat top left; height: 114px; width: 948px;}
#header h1.contact {background: transparent url(images/header-text-contact.png) no-repeat top left; height: 114px; width: 948px;}
#header h1.web-design {background: transparent url(images/header-text-web-design.png) no-repeat top left; height: 114px; width: 948px;}
#header h1.seo {background: transparent url(images/header-text-seo.png) no-repeat top left; height: 114px; width: 948px;}
#header h1.email-marketing {background: transparent url(images/header-text-email.png) no-repeat top left; height: 114px; width: 948px;}
#header h1.logo-design {background: transparent url(images/header-text-logo.png) no-repeat top left; height: 114px; width: 948px;}


#header h1 span{
	font-size: 14px;
}


/* ------------------------------------------------------------
    content bits - main text etc etc
------------------------------------------------------------ */

#main-content {
	width: 950px;
	margin: 0 auto;
	padding: 45px 0 65px 0;
	background: url(images/side-bar-bg.png) 570px 0px no-repeat;
}


#main-content #body-copy p {
	padding: 8px 0 10px 0;
}

#main-content #body-copy h2 {
	padding: 12px 0 0 0;
}

#main-content #body-copy h2.home {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #706B5A;
	font-weight: bold;
}

#main-content.portfolio {
	background: none;
}


#main-content #body-copy img.right{
	float: right;
	margin: 10px 0 10px 0;
}

#main-content #body {
	float: left;
	width: 510px;
	font-size: 13px;
	line-height: 20px;
	color: #3C4A55;
}

#main-content #body ul.home {
	float: left;
	font-size: 13px;
	width: 225px;
	margin: 15px 0 20px 0;
}

#main-content #body ul.second {margin-left:40px;}

#main-content #body ul.home li {
	background: url(images/bullet-tick-small.png) no-repeat 2px 2px;
	font-weight: bold;
	padding: 0 0 18px 25px;
	line-height: 18px;
	font-size: 14px;
}


#main-content #body strong{
	color: #706B5A;
}

#main-content.portfolio #body {
	width: 948px;
}


#main-content #body h1, h2{
	color: #5F657A; /*	color: #706B5A; */
}


#main-content #body-copy{
	margin: 0 0 30px 0;
}

#main-content #body-copy a:link, #main-content #body-copy a:visited {
	color: #706B5A;
	/*font-weight: bold;*/
}

#main-content #body-copy a:hover, #main-content #body-copy a:active {
	text-decoration: none;
	/*font-weight: bold;*/
}

#main-content #body-copy #more-about-us{
	float: right;
	margin: 10px 10px 45px 0;
	text-indent: -9999px;
}

#main-content #body-copy #more-about-us a{
	background: transparent url(images/btn-more-about-us.png) 0 0 no-repeat;
	display: block;
	height: 25px;
	width: 130px;
}

#main-content #body-copy #more-about-us a:hover{
	background: transparent url(images/btn-more-about-us.png) 0 -31px no-repeat;
}

#main-content #body-copy #terms p{
		padding: 8px 0 6px 0;
		line-height: 14px;
		font-size: 12px;
}

#main-content #body-copy #terms li{
		padding: 8px 0 6px 0;
		line-height: 14px;
		font-size: 12px;
}

#main-content #blog{
	clear: both;
	float: left;
	width: 230px;
	font-size: 13px;
}

#main-content #side-bar #blog{
	width: 300px;
	font-size: 13px;
}

#main-content #body-copy h2.blogHeader{
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 28px;
	font-weight: normal;
}

#main-content #body-copy h2.blogHeader a{
	text-decoration: none;
	border-bottom: 1px solid #CFCCB5;
}

#main-content #body-copy h2.blogHeader a:hover{
	border-bottom: 2px solid #A39B63;
}

#main-content #body-copy span.sociable_tagline {
	font-size: 13px;
	color: #A39B63;
}

#respond {
	/*border-top: 1px solid #ddd; removed due to sexybookmarks */
	padding: 10px 0 0 0;
}

#main-content #body-copy p.post{
	font-size: 13px;
	padding: 6px 0 12px;
}

#main-content #body-copy p.post span, #main-content #body-copy p.postmetadata span{
	color: #CFCCB5;
	padding: 0 5px;
}

#main-content #body-copy p.postmetadata {
	font-size: 13px;
	padding: 0 0 0 0;
}

#main-content #body-copy div.post {
	padding: 0 0 30px 0;
}

#main-content #blog li{
	margin: 8px 0 0 0;
	color: #777;
	font-weight: bold;
	line-height: 16px;
	background: url(images/icon-comment.png) no-repeat 0 2px;
	padding: 0 0 0 25px;
}


#main-content #blog li a{
	text-decoration: none;
	color: #777;
}

#main-content #blog li.hover{
	background: url(images/icon-comment.png) no-repeat 0 -90px;
}

#main-content #blog li.hover a{
	cursor: pointer;
	text-decoration: underline;
	color: #444;
}

#main-content #blog li span.date{
	margin: 0;
	font-weight: normal;
	display: block;
}

#main-content #blog li.read-link{
	text-align: right;
	background: none;
}

#main-content #blog li.read-link a{
	color: #666;
}

#main-content #testimonial{
	width: 230px;
	float: right;
	font-size: 13px;
	margin-top: 25px;
}

#main-content #side-bar #testimonial{
	width: 300px;
	font-size: 13px;
}

#main-content #testimonial blockquote{
	background: url(images/quotes-open.png) no-repeat scroll 6px 2px;
}

#main-content #side-bar #testimonial blockquote{background: url(images/quotes-open-side.png) no-repeat scroll 6px 2px;}

#main-content #testimonial p{
	margin: 3px 0 0 0;
	background: url(images/quotes-close.png) no-repeat scroll 185px bottom;
	text-indent: 30px;
	line-height: 24px;
	color: #8E8775;
	font-weight: bold;
}

#main-content #side-bar #testimonial p{	background: url(images/quotes-close-side.png) no-repeat scroll 235px bottom;}
#main-content #side-bar #testimonial p.name { background: none;}

#main-content #testimonial p.name{
	line-height: 14px;
	margin: 30px 0 0 0;
	font-weight: bold;
	color: #666666;
	background: none;
	text-align: right;
}

#main-content #testimonial p span{
	color: #BFBFBF;
	display: block;
	text-align: right;
}


/*-------------------------------------------------------------
	content stuff/design here
-------------------------------------------------------------*/

#main-content #body-copy div.staff {
	border: 4px solid #C8790F;
	background-color: #EF9926;
	padding: 8px;
	margin: 16px 0 16px 0;
	clear: both;
	min-height: 20px;
}

#main-content #body-copy div.staff span{
		float: right;
		margin: -1px 9px 0 0;
		color: #FFF;
		font-size: 28px;
		font-weight: bold;
}

#main-content #body-copy #louise.staff {border-color: #045870; background-color: #178DB0;}
#main-content #body-copy #laura.staff {border-color: #990099; background-color: #996699;}


#main-content #body-copy div.staff img {
	float: left;
	padding: 12px 16px 80px 4px;
}

#main-content #body-copy div.staff h1 a:link, #main-content #body-copy div.staff h1 a:visited{
	text-decoration: none;
	font-family: georgian;
	color: #FFF;
	font-weight: normal;
}

#main-content #body-copy div.staff p {
	padding: 7px 20px 10px 0px;
}

#main-content #body-copy #jason-txt{
	color: #5B2606;
	display:none;
}

#main-content #body-copy #louise-txt{
	color: #1C1540;
	display:none;
}

#main-content #body-copy #laura-txt{
	color: #1D151E;
	display:none;
}

#main-content #body-copy .pdf-box {
	background: url(images/box-pdf.png) no-repeat top left;
	height: 51px;
	width: 432px;
	margin: 25px 0 5px 40px;
	padding: 16px 0 0 0;
}

#main-content #body-copy .pdf-box p{
	padding: 0 0 0 30px;
	margin: 0;
}

#main-content #body-copy .pdf-box p.hover{
	text-decoration: underline;
	color: #A39B63;
}


#main-content .info-box {
	background-color: #FFF;
	border: 1px solid #DCE9ED;
	margin: 12px 0 12px 2px;
}

#main-content .info-box .content{
	background-color: #F4F2DA;
	padding: 22px 22px 6px 22px;
	margin: 4px;
}

#main-content .info-box li {
	margin: 0 0 22px 0;
	padding: 0 0 0 46px;
	background: url(images/bullet-tick.png) no-repeat 0px 2px;
}

#main-content .info-box li span{
	color: #547494;
	font-size: 15px;
	font-weight: bold;
	display: block;
}


#main-content #body-copy .info-box p.portfolio-footer {
	display: block;
	color: #49463A;
	background: #F4F2DA;
	margin: 3px;
	padding: 10px 0 12px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#main-content #body-copy .info-box p.info {
	display: block;
	color: #49463A;
	background: #F4F2DA;
	margin: 3px;
	padding: 10px 0 12px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


#main-content .info-box-blue {
	width: 470px;  /*515px less 2 x 15padding*/
	background-color: #FFF;
	border: 5px solid #61B9DA;
	margin: 16px 0 12px 0;
	padding: 10px 15px 15px 15px;
}

#main-content .info-box-blue p.header {font-size: 14px; font-weight: bold;}

#main-content .info-box-blue ol {margin: 0 0 15px 0;}
#main-content .info-box-blue ol li{list-style-type: decimal; margin: 0 10px 0 35px;}

#main-content .info-box-blue ul {margin: 15px 0 10px 0;}
#main-content .info-box-blue ul li{
	background: url(images/bullet-circle.png) no-repeat 2px 5px;
	margin:0 10px 10px;
	padding-left: 20px;
}

#main-content .info-box-blue ul li span {display: block; font-weight: bold;}

#main-content #body-copy p.services a:link, #main-content #body-copy p.services a:visited{
	text-decoration: none;
	border-bottom: 2px solid #046D8A;
	color: #046D8A;
	padding: 2px;
	margin: 0 6px 0 0;
	font-size: 13px;
	letter-spacing: -0.2px;
	font-weight: bold;
}

#main-content #body-copy p.services a:hover, #main-content #body-copy p.services a:active{
	border-bottom: 3px solid #CC6600;
	color: #037BBC;
}

#main-content #body-copy p.services {
	margin: 0 0 20px 0;
}

#main-content ul.checklist {
	font-size: 12px;
	margin: 0 10px 10px 10px;
}


#main-content ul.checklist li{
	margin: 5px 0;
}

#main-content #body-copy img.standard {margin: 15px 0 25px 0;}

/*-------------------------------------------------------------
	sub menu stuff here
-------------------------------------------------------------*/

#main-content #side-bar{
	width: 318px;
	float: right;
	width: 300px;
	margin: 0 40px 0 0;
}

#side-bar h1{margin: 0 0 0 5px;}

#side-bar ul.subMenu h2 a{
	color: #00373C;
	font-size: 16px;
	text-decoration: none;
}

ul.subMenu li{
	color: #1C3530;
	font-size: 12px;
	margin: 20px 0 10px 0;
	padding: 0 0 0 72px;
	height: 60px;
}


ul.subMenu li.hot{
	color: #66756A;
}

ul.subMenu li.hover {
	color: #1C3530;
	cursor: pointer;
}

#side-bar ul.subMenu li.hover a, {
	text-decoration: underline;
}




ul.subMenu li.web {background: url(images/icon-web.png) no-repeat 5px 5px;}
ul.subMenu li.seo {background: url(images/icon-seo.png) no-repeat 5px 5px;}
ul.subMenu li.html {background: url(images/icon-html.png) no-repeat 5px 5px;}
ul.subMenu li.logo {background: url(images/icon-logo.png) no-repeat 5px 3px;}

#side-bar.contact h2{margin: 15px 0 0 5px;}

#side-bar.contact p{font-size: 13px;	margin: 0 0 0 5px;}

#side-bar.contact a{color: #00373C; text-decoration: none;}

#side-bar.contact a:hover{text-decoration: underline;}



#side-bar #sidebar h2{
	margin: 15px 0 2px 0;
	font-weight: normal;
}

#side-bar #sidebar li {
	padding: 0 0 4px 0;
}

#side-bar #sidebar a{
	color: #1C3530;
	font-size: 12px;
	margin: 20px 0 10px 0;
	text-decoration: none;
}

#side-bar #sidebar a:hover{
	text-decoration: underline;
}


/* ------------------------------------------------------------
    form bits
------------------------------------------------------------ */

#main-content #body-copy p.form {
	margin: 0 0 14px 0;
}

#main-content #body-copy form p
{
	margin: 0;
	padding: 0;
}

form input {
	border: 1px solid #AAA;
	width: 410px;
	margin: 0 0 12px 0;
	padding: 4px;
}

form input.wpcf7-validates-as-required {background-color: #FFFFA0;}

form input submit{
	border: 10px solid #AAA;
	width: 135px;
	margin: 0 0 12px 0;
}

form input.button, form #submit{
	width: 140px;
	background-color: #F4F2DA;
	margin: 14px 0 0 0;
	padding: 3px;
	
}

form input.button:hover, form #submit:hover{
	background-color: #706B5A;
	color: #FFF;
}

form textarea {
	border: 1px solid #AAA;
	width: 410px;
	padding: 4px;
	font-family: Arial,Helvetica,sans-serif;
}

/* ------------------------------------------------------------
    footer bits - serives and contact info etc
------------------------------------------------------------ */

#footer {
	clear: both;
	width: 950px;
	height: 55px;
	padding: 18px 0 0 0; 
	margin: 0 auto;
	font-size: 12px;
	color: #F7F5E4;
	
}

#footer li {display: inline;}

#footer li a {
	color: #A8A475;
	text-decoration: none;
	}

#footer li a:hover, #footer li a:active{
	text-decoration: underline;
	}

#footer #menu {
	float: left;
	}
	

#footer #menu li a {
	color: #F7F5E4;
}
	
#footer #web-services {
	margin: 7px 0 0 0;
	float:left;
	clear: both;
	color: #A8A475;
}

#footer #web-services li a {
	color: #A8A475;
}

#footer #copyright {
	float: right;
	color: #A8A475;
	margin: 7px 0 0 0;
}


#footer #contact {
	float: right;
}

#footer #contact li a {
	color: #F7F5E4;
}