/*
Theme Name: Tom Dick + Debbie bespoke wordpress theme
Theme URI: http://www.tomdickanddebbie-audio.co.uk/
Description: The bespoke WordPress theme designed exclusively for Tom Dick + Debbie by S-Group</a>.
Version: 1.0
Author: S-Group
Author URI: http://s-group.com/
*/


/*  css reset */

* {
	margin:0;
	padding:0;
}


body {
	margin:0;
	background:#f1f1f1;
	font-family:"Lucida Sans", Arial, sans-serif;
	font-size:11px;
	text-align:center;
	color:#000;
}

#wrapper {
	width:930px;
	padding:0 40px;
	background:#fff url(images/bg-wrapper-photo.gif) repeat-y 0px 0px;
	margin:0 auto;
	text-align:left;
}




/* header */

#header {
	position:relative;
	height:150px;
	padding:50px 0 0 0;
}

#logo {
	width:400px;
	height:70px;
	margin:0 0 20px 0;
}

#logo a {
	display:block;
	width:400px;
	height:70px;
	background: url(images/logo-tomdickanddebbie.gif) no-repeat 0px 0px;
    text-indent:-9999px;
	overflow:hidden;
}

p#strapline {
	position:absolute;
	width:200px;
	left:408px;
	top:80px;
	color:#ff0099;
	font-size:18px;
	text-transform:lowercase;
}

p#strapline em{
	color:#000;
	font-style:normal;
}

#header-contacts {
	position:absolute;
	width:325px;
	top:72px;
	right:0;
}

#header-contacts p {
	padding-top:16px;
	float:right;
	height:30px;
}

#header-contacts p.phone {
	background:url(images/ic-phone.gif) no-repeat 0px 0px;
	padding:12px 0 0 45px;
	font-size:14px;
}

#header-contacts p.email {
	background:url(images/ic-email.gif) no-repeat 0px 0px;
	margin:0 0 0 15px;
	padding:16px 0 0 48px;
}






/* header toolbar */

#toolbar {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
	position:absolute;
	width:500px;
	right:0;
	top:20px;
}

#toolbar li {
	display:inline;
	padding:0 7px 0 10px;
	border-left:1px solid #cacaca;
}

#toolbar li#first{
	border-left:none;
}

#toolbar li a {
	text-decoration:none;
	color:#000;
	text-transform:lowercase;
	font-weight:bold;
}

#toolbar li a:hover {
	color:#ff0099;
}

/*navbar*/

#navbar {
	background:url(images/bg-navbar.gif) no-repeat 0px 0px;
	height:48px;
	width:930px;
	padding:0;
	margin:0;
}

#navbar ul {
	list-style-type:none;
	padding:11px 0 0 0;
}

#navbar li {
	float:left;
}

#navbar li a {
	float:left;
	height:35px;
	padding:2px 25px 0 25px; 
	font-size:18px;
	color:#000;
	text-decoration:none;
	text-transform:lowercase;
}

#navbar li.current a{
	background:#fff;
	color:#ff0099;
}

#navbar li a:hover {
	color:#ff0099;
}



/* main content area */

#content {
	padding:0 0 26px 0;
	margin:0 0 20px 0;
	width:930px;
	background:url(images/hr-6.gif) no-repeat center bottom;
} 


/* side nav */

/*#side-nav {
	width:;
	float:left;
	margin:0;
}

#side-nav ul {
	list-style-type:none;
}

#side-nav li {
	width:;
	margin:0;
}

#side-nav li a {
	display:block;
	width:140px;
	padding:5px;
	color:#555;
	font-size:11px;
	text-decoration:none;
	border:1px solid #BBB;
	background:#fff;
}

#side-nav li a:hover {
	border:1px solid #262262;
	color:#262262;
}

#side-nav li.current_page_item a {
	color:#fff;
	background:#262262;
}

#side-nav li.current-cat a,
#side-nav li.current-cat-parent a {
	color:#23408f;
}

/* side-nav child pages */

/*#side-nav ul ul {
	display:none;
}

#side-nav ul ul.children {
	display:block;
	width:164px;
}

#side-nav ul ul.children li{
	background:url(images/bullet-sidebar.gif) no-repeat 5px 11px;
	padding:0 0 0 6px;
}


#side-nav ul ul.children li a{
	background:none;
	color:#6d6e71;
	height:auto;
}

#side-nav ul ul.children li.current-cat a{
	color:#23408f;
	font-weight:bold;
}

#content #side-nav ul#FAQs li {
	border-bottom:1px dotted #b6b6b8;
	padding:0 0 5px 0;
	margin:0 0 2px 0;
}

#content #side-nav ul#FAQs li a{
	background:none;
	height:auto;
}

#side-nav select {
	width:152px;
	font-size:11px;
	border:1px solid #bbb;
	padding:5px 0;
	color:#555;
}

/*
/* page content */

#page {
	width:575px;
	float:left;
	margin:0 30px 0 0;
	padding:10px 0 0 25px;
}

#page h1 {
	color:#333;
	font-size:28px;
	font-weight:normal;
	margin:0 0 12px 0;
}

#page h2 {
	font-size:18px;
	margin:0 0 12px 0;
	font-weight:normal;
}

#page h2 a {
	color:#333;
	text-decoration:none;
}

#page h2 a:hover {
	color:#f09;
	text-decoration:underline;
}

#page h3 {
	font-size:16px;
	margin:0 0 10px 0;
	font-weight:normal;
}

#page p {
	margin:0 0 1.2em 0;
	line-height:1.6em;
}

#page strong {
	color:#000;
}

#page ul {
	margin:0 0 20px 20px;
}
#page ol {
	margin:0 0 20px 24px;
}

#page li {
	margin:0 0 1em 0;
}

#page a {
	color:#f09;
}

/* page image styling */

/*right aligned image and caption*/

#page .alignright {
	float:right;
	margin:0px 0px 10px 10px;
}

.wp-caption {
	border:1px solid #c3c4c6;
	background:#f3f3f4;
	text-align:center;
	padding-top:5px;
}

.wp-caption-text {
	font-size:11px;
	padding:5px 0 0 0;
}

/*customers thumbnails */

#page ol li img.alignleft {
	float:left;
	margin:10px 10px 10px 0;
}

#page ol li {
	clear:left;
}

/* sidebar */

#sidebar{
	width:300px;
	float:left;
	font-size:11px;
	color:#555;
	margin:48px 0 0 0;
}

#sidebar h3{
	font-size:18px;
	color:#fff;
	font-weight:normal;
}

/*simple section nav */

#sidebar div#simple-section-nav {
	margin:0 0 20px 0;
}

#sidebar div h3 {
	height:33px;
	background:url(images/hd-sidebar-submenu.gif) no-repeat 0px 0px;
	padding:12px 0 0 16px;
	margin:0 0 12px 0;
}

#sidebar div h3 a {
	color:#fff;
}

#sidebar div li {
	margin:0 0 10px 0;
}

#sidebar div li a {
	background:url(images/arrow-submenu.gif) no-repeat 0px -19px;
	padding:2px 0 0 22px;
}

#sidebar div li.current-cat a {
	font-weight:bold;
	color:#000;
}

#sidebar div#simple-section-nav ul ul,
#content #sidebar li.page_item ul {
	list-style-type:square;
	margin:10px 0 0 35px
}

#content #sidebar div#simple-section-nav li li a,
#content #sidebar li.page_item ul li a {
	background:none;
	padding:0;
}



#sidebar div#simple-section-nav li.current_page_item a {
	background:url(images/arrow-submenu.gif) no-repeat 0px 3px;
	font-weight:bold;
	color:#f09;
}

#content #sidebar div#simple-section-nav li.current_page_item li a {
	font-weight:normal;
	color:#555;
}

#content #sidebar div#simple-section-nav li li.current_page_item a{
	background:none;
}


/*simple text widget for audio */

#sidebar div.widget_text {
	margin:0 0 20px 0;
}
#sidebar div.widget_text h3 {
	height:33px;
	background:url(images/hd-sidebar-listenagain.gif) no-repeat 0px 0px;
	padding:12px 0 0 55px;
	margin:0 0 12px 0;
}

/*simple image widget */

#sidebar div.widget_simpleimage {
	background:none;
	text-align:center;
	padding:0;
	border:none;
	margin:0 0 20px 0;
}

#sidebar a {
	color:#555;
	text-decoration:none;
}

#sidebar a:hover {
	color:#f09;
}

#sidebar ul {
	list-style-type:none;
	margin:0 0 0 15px;
}

#sidebar li {
	padding:0;
	margin:0 0 3px 0;
}

/* random quote */

#sidebar #random-quote {
	background:url(images/bg-random-quote.jpg) no-repeat 0px 0px;
	height:280px;
}

#sidebar #random-quote h3 {
	background:none;
	margin:0 0 25px 0;
}

#quotescollection_randomquote-0 {
	opacity:0.75;
}

#sidebar #random-quote p {
	background:#fff;
	padding:10px;
	margin:0 20px;
	font-weight:bold;
	color:#000;
}


#sidebar #random-quote a {
	color:#f09;
}





/* footer */

#footer {
	position:relative;
	height:125px;
	width:930px;
	margin:0 auto;
	padding:0 40px;
	clear:both;
	background:url(images/bg-footer-photo.gif) no-repeat center bottom;
	text-align:left;
	font-size:10px;
	color:#444;
}

#footer-copyright {
	float:left;
}

#footer-privacy {
	float:left;
	padding:0 0 0 10px;
	color:#999;
}

#footer-privacy a {
	color:#444;
	text-decoration:none;
}

#footer-privacy a:hover {
	text-decoration:underline;
}

#footer-address {
	clear:left;
	padding:10px 0 0 0;
}

#footer-address h2 {
	font-size:10px;
	font-weight:normal;
	display:inline;
}

#footer-left {
	float:left;
	width:270px;
}

.footer-links {
	float:left;
	width:130px;
	padding:0 0 0 35px;
}

.footer-links ul {
	list-style-type:none;
}

.footer-links li {
	margin:0 0 8px 0;
}

.footer-links h3 {
	margin:0;
	font-size:10px;
	font-weight:normal;
}

.footer-links li a {
	color:#444;
	text-decoration:none;
}

.footer-links li a:hover {
	text-decoration:underline;
}





/* category page */

#category-desc {
	font-weight:bold;
	margin:0 0 20px 0;
}

#category-list {
	width:520px;
}

#category-list .post{
	margin:0 0 30px 0;
}

#category-list .post h2 {
	margin:0 0 8px 0;
}

#category-list .post h2 a{
	text-decoration:none;
}

#page #category-list .post p.date {
	font-size:11px;
	margin:0 0 5px 0;
	color:#555;
}

/* single posts */

/* single posts */

#page-header {
	margin:0 0 15px 0;
	text-transform:lowercase;
}

#page-header a{
	color:#777;
	font-size:28px;
	font-weight:normal;
	margin:0 0 12px 0;
	text-decoration:none;
}

#page h1.post-title {
	color:#222;
	font-size:24px;
	margin:0 0 10px 0;
	font-weight:normal;
}

#page .post p.date {
	font-size:11px;
	margin:0 0 25px 0;
	color:#555;
}

p.postmetadata {
	margin:1em 0;
}

p.post-tags {
	font-size:11px;
}


/* comments */

h3#respond, 
h3#comments,
#respond h3,
#comments h3 {
	color:#000;
	margin:15px 0;
	padding:15px 0 0 0;
	font-size:18px;
}

form#commentform {
	font-size:12px;
}

form#commentform label {
	color:#000;
	display:block;
	margin:0 0 3px 0;
}

form#commentform input {
	margin:0 0 8px 0;
	width:210px;
}

textarea#comment {
	margin:15px 0;
	width:500px;
}
ol.commentlist {
	margin:0 0 1.5em 2.5em;
	padding:0;
}

/* links */

#page #links-list {
	list-style-type:none;
	margin:0;
	padding:0;
}

#links-list h2 {
	font-size:16px;
	margin:0 0 15px 0;
}

#links-list ul li {
	list-style-type:none;
	background:url(images/raquo-page.gif) no-repeat 0px 5px;
	padding:0 0 0 10px;
}

#links-list ul li a{
	text-decoration:none;
	display:block;
	margin:0 0 5px 0;
}

#links-list ul li a:hover {
	text-decoration:underline;
	color:#262262;
}






/*sitemap*/

#sitemap .sitemap-homelink {
	border-bottom:1px dotted #c3c4c6;
	padding:0 0 5px 10px;
	margin:0 0 5px 0;
	background:url(images/raquo-page.gif) no-repeat 0 5px;
}

#sitemap ul {
	list-style-type:none;
	width:300px;
}

#sitemap ul li {
	border-bottom:1px dotted #c3c4c6;
	padding:0 0 5px 10px;
	margin:0 0 5px 0;
	background:url(images/raquo-page.gif) no-repeat 0 5px;
}

#sitemap ul ul {
	margin:8px 0 0 15px;
	padding:0;
}

#sitemap li li {
	background:url(images/bullet-page.gif) no-repeat 0px 6px;
	padding:0 0 0 10px;
	border:none;
	font-size:12px;
}

#sitemap a {
	text-decoration:none;
	color:#6d6e70;
}

#sitemap a:hover {
	text-decoration:underline;
	color:#262262;
}

/*homepage*/

#home-top {
	height:308px;
	padding:0 0 38px 0;
	background: url(images/hr-12.gif) no-repeat center bottom;
	margin:0 0 20px 0;
}

/*home ODASA diagram */

#home-intro {
	float:left;
	width:260px;
	padding:0;
	margin:0 28px 0 0;
}

#home-intro h1{
	font-size:12px;
	font-weight:bold;
	margin:0 0 8px 0;
	text-shadow: #fff 0 0 0; /* soften bold on safari */
}
#home-intro p{
	margin:0 0 12px 0;
	line-height:1.6em;
}
#home-intro p a{

}

#home-intro img {
	display:block;
	margin:0 auto;
}

/* home-services tabs */

#home-services {
	float:left;
	width:630px;
	height:308px;
	position:relative;
}

#home-services div#service-frame {
	position:relative;
	width:468px;
	height:308px;
	top:0px;
	left:161px;
	z-index:10;
	background:url(images/bg-home-services.gif) no-repeat 0px 0px;
	padding:9px 10px 7px 13px;
}

#home-services div.service {
	position:relative;
	width:445px;
	height:292px;
}

#home-services div.service-text {
	position:absolute;
	bottom:22px;
	left:30px;
	width:385px;
}

#home-services div.service ul {
	list-style-type:none;
}

#home-services div.service li {
	background:url(images/bullet-sq-pink.gif) no-repeat 0px 4px;
	padding:0 0 0 10px;
	font-size:13px;
	font-weight:bold;
	margin:0 0 10px 0;
}

#home-services div.service a {
	margin:0 20px 0 0;
}







/* home bottom */

#home-bottom {
	position:relative;
}

#advice-outer {
	position:absolute;
	width:278px;
	height:205px;
	top:0;
	left:0;
	background:url(images/advice-outer-bg.gif) no-repeat left top;
	padding:0 0 0 9px;
}

#advice-inner {
	background:url(images/advice-inner-bg.jpg) no-repeat right top;
	height:205px;
}

div.advice-expand {
	padding:21px 0 0 15px;
	font-size:18px;
	font-weight:normal;
}

#advice-intro {
	position:relative;
	width:150px;
	padding:15px;
}

#advice-intro p {
	margin:0 0 20px 0;
	line-height:1.4em;
}

#advice-intro-start,
#advice-intro-end  {
	position:absolute;
	top:15px;
	left:15px;
	width:150px;
}

#advice-intro-end {
	display:none;
	
}

p.advice-expand,
p#advice-close {
	position:absolute;
	top:100px;
	left:15px;
}

p#advice-close {
	display:none;
}


#advice-tabs {
	position:absolute;
	width:520px;
	top:16px;
	left:250px;
	display:none;
}

#advice-tabs .ui-tabs-panel {
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

#advice-tabs ul {
	list-style-type:none;
	margin:0 0 10px 0;
	width:520px;
}




/* jquery tabs css*/

#advice-tabs .ui-tabs-nav {
    list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:9px;
	left:0px;
	z-index:20;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#advice-tabs .ui-tabs-nav li {
	float:left;
    width:101px;
	height:24px;
	margin:0 3px 0 0;
}



#advice-tabs .ui-tabs-nav a {
	float:left;
	display:block;
	width:101px;
	height:21px;
	padding:3px 0 0 7px;
	background:;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	background:url(images/advice-tabs-bg.gif) no-repeat 0px 0px;
}

#advice-tabs .ui-tabs-nav li.last a {

}

#advice-tabs .ui-tabs-nav .ui-tabs-selected a {
	color:#fff;
	background:url(images/advice-tabs-bg.gif) no-repeat 0px -24px;
}

#advice-tabs div{
	position:absolute;
	top:45px;
	left:0px;
	border:1px dotted #f09;
	padding:10px;
	line-height:1.4em;
	font-size:12px;
	background:#fff;
}

#advice-tabs div p{
	margin:0 0 15px 0;
}

/* home news */

#home-news {
	width:590px;
	margin:0 0 0 327px;
}

#home-news div.heading {
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin:0 0 12px 0;
}

#home-news dl {
	padding:0 0 6px 0;
	margin:0 8px 0 0;
}

#home-news dt {
	margin:0;
	font-weight:bold;
}

#home-news dt a {
	text-decoration:none;
}

#home-news dt a:hover {
	text-decoration:underline;
}

#home-news span.date {
	font-size:9px;
}

#home-news dd {
	padding:0;
	margin:0 0 12px 0;
}

#home-news dd a{
	text-decoration:none;
	color:#000;
}

#home-news dd a:hover {
	text-decoration:underline;
}



/* forms */

div.wpcf7 {
	margin: 0;
	background:#f3f3f4;
	position:relative;
}

form.wpcf7-form{
	padding:10px;
}

form.wpcf7-form input {
	height:1.8em;
}


#page-text div.wpcf7 p {
	margin: 0 0 0.75em 0;
	font-size:11px;
}


#form-message {
	position:relative;
	top:0;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-list-other {
	display:block;
	clear:left;
}

.wpcf7-checkbox .wpcf7-list-item input,
.wpcf7-checkbox .wpcf7-list-item span{
	float:left;
	margin:0 4px 0 0;
}

/*testimonials page*/

#testimonials-list blockquote {
	border-bottom:1px dotted #C3C4C6;
	margin:0 0 16px 0;
	padding:0 0 16px 0;
}

#testimonials-list blockquote p {
	font-style:italic;
	font-size:14px;
	margin:0 0 1em 0;
}

#testimonials-list blockquote cite {
	font-style:normal;
	font-weight:bold;
}

#testimonials-list blockquote cite span.company-name {
	color:#662d91;
}

#testimonials-list blockquote cite a {
	text-decoration:none;
}

#testimonials-list blockquote cite a:hover {
	text-decoration:underline;
}

/* generic */

a
{
  outline: none;
  color:#ff0099;
}

.morelink {
	color:#ff0099;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

a.morelink:hover {
	text-decoration:underline;
}

a img {
	border:none;
}


/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */