ï»¿/*
Theme Name: LDC
Author: Mike Hondel, Clutch Media 
Author URI: http://clutchmedia.com
Description: Based on Twenty Eleven (created by The WordPress Team), LDC is a custom UX created for LeadDog Consulting.
Version: 1.0
*/


/* -------------------------------------------------------------- 
- Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit;
	border: 0; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
:focus {/* remember to define focus styles! */ outline: 0; }
body { background: #fff; line-height: 1; }
ol, ul { list-style: none; }
table {/* tables still need 'cellspacing="0"' in the markup */ border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: 0; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }



/* ----------------------------------------------- 
- GENERAL -
----------------------------------------------- */

.clearing { clear: both; height: 0; margin-top: -1px; overflow: hidden; }

:focus { -moz-outline-style:none; }

a span.meta-nav { /* read more */
	width:40px; padding:0 6px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
a:hover span.meta-nav {  }
a.more { text-transform:uppercase; }
/*
a.more:before { content:"Â» "; }
a.more:after { content:" Â»"; }
*/

/* Alignment */
.alignleft { display: inline; float: left; margin-right: 1.625em; }
.alignright { display: inline; float: right; margin-left: 1.625em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

.required { text-transform:lowercase; color:#6FA750; }


/* ----------------------------------------------- 
- FONTS -
----------------------------------------------- */

/*
font-family:'DINNextW01-CondensedMed';
font-family:'DINNextW01-CondensedReg';
font-family:'DIN Next W01 Heavy';
font-family:'DIN Next W01 Bold';
font-family:'DIN Next W01 Medium';
font-family:'DIN Next W01 Regular';
*/

h6,
p strong,
li strong,
td strong { font-family:'DIN Next W01 Bold', Arial, Helvetica, sans-serif; font-weight:normal; }

a.level1,
p a,
li a,
td a { font-family:'DIN Next W01 Medium', Arial, Helvetica, sans-serif; }

body, h2, p, li, td, 
input[type="text"], input[type="email"], textarea,
#pager,
#footer p,
#pricing,
#site-info .linkset a, 
#cboxTitle, #cboxClose { font-family:'DIN Next W01 Regular', Arial, Helvetica, sans-serif; }

#search p,
h1,
h2#site-description,
h3,
h4,
h5 { font-family:'DINNextW01-CondensedMed', Arial, Helvetica, sans-serif; letter-spacing:.02em; }

/* #contact_box h5 { font-family:'DINNextW01-CondensedReg', Arial, Helvetica, sans-serif; } */


/* ----------------------------------------------- 
- GLOBAL -
----------------------------------------------- */

body, input, textarea { color:#444; }
body, p, li, td { font-size:15px; line-height: 24px;}

body { background: #c3bcb3 url('images/general/bg_body.jpg') center top no-repeat fixed; }
#page { }

/* Headings */
h1,h2,h3,h4,h5,h6 { clear: both; padding-bottom:24px; }
h1 { font-size:30px; line-height:33px; }
.search-results h1,
.category h1 { padding-bottom:0; font-size:21px; line-height:24px; text-transform:uppercase; }
h2 { font-size:16px; text-transform:uppercase; }
h3 { font-size:30px; line-height:33px; color:#999; }
h3 span { color:#444; }
.home h3 { line-height: 1.1em; }
h4 { font-size:21px; text-transform:uppercase; }
h5 { font-size:20px; text-transform:uppercase; color:#888; }
h6 { font-size:15px; padding-bottom:0; margin-bottom:6px; line-height:18px; text-transform:uppercase; border-bottom:1px solid #CCC; }

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 24px;
}

/* Links */
a,
#notfinding a { cursor:pointer; text-decoration: underline; color:#148CAF; }
a:focus,
a:active,
a:hover,
#notfinding a:hover { text-decoration: none; color:#379f3b; }

#colophon a { text-decoration:none; }
#colophon a:hover { text-decoration:underline; }

/* Text elements */
p { margin-bottom: 24px; }
ul, ol { margin: 0 0 24px 24px; }
ul { list-style: square; }
ol { list-style-type: decimal; }
ol ol { list-style: upper-alpha; }
ol ol ol { list-style: lower-roman; }
ol ol ol ol { list-style: lower-alpha; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
dl { margin: 0 24px; }
dt { font-weight: bold; }
dd { margin-bottom: 24px; }
strong { font-weight: bold; }
cite, em, i { font-style: normal; text-transform:uppercase; }
blockquote {
	margin: 0 3em;
	font-family: Georgia, serif; font-style: italic; font-weight: normal;
}
blockquote em, 
blockquote i, 
blockquote cite { font-style: normal; }
blockquote cite {
	font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase;
	color: #666;
}
pre {
	margin-bottom: 1.625em; overflow: auto; padding: 0.75em 1.625em;
	font: 13px Courier, monospace; line-height: 1.5;
	background: #f4f4f4;
}
code, kbd { font: 13px Monaco, monospace; }
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address { display: block; margin: 0 0 1.625em; }
ins { background: #fff9c0; text-decoration: none; }
sup,
sub {
	height: 0; position: relative; vertical-align: baseline;
	font-size: 10px; line-height: 1;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

/* Forms */
input[type=text],
input[type=email],
input[type=password],
textarea {
	height: 26px; padding: 6px 10px 2px;
	font-size:16px; line-height: 1.3em;
	color: #777; background: #EEE; border: 1px solid #ddd;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); 
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); 
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); 
}
input[type=text]:focus,
textarea:focus { color: #222; background:#F6F6F6; border:1px solid #E5E1DB; }

textarea { height:auto; width: 98%; }
input#s {
	/*
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	*/
	height: 26px; padding: 6px 10px 2px;
	font-size: 16px; line-height: 1.3em;
	border:1px solid #AAA; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.3); 
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.3); 
}
input#searchsubmit { display: none; }
input[type=submit] { 
	padding:2px 6px;
	font-size:16px;
	color:#FFF; background:#26afd5; border:none; 
	background: -moz-linear-gradient(#26afd5, #10748e);
	background: -webkit-linear-gradient(#26afd5, #10748e);
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
}
input[type=submit]:hover { 
	cursor:pointer;
	background:#379f3b; 
	background: -moz-linear-gradient(#379f3b, #376f3b);
	background: -webkit-linear-gradient(#379f3b, #376f3b);}

table { margin: 0 0 1.625em 0; }
td { padding:0 .8em 12px .8em; line-height:18px; }



/* ----------------------------------------------- 
- Structure -
----------------------------------------------- */

body { }
#page {
	margin: auto;
	width: 1000px;
}
#branding hgroup { height:124px; overflow:hidden; padding:0; }

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}




/* ----------------------------------------------- 
- HEADER -
----------------------------------------------- */

#nav-profile { width:920px; margin:0 auto; }
#nav-profile ul {
	float:right; margin: 0; padding: 6px 18px 3px;
	list-style: none;
	background: transparent url('images/general/transparents/bg_000_40.png') 0 0;
	-moz-border-radius-bottomleft: 9px; -moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-left-radius: 9px; -webkit-border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px; border-bottom-right-radius: 9px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
#nav-profile ul:hover { background: transparent url('images/general/transparents/bg_000_50.png') 0 0; }
#nav-profile li { float: left; position: relative; margin-left:18px; }	
#nav-profile li:first-child { margin-left:0; }
#nav-profile a { font-size:13px; text-decoration:none; text-transform:uppercase; color:#EEE; }	
#nav-profile a:hover { text-decoration:underline; color:#D5D1CB; }	

#branding {
	position: relative; z-index: 9999;
}
#branding #site-title { 
	clear:both; margin: 30px 0 0 38px; padding:0;
	text-indent:-9000px; 
	background: transparent url('images/general/logo.gif') left top no-repeat;
}
#branding #site-title a { display:block; width:280px; height:72px; }

/* #branding h1 { 
	margin: 30px 0 0 38px; padding:36px 0;
	text-indent:-9000px; 
	background: transparent url('images/general/logo.gif') left top no-repeat;
} */

#site-description {
	float:right; margin: 12px 40px 0 0; padding:0;
	font-size: 17px; letter-spacing:0.08em;  text-transform:none; 
	color: #222;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}


/* Search Form
-------------------------------------------------------------- */

#branding #searchform-top {
	position: absolute; top: 78px; right: 40px; width:600px;
	text-align:right;
}
#branding #searchform-top p { 
	display:inline-block; width:240px; padding:3px 18px 0 0; 
	font-size:21px; line-height:33px;
}
#branding #searchform-top p span { 
	float:right; height:30px; width:30px; margin-left:12px;
	background: transparent url('images/general/sprites.png') top left no-repeat;
}
#branding #s {
	float: right; width:102px;
	color:#97948f; background: #d7d4cf;
	-webkit-transition-duration: 400ms; -webkit-transition-property: width, background; -webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms; -moz-transition-property: width, background; -moz-transition-timing-function: ease;
	-o-transition-duration: 400ms; -o-transition-property: width, background; -o-transition-timing-function: ease;
}
#branding #s:focus {
	width: 235px;
	color:#222; background-color:#FFF; border:1px solid #777;
}
#branding #searchsubmit { display: none; }
#branding .only-search #searchform-top { top: 5px; z-index: 1; }
#branding .only-search #s { color: #222; background-color: #666; border-color: #000; }
#branding .only-search #s,
#branding .only-search #s:focus { width: 85%; }
#branding .only-search #s:focus { background-color: #bbb; }
#branding .with-image #searchform-top {
	top: auto; bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div { padding-right: 205px; }


/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* Menu
-------------------------------------------------------------- */

#access {
	clear: both; display: block; float: left;
	width:100%; margin: 0 auto; 
	background: #26afd5; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#26afd5, #10748e);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#26afd5), to(#10748e)); /* older webkit syntax */
	background: -webkit-linear-gradient(#26afd5, #10748e);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 8px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 8px;
}
#access #nav-primary { position:relative; margin-left:48px; }

#access ul { float:left; margin: 0; padding-left: 0; list-style: none; }
#access li { float: left; position: relative; height:45px; }
#access a { text-decoration:none; }
#access li a.level1 {
    display: block; width:180px; height:45px; 
	padding:17px 0 0 0;
	font-size:17px; line-height:17px; text-transform:uppercase;
	cursor:pointer;
	color:#FFF;
}
#access a.level1:hover,
#access li.over a.level1 { color:#d0e9f0; }
#access li.over a.level1:after { content:" â†“"; }

#access li a#btn-home { width:90px; }
#access li a#btn-regions { width:162px; }

#access .dropdown { 
	display:none; position:absolute; top:45px; 
	width:1000px; z-index:10001;
}
#access .dd-wrap {
	background:#FFF;
	-moz-border-radius-bottomleft: 9px; -moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-left-radius: 9px; -webkit-border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px; border-bottom-right-radius: 9px;
	-moz-box-shadow: 0 8px 10px rgba(0,0,0,0.3), inset 0 3px 3px -2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 8px 10px rgba(0,0,0,0.3), inset 0 3px 3px -2px rgba(0,0,0,0.6);
	box-shadow: 0 8px 10px rgba(0,0,0,0.3), inset 0 3px 3px -2px rgba(0,0,0,0.6);
}
#access h4 { clear:both; margin:0 0 12px 0; padding:0; font-size:17px; line-height:18px; color:#999; border-bottom:1px solid #EEE; }

#access .dropdown ul { margin: 0; padding: 0 0 18px 0; list-style: none; }
#access .dropdown ul.featured { padding-bottom: 20px; }
#access .dropdown li { float: left; position: relative; }
#access .dropdown a { display: block; line-height: 1em; }

#access #menu-products { left:-300px; }
#access #menu-products .dd-wrap { padding:24px 40px 6px 40px; }
#access #menu-products a { text-decoration:underline; }
#access #menu-products a:hover { text-decoration:none; }
#access #menu-products p { clear:both; margin:0 9px; padding:0; font-size:14px; line-height:15px; color:#888; }
#access #menu-products ul { clear:both; }
#access #menu-products li { margin-right:28px; height:auto; }
#access #menu-products ul.featured li { width:200px; height:200px; margin:0 0 12px 39px; }
#access #menu-products ul.featured li.first { margin-left:0; }
#access #menu-products ul.featured li div { width:182px; height:100px; margin: 0 auto 9px auto; overflow:hidden; background: #EEE url('images/general/sprites.png') no-repeat; }
#access #menu-products ul.featured li div#menu-streets { background-position:0 -100px; }
#access #menu-products ul.featured li div#menu-roads { background-position:-250px -100px; }
#access #menu-products ul.featured li div#menu-poipic { background-position:-500px -100px; }
#access #menu-products ul.featured li div#menu-streetlevel { background-position:-750px -100px; }
#access #menu-products ul.featured li a { 
	height:18px; margin:0 -9px 12px -9px; padding:14px 0 3px 9px;
	font-size:15px; text-decoration:none;
	color:#FFF; 
	background:#26afd5; 
	background: -moz-linear-gradient(#26afd5, #10748e);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#26afd5), to(#10748e)); /* older webkit syntax */
	background: -webkit-linear-gradient(#26afd5, #10748e);
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
}
#access #menu-products ul.featured li a:hover { 
	background:#379f3b;
	background: -moz-linear-gradient(#379f3b, #276f2b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#379f3b), to(#276f2b)); /* older webkit syntax */
	background: -webkit-linear-gradient(#379f3b, #276f2b);
}

#access #menu-regions { left:-138px; }
#access #menu-regions .dd-wrap { padding:24px 24px 6px 24px; }
#access #menu-regions .default { float:right; width:650px; padding:126px 0 0 150px; }
#access #menu-regions .default p { padding:0 0 0 60px; font-size:24px; color:#888; }
#access #menu-regions .default p:before { content: "â†? "; }
#access ul.regions { margin-bottom:36px; }
#access ul.regions li {
	float: none; position: relative; width:132px; height:auto;
}
#access ul.regions li li { width:140px; margin-right:10px; }
#access ul.regions li .col5 li { margin-right:0; }
#access #menu-regions a.level2 { 
	display:block; width:132px; height:20px; overflow:hidden; margin: 0 0 2px 0; padding:14px 8px 3px; 
	line-height:1em; text-decoration:none; 
	color:#EEE; background:#666;
	-moz-border-radiust: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}
#access #menu-regions .over a.level2 { 
	color:#FFF; 
	background:#26afd5; 
	background: -moz-linear-gradient(#26afd5, #10748e);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#26afd5), to(#10748e)); /* older webkit syntax */
	background: -webkit-linear-gradient(#26afd5, #10748e);
}
#access #menu-regions .over a.level2:after { content:" â†’"; }

#access .dropdown2 {
	display:none; position:absolute; left:162px;
	width:790px;
}
#access #nav-africa {  top:0; }
#access #nav-asia { top:-39px; }
#access #nav-caribbean { top:-78px; }
#access #nav-europe { top:-117px; }
#access #nav-latinamerica { top:-156px; }
#access #nav-middleeast { top:-195px; }
#access #nav-northamerica { top:-234px; }
#access .dropdown2 ul {
	float:left; padding-left:0; margin-right:10px;
	list-style: none;
}
#access #nav-northamerica ul { margin-top:234px; }
#access ul.regions .dropdown2 li {  }

#access #menu-regions .dropdown2 a { 
	width:140px; height:16px; padding:7px 0 1px 6px; margin: 0 0 2px 0; 
	font-size:.95em; line-height:1em; text-decoration:none; 
	background:#EEE;
	-moz-border-radiust: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}

#access #menu-regions .dropdown2 a:hover { 
	color:#FFF; 
	background:#26afd5; 
	background: -moz-linear-gradient(#26afd5, #10748e);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#26afd5), to(#10748e)); /* older webkit syntax */
	background: -webkit-linear-gradient(#26afd5, #10748e);
}



/* ----------------------------------------------- 
- BANNER -
----------------------------------------------- */

#banner_wrap { 
	margin-bottom:10px; padding:10px 10px 0 10px;
	background:#75716C;
	/* background: transparent url('images/general/transparents/bg_000_30.png') 0 0; */
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 8px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 8px;
}
#banner { border:1px solid #75716C; height: 272px; overflow:hidden; }
#banner .slide { width:980px; height: 100%; }
#banner #slide1 { background: #EEE url('images/home/slide1.jpg') 0 0 no-repeat; }
#banner #slide2 { background: #EEE url('images/home/slide2.jpg') 0 0 no-repeat; }
#banner #slide3 { background: #EEE url('images/home/slide3.jpg') 0 0 no-repeat; }
#banner #slide4 { background: #EEE url('images/home/slide4.jpg') 0 0 no-repeat; }
#banner #slide5 { background: #EEE url('images/home/slide5.jpg') 0 0 no-repeat; }
#banner .inner { padding:24px 24px 0 24px; }
#banner .inner div { width:442px }
#banner .hcol1 { float:left; }
#banner .hcol2 { float:right; }
#banner h3 { color:#444; }
#banner h3 span { 
	display:inline-block; padding:12px 12px 6px 12px;
	background:#9FD780;
	-moz-border-radiust: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
#banner p { 
	margin-bottom:12px; padding:12px; 
	font-size:17px; line-height:20px;
	color:#E5E1DB; background:#55514C;
	-moz-border-radiust: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
#banner #slide4 .inner p,
#banner #slide5 .inner p { background:#148CAF; }
#banner p a { 
	display:inline-block; font-size:21px; color:#FFF;
}

#banner_wrap #pager { padding:6px; text-align:right; }
#banner_wrap #pager a { 
	margin: 0 0 0 6px; padding: 3px 6px 0;
	line-height:15px; text-decoration: none;
	background:#C5C1BB;
	-moz-border-radiust: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
#banner_wrap #pager a:hover,
#banner_wrap #pager a.activeSlide { 
	background: #FFF;
	-moz-box-shadow: inset 1px 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 2px 4px rgba(0,0,0,0.3);
	box-shadow: inset 1px 2px 4px rgba(0,0,0,0.3);
}
#banner_wrap #pager a:focus { outline: none; }



/* ----------------------------------------------- 
- SIDEBAR -
----------------------------------------------- */

#sidebar_wrap { float: left; width: 310px; min-height:100%; }
.home #sidebar_wrap { float: right; }

#sidebar { 
	padding: 39px 12px 12px 12px; 
	min-height:100%; margin-bottom: -32767px; padding-bottom: 32767px; /* workaround for full-height column backrounds */
	background: transparent url('images/general/transparents/bg_white_40.png') 0 0;
}
.home #sidebar { padding-top:39px; padding-left:0; padding-right:39px; background:none; }

#sidebar h3 { padding-top:0; } 
.home #sidebar h3,
#sidebar #nav-secondary h3 { padding-top:0; } 
#sidebar h4 { padding-bottom:0; line-height:24px; font-size:18px; color:#555; } 
#sidebar h5 { padding-bottom:0; line-height:24px; font-size:18px; } 
/*#sidebar h5 { font-size:18px; text-transform:uppercase; letter-spacing:.06em; color:#777; } */
#sidebar p { font-size:14px; line-height:17px; letter-spacing:.02em; color:#666; }
#sidebar p.more-news { padding:24px 0; color:#999; border:1px solid #CCC; border-width:1px 0; }
#sidebar ul { list-style:none outside none; }

#sidebar #news ul { margin:0; list-style: none outside none; }
#sidebar #news li { padding:0 0 12px 0; margin-bottom:12px; line-height:18px; /* border-bottom:1px solid #CCC; */ }
#sidebar #news li span { display:block; }

#sidebar .box { margin:0 0 24px 0; padding:0 24px 6px 24px; }
.home #sidebar .box { margin:0; padding:0; border:none; }
.box .entry-date { font-size:14px; color:#888; }

#sidebar #pricing { 
	margin-top:-24px; padding-top:24px;
	background: transparent url('images/general/transparents/bg_white_60.png') 0 0;
	-moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; 
	-moz-box-shadow: inset 1px 2px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 1px 2px 6px rgba(0,0,0,0.6);
	box-shadow: inset 1px 2px 6px rgba(0,0,0,0.6);
}
#sidebar #pricing a.demolink span { text-transform:capitalize; }

#sidebar #promo1 { 
	background: transparent url('images/general/transparents/bg_000_10.png') 0 0;
}
#sidebar #promo2 { 
	width:286px; margin-bottom:24px;
	background: transparent url('images/general/transparents/bg_000_50.png') 0 0;
}
#sidebar #promo2 .box { width:238px; height: 132px}
#sidebar #promo1 h3  { padding-top:0; padding-bottom:6px; font-size:24px; }
#sidebar #promo1 h5 { padding-top:18px; line-height:18px; }
#sidebar #promo2 h5  { padding-top:24px; color:#9FD780; } 
/*
#sidebar #promo2 #pb2 h5,
#sidebar #promo2 #pb4 h5 { color:#65BCE2; }
*/

#sidebar #promo1 p { margin-bottom:18px; }
#sidebar #promo2 p { margin-bottom:18px; color:#E5E1DB; }

#sidebar #nav-secondary { margin-top:0; }

#rss p { padding: 3px 0 9px 24px; background:transparent url('images/general/sprites.png') -1000px -120px no-repeat; }
#rss a { font-size:13px; text-transform:uppercase; }



/* ----------------------------------------------- 
- FOOTER -
----------------------------------------------- */

#colophon { clear: both; margin:10px; }
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

#footer { 
	padding:36px 36px 84px 36px;
	background: transparent url('images/general/transparents/bg_000_10.png') 0 0;
}
#notfinding { 
	margin:0 0 36px 0; padding:24px 36px 12px 36px; 
	/* background:#75716B; */
	background: transparent url('images/general/transparents/bg_000_20.png') 0 0;
	-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;
	-moz-box-shadow: inset 1px 2px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 2px 6px rgba(0,0,0,0.3);
	box-shadow: inset 1px 2px 6px rgba(0,0,0,0.3);
}
#notfinding h4 { color:#000; }
#notfinding ul { list-style:none outside none; margin:0; }
#notfinding li { 
	float:left; width:192px; padding:3px 0 18px 54px; margin-left:48px;
	line-height:18px;
	color:#D3CFCB;
	background: transparent url('images/general/sprites.png') 0 -210px no-repeat;
}
#notfinding li:first-child { margin-left:0;  }
#notfinding a { color:#DDD; }
#notfinding a:hover { color:#FFF; }

#site-info { padding:0; }
#site-info h6 { clear:none; border-bottom:none; }
#site-info p { margin-bottom:12px; font-size:14px; color:#55514B; }
#site-info p strong { color:#222; }
#site-info .linkset { float:right; width:360px; }
#site-info .linkset div { float:right; width:114px; margin:0 10px 0 24px; }
#site-info .linkset ul { margin: 0 -10px; padding:10px; list-style:none outside none; background: transparent url('images/general/transparents/bg_white_30.png') 0 0; }
#site-info .linkset ul:hover { background: transparent url('images/general/transparents/bg_white_60.png') 0 0; }
#site-info .linkset li { margin: 0; padding:0; font-size:13px; line-height:18px; text-transform:uppercase; }

#credits a { font-size:13px; text-decoration:none; text-transform:uppercase; color:#65615B; }
#credits a:hover { text-decoration:underline; color:#35312B; }

#contact_quick { 
	display:none; margin:0 auto 36px; padding:36px;
	background:#FFF;
	-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;
	-moz-box-shadow: inset 1px 2px 6px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 1px 2px 6px rgba(0,0,0,0.8);
	box-shadow: inset 1px 2px 6px rgba(0,0,0,0.8);
}
#contact_quick .col1 { float:left; width:300px; }
#contact_quick .col2 { float:right; width:486px; }
#contact_quick .col1 input[type="text"],
#contact_quick .col1 input[type="email"] { width: 280px; }
#contact_quick .col2 textarea { width: 466px; }
#contact_quick p { font-size:14px; line-height:16px; text-transform:uppercase; color:#777; }


#contact_assist_wrap { display:none; width:100%; }
#contact_assist { margin:0 auto; width:82px; height:90px; background:transparent url('images/general/sprites.png') -900px top no-repeat;}

#contact_box_wrap { 
	z-index:10000; position: fixed;
	bottom:0; left:0; width:100%; height:90px;
}

#contact_box { 
	width:1000px; margin:0 auto; padding:8px 0; 
	background:#D5D1CB; border-top:1px solid #999; border-left:1px solid #999; border-right:1px solid #999; 
	-moz-border-radius-topleft: 9px; -moz-border-radius-topright: 9px;
	-webkit-border-top-left-radius: 9px; -webkit-border-top-right-radius: 9px;
	border-top-left-radius: 9px; border-top-right-radius: 9px;
	-moz-box-shadow: 0 -6px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 -6px 10px rgba(0,0,0,0.3);
	box-shadow: 0 -6px 10px rgba(0,0,0,0.3);
}
#contact_box:hover { background:#E5E1DB; }
#contact_box h5 { padding:3px 0 0 0; text-align:center; text-transform:none; }
#contact_box div { width:932px; margin:0 auto; padding-top:3px; }
#contact_box p { float:left; margin:0 30px 0 0; padding-left:24px; background:transparent url('images/general/sprites.png') left top no-repeat; }
#contact_box p.phone { background-position:-1000px 0; }
#contact_box p.email { background-position:-1000px -30px; }
#contact_box p.twitter { background-position:-1000px -60px; }
#contact_box p.quickform { margin-right:0; background-position:-1000px -90px; }
#contact_box p span,
#contact_box p a { font-size:13px; text-transform:uppercase; }

#colophon .bright { background:#9FD780; }
#colophon .bright h5 { color:#FFF; }



/* ----------------------------------------------- 
- MAIN -
----------------------------------------------- */

#main { clear: both; width:1000px; overflow:hidden; margin:0 auto; padding:10px 0 0 0; }
#primary { width:980px; margin: 0 auto; }
.home #primary {
	background: transparent url('images/general/transparents/bg_white_80.png') 0 0;
}
#content {
	float:right; position: relative; width: 660px;
	min-height:100%; margin-bottom: -32767px; padding-bottom: 32767px; /* workaround for full-height column backrounds */
	background: transparent url('images/general/transparents/bg_white_80.png') 0 0;
}
.home #content { float: left; background:none; }
.home #content .col1 { float:left; width:272px; margin:0 48px 0 0; }
.home #content .col2 { float:left; width:272px; margin:0; }

.page-title { margin-bottom:18px; }
.page-title a { font-size: 12px; font-weight: bold; letter-spacing: 0; text-transform: none; }
.hentry,
.no-results,
.search-results .page-header,
.category .page-header,
.error404 .entry-header,
.error404 .entry-content { position: relative; margin: 0; padding:39px; }
.search-results .hentry,
.category .hentry,
.error404 .entry-content { padding-top:0; padding-bottom:24px; }
.search-results .page-header,
.category .page-header,
.error404 .entry-header { padding-bottom:0; }
.home .hentry { padding-right:0; }
.hentry:last-child,
.no-results { border-bottom: none; }
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-meta { 
	clear: both; margin:0 0 9px 0; padding:3px 6px 0 6px; 
	font-size: 12px; line-height: 18px; 
	color: #666;  background: transparent url('images/general/transparents/bg_000_10.png') 0 0;
}
.entry-meta a { font-weight: bold; }

.entry-content #s { width: 75%; }
dl.gallery-item { margin: 0; }
.page-link { clear: both; display: block; margin: 0 0 1.625em; }
.page-link a {
	margin: 0; padding: 2px 3px;
	text-decoration: none;
	color: #373737; background: #eee;
}
.page-link a:hover { font-weight: bold; color: #fff; background: #888; }
.page-link span { margin-right: 6px; }

.entry-meta .edit-link a {
	float: right; padding: 0 8px;
	font-size: 12px; line-height: 1.5em; font-weight: 300; text-decoration: none;
	color: #666; background: #eee;
	border-radius: 3px; -moz-border-radius: 3px;
}
.entry-meta .edit-link a:hover,
.entry-content .edit-link { clear: both; display: block; }

#main #searchform {
	margin: 0 0 1.625em; overflow: hidden; padding: 1.625em 8.9%;
	background: #f9f9f9; border: 1px solid #ddd; /* border-width: 1px 0; */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
}
#main #s { width: 360px; }
#main input#searchsubmit { 
	display: block; float:right; height:26px;
	margin-top:5px; padding-left:10px; padding-right:10px;
}



/* ----------------------------------------------- 
- IMAGES -
----------------------------------------------- */

.entry-content img,
.widget img { max-width: 97.5%; /* Fluid images for posts, comments, and widgets */ }
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter { margin-bottom: 1.625em; }
p img,
.wp-caption { margin-top: 0.4em; }
.wp-caption {
	max-width: 96%; margin-bottom: 1.625em; padding: 9px; 
	background: #FFF;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 15px; text-transform:uppercase;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0 5px 15px;
	position: relative;
}

#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	padding: 6px; border: 1px solid #ddd;
}
.wp-caption img { border:none; }
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}



/* ----------------------------------------------- 
- MISC -
----------------------------------------------- */
.cat-links { display:none; }
.search-results article strong { background:#9FD780; }


/* =error404
----------------------------------------------- */
.error404 #main .widget { clear: none; float: left; margin-right: 3.7%; width: 30.85%; }
.error404 #main .widget_archive { margin-right: 0; }
.error404 #main .widget_tag_cloud { float: none; margin-right: 0; width: 100%; }
.error404 .widgettitle { font-size: 10px; letter-spacing: 0.1em;line-height: 2.6em; text-transform: uppercase; }


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}

section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}



/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}



/* ----------------------------------------------- 
- COLORBOX
----------------------------------------------- */
.page #cboxTitle { 
	padding:12px 0 0 0; 
	font-size:21px; line-height:20px; letter-spacing:0.06em; text-align:left; text-transform:uppercase;
	color:#444; background:#FFF; 
}
.page #cboxClose { 
	width:48px;
	padding:3px 9px 2px;
	font-size:14px; line-height:14px; text-transform:uppercase; text-align:center;
	color:#FFF; background:#148CAF; border:none; 
}
.page #cboxClose:hover { color:#EEE; background:#888; }

#map .olControlPermalink {  }


/* ----------------------------------------------- 
- CONTACT FORM -
----------------------------------------------- */
#page .wpcf7-response-output { margin-left:0; margin-right:0; padding:12px; clear:both; border:none; }
#page .wpcf7-mail-sent-ok,
#page .wpcf7-validation-errors { 
	padding:24px;
	font-size: 15px;
	background:#9FD780; border:none;
}
#page div.wpcf7-mail-sent-ok { color:#FFF; background:#35312B; }

#page .wpcf7-not-valid-tip { padding:12px; color:#FFF; background:#900; border:none; }
#page .wpcf7 .sent p { display:none; }



/* ----------------------------------------------- 
- PAGENAVI -
----------------------------------------------- */
#page .wp-pagenavi {
	clear:both;
	margin:0; padding: 0 39px 39px 39px;
	text-align:right; font-size:13px; line-height:13px; text-transform: uppercase;
	color: #888; /* #75716B */
}
#page #wp_pagenavi_lower .wp-pagenavi { 
	margin: 0 0 20px 0; padding: 5px 0 0 0; 
	border-top:1px solid #bdb7af; border-bottom:none;
}
#page .wp-pagenavi span,
#page .wp-pagenavi a { 
	margin: 2px 0 2px 1px; padding:3px 5px 1px 5px; 
}
#page .wp-pagenavi span.pages {
	padding-left:0; padding-right: 5px; margin-left:0;
	color: #8D877F;
	border:none;
}
#page .wp-pagenavi span.current {
	font-weight:normal;
	color: #333;
	background-color: #FFF; border-color:#75716B;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#page .wp-pagenavi a {
	text-decoration:none;
	color: #FFF; background-color: #666;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#page .wp-pagenavi a.page {
	color: #FFF;
	background-color:#75716B; border-color:#75716B;
}
#page .wp-pagenavi a.first,
#page .wp-pagenavi a.last,
#page .wp-pagenavi a.previouspostslink,
#page .wp-pagenavi a.nextpostslink {
	background-color: #A29C96;
}
#page .wp-pagenavi a.previouspostslink { margin-right: 15px; }
#page .wp-pagenavi a.nextpostslink { margin-left: 15px; }
#page .wp-pagenavi a:hover {
	color: #FFF;
	background-color:#148CAF; border-color:#148CAF;
}



/* ----------------------------------------------- 
- RESPONSIVE -
----------------------------------------------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	
	#page { width: 1024px; }
	
	.page #cboxClose { min-width:45px; text-align:center; }

}


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	
	body { padding: 0; }
	#page { margin-top: 0; }
	#branding { border-top: none; }
	
	#contact_box_wrap { 
		z-index:1; position: relative;
		width:100%; height:72px;
	}

}


/* =Print
----------------------------------------------- */

@media print {

	#nav-profile,
	#search,
	#nav-primary,
	#content na,
	#promo2,
	.page-link,
	#contact_quick,
	#notfinding,
	.linkset,
	#contact_box p.quickform,
	#contact_box p.twitter,
	#rss,
	.more-news  {
		display: none;
	}
	
	body,
	#main,
	#access,
	#banner h3,
	#banner .hcol1,
	#banner .hcol2,
	.col1,
	.col2,
	#sidebar_wrap,
	#sidebar,
	#sidebar #pricing,
	#sidebar #promo1,
	#sidebar .box,
	#contact_box_wrap,
	#contact_box,
	#footer { 
		position:relative; float:none; width:100%; min-height:none; 
		margin:0; padding:0;
		background: none !important;
		box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important;
	}

	body, p, li, td { font-size: 14pt; line-height: 22pt; font-family: Arial, Helvetica, sans-serif; }
	
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	
	#branding { border-top: none !important; padding: 0; }
	#branding hgroup { height: auto; overflow: hidden; margin: 0; padding: 0; }
	#access { 
		background:none; 
	}
	#branding h1#site-title { margin:0; padding:0; font-size: 18pt; text-indent:0; color:#666; }
	#branding h1#site-title a { text-decoration:none; color:#666; }
	h2#site-description { float:none; padding:0 0 15px 0; margin:0 0 30px 0; font-size: 12pt; font-style:italic; text-align:left; color:#666; border-bottom:1px solid #CCC; }
	
	#main { }
	#primary { float: none; width: 100%; margin: 0; }
	#content { float: none; margin: 0; padding:0; width: auto; min-height: none; }
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta { position: static; } 
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta { margin: 0; width: 100%; }
	.singular .hentry { padding: 0; }
	
	#sidebar { margin-top: 18px; padding-top:18px; border: 1px solid #CCC; border-width: 1px 0; }
	
	#site-info { margin-top:30px; }
	#site-info p { line-height:15pt;}
	
	h1 { font-size: 24pt; }
	h2 { font-size: 18pt; font-style:italic; }
	h3 { font-size: 20pt; font-weight:bold; }
	h4 { font-size: 18pt; }
	h5 { font-size: 16pt; }
	h6 { font-size: 14pt; }

	#sidebar h3 { font-size: 16pt; font-weight:bold; }
	#sidebar h4 { font-size: 15pt; }
	#sidebar h5 { font-size: 14pt; }
	#sidebar p{ font-size: 13pt; }
	#footer h6 { font-size: 13pt; }

	
	#promo1 p,
	#pricing p { font-size:13pt; color:#666; }
	
	#contact_box { margin-top:30px; border-radius: 9px; border:1px solid #999; }

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

.green-line{ border: #5fa425 solid 3px; color: #5fa425 !important; padding: 2px 5px; width: 120px; text-align: center; -webkit-box-shadow: 10px 11px 12px -8px rgba(51,51,51,1);
-moz-box-shadow: 10px 11px 12px -8px rgba(51,51,51,1);
box-shadow: 10px 11px 12px -8px rgba(51,51,51,1); }
.green-box{ border: #5fa425 solid 3px; color: #5fa425 !important; padding: 2px 5px; margin-top: -3px; margin-bottom: 20px; text-align: center; -webkit-box-shadow: 10px 11px 12px -8px rgba(51,51,51,1);
-moz-box-shadow: 10px 11px 12px -8px rgba(51,51,51,1);
box-shadow: 10px 11px 12px -8px rgba(51,51,51,1);}
.green-box p{ margin-bottom: 0px; padding-bottom: 10px;}
.green-box a{ color: #5fa425;}