/*
Theme Name: Dark Horse Media
Theme URI: http://www.darkhorsemedia.com/
Description: Theme designed and created by Tucson Web Design - Anchor Wave Internet Solutions.
Version: 1
Author: Shanda Peterson and the Anchor Wave Team
Author URI: http://www.anchorwave.com/
Tags: Anchor Wave, Tucson, Web Design

	ECT.coop v1
	http://www.anchorwave.com

	This theme was designed and built by Eric Fernandez and the Anchor Wave team,
	whose website you will find at http://www.anchorwave.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*
	=========================================================
	Master CSS Reset
	Author: Anchor Wave Internet Solutions
	=========================================================
*/

html, body, div, span, applet, object, iframe, h1, h2, h2, h3, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, span small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
text-align: left;
}

/*
	=========================================================
	Master CSS Styles
	Author: Anchor Wave Internet Solutions
	=========================================================
*/


body {
	background:#5C0100;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	margin:0px;
	padding:0px;
	
	}

p {
margin:0 0 1em 0;
line-height:20px;
}

em,
i {font-style:italic;}

strong,
b {font-weight:bold;}


li {
list-style:disc;
}
.entry li {
list-style-position:inside;
}

ol li{
	list-style:decimal;
	list-style-position:inside;
	margin-left:15px;
	}


	
a {
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	}	
	
a:hover {
	font:Arial, Helvetica, sans-serif;
	color:#06C;
	font-size:14px;
	
	
	}
	


hr {
border:none;
border-bottom:1px solid #ccc;
width:100%;
}
.single p {margin:1em 0;}
.group:after {/*--clear floats--*/
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}


/*Begin Structure*/

#wrap {
	position:relative;
	width:1000px;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	}	
	
#left {
	float:left;
	background:url(images/left.jpg) top left no-repeat;
	width:231px;
	height:665px;
	margin:0px;
	padding:0px;
	
	}	
#left ul {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:430px;
	margin-left:113px;
}

#left ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom:5px;
	
}

#left ul li a {	
	font-size:14px;
	text-decoration:none;
}

#left ul li ul{ 
	display:none;
}

#right {
	float:right;
	width:769px;
	background:url(images/top.jpg) top left no-repeat;	
		}
		
#clear {
	clear:both;
	}	
		
.clear {
	clear:both;
	}	
	
.float-right {
		float:right;
}
.float-left {
	float:left;
}




#header {
	position:relative;
	top:0px;
	left:0px;
	width:769px;
	height:270px;
	
	}
	
#heading {
	position:relative;

	margin-left:15px;
	
	
	}
	

	
#content {
	background:url(images/contentbg.jpg) top left repeat-y;
	margin-top:20px;
	padding-left:60px;
	padding-top:30px;
	padding-bottom:40px;
	width:670px;
	height:auto;
	}
	

#footer {
	background:url(images/footer.jpg) top left no-repeat;
	width:749px;
	padding-top:20px;
	font-size:12px;
	padding-left:20px;
	margin-bottom:20px;
	text-align:center;
	
	
	}
	
#footer a {
	font-size:12px;
	}




	
/*text */

.heading1, .heading1 a {
	font-size:18px!important;
	}	
	
h1 {
		font-size:24px;
		background: url(images/breadcrumb-underline.jpg) no-repeat bottom left;
		height:34px;
		line-height:34px;
		padding:5px 0px;
		display:block;
		margin-bottom: 15px;
}

h2 {
	font-size: 1.6em;
	font-weight:bold;
	margin-bottom:10px;
	display:block;
	padding:10px 0px;
	text-decoration:none;
	
	
}
h2 a {
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;
	display:block;
	padding:0px 0px;
	text-decoration:none;
	
	
}

h2 a:hover {
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;
	display:block;
	padding:0px 0px;
	text-decoration:none;
	
	
}
	
.post-left h1 {
		width:400px!important;
		
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/*Our Expertise*/
.caseWrap {
	clear:both;
	
}
.caseWrap h1 {
		background:none;
}

.caseWrap p{
	margin:0 10px 0 15px!important;
	padding:0 0 8px 0!important;
	color:#000;
}

.caseWrap h1 {
	margin:0 0 8px 15px!important;
	padding:8px 0 0 0!important;
	color:#000!Important;
}


.casetop {
	background: url(images/case-top.jpg) top left no-repeat;
	margin:0;
	padding:0;
	line-height:1px!important;
	height:15px;
}

.casetop p {
	line-height:1px!important;
	}
.casebody{
	background: url(images/case-body.jpg) top left  repeat-y;
	margin:0px 0 0 0;
	padding:0;
}

.casebody img {
		
		padding-top: 25px;
		padding-bottom:25px;
}

.casefooter {
	background: url(images/case-footer.jpg) top left no-repeat;
	_background: url(images/case-footer.jpg) bottom left no-repeat;
	margin:0;
	padding:0;
}

.casebody ul {
	margin:0 0 0 20px!important;
}

.casebody ul li {
	margin:0 8px!important;
	list-style:disc!important;
	font-size:12px;
	padding:0 0 8px 0;
}

.casebody ul li a {
	color:#000;
}

.casebody ul li a:hover {
	color:#000;
}



.case1 {
	width:212px;
	float:left;
	
}


.case2 {
	width:212px;
	float:left;
	margin:0 4px 0 4px;
}



.case3 {
	width:212px;
	float:left;	
}

.success-stories-link {
	

	margin-right:25px;
}

.blue-bottom {
	background: url(images/expertise-bottom-center.jpg) repeat-y top left;
	width: 625px;
	font:12px;
	color:#000;
	padding:10px;
}

.blue-bottom  a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000!important;
}

.blue-bottom  p {
	color:#000!important;
	text-align:left;
	padding:0px 10px;
}

.blue-bottom  h2 {
	color:#000!important;
	margin:5px 0 5px 0;
	padding:0;
}

/*Success Stories*/
body.page-id-25 .entry {
	background: url(images/expertise-bottom-center.jpg) repeat-y top left;
	text-align:left;
	font-size: 14px;
	color:#000;
	padding: 20px;
	width: 605px;
}
body.page-id-25 .entry ul li {
	margin-bottom:15px;
}
/*franchisees*/

.whitebox {
	background:url(images/white-box-bg.jpg) repeat-y top left;
	width: 653px;
	padding-top: 0px;
	float: left;
	overflow: hidden;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	margin-left: -10px;
	padding: 10px;
	color:#000!important;
}

/*==Portfolio
=======================================*/
.two-col {
float:left;
width:100%;
margin:0 1.5% 40px;
padding-bottom:40px;
background:#C4D2ED;
min-height:330px;
border:1px solid #F6F8FB;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
-moz-box-shadow:2px 2px 4px rgba(0,0,0,.6);
-webkit-box-shadow:2px 2px 4px rgba(0,0,0,.6);
box-shadow:2px 2px 4px rgba(0,0,0,.6);
}
.two-col p {
color:#000;
margin:0 15px 0 15px;
padding:0 0 8px;
}
.two-col ul {
margin:0 0 0 20px;
color:#000;
}
.two-col li {
margin:0 8px;
padding:0 0 8px;
color:#000;
}
.two-col li a {
color:#000;
}

.two-col li a:active {
	
	}
h2.bread-home {
color:#000 !important;
font-size:26px;
background:transparent;
height:auto;
width:auto;
margin:0 0 5px;
padding:0;
float:none;
text-align:center;
}
p.img-heading {
border-bottom:2px solid #000;
margin:0 auto 6px;
padding:0 0 6px;
width:166px;
text-align:center;
}

/**Meet Our Agency**/
body.page-id-12 .entry, body.page-id-15 .entry {
	background: url(images/expertise-bottom-center.jpg) repeat-y top left;
	text-align:left;
	font-size: 14px;
	color:#000;
	padding: 20px;
	width: 605px;
	
}
h4 {
	display:block;
	clear:both;
}

.team
{
	border:1px solid #111;
	margin: 0 0 0 90px;
}

.member
{
	border:1px solid #111;
	float:right;
	margin: 5px 0 5px 5px;
	clear:both;
}


/**Resource Center **/
body.page-id-15 .entry table {
		margin-left:20px;
}
body.page-id-15 .entry table, body.page-id-15 .entry table td {
		text-align:center;
}

/*Marketing Overview */
body.page-id-27 .entry li{
	margin-bottom:15px;
}
	
	
/*blog*/
.post-left {
	width: 451px;
	float: left;
	height: auto;
	
}
.post-right {
	width: 160px;
	float: left;
	height: auto;
	
}

.mysidebar {
	overflow:hidden;
	list-style: none;
	
}
.mysidebar ul {
	margin:0px 0px;
}

#sidebar h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	background: url(images/breadcrumb-underline.jpg) no-repeat bottom left;
	margin-bottom:10px;
	display:block;
	
}


#sidebar {
	font: bold 12px Arial, Helvetica, sans-serif;
}
#sidebar li {
	list-style:none;
	text-align:right;
}
#sidebar li a {
	color: #ffffff;
	text-decoration: none;
}
#sidebar ul ul li {
	margin-left: -10px;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

/*Marketing tools*/

body.page-id-29 .entry {
	background: url(images/expertise-bottom-center.jpg) repeat-y top left;
	text-align:left;
	font-size: 14px;
	color:#000;
	padding: 20px;
	width: 605px;
	
}

body.page-id-29 .entry a {
	color:#000;
}
body.page-id-29 .entry h1, body.page-id-29 .entry h2 {
	background:none;
}
.mtools-content a {
	color:#000000;
	}
.mtools-content h1, .mtools-content h2, .mtools-contet h3 {
		color:#000000!Important;
		background:none;
	}
	
.mtools-top {
	width: 673px;
	height: 23px;
	float: left;
	margin-left: -10px
}
.mtools-content {
	width: 643px;
	padding-top: 0px;
	float: left;
	overflow: hidden;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	color:#000;
	margin-left: -10px;
	padding-left: 30px;
}

.mtools-content p {
	color:#000!important;
}

.content-left {
	width: 545px;
	height: 100%;
	float: left;
	padding: 0;
}
.content-left {
	width: 545px;
	height: 100%;
	float: left;
	padding: 0;
}
.division .content-left {
	width: 500px;
	height: 100%;
	float: left;
	padding: 0;
	margin-right:10px;
}

.content-left h2 {
	/*background: url(images/settings-image.jpg) no-repeat top left;*/
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 10px;
	height: 30px;
	margin: 0;
	text-align: left;
}

.content-left p {
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	height: auto;
}

.content-right {
	width: 50px;
	height: 100%;
	float: left;
}

.content-right p {
	font: 12px normal Arial, Helvetica, sans-serif;
}
.mtools-bottom {
	width: 673px;
	height: 32px;
	float: left;
	margin-left: -10px
}
.top-division {
	width: 600px;
	overflow:hidden;
	height: auto;
	float:left;
}
.top-division p {
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

.top-division span {
	padding-left: 50px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.bottom-division {
	width: 600px;
	height: auto;
	overflow:hidden;
	float:left;
}
.roi {
	width: 570px;
	height: auto;
	text-align:center;
	overflow:hidden;
	float: left;
}
.calculatorform { width: 435px; font-size: 13px; text-align:left;}
.calculatorform strong {font-size:15px;}
.multirow { margin-bottom:14px; }
.singlerow *, .multirow * { display:inline !important; }
.multirow input { width: 110px; }
.buttonrow { text-align:center; }


/*contact us*/
body.page-id-19 .entry {
	background: url(images/expertise-bottom-center.jpg) repeat-y top left;
	text-align:left;
	font-size: 14px;
	color:#000;
	padding: 20px;
	width: 605px;
}

body.page-id-19 .entry table {
		width:100%;
		text-align:center;
		margin:0 auto;
		margin-left:25px;
}

body.page-id-19 .entry table td{
	vertical-align:top;
}

/**Thickbox**/

#thickboxContent .entry {
	width:560px;
	padding:0 20px;
	margin:0;
}


#thickboxContent .entry h1, #thickboxContent .entry h2, #thickboxContent .entry h3 {
	margin:0;
	padding:8px 0 8px 0!important;
}

#thickboxContent .entry td {
	padding:10px;
	border-collapse:collapse;
}

#thickboxContent .entry h2, #thickboxContent .entry h1, #thickboxContent .entry h3, #thickboxContent .entry p {
	color:#FFF!important;
}

#thickboxContent a {
color:#C4D2ED;
}


.bottom-top {
	background: url(images/expertise-bottom-top.jpg) no-repeat top left;
	width: 647px;
	height: 9px;
	float: left;
	margin-left: -10px;
	overflow: hidden;
}
.bottom-content {
	background: url(images/expertise-bottom-center.jpg) repeat-y top left;
	width: 625px;
	float: left;
	overflow: hidden;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	color:#0B333C;
	padding: 10px;
}
.bottom-content p {
	font: 12px Arial, Helvetica, sans-serif;
}

.bottom-content a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000!important;
}

.bottom-bottom {
	background: url(images/expertise-bottom-bottom.jpg) no-repeat top left;
	width: 647px;
	height: 16px;
	float: left;
	margin-left: -10px
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

