/*  
Theme Name: SD
Theme URI: http://www.sounddelivery.org
Description: Wordpress theme
Version: 1.0
Author: Mats Lofgen
Author URI: http://www.lofgren.co.uk/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

This theme was initially based on the brilliant Mimbo 2.2 theme by Darren Hoyt (http://www.darrenhoyt.com/).


/* HTML Elements */

* {
	margin:0;
	padding:0;
}

body,html {
	min-height:101%;
}
	
body {
	background: #e4e4e4; /* #8e848f;*/
	color: #545454;
	padding: 25px 0 25px 0;
}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
}
	
p {	
	margin: 15px 0;
}

a:link, a:visited {
	color: #8035a9;
	text-decoration:none
}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
}

a {
	outline-style: none;
	outline-width: 0;
}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
}

small {
	font-size: 1em;
	display: block;
	background:#ece6e4;
	padding:4px 8px;
	margin: 0 0 8px 0;
}

.post small {
	display: block;
	font-size: 1em;
	background:#ece6e4;
	padding:4px 8px;
	margin: 8px 0 12px 0;
}

.archive .post small {
	display: block;
	font-size: 1em;
	background:#ece6e4;
	padding:4px 8px;
	margin: 8px 0;
}


img, a:link img, a:visited img {
	border:0
}


a:visited img.bdr, a:link img.bdr {
	border: 3px solid #fff;
}

a:hover img.bdr {
	border: 3px solid #7f34a7;
}

img.postright, .post img.alignright {
	float: right;
	background: #fff;
	padding: 2px;
	border: 1px solid #8f44b7;
	margin: 0 0 12px 12px;
}

.post img.alignleft {
	float: left;
	background: #fff;
	padding: 2px;
	border: 1px solid #8f44b7;
	margin: 0 12px 12px 0;
}


/* Structure */

#page {
	width:930px;
	margin:0 auto;
	font-size:0.7em;
	background:#FFF url(images/bg_curves3.gif) top right no-repeat;
	padding: 10px 25px 15px 15px;
}

#branding {
	width:300px;
	padding: 0;
	margin: 0;
}

#branding .topheader {
	background: url(images/sd_logo.gif) top left no-repeat;
	width: 275px;
	height: 92px;
	text-indent: -9000px;
	padding: 0;
	margin: 8px 0 12px 8px;
}

#branding .topheader a {
	display: block;
	width: 300px;
	height: 100px;
}
	

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 260px;
	float:right;
	margin-top: 22px;
}

#home #sidebar {
	width: 260px;
	float:right;
	margin-top: 0;
}

.leftcol {
	width:297px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

.leftcol, .rightcol {
	float:left;
	}	
	
.rightcol {
	width:290px;
	padding-left:18px;
	}


/*Subpage */

.subpage li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subpage li a:link, .subpage li a:visited {
	background:#f1e4f9;
	display:block;
	padding:6px 4px 6px 8px;
	border-left:4px solid #e1d4e9;
	color: #000;
	}
		
.subpage li a:hover, .subpage li a:active {
	background:#e1d4e9;
	text-decoration: none;
	border-left: 4px solid #d1c4d9;
	color: #000;
	}

	
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eee;
	display:block;
	padding:6px 4px 6px 8px;
	border-left:4px solid #ccc;
	}
		
.subnav li a:hover, .subnav li a:active, .subnav li.current-cat a {
	background:#ccc;
	text-decoration:none;
	color: #222;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:60px Arial, sans-serif;
	font-weight:bold;
	letter-spacing:-0.01em;
	margin-top: 22px;
	margin-left: 22px
	}
	
h2 {
	font: 2.1em Arial, sans-serif;
	padding-bottom:8px;
	border-bottom:1px solid #8035a9;
	margin: 20px 0;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin-bottom: 4px;
	font-weight: bold;
	color: #8035a9;
	}

.post h3 {
	font: 1.5em Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: normal;
	margin-top: 12px;
	margin-bottom: 0;
	font-weight: bold;
	color: #8035a9;
}

#sidebar h1 {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	margin: 20px 0;
	}

#sidebar h3, #sidebar h2 {
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	margin:25px 0 15px 0;
	font-size:1em;
	}
	
#sidebar li.first h3 {
	margin:10px 0 15px 0;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	

/* Content */

#content {
	width:615px;
	float:left;
	padding: 0 0 0 25px;
	}

#home #content {
	width:645px;
	float:left;
	margin-top: 18px;
	padding: 0;
	}

.description {
	font-size: 18px;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	text-indent: -9000px;
	}

.feature, .casestudies {
	background: #f3ecf9;
	padding: 15px;
	border-bottom: 1px solid #ddcdeb;
	border-top: 1px solid #ddcdeb;
	}

.feature:hover {
	background: #eae1ee;
	}
	
.feature p {
	margin:0;
	}

.leftcol p, .rightcol p {
	margin: 3px 0;
	}

.feature img, .rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:12px;
	margin-bottom:20px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title_header {
	font:1.6em Arial, sans-serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	padding-top: 5px;
	}
	
.feature#lead a.title_header{
	color: #333;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
.leftcol .clearfloat, .rightcol .clearfloat {
	padding:12px 0;
	min-height: 120px;
	}	

.leftcol .wbdr, .rightcol .wbdr {
	border-top:1px dotted #b6b6b6;
}

.leftcol a.title:link, .leftcol a.title:visited, .rightcol a.title:link, .rightcol a.title:visited {
	color: #333;
}

.leftcol p, .rightcol p {
	margin: 6px 0;
}
	
#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#ece6e4;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #d0c4be;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #d0c4be;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:512px;
	}	

.entry {
	padding-bottom:20px;
	}

.entry p {
	margin: 5px 0 20px 0;
	font-size: 1.2em
}

.entry p a, .entry li a {
	text-decoration: underline;
}

.entry p a:hover, .entry li a:hover {
	text-decoration: none;
}

.entry p label {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.entry p input {
	font-size: 1em;
	padding: 3px;
	margin-top: 4px;
}


/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post h2 {
	margin-top: 22px;
}

.post blockquote {
	color:#555;
	background:#f8f8f8;
	padding:12px 20px;
	margin:18px 0;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	}
	
.post blockquote p{
	padding:0;
	margin:0;
	}


.post ul, .post ol {
	margin-bottom: 22px;
}

.post ul li {
	font-size: 1.2em;
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	font-size: 1.2em;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding: 5px 0 0 0; 
	}

#searchform #s {
	width: 140px;
	height: 22px;
	font-size: 16px;
	border: 0;
	padding: 1px 0 0 1px;
	}

#searchform #searchsubmit {
	width: 65px;
	height: 26px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(images/btn_li_search.gif) no-repeat left top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	}

.button {
	padding: 1px;
	background:#7d5847;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#4f2a18;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	padding: 2px 3px;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}

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

#myGallery {
	width: 645px;
	height: 250px;
	overflow: hidden;
}


/* Footer*/

#footer {
	text-align: right;
	margin: 0 auto;
	width: 920px;
	font-size:0.7em;
	padding-top:15px;
	color:#777;
	}

#footer a {
	color:#8035a9;
	}

ul#socicons {
	margin: 10px 0 0 0;
	border: 1px solid #ddd;
	height: 60px;
	padding: 10px;
}

#socicons li {
	display: inline;
	float: left;
}

#socicons a:link img, #socicons a:visited img {
	margin: 0 52px 0 0;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#socicons a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#socicons li.last {
	padding: 22px 0 0 22px;
}

#flickr {

}

#flickr img {
			border: 2px solid #fff;
			margin: 5px 7px 0 0;
		}

#flickr a:hover img {
			border: 2px solid #8035a9;
		}

#constant-contact form{
	background:#f0edca;
	border:1px solid #c7c39b;
	padding: 6px;
	margin-bottom: 4px;
}

#constant-contact fieldset{
	border: none;
}

#constant-contact legend{
	display: none;
}

#constant-contact label{
	display: block;
	margin-bottom: 4px;
}

#constant-contact #ea{
	width: 150px;
	height: 16px;
	padding: 2px;
}

#go{
	width: 68px;
	height: 29px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(images/btn_signup.gif) no-repeat left bottom;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	}

#send{
	width: 68px;
	height: 29px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(images/btn_send.gif) no-repeat left bottom;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	}

#clients ul {
	list-style-type: none;
}

#clients ul li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 35px 28px 0;
	border: 1px solid #ccc;
}

#clients ul li.purple {
	border: 1px solid #8035a9;
}

#clients ul li a.tooltip {color:#c00;}
#clients ul li a.tooltip strong {display:none;}
#clients ul li a.tooltip strong span {font-weight: bold;}
#clients ul li a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
#clients ul li a.tooltip:hover strong {display:block; position:absolute; top:10px; left:10px; padding:5px; font-weight:normal; font-size: 0.9em;color:#000; border:3px solid #888; background:#eee; width:200px;}
#clients ul li a.tooltip:hover strong em {position:absolute; left:20px; top:-8px; width:11px; height:8px; background: url(images/tooltip.gif) 0 0; display:block; font-size:1px;}

#clients ul li .clear {clear:both;}

.top10 {
	margin-top: 5px;
}

.twit {
	background: url(images/icon_twitter.gif) 0 0 no-repeat;
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 35px;
	margin:20px 0 15px 0;
	font: 1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: bold;
	color: #8035a9;
}

.greybg {
	background: #eee;
	padding: 4px 8px;
}

.whitebg {
	background: #fff;
	padding: 4px 8px;
}
	
.jcarousel-item img {
	margin: 0 7px;
}

.quotescollection_randomquote {
	background: #f3ecf9;
	padding: 12px 15px;
	border-bottom: 1px solid #ddcdeb;
	border-top: 1px solid #ddcdeb;
}

.quotescollection_randomquote p {
	padding: 0;
	margin: 0;
	font-size: 1.05em;
}

.quotescollection_randomquote cite {
	display:block; 
	text-align:right;
	font-weight: bold;
	margin-top: 5px;
}

.navbar {
    width: 930px;
    height: 40px;
    background: url(images/nav.gif) no-repeat;
    position: relative;
	left: 0;
	margin: 0;
}

.navbar li {
	display: inline;
}
.navbar li a:link, .navbar li a:visited {
	position: absolute;
	top: 0;
	height: 40px;
	text-indent: -9000px;
	/*overflow: hidden;*/
}

	.navbar .home a:link, .navbar .home a:visited {
		left: 0px;
		width: 99px;
	}
	.navbar .home a:hover, .navbar .home a:focus {
		background: url(images/nav.gif) no-repeat 0 -41px;
	}
	.navbar .home a:active {
		background: url(images/nav.gif) no-repeat 0 -82px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(images/nav.gif) no-repeat 0 -123px;
		cursor: default;
	}



	.navbar .about a:link, .navbar .about a:visited {
		left: 100px;
		width: 80px;
	}
	.navbar .about a:hover, .navbar .about a:focus {
		background: url(images/nav.gif) no-repeat -100px -41px;
	}
	.navbar .about a:active {
		background: url(images/nav.gif) no-repeat -100px -82px;
	}
	.current-about .about a:link, .current-about .about a:visited {
		background: url(images/nav.gif) no-repeat -100px -123px;
		cursor: default;
	}
	


	.navbar .training a:link, .navbar .training a:visited {
		left: 181px;
		width: 89px;
	}
	.navbar .training a:hover, .navbar .training a:focus {
		background: url(images/nav.gif) no-repeat -181px -41px;
	}
	.navbar .training a:active {
		background: url(images/nav.gif) no-repeat -181px -82px;
	}
	.current-training .training a:link, .current-training .training a:visited {
		background: url(images/nav.gif) no-repeat -181px -123px;
		cursor: default;
	}


	
	.navbar .production a:link, .navbar .production a:visited {
		left: 271px;
		width: 110px;
	}
	.navbar .production a:hover, .navbar .production a:focus {
		background: url(images/nav.gif) no-repeat -271px -41px;
	}
	.navbar .production a:active {
		background: url(images/nav.gif) no-repeat -271px -82px;
	}
	.current-production .production a:link, .current-production .production a:visited {
		background: url(images/nav.gif) no-repeat -271px -123px;
		cursor: default;
	}


	.navbar .clients a:link, .navbar .clients a:visited {
		left: 382px;
		width: 84px;
	}
	.navbar .clients a:hover, .navbar .clients a:focus {
		background: url(images/nav.gif) no-repeat -382px -41px;
	}
	.navbar .clients a:active {
		background: url(images/nav.gif) no-repeat -382px -82px;
	}
	.current-clients .clients a:link, .current-clients .clients a:visited {
		background: url(images/nav.gif) no-repeat -382px -123px;
		cursor: default;
	}

	
	.navbar .contact a:link, .navbar .contact a:visited {
		left: 467px;
		width: 95px;
	}
	.navbar .contact a:hover, .navbar .contact a:focus {
		background: url(images/nav.gif) no-repeat -467px -41px;
	}
	.navbar .contact a:active {
		background: url(images/nav.gif) no-repeat -467px -82px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(images/nav.gif) no-repeat -467px -123px;
		cursor: default;
	}
	
	.navbar .search {
		position: absolute;
		right: 10px;
		top: 0;
		width: 230px;
	}

	#searchform .sbdr {
		width: 140px;
		height: 22px;
		font-size: 16px;
		border: 1px solid #999;
		padding: 1px 0 0 1px;
		margin: 0 5px 0 0;
	}
