 /**
  *
  * Theme Name: JJW Accountants
  * Theme URI: http://outerbridge.co.uk
  * Description: A clean theme for Jeremy Wilson of JJW Accountants.
  * Author: Outerbridge
  * Version: 1.0
  * Tags: jjw accountants, outerbridge
  *
  */

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('fonts/CartoGothicStd-Book-webfont.eot');
    src: url('fonts/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('fonts/CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdItalic';
    src: url('fonts/CartoGothicStd-Italic-webfont.eot');
    src: url('fonts/CartoGothicStd-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CartoGothicStd-Italic-webfont.woff') format('woff'),
         url('fonts/CartoGothicStd-Italic-webfont.ttf') format('truetype'),
         url('fonts/CartoGothicStd-Italic-webfont.svg#CartoGothicStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('fonts/CartoGothicStd-Bold-webfont.eot');
    src: url('fonts/CartoGothicStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('fonts/CartoGothicStd-Bold-webfont.svg#CartoGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBoldItalic';
    src: url('fonts/CartoGothicStd-BoldItalic-webfont.eot');
    src: url('fonts/CartoGothicStd-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CartoGothicStd-BoldItalic-webfont.woff') format('woff'),
         url('fonts/CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/CartoGothicStd-BoldItalic-webfont.svg#CartoGothicStdBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	background: #fff;
	font: 18px/27px 'CartoGothicStdBook', Arial, sans-serif;
	color: #495e88;
}

strong {
	font-family: 'CartoGothicStdBold', Arial, sans-serif;
}

.home {
	width: 1140px;
	margin: 0 auto;
	background: url('images/rightback.jpg') top right repeat-y;
	-webkit-box-shadow: 0px 0px 15px #282828;               -moz-box-shadow: 0px 0px 15px #282828;               box-shadow: 0px 0px 15px #282828;
	-webkit-box-shadow: 0px 0px 15px rgba(40, 40, 40, 0.8); -moz-box-shadow: 0px 0px 15px rgba(40, 40, 40, 0.8); box-shadow: 0px 0px 15px rgba(40, 40, 40, 0.8);
}

#top-bar-tile {
	width: 100%;
	height: 140px;
}

#top-bar-content {
	width: 1100px;
	height: 140px;
	margin: 0 auto;
	padding: 10px 20px;
}

#site-title {
	display: block;
	float: left;
	width: 300px;
	height: 82px;
	white-space: nowrap;
}

#site-title h1 {
	line-height: 0px;
	text-indent: -9999px;
}

#site-title-class {
	display: block;
	float: left;
	width: 300px;
	height: 82px;
	background: url('images/jjwlogo.jpg') no-repeat bottom center;
}

#nav-bar-tile {
	display: block;
	float: right;
	width: 750px;
}

.nav-bar-content {
	float: right;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	text-shadow: 1px 1px 1px #888;
}

.nav-bar-content ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	height: 40px;
}

.nav-bar-content ul li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

.nav-bar-content ul li a:link,
.nav-bar-content ul li a:visited {
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	color: #495e88;
	line-height: 40px;
	text-decoration: none;
}

.nav-bar-content ul li a:hover,
.nav-bar-content ul li a:active {
	color: #028482;
	background: #a0aec1;
}

.nav-bar-content ul li.current_page_item a {
	color: #028482;
}

.nav-bar-content ul li ul {
	display: none;
	background: #a0aec1;
}
.nav-bar-content ul li:hover a,
.nav-bar-content ul li.hover a {
	color: #028482;
}
.nav-bar-content ul li:hover ul,
.nav-bar-content ul li.hover ul {
	display: block;
	width: 180px;
	height: auto;
	position: absolute;
	margin: 0 0 0 0px;
	z-index: 9999;
	padding: 6px 0;
}
.nav-bar-content ul li:hover ul li,
.nav-bar-content ul li.hover ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	line-height: 18px
}
.nav-bar-content ul li:hover ul li a:link,
.nav-bar-content ul li:hover ul li a:visited,
.nav-bar-content ul li.hover ul li a:link,
.nav-bar-content ul li.hover ul li a:visited {
	display: block;
	color: #495e88;
	line-height: 18px;
	text-shadow: none;
	float: none;
	padding: 6px 10px;
}
.nav-bar-content ul li:hover ul li a:hover,
.nav-bar-content ul li:hover ul li a:active,
.nav-bar-content ul li.hover ul li a:hover,
.nav-bar-content ul li.hover ul li a:active,
.nav-bar-content ul li.hover ul li.current-cat a:link,
.nav-bar-content ul li.hover ul li.current-cat a:visited {
	color: #028482;
}
.nav-bar-content ul li:hover ul li ul,
.nav-bar-content ul li.hover ul li ul {
	display: none;
}
.nav-bar-content ul li:hover ul li:hover ul,
.nav-bar-content ul li.hover ul li.hover ul {
	display: block;
	height: auto;
	margin: -36px 0 0 180px;
}

#slideshow-box {
	padding: 10px 20px;
}

/** Slides **/
#slideshow-box .item {
	width: 1100px; height: 400px;
}
#slideshow-box .item .image {
	display: block;
	float: left;
}
#slideshow-box .item img {
	border: 0 none;
}
#slideshow-box .item .meta  {
	display: block;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	height: 191px;
	position: relative;
	top: -200px;
	width: 820px;
	float: left;
}
#slideshow-box h3 {
	display: block;
	margin: 0;
	padding: 20px 20px 5px 20px;
	font: 40px/40px 'CartoGothicStdBold', Arial, sans-serif;
}
#slideshow-box h3 a:link,
#slideshow-box h3 a:visited {
	color: #495e88;
	text-shadow: 1px 1px 1px #888;
	text-decoration: none;
}
#slideshow-box h3 a:hover,
#slideshow-box h3 a:active {
	color: #028482;
	text-decoration: none;
}
#slideshow-box p {
	display: block;
	padding: 10px 20px 20px 20px;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #495e88;
}
#slideshow-box p .interior {
	display: block;
}

/** Controller **/
#slideshow-controller {
	height: 12px; text-align: center; padding: 0
}
#slideshow-controller button {
	margin: 0;
	padding: 0;
	width: 12px;
	height: 12px;
	border: 0;
	background: transparent url('../images/button-featured.png') left top;
}
#slideshow-controller button#jqc-prev {
	background: transparent url('../images/button-featured-prev.png') left top;
}
#slideshow-controller button#jqc-next {
	background: transparent url('../images/button-featured-next.png') left top;
}
#slideshow-controller button {
	margin: 8px 0 0 3px;
}
#slideshow-controller button span {
	display: none;
}
#slideshow-controller button.jqc-active {
	background-position: left bottom;
}



.meta {
	display: block;
	background: #888;
	height: 150px;
	width: 400px;
	position: relative;
	top: -200px;
}

#wrapper {
	width: 1140px;
	margin: 0 auto;
}

#content {
	min-height: 500px;
}

#sidebar {
	display: block;
	overflow: visible;
	margin: 20px;
	min-height: 400px;
}

.sidebar-title {
	font: 25px/30px 'CartoGothicStdBold', Arial, sans-serif;
}

.sidebar-box {
	width: 1100px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: left;
}

.sidebar-box p {
}

.sidebar-box a:link,
.sidebar-box a:visited {
	text-decoration: none;
}
	
.sidebar-box a:hover {
	text-decoration: none;
	color: #f6ad42;
}

.textwidget {
	background: transparent;
	height: 25px;
}

.textwidget span {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}

.textwidget a {
	height: 25px;
}

.news-from-sdd {
	clear: both;
	font: 30px/30px 'CartoGothicStdBold', Arial, sans-serif;
	padding: 0 25px 10px 25px;
	width: 1140px;
	display: block;
}

#frontpagesetting {
	display: block;
	position: relative;
	top: 20px;
}

.post {
	display: block;
	float: left;
	width: 300px;
	min-height: 400px;
	background: #eee;
	color: #495e88;
	margin: 0 20px 40px 20px;
	font-size: 14px;
}

.post h1 {
	display: block;
	background: #a0aec1;
	background: #8fb0cf;
	height: 30px;
	font: 30px/30px 'CartoGothicStdBold', Arial, sans-serif;
	text-align: center;
	padding: 10px;
	text-shadow: 1px 1px 1px #888;
}

.post h1 a:link,
.post h1 a:visited {
	text-decoration: none;
	color: #495e88;
}

.post h1 a:hover {
	text-decoration: none;
	color: #028482;
}

.post h3,
.post h3 a {
	font-size: 18px;
	font-weight: bold;
	color: #495e88;
	padding: 0 10px;
}

.post h3 a:hover {
	text-decoration: none;
	color: #028482;
}

.post p {
	padding: 10px;
}

.post ul {
	list-style: circle inside;
}

.post p a:link,
.post p a:visited {
	text-decoration: none;
	color: #495e88;
}

.post p a:hover {
	text-decoration: none;
	color: #028482;
}

.post-details-left {
	padding: 10px 0 10px 10px;
	font-size: 16px;
	font-style: italic;
	float: left;
	color: #495e88;
}

.post table {
	margin: 0 auto;
	width: 680px;
	border-collapse: collapse;
	line-height: 20px;
}
.post table td, 
.post table th {
	border: 1px solid #028482;
	text-align: center;
	padding: 5px;
}
.post table tr:first-child th {
	border-top: 0;
}
.post table tr:last-child td {
	border-bottom: 0;
}
.post table tr td:first-child,
.post table tr th:first-child {
	border-left: 0;
}
.post table tr td:last-child,
.post table tr th:last-child {
	border-right: 0;
}

.post-details-right {
	padding: 10px 10px 10px 0;
	font-size: 12px;
	font-style: normal;
	float: right;
}

.post-details-right a{
	padding: 0 5px;
}

.post-details-right a:link,
.post-details-right a:visited {
	text-decoration: none;
	color: #495e88;
}

.post-details-right a:hover {
	text-decoration: none;
	color: #028482;
}

.post-single {
	width: 700px;
}

.post-single h1 {
	margin-bottom: 10px;
}

.post-single-insert {
}

.post-single-insert p {
	padding: 0 10px;
	font: 14px/22px 'CartoGothicStdBook', Arial, sans-serif;
}

.post-single-insert img {
	padding: 0 0 0 20px;
}

.post-single-news {
	width: 680px;
	margin: 0 auto;
	padding: 0 10px;
}

.read-more {
	display: block;
	float: right;
	font: 12px/14px 'CartoGothicStdBold', Arial, sans-serif;
	color: #495e88;
	padding: 0 10px;
}

.read-more a:link,
.read-more a:visited {
	text-decoration: none;
	color: #495e88;
}
	
.read-more a:hover {
	text-decoration: none;
	color: #028482;
}

#older-posts {
	display: block;
	float: right;
	padding: 0 400px 0 20px;
}

#newer-posts {
	display: block;
	float: left;
	padding: 0 20px;
}

#older-posts a:link,    #newer-posts a:link,
#older-posts a:visited, #newer-posts a:visited {
	text-decoration: none;
	color: #484848;
}
	
#older-posts a:hover, #newer-posts a:hover {
	text-decoration: none;
	color: #242424;
}

#footer {
	position: relative;
	background: #a0aec1;
	width: 1120px;
	height: 50px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	vertical-align: bottom;
	font: 12px/14px 'CartoGothicStdBold', Arial, sans-serif;
}

#footertext {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#footertext a:link,
#footertext a:visited {
	text-decoration: none;
	color: #242424;
}
	
#footertext a:hover {
	text-decoration: none;
	color: #484848;
}

#footerimages {
	display: block;
	height: 50px;
	float: right;
}

#respond {
	width: 500px;
	margin: 10px auto;
}

#contact{
	list-style:none;
	margin:0;
}
#contact li{
	float: left;
	height: 30px;
	margin:0 0 20px;
	position: relative;
	width: 580px;
}
#contact li .text{
	position:absolute;
	z-index:100;
	min-width:85px;
	text-indent: 5px;
}
#contact li .wpcf7-form-control-wrap {
}
#contact li .wpcf7-form-control-wrap input, 
#contact li .wpcf7-form-control-wrap textarea {
	z-index:100;
	margin:0;
}
#contact li .wpcf7-form-control-wrap input:focus, #contact li .wpcf7-form-control-wrap textarea:focus{
	background:#F0EFEF;
}
#contact li .wpcf7-form-control-wrap textarea{
}
#contact li#message{
	min-height: 60px;
}
#contact li#submit input{
	margin: 10px;
	padding: 10px;
	height: 40px;
}
#contact li#submit input:hover{
}
div.wpcf7-validation-errors {
    clear: left;
}
#contact li .wpcf7-not-valid-tip-no-ajax {
	float: right;
}

.commentlist a:link,
.commentlist a:visited {
	text-decoration: none;
	color: #242424;
}

.commentlist a:hover {
	text-decoration: none;
	color: #484848;
}

#reply-title a:link,
#reply-title a:visited {
	text-decoration: none;
	color: #242424;
}

#reply-title a:hover {
	text-decoration: none;
	color: #484848;
}

.even {
	background: #fff;
	margin: 10px;
	padding: 10px;
}

.depth-2,
.depth-4 {
	background: #e5e5e5;
	margin: 10px;
	padding: 10px;
}

label {
	width: 150px;
	padding: 10px;
}

.required {
	padding: 10px;
}

.contactform {
	width: 310px;
	margin: 0 auto;
	text-align: center;
}

input {
	width: 100%;
	background: #a0aec1;
	border: 1px solid #495e88;
	color: #495e88;
	height: 20px;
}

textarea {
	width: 100%;
	background: #a0aec1;
	border: 1px solid #495e88;
	color: #495e88;
	height: 75px;
	font: 12px/14px 'CartoGothicStdBook', Arial, sans-serif;
}

#submit {
	width: 200px;
	font-family: 'CartoGothicStdBold', Arial, sans-serif;
	margin: 20px 0;
	padding: 10px;
	height: 35px;
}

.image-archive {
	display: block;
	float: left;
	background: #b0b0b0;
	padding: 20px;
	margin: 15px;
	color: #242424;
	text-align: center;
}

.dots {
	height: 1px;
	width: 100%;
	margin: 10px 0px;
}

.spacer {
	clear: both;
	display: block;
	height: 1px;
}

.fadein {
	position: relative;
	width: 450px;
	height: 219px;
}

.fadein img {
	position: absolute;
	left: 0;
	top: 0;
}

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1100px;
	overflow:hidden;
	position:relative;
	display:none;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:1080px;
	height:400px;
	display:block;
	color: #495e88;
	text-decoration: none;
}

.slides_container a:hover {
	text-decoration: none;
	color: #028482;
}

.slides_container a img {
	display:block;
}

.slides {
	width: 1100px;
	height: 400px;
	display: block;
	z-index: 100;
	margin: 0 auto;
}

.slides_container div.slide {
	width:1100px;
	height:400px;
	display:block;
}

.caption {
	z-index: 500;
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 1100px;
	height: 100px;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	font: 16px/24px 'CartoGothicStdBook', Arial, sans-serif;
}

.caption p {
	color: #495e88;
	width: 1080px;
	padding: 10px;
}

.caption p a:link,
.caption p a:visited {
	text-decoration: none;
	color: #495e88;
}

.caption p a:hover {
	text-decoration: none;
	color: #028482;
}

.caption p a span {
	font: 20px/24px 'CartoGothicStdBold', Arial, sans-serif;
}

.post-page {
	width: 700px;
}

.wpcf7-submit {
	width: 302px;
	font: 20px/20px 'CartoGothicStdBold', Arial, sans-serif;
}

#commentform p {
	padding: 10px;
}

.wpcf7-mail-sent-ok {
	clear: both;
	display: block;
}
