/*
THEME NAME: SDC
DESCRIPTION: The third generation SnapDragon Consultants' site, based on the Sandbox theme from <a href="http://www.plaintxt.org">plaintext.org</a> by <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
VERSION: 3.0
AUTHOR: Daniel Luxemburg & Michael Harper
*/

/* @group reset */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Verdana;
	font-size: 11px;
	background: url(http://static.snapdragonconsultants.com/theme/graphics/parchment-bg1.jpg);
	color: #333;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix {
	clear: both;
}

/* @end */

/* @group structure */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	

/* color: #c22222; // daniel's link color */
	color: #677f8b}

a:visited {
	color: #677f8b;
}

a:hover, a:active {
	color: #900;
}

div#wrapper {
	width: 990px;
	margin: auto;
	text-align: left;
}

div#background {
	background: url(http://static.snapdragonconsultants.com/theme/graphics/parchment-bg1.jpg);
}
h4, h5 {
	font-family: Arial;
}

div#container {
	float: left;
	margin: 0 0 0 0;
	width: 100%;
	background: url(http://static.snapdragonconsultants.com/theme/graphics/sun-burst-trans.png) no-repeat center top;
	margin-top: -10px;
	padding-top: 40px;
}

div#secondary {
	clear: right;
}

div#primary {
	margin-top: 2em;
}

/* @end */

/* @group header */

div#header {
	margin: 0px;
	height: 84px;
	background: url(http://static.snapdragonconsultants.com/theme/graphics/header-bg1.png) repeat-x;
	text-align: center;
}

#header div.interior {
	width: 990px;
	text-align: left;
	margin: 0 auto;
}

#header a#home-link {
	width: 336px;
	display: block;
}

#header h1 {
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 336px;
	background: url(http://static.snapdragonconsultants.com/theme/graphics/home/h1-trans.png) no-repeat 0 10px;
}

#header h1 a {
	height: 75px;
}

div.skip-link {
	position: absolute;
	right: 2px;
	top: 2px;
}

div.skip-link a {
	color: #393939;
	text-decoration: none;
	font-size: 66%;
}

div.skip-link a:hover {
	color: #696969;
}

/* @group menu (main nav) */

div.main-nav {
	position: relative;
}

#header .main-nav ul {
	list-style: none;
	position: absolute;
	left: 450px;
	top: -50px;
}

.main-nav ul li {
	height: 50px;
	margin-left: 15px;
}

.main-nav ul li a, .main-nav ul li a:visited {
	display: block;
	padding: 0.5em 0.5em;
	text-decoration: none;
	color: #eee;
	font-weight: bold;
}

.main-nav ul li.current_page_item a {
	color: #fdfdfd;
}

#header .main-nav ul li.current_page_item, #header .main-nav ul li.current_page_ancestor, #header .main-nav ul li.current_page_parent {
	background: url(http://s3.snapdragonconsultants.com/theme/graphics/header-current-triangle1-trans.png) no-repeat center;
}

.main-nav ul a:hover {
	color: #fff;
}

div.main-nav ul ul ul a {
	font-style: italic;
}

div.main-nav ul li ul {
	left: -999em;
	position: absolute;
}

div.main-nav ul li:hover ul {
	left: auto;
}

#header .main-nav ul li.page-item-9 a, #header .main-nav ul li.page-item-9 a:hover {
	color: #FFFF99;
	padding-right: 30px;
	background: url(http://s3.snapdragonconsultants.com/theme/graphics/header-contact-arrow1-trans.png) no-repeat;
}

/* @end */

/* @end */

/* @group footer */

div#footer {
	clear: both;
	width: 100%;
	float: left;
	margin-top: 60px;
}

div#footer div#bar {
	padding-bottom: 20px;
}

#footer p {
	width: 25%;
	color: #728D99;
	text-align: left;
	line-height: 120%;
}

#footer div.main-nav {
	float: right;
	position: relative;
	top: -50px;
}

#footer div.main-nav a {
	color: #728D99;
}

div#footer {
	border-top: 2px solid #A1C6D6;
}

div#footer div#bar {
	border-top: 1px solid #D6EBF2;
}

body.home div#footer {
	border-top: 2px solid #000;
}

body.home div#footer div#bar {
	border-top: 1px solid #1A1A1A;
}

body.home #footer div.main-nav a {
	color: #666;
}
#footer p#copyright {
	margin-top: 5px;
}
body.home #footer p#copyright {
	color: #333;
}
p#sitemap a, p#sitemap a:visited {
	color: #627D89
	text-decoration: underline;
	font-size: 9px;	
}
body.home p#sitemap a, body.home p#sitemap a:visited {
	color: #333;
}
body.home p#sitemap a:hover {
	color: #999;
}
body.home #footer p {
	width: 25%;
	color: #666;
}

/* #footer div#credits, #footer div.main-nav {
	float: right;
	clear: both;
}
#footer div#credits {
	color: #ECECEC;
	margin-top: 10px;
	font-size: 75%;
}
#footer div#credits a {
	color: #EEE;
} */

/* @end */

/* @group sandbox? (wp-specific) */

form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform span.required {
	background: #fff;
	color: #c30;
}

form#commentform,form#commentform p {
	padding: 0;
}

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
}

div.comments ol li {
	margin: 0 0 3.5em;
}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 66%;
}

.alignright,img.alignright {
	float: right;
	margin: 1em 0 0 1em;
}

.alignleft,img.alignleft {
	float: left;
	margin: 1em 1em 0 0;
}

.aligncenter,img.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

div.gallery {
	clear: both;
	height: 180px;
	margin: 1em 0;
	width: 100%;
}

p.wp-caption-text {
	font-style: italic;
}

div.gallery dl {
	margin: 1em auto;
	overflow: hidden;
	text-align: center;
}

div.gallery dl.gallery-columns-1 {
	width: 100%;
}

div.gallery dl.gallery-columns-2 {
	width: 49%;
}

div.gallery dl.gallery-columns-3 {
	width: 33%;
}

div.gallery dl.gallery-columns-4 {
	width: 24%;
}

div.gallery dl.gallery-columns-5 {
	width: 19%;
}

div#nav-above {
	margin-bottom: 1em;
}

div#nav-below {
	margin-top: 1em;
}

div#nav-images {
	height: 150px;
	margin: 1em 0;
}

div.navigation {
	height: 1.25em;
}

div.navigation div.nav-next {
	float: right;
	text-align: right;
}

div.sidebar h3 {
	font-size: 1.2em;
}

div.sidebar input#s {
	width: 7em;
}

div.sidebar li {
	list-style: none;
	margin: 0 0 2em;
}

div.sidebar li form {
	margin: 0.2em 0 0;
	padding: 0;
}
div.sidebar ul h4 {
	border-bottom: 1px solid #8FAEB9;
	font-family: Arial;
	font-size: 24px;
	color: #333;
	padding: 10px 0;
}

div.sidebar ul ul {

	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #D4EDF9;
	margin-bottom:20px;
}

div.sidebar ul ul li {

}

div.sidebar ul ul ul {
	margin: 0 0 0 0.5em;
}

div.sidebar ul ul ul li {
	list-style: circle;
}

div.main-nav ul li,div.gallery dl,div.navigation div.nav-previous {
	float: left;
}

input#author,input#email,input#url,div.navigation div {
	width: 50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group blog */

body.blog #content {
	width: 760px;
	float: left;
}

body.blog p.mission-statement {
	display: block;
	float: left;
	width: 240px;
	line-height: 133%;
	font-style: italic;
	font-size: 13px;
}

body.blog h1#snapjudgements {
	display: block;
	text-indent: -9999px;
	background: url(images/snapjudgements.png) no-repeat;
	width: 740px;
	height: 105px;
	float: left;
	margin-bottom: 0px;
}

.entry-title,.entry-meta {
	clear: both;
}

div.sidebar {
	float: left;
	overflow: hidden;
	width: 230px;
	position: relative;
	left: -20px;
	
}

div.post {
	margin: 0px 100px 50px 0;
	border-top: 2px solid #a1c6d6;
	border-bottom: 1px solid #fff;
	background: url(images/trans-white.png) repeat;
	overflow: hidden;
}

.post div.post-header {
	border-top: 1px solid #fff;
	padding: 25px 0px 10px;
}

.post div.post-header p.date {
	float: left;
	display: block;
	padding: 5px 10px 25px 25px;
	font: bold 32px Arial;
}

.post div.post-header p.date span {
	color: #a1c6d6;
}

.post div.post-header p.date small {
	display: block;
	text-align: right;
	color: #FFF;
	margin: 0;
	padding: 0;
}

.post div.post-title-container {
	border-left: 1px solid #fff;
	float: left;
	padding: 0px;
	clear: right;
	margin-bottom: 10px;
}

.post div.post-title-container div {
	border-left: 1px solid #a1c6d6;
	margin: 0px;
	padding: 0 0 0 10px;
}

#wrapper h2.post-title a, #wrapper h2.post-title a:visited, #wrapper h2.post-title a:active {
	color: #333;
	text-decoration: none;
	font: 24px/115% Arial;
}

#wrapper h2.post-title a:hover {
	color: #900;
	text-decoration: none;
	font: 24px/115% Arial;
}

.post div.post-info {
	clear: both;
	float: left;
	margin-top: 10px;
	background: url(images/blog-tab-shade.png) no-repeat right top;
	height: 88px;
	padding-right: 20px;
	padding-top: 12.5px;
}

.post div.post-info div {
	background-color: #fff;
	padding: 5px 5px 5px 0;
	float: none;
}

.post div.post-info p {
	display: block;
	float: none;
	padding: 15px 15px 15px 0;
	text-indent: 15px;
	border-top: 1px solid #a1c6d6;
	border-right: 1px solid #a1c6d6;
	border-bottom: 1px solid #a1c6d6;
	font-weight: bold;
}

.post div.post-content {
	clear: both;
	padding: 10px 30px 25px;
	border-bottom: 2px solid #a1c6d6;
	font-size: 12px;
	line-height: 180%;
}
.post .post-content img {
	border: 10px solid #fff;
}

.post .post-content ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 10px 20px 0;
}
.post .post-content ol li {
	margin-bottom: 10px;
}
.post div.comment-container {
	float: right;
	clear: both;
	border-bottom: 2px solid #a1c6d6;
	width: 100%;
}

.post .comment-container div.comment-container-interior {
	margin: 10px 30px 25px;
	position: relative;
	float: none;
}

.post .comment-container .comment-container-interior .dsq-dc-logo {
	/* top: 9999px; */
}

body.single .post div.post-content {
	border-bottom: none;
}

.post div.post-content ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}

.post div.post-content p + p, .post div.post-content p + ol, .post div.post-content p + ul, .post div.post-content ul + p, .post div.post-content ol + p {
	margin-top: 20px;
}

.post div.post-content blockquote {
	padding: 0 0 0 10px;
	margin: 30px 30px 30px 30px;
	border-left: 5px solid #a1c6d6;
	line-height: 170%;
	font-size: 11px;
}

body.blog #content h2.post-title {
	margin: 0px;
	padding-bottom: 10px;
	width: 500px;
}

.post div.addthis_container {
	float: right;
	clear: both;
	margin-top: 10px;
	background: url(images/blog-tab-shade-reverse.png) no-repeat left top;
	height: 88px;
	padding-left: 20px;
	padding-top: 12.5px;
}

.post div.addthis_container div.addthis_toolbox {
	background-color: #fff;
	padding: 5px 0 5px 5px;
	float: none;
}

.post div.addthis_container div.addthis_toolbox div.addthis_interior {
	display: block;
	

/* text-indent: 15px; */
	border-top: 1px solid #a1c6d6;
	border-left: 1px solid #a1c6d6;
	border-bottom: 1px solid #a1c6d6;
	font-weight: bold;
	width: 510px;
	height: 42px;
}

.post div.addthis_container div.addthis_toolbox div.addthis_interior p {
	margin: 15px 0 0 5px
}

.post .addthis_toolbox span.services a {
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin-bottom: 7px;
}

.post .addthis_toolbox a span {
	position: relative;
	top: -2px;
}

.post .addthis_toolbox .addthis_separator {
	position: relative;
	top: -2px;
}
.archive-page-title {
	margin: 0;
	padding: 0;
	position: relative;
	top: -20px;
}
.archive-page-title em {
	font-weight: normal;
	font-style: italic;
	font-family: Georgia;
}
.post table {
	margin: 20px 0 20px 40px;
	border-style: solid;
	border-width: 1px;
}
.post table th, .post table td {
	padding: 5px;
	border: 1px dotted #666;
}

/* @end */

/* @group default pages styles */

h2 {
	display: block;
	margin: 10px 0 40px;
}

h2, h2 a, h2 a:visited, h2 a:hover, h2 a:active {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 35px;
	color: #333;
	text-decoration: none;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 24px;
	display: inline;
	letter-spacing: .5px;
	margin: 8px 4px;
}

.red {
	color: #cc0000;
}

h3 strong {
	font-weight: bold;
	color: #728C99;
	font-family: Helvetica, sans-serif;
}
a.more-link {
	font-weight: bold;
	color: #728C99;
	font-size: 13px;
}
a.more-link:hover {
	text-decoration: none;
	color: #556973;
}
a.more-link span.link-text {
	padding: 3px 3px 5px 6px;
	background-color: #fff;
	line-height: 25px;
}
.sidebar ul ul li {
	float: left;
	clear: left;
	padding: 0 3px 0 0;
	margin-bottom: 0;

}
.sidebar ul ul li a {
	background-color: #fff;
	line-height: 25px;
	padding: 5px 3px 5px 6px;
	font-size: 12px;
	float: none;

}
.sidebar ul ul li a:hover{
	text-decoration: none;
	margin-left: 10px;
	
	
}
.sidebar ul ul li {
	background: url(http://static.snapdragonconsultants.com/theme/graphics/more-link-arrow2.png) no-repeat right center;
	line-height: 35px;
	padding: 0 8px 0 0;
}
a.more-link span.arrow{
	background: url(http://static.snapdragonconsultants.com/theme/graphics/more-link-arrow2.png) no-repeat right center;
	padding: 3px 8px 5px 0;
	line-height: 25px;
}
#wrapper div.page-subhead-box {
	margin: 40px 0;
	background: url(http://static.snapdragonconsultants.com/theme/graphics/subheadbox-trans.png) no-repeat center top;
	clear: both;
	padding: 0px;
	height: 80px;
	
}
#wrapper div.page-subhead-box h3 {
	line-height: 80px;	
	padding: 0px 10px;
}

#wrapper div.page-subhead-box img {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 10px;
}

#wrapper div.page-subhead-box h3 a, #wrapper div.page-subhead-boxh3  a:visited, #wrapper div.page-subhead-box h3 a:hover, #wrapper div.page-subhead-box h3 a:active {
	color: #900;
}

.column {
	float: left;
	color: #333;
}
.columns-3.uneven1 .column#column-1 {
	width: 310px;
	margin-right: 0px;
}
.columns-3.uneven1 #column-1 img {
	margin-bottom: 20px;
}
.columns-3.uneven1 .column#column-1 .shout-box {
	margin: 40px 10px 10px 10px;
}

.columns-3.uneven1 .column#column-2 {
	width: 340px;
	margin-right: 35px;
	margin-left: 20px;
}

.columns-3.uneven1 .column#column-3 {
	width: 280px;
}

.column h4 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 133%;
	margin: 0px 15px 0px;
}

.column * + h4 {
	margin-top: 30px;
}

.column p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 150%;
	margin: 5px 15px 15px;
}
.column ul {
	list-style-position: outside;
	margin-left: 40px;
	list-style-type: disc;
}
.column ol li {
	list-style-position: inside;
	margin: 5px 0 0 25px;
	list-style-type: none;
}
.column ul li,.column ol li {
	margin-bottom: 10px;
	line-height: 140%;
}
.column h3 {
	padding: 0;
	display: block;
}
.column div.border-box {
	border: 15px solid #fff;
	background-color: #DEEFF4;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.double-top #influencer-studio .float-if#first {
	float: left;
	width: 240px;
	margin-left: 20px;
	margin-top: 5px;
}
.double-top #influencer-studio .float-if#second {
	float: left;
	width: 300px;
	position: relative;
	margin-left: 10px;
	top: -20px;
}
.double-top #influencer-studio .float-if#second a {
	position: relative;
	left: 70px;
	top:5px;
}
.double-top	#influencer-studio {
	height: 280px;
	margin-right: 20px;
}
.column .border-box p {
	font-size: 12px;
}
.column div.border-box.bw  {
	border: 15px solid #333;	
	background-color: #FFF;
}
.column div.border-box.plain {
	border: 1px solid #fff;	
	background-color: #FFF;
}
.column div.border-box.plain img {
	margin: 15px 0 0 15px;
}
hr {
	border-top: 1px solid #CEDEE3;
	border-bottom: 1px solid #FFF;
	border-left: none;
	border-right: none;

}
.border-box hr {
	margin: 5px 15px;	
}
.border-box ul {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 20px 5px 35px;
}
.border-box ul li + li {
	margin-top: 7px;
	line-height: 140%;
}
.column h3.tight {
	font-size: 20px;
}
.column div.border-box h3 {
	margin: 15px;
	display: block;
}
.column div.border-box h3 cufon {
	padding-bottom: 4px;
}
.column div.border-box h3.tight {
	font-size: 16px;
}

.column div.border-box h3 strong {
	color: #333;
}

.column div.border-box h4 {
	color: #728C99;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.border-box h5 {
	font-size: 14px;
	color: #728C99;
	margin: 0px 15px 10px 15px;
	font-weight: normal;
	padding-top: 0px;
	line-height: 125%;
}

.column div.border-box h4 span.light {
	font-weight: normal;
}
.column .thin-box {
	background: url(images/trans-white.png) repeat;
	border: 2px solid #728C99;
	margin: 20px 40px 20px 10px;
	position: relative;
	padding: 40px 30px 20px;
}
.column .thin-box p {
	font-size: 12px;
	line-height: 150%;
}

.thin-box p.fancy {
	font: italic 16px Georgia;
	display: block;
	text-align: center;
	font-weight: light;
	
}
.thin-box hr {
	margin: 15px 150px;
}
.thin-box h4#did-you-know {
	display: block;
	position: absolute;
	text-indent: -9999px;
	background: url(http://static.snapdragonconsultants.com/theme/graphics/did-you-know3.png) no-repeat;
	top:  -20px;
	left: -17px;
	width: 210px;
	height: 40px;
	padding: 30px;
}
.column .shout-box {
	background-color: #DBEBF3;
	border-top: 1px solid #CEDEE3;
	border-bottom: 1px solid #FFF;
	margin-bottom: 40px;
}

.column .shout-box h3 {
	padding: 25px;
	border-top: 1px solid #FFF;
	margin: 0px;
	display: block;
}

.column .shout-box p {
	font-weight: bold;
	color: #728C99;
	font-size: 15px;
	line-height: 140%;
	margin: 0px;
	padding: 0 25px;
}

.column .shout-box p strong {
	color: #333;
}

.column .shout-box p span.telephone {
	font-size: 28px;
	padding: 25px 0;
	border-bottom: 1px solid #CEDEE3;
	display: block;
	color: #333;
}

.columns-2 .column {
	float: left;
	width: 440px;
	margin: 0 20px;
}

.columns-2 .column + .column {
	margin-left: 50px;
}

.vcard {
	margin-bottom: 30px;
}

.vcard img {
	float: left;
	border: 5px solid #fff;
	margin: 0 20px 10px 0;
}

.vcard h4 {
	margin: 0px;
	font-size: 18px;
	display: block;
}

.vcard h5 {
	margin: 0px;
	font-size: 13px;
	display: block;
	font-weight: normal;
}

.vcard p {
	padding-top: 10px;
	margin: 0px;
}

.before-and-after {
	float: left;
}

div.before-and-after {
	height: 490px;
	width: 450px;
	text-align: center;
}

.before-and-after img {
	margin: auto;
}

#wrapper .before-and-after .caption h3 {
	display: block;
	font-size: 16px;
	border-top: 1px solid #9FC6D4;
	border-bottom: 1px solid #9FC6D4;
	margin: 0;
	padding: 10px 0;
}

.before-and-after .caption {
	border-top: 1px solid #C9E5EC;
	border-bottom: 1px solid #C9E5EC;
	margin: 0 50px;
}

img.before-and-after {
	position: relative;
	top: 150px;
	right: 7px;
}

.before-and-after + #content {
	clear: left;
}

.columns3.even .double-column {
	width: 665px;
	float: left;
	margin-right: 5px;
}
.columns3.even .double-column .column.double-top {
	margin-right: 50px;
}
.columns3.even .double-column .column.double-top h3 {
	padding: 0 30px 10px 0;
}
.columns3.even .double-column .column {
	width: 300px;
	margin-right: 25px;
	margin-top: 10px;
}
.columns3.even .double-column + .column {
	width: 280px;
	margin-left: 15px;
}
.columns3.even .double-column .column.double-top {
	width: 100%;
}

.columns3.even .border-box {
	
}
p#reading-list-header {
	padding: 0;
	margin: -10px 15px 0 15px;
	font-size: 11px;
	padding-bottom: 0;
}

#reading-list h5 {
	border-bottom: 1px solid #FFF;
	display: block;
	margin: 0;
	padding: 10px 0;
}

#reading-list a {
	border-bottom: 1px solid #CEDEE3;
	display: block;
	margin: 0px 15px;
}
#reading-list a:hover h5 {
	color: #900;
}
/* @end */

/* @group specific pages */

/* @group contact */

body.page-contact #content p {
	color: #333;
	font: 34px Arial;
	font-weight: bold;
	padding: 0px;
	margin: 0 0 30px 350px;
	position: relative;
	top:  -15px;
}
body.page-contact #content p a, body.page-contact #content p a:visited {
	color: #333;
}

body.page-contact #content small {
	color: #728C99;
	font-size: 20px;
	font-weight: normal;
}

body.page-contact iframe {
	border: 10px solid #fff;
	float: left;
}

/* @end */

/* @group clients
 */

div#clients {
	margin: 0 0 0 30px;
}

#clients div {
	text-align: center;
	width: 202px;
	height: 210px;
	background-image: url(http://s3.snapdragonconsultants.com/theme/our-clients/clients-background.png);
	float: left;
	margin: 0 10px
}

#clients div img {
	display: inline;
	vertical-align: middle;
	margin: 10px;
}

/* @end */

/* @group home/landing */

body.home {
	background: url(http://static.snapdragonconsultants.com/theme/graphics/hp-parchment1.jpg);
}

body.home div#wrapper, div#wrapper-2 {
	width: 990px;
	margin: auto;
	text-align: left;
}

body.home h2#get-right {
	width: 100%;
	display: block;
	height: 110px;
	width:990px;
	text-indent: -9999px;
	background: url(http://s3.snapdragonconsultants.com/theme/graphics/home-slogan1-trans.png) no-repeat center center;
	margin: 0;
	padding: 0;
}

body.home div#container {
	height: 600px;
	position: relative;
	float: none;
	padding-top: 20px;
	z-index: 1000;
}

body.home div#chalk-board {
	position: absolute;
	top: 175px;
	left: 30px;
	height: 336px;
	width: 302px;
	background: url(http://s3.snapdragonconsultants.com/theme/graphics/chalk-board1-trans.png) no-repeat center bottom;
}
body.home div#chalk-board small {
	font-family: Helvetica;
	font-size: 18px;
	color: #FDFDFD;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 36px 0 10px 30px;
}
body.home div#chalk-board h4 {
	font-family: Georgia;
	color: #FFFF99;
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
	display: block;
	text-align: center;
	margin-left: 28px;
	line-height: 87%;
}

body.home div#chalk-board ul {
	color: #FDFDFD;
	list-style-type: disc;
	margin: 10px 0 0 82px;
	font-size: 12px;
}

body.home div#chalk-board ul li {
	margin-bottom: 5px;
}

body.home div#chalk-board a {
	text-align: center;
	display: block;
	width: 162px;
	height: 42px;
	background: url(images/learn-more.png) no-repeat center center;
	text-indent: -9999px;
	margin: 10px 0 0 80px;
}

body.home div#container img#acme-fb {
	position: absolute;
	top: 155px;
	left: 295px;
}

body.home div.bottom-half {
	height: 400px;
	background: url(images/home-bottom-border.png) repeat-x 0 0;
	padding-top: 0px;
}

body.home div#background-2 {
	position: relative;
	top: -200px;
	background: url(http://static.snapdragonconsultants.com/theme/graphics/hp-parchment1.jpg);
	z-index: 500;
}


body.home div#wwd div {
	background: url(http://static.snapdragonconsultants.com/theme/graphics/home-wwd-icons-trans.png) no-repeat;
	padding-bottom: 20px;
}
body.home div#wwd h5, body.home div#wwd p {
	margin-left: 140px;
}
body.home div#wwd h5 {
	
}
body.home #wrapper-2 h4 {
	font-family: Helvetica;
	font-size: 18px;
	color: #fff;
	display: block;
	margin: 0 0 10px 15px
}
body.home #wrapper-2 h5, #wrapper-2 h5 a, #wrapper-2 h5 a:visited{
	color: #B7DCE6;
	font-size: 14px;
	line-height: 150%;
}
body.home #wrapper-2 h5 a:hover, #wrapper-2 a:hover h5 {
	color: #fff;
	text-decoration: none;
}
body.home #wrapper-2 p {
	color: #DDDDDD;
	line-height: 150%;
}
body.home div#wwd p {
	margin-bottom: 50px;
	color: #fff;
}
body.home .home-column {
	border-right: 1px solid #1a1a1a;
	border-left: 1px solid #000;
	height: 500px;
	float: left;
}
body.home .home-column.first {
	border-left: none;	
}
body.home .home-column.last {
	border-right:none;
}
body.home .home-column a {
	margin: 15px;
	display: block;
}
body.home div#latest a {
	width: 250px;
}
body.home div#snapshots a {
	width: 310px;
}
body.home div#wwd div {
	width: 350px;
	margin-left: 15px;
}
body.home div#wwd a {
	margin: 0;
}
body.home .snapshot:hover {
	text-decoration: none;
}
/*
body.home .snapshot:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
*/

body.home #snapshots img {
	float: left;
	margin: 10px 10px 10px 0;
	display: inline;
}

body.home #snapshots h5 {
	padding: 0 5px 5px;
	line-height: 150%;
	float: left;
	display: inline;
	width: 210px;
}

body.home .snapshot div p {
	clear: both;
	line-height: 145%;
}

body.home .snapshot.bottom.left {
	clear: left;
}

body.home div#content {
	padding-top: 150px;
}
/*
body.home div#latest h4 {
	display: block;
	padding: 10px;
	background: #000 url(images/latest-head-back.png) repeat-x;
	color: #fff;
	font-size: 18px;
}
*/
body.home div#latest small {
	color: #999;
	padding-bottom: 5px;
	font-size: 80%;
	font-weight: bold;
}
body.home .latest-item h5 {
}
/*
body.home #latest a.latest-item div {
	padding: 10px;
	 border-top: 2px solid #444;
}

body.home #latest a.latest-item.even div {
	background-color: #202020;
}

body.home #latest a.latest-item.odd div {
	background-color: #2d3537;
} */
body.home #latest a.latest-item:hover {
	text-decoration: none;
}
/*
body.home #latest a.latest-item:hover div {
	background-color: #000;
	color: #dbf0f6;
}
*/
body.home #latest a.latest-item:hover small {
	color: #bbb;
}

body.page-new #banner {
	margin: 10px 60px 10px;
	position: relative;
}
body.page-new #banner h2 {
	display: block;
	height: 80px;
	background-image: url(http://static.snapdragonconsultants.com/theme/graphics/home/get-social-media-right-trans.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
body.page-new #banner h3 {
	font-size: 34px;
	padding: auto 0;
	display: block;
}
body.page-new #banner a img {
	position: relative;
	left: 684px;
	top: -40px
}
body.page-new #content #what-we-do {
	margin: 0px 20px 50px 80px;
	background-image: url(http://static.snapdragonconsultants.com/theme/graphics/home/wwd-region-bg-trans.png);
	position: relative;
	height: 275px;
	background-repeat: no-repeat;
}
body.page-new #content #what-we-do a {
	position: absolute;
}
body.page-new #content #what-we-do a h4 {
	color: #900;
	font-size: 18px;
}
body.page-new #content #what-we-do a p {
	color: #666;
	font: normal 14px Verdana;
	padding-bottom: 5px;
}
body.page-new #content #what-we-do a:hover h4, body.page-new #content #what-we-do a:hover p {
	color: #333;
}

body.page-new #content #what-we-do a img {
	position: absolute;
	right: 0px;
	visibility: hidden;
}
/*
body.page-new #content #what-we-do a:hover img {
	visibility: visible;
}
*/
body.page-new #content #what-we-do a#strategy{
	top:  27px;
	left: 117px;
	width: 231px;	
}
body.page-new #content #what-we-do a#influencer-outreach{
	left: 592px;
	top: 18px;
	width: 231px;
}
body.page-new #content #what-we-do a#content-creation{
	top: 172px;
	left: 175px;
	width: 194px;
}
body.page-new #content #what-we-do a#design-and-development{
	top: 163px;
	left: 560px;
	width: 231px;
}
body.page-new .home-column.middle a h5 {
	width: 220px;
	display: block;
	float: left;
	clear: right;	
	padding: 0 0 5px 10px;
}
body.page-new .home-column.middle img {
	float: left;
	margin-top: 10px;
}
body.page-new .home-column {
	border-right: 1px solid #D6EBF2;
	border-left: 1px solid #A1C6D6;
	height: 425px;
	float: left;
}
body.page-new .home-column.first {
	border-left: none;	
	width: 280px;
}
body.page-new .home-column.middle {
	width: 360px;
}
body.page-new .home-column.last {
	border-right:none;
	width: 320px;
}
body.page-new .home-column h3{
	padding: 0 0 15px 15px;
}
body.page-new .home-column a {
	padding: 15px 25px;
	display: block;
}
body.page-new .home-column a p {
	font-family: Verdana;
	font-size: 11px;
	color:  #333;
	line-height: 150%;
}
body.page-new .home-column a h5 {
	font-size: 15px;
	line-height: 120%;
}
body.page-new .home-column strong {
	color:#677f8b;
}
body.page-new .home-column a:hover h5, body.page-new .home-column a:hover strong {
	color: #900;	
} 
body.page-new .home-column.last div {
	background-image: url(http://static.snapdragonconsultants.com/theme/graphics/home/fs-region-bg2-trans.png);
	position: relative;
	background-repeat: no-repeat;
	padding-left: 70px;
	margin-left: 15px;
	margin-top: 15px;
}
body.page-new .home-column.last div a {
	padding-top: 0px;
}
/*
body.page-new .home-column.last div a h5 {
	color: #666;
	font-size: 16px;
	display: block;
	padding: 0 0 1px 0;
	margin: 0px;
	line-height: 120%;
}
*/
body.page-new .home-column.last div a {
	padding-top: 0px;
	padding-bottom: 30px;
}
body.page-new .home-column.first a small {
	color: #666;
	font-size: 13px;
	font-family: Arial;
	display: block;
	padding-bottom: 5px;
}

/* @end */

/* @group what we do */

/* @group strategy */

.page-strategy #column-1 img {
	position: relative;
	top: -10px;
	left: -5px;
	
}
/* @end */

/* @group ido */

.page-index-and-delivery-optimization .double-top img {
	margin-left: 15px;
}
/* @end */

/* @group influencer-studio */

body.page-influencer-studio span.number {
	font-size: 75px;
	display: block;
	float: left;
	font-family: Arial;
}
body.page-influencer-studio .double-column .column p, body.page-influencer-studio .double-column .column h4 {
	margin-left: 50px;
}
body.page-influencer-studio .double-column .column h4 {
	margin-bottom: 0px;
	margin-top: 10px;
}
body.page-influencer-studio .double-column .column h4 + p {
	margin-top: 0px;
	margin-bottom: 15px;
}

.page-subhead-box#featured h3 span#influencer-studio {
	background: url(http://static.snapdragonconsultants.com/theme/graphics/influencer-studio.png) no-repeat center center;
}

body.page-influencer-studio .double-column img {
	margin-bottom: 10px;

}

#wrapper body.page-influencer-studio ol li span.light {
	font-weight: normal;
}



/* @end */

/* @group content */
ul#content-type-list {
	width: 100%;
	height: 300px;
	background: url(http://static.snapdragonconsultants.com/theme/graphics/content-list-bg.png) no-repeat left top;
	list-style-type: none;
	position: relative;
	top:  -20px;
}
ul#content-type-list li {
	font-weight: bold;
	position: absolute;
}
ul#content-type-list li ul {
	font-weight: normal;
	list-style-type: none;
	display: block;
	position: absolute;
	width: 250px;
}
ul#content-type-list li ul li {
	margin: 0px;
	padding: 2px 0;
	font-weight: normal;
	position: static;
}
ul#content-type-list li#websites {
	top: 19px;
	left: 136px;
}
ul#content-type-list li#web-video {
	top: 144px;
	left: 161px;
}
ul#content-type-list li#blogging {
	top: 26px;
	left: 510px;
}
ul#content-type-list li#facebook {
	top: 153px;
	left: 485px;
}
ul#content-type-list li#mobile {
	top: 21px;
	left: 802px;
}
ul#content-type-list li#b2b {
	top: 100px;
	left: 819px;
}
ul#content-type-list li#photo {
	top: 204px;
	left: 831px;
}
body.page-content .border-box#influencer-studio {
	position: relative;
	margin-right: 40px;
	left:  30px;
}
/* @end */
/* @group design and development */

a.more-link#facebook span.link-text {
	padding-left: 30px;
	background: #fff url(http://static.snapdragonconsultants.com/theme/graphics/facebook/little-fb-icon.png) no-repeat 4px center;
}
body.page-what-we-do .shout-box {
	margin: 30px 0;
}
/* @end */

/* @group ido */

.page-subhead-box#featured h3 span#ido {
	background: url(http://static.snapdragonconsultants.com/theme/graphics/ido.png) no-repeat center center;
}
body.page-index-and-delivery-optimization .column double-top img {
	margin-left: 20px;
}

/* @end */

/* @group what we do subnav */

div#sub-nav {
	float: right;
	position: relative;
	top: -15px;
}

div#sub-nav ul li {
	float: left;
}

div#sub-nav ul li {
	margin-right: 20px;
}

div#sub-nav ul li.page_item a {
	text-decoration: none;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-color: #fff;
	padding: 3px;
}
div#sub-nav ul li a:hover {
	color: #000;
}

#sub-nav ul li.current_page_item a, #sub-nav ul li.current_page_ancestor a {
	font-weight: bold;
}

body.what-we-do-child #wrapper h2, body.facebook-upgrade-child #wrapper h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
li#featured-solutions-nav {
	border-left: 1px solid #D5EAEF;
	position: relative;
	top: -20px;
}

.dropdown {
	float: left;
	padding: 12px 0 6px 20px;
	border-left: 1px solid #A4C6D2;
}
.dropdown #featured-solutions {
	position: absolute;
	font-weight: bold;
	top: -4px;
}
.dropdown dt#one-ddheader {
	width: 250px;
	padding: 8px 0;
	cursor: pointer;
	background: #728C99 url(http://static.snapdragonconsultants.com/theme/graphics/down-triangle.png) no-repeat 225px center;
	text-indent: 8px;
	color: #eee;
	font-style: italic;
	font-family: Georgia;
	font-size: 13px;
}
.dropdown dd {
	position: absolute;
	overflow: hidden;
	width: 250px;
	display: none;
	background: #85A5B3;
	z-index: 200;
	opacity: 0
}

.dropdown ul {
	width: 250px;
	list-style: none;
	border-top: none
}

.dropdown li {
	display: inline
}
.dropdown hr {
	border-top: 1px solid #96BACA;
	border-bottom: 1px solid #76939F;
	border-left: none;
	border-right: none;
	margin: 0px 12px;
}

#featured-solutions-nav .dropdown a, #featured-solutions-nav .dropdown a:visited {
	display: block;
	padding: 8px 0;
	color: #eee;
	text-decoration: none;
	text-indent: 12px;
	width: 248px;
	font: italic 20px Georgia;
} 
#featured-solutions-nav .dropdown li:hover a {
	color: #fff;
}
#featured-solutions-nav .dropdown #middle a {
	padding-bottom: 0px;
	line-height: 100%;
}
#featured-solutions-nav .dropdown #middle a + a {
	padding-bottom: 8px;
	padding-top: 0px;
}
#featured-solutions-nav .dropdown a strong {
	font-family: Helvetica;
	font-style: normal;
	font-weight: bold;
}

#featured-solutions-nav .dropdown a:hover {
	color: #fff;
}

/* @end */

/* @group what we do main page */
body.page-what-we-do .bw h4 {
	font-size: 28px;
	color: #333;
	line-height: 110%;
}
body.page-what-we-do .bw h4 #means {
	background: url(http://static.snapdragonconsultants.com/theme/graphics/wwd-arrow1-trans.png) no-repeat right center;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia;
	padding-right: 40px;
}

body.page-what-we-do img#main-image {
	margin-bottom: 10px;
}

a.featured-solution {
	display: block;
	text-indent: -9999px;
	height: 92px;
	width: 270px;
	margin-bottom: 10px;
}

a.featured-solution#facebook-facelift {
		background: url(http://static.snapdragonconsultants.com/theme/graphics/wwd-facebook-facelift.png) no-repeat center center;
}
a.featured-solution#index-and-delivery-optimization {
		background: url(http://static.snapdragonconsultants.com/theme/graphics/wwd-ido.png) no-repeat center center;
}
a.featured-solution#influencer-studio {
		background: url(http://static.snapdragonconsultants.com/theme/graphics/wwd-influencer-studio.png) no-repeat center center;
}

/* @end */



/* @group featured */

#wrapper .page-subhead-box#featured {
	position: relative;
/* margin-bottom: 0px; //reactive when switching back to fb subnav */
}

#wrapper .page-subhead-box#featured h3 {
	margin-left: 250px;
}

.page-subhead-box#featured span {
	display: block;
	text-indent: -9999px;
	width: 270px;
	height: 92px;
	position: absolute;
	top: -8px;
	left: -10px;
}

/* @end */

/* @group facebook */


.page-subhead-box#featured h3 span#facebook-facelift {
	background: url(http://static.snapdragonconsultants.com/theme/graphics/facebook/facebook-facelift.png) no-repeat center center;
}

.page-subhead-box#facebook-nav a {
	padding: 15px 0 15px 50px;
	margin-left: 15px;
	color: #333;
	background-position: left center;
	background-repeat: no-repeat;
}

.page-subhead-box#facebook-nav a:hover {
	color: #000;
}

.page-subhead-box#facebook-nav a#pages {
	background-image: url(http://static.snapdragonconsultants.com/theme/graphics/facebook/facebook-pages.png);
	margin-left: 250px;
	padding-left: 42px;
}

.page-subhead-box#facebook-nav a#connect {
	background-image: url(http://static.snapdragonconsultants.com/theme/graphics/facebook/facebook-connect.png);
}

.page-subhead-box#facebook-nav a#applications {
	background-image: url(http://static.snapdragonconsultants.com/theme/graphics/facebook/facebook-applications.png);
}

.page-subhead-box#facebook-nav a#open-graph {
	background-image: url(http://static.snapdragonconsultants.com/theme/graphics/facebook/facebook-open-graph.png);
}

#facebook-nav + #sub-sub {
	display: block;
	text-align: center;
	padding-top: 30px;
	background-image: url(http://static.snapdragonconsultants.com/theme/graphics/facebook/trans-triangle.png);
	margin: 0px;
	background-repeat: no-repeat;
}

body.page-facebook-upgrade #sub-sub {
	background-position: 325px top;
}

body.page-connect #sub-sub {
	background-position: 460px top;
}

body.page-applications #sub-sub {
	background-position: 640px top;
}

body.page-open-graph #sub-sub {
	background-position: 840px top;
}
#extreme-fb h3 {

}
#extreme-fb img {
	margin: 0px 30px;
	position: relative;
	top: -15px;
}
/* @end */

/* @group influencer-outreach */
.border-box#influencer-studio{
	position: relative;
}
#wrapper .border-box	#influencer-studio h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#wrapper .border-box h4 span#influencer {
	font-family: Georgia;
	font-style: italic;
	color: #728C99;
	font-size: 26px;
	font-weight: normal;
}
#wrapper .border-box h4 span#studio {
	font-family: Arial;
	font-weight: bold;
	color: #728C99;
	font-size: 26px;
}
.border-box img#featured-solution-tag {
	position: absolute;
	top: 7px;
	left: -40px;
}
.border-box#influencer-studio {
	padding-top: 50px;
}
.border-box#influencer-studio img {
	margin-left: 10px;
}
body.page-influencer-outreach .double-top img {
	position: relative;
	left: -20px;
}
/* @end */

/* @end */

/* @end */
textarea.daniel {
	width: 100%;
}
input#daniel-button {
	position: fixed;
	top: 10px;
	left: 10px;
}