/* CSS Document */
body {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#656565;
}
p {
	margin:0 0 20px;
	line-height:20px;
}
.botmd p{	font-size:14px;
}
p strong {
	color:#232629;
}
dl.article-info dd {
	color:#6c94ae;
	font: normal 13px "PT Sans Narrow", Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#6c94ae;
	outline: 0!important;
}

a:hover {
	color:#656565;
}
a img {
	border:none;
}
a.contact-name {
	color:#CC9900;
	text-transform:uppercase;
	background:transparent url('../images/icon16-phone.png') 0 0 no-repeat;
	padding:1px 0 0 24px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 12px;
	padding:0;
	font:normal 28px "PT Sans Narrow", Arial, Helvetica, sans-serif;
	color:#232629;
}

h1.site-title {
	font:normal 30px Arial, Helvetica, sans-serif;
	color:#fff;
	margin-top:12px;
	margin-bottom:0;
}
h2.site-description {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#fff;
	margin-bottom:12px;
}

h2, h2.intro-title {
	font-size:24px;	
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}

h2.intro-title, h2.intro-title a, h2.article-title, h2.article-title a {
	margin-bottom:0;
	padding:18px 0 0;
	color:#232629;
}
h2.intro-title a:hover,
h2.article-title a:hover {
	color:#232629;
}
h2.intro-title {
	margin-bottom:8px;
	line-height:23px;
}
#left h3,
#right h3,
#right0 h3,
#left h3,
.inset h3,
#featured-wrapper h3,
#top-wrapper h3,
#bottom-wrapper h3,
#footer h4 {
	margin-bottom:5px;
	text-transform:uppercase;
}
#footer h4 {
	color:#fff;
	margin-bottom:11px;
}
.module-style10 h3 {
	color:#ccc;
}
#footer ul.categories-module h4 {
	font-size:13px;
}
/* Call to action */
#cta h1 {
	font:normal 36px "PT Sans Narrow", Arial, Helvetica, sans-serif;
}
#cta h1 {	
	color:#4f575e;
	line-height:34px;
}

#cta {
}
p.ctaLight, p.ctaHeavy {
	margin-bottom:5px;
}
p.ctaLight {
	font-family: Abel, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:26px;
	font-weight: lighter;
	color:#84939e;
}

p.ctaHeavy {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height:30px;
	color: #4f575e;
	
}

#breadcrumbs,
#breadcrumbs a:hover {
	font:italic 11px Arial, Helvetica, sans-serif;
	color:#8f96a2;
}
#breadcrumbs a {
	color:#232629;
}
	
#content {}

#featured-wrapper {
}

#top-wrapper {
}

#bottom-wrapper {
}

#footer-wrapper {
	color:#888;
}

/* highlights */
.hlight, 
.hlight-info, 
.hlight-note, 
.hlight-warning,
.hlight-important,
.hlight-success,
.hlight-custom {
	margin:0 1px;
	padding:1px 4px;
	color:#fff;
	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.hlight {
	background-color:#75a8b8;
}
.hlight-info {
	background-color:#71b3da;
}
.hlight-note {
	background-color:#7a8590;
}
.hlight-warning {
	background-color:#c5ad27;
}
.hlight-important {
	background-color:#893814;
}
.hlight-success {
	background-color:#67932e;
}
.hlight-custom {
	background-color:#333333;
}
/* Information quotes */
.quote,
.quote-info,
.quote-note,
.quote-warning,
.quote-important,
.quote-success,
.quote-custom {
	display:block;
	margin:15px 0;	
	padding:0 0 0 15px;
	font-style:italic;
}
.quote {
	border-left:12px solid #75a8b8;
}
.quote-info {
	border-left:12px solid #71b3da;
}
.quote-note {
	border-left:12px solid #7a8590;
}
.quote-warning {
	border-left:12px solid #c5ad27;
}
.quote-important {
	border-left:12px solid #893814;
}
.quote-success {
	border-left:12px solid #67932e;
}
.quote-custom {
	border-left:12px solid #333333;
	color:#656565;
}
.bubble1 {
	display:block;
	margin:20px auto;
	background-color:#f6f6f6;
	padding:10px 15px;
	color:#5b5b5b;
	font-style:italic;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .2);
    box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .2);
}
.bubble2 {
	display:block;
	margin:20px auto;
	background-color:#f9f9f9;
	padding:10px 15px;
	color:#5b5b5b;
	font-style:italic;
	border:1px solid #e5e5e5;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.badge {
	display:block;
	margin:20px auto;
	background-color:#f9f9f9;
	padding:10px 35px 10px 15px;
	color:#5b5b5b;
	font-style:italic;
	border:1px solid #e5e5e5;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	position:relative;
}
.badge-hot,
.badge-buy,
.badge-note,
.badge-new {
	display:block;
	width:47px;
	height:48px;	
	position:absolute;
	top:-1px;
	right:-1px;
}
.badge-hot {
	background:url('../images/badges.png') 0 0 no-repeat;
}
.badge-buy {
	background:url('../images/badges.png') -47px 0 no-repeat;
}
.badge-note {
	background:url('../images/badges.png') -94px 0 no-repeat;
}
.badge-new {
	background:url('../images/badges.png') -141px 0 no-repeat;
}

.box-info,
.box-note,
.box-warning,
.box-important,
.box-custom,
.bubble1,
.bubble2,
.badge {
	line-height:17px;
}
/* inline labels */
.label {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
}

.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

a.label:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label {
  background-color: #75a8b8;
}
.label-info {
  background-color: #71b3da;
}
.label-note {
  background-color: #7a8590;
}
.label-warning {
  background-color: #c5ad27;
}
.label-important {
  background-color: #893814;
}

.label-success {
  background-color: #67932e;
}
.label-custom {
  background-color: #333333;
}


/* blockquote */
blockquote {
	width:90%;
	margin: 60px auto 0;
	padding-left: 45px;
}
blockquote:before {
	color: #7e9fac;
	content: '\201C'; 
	font:normal 90px Georgia, "Times New Roman", Times, serif;
	line-height: 0px;
	margin: 90px 5px 0px -45px;
	vertical-align: bottom;
}
blockquote p {
	margin-top:-40px;
	font-size:16px;
	font-style:italic;
	color:#6c94ae;
}

/* Lists */
ul ul,
ul ul ul,
ol ol,
ol ol ol {
	margin:5px 0;
}

ul {
	margin:0 0 20px 0;
	padding:0;
}
ul li {
	list-style:none;
	line-height:18px;
	margin-left:15px;
}
ul li {
	background:url('../images/icon-sprite.png') -210px 6px no-repeat;
	padding-left:15px;
}
ul.style1 li {
	background:url('../images/icon-sprite.png') -200px -14px no-repeat;
	padding-left:15px;
}
ul.style2 li {
	background:url('../images/icon-sprite.png') -190px -34px no-repeat;
	padding-left:15px;
}
ul.style3 li {
	background:url('../images/icon-sprite.png') -180px -56px no-repeat;
	padding-left:17px;
}
ul.style4 li {
	background:url('../images/icon-sprite.png') -170px -77px no-repeat;
	padding-left:17px;
}
ul.style5 li {
	background:url('../images/icon-sprite.png') -160px -96px no-repeat;
	padding-left:19px;
}
ul.style6 li {
	background:url('../images/icon-sprite.png') -150px -116px no-repeat;
	padding-left:19px;
}
ul.style7 li {
	background:url('../images/icon-sprite.png') -140px -136px no-repeat;
	padding-left:19px;
}
ul.style8 li {
	background:url('../images/icon-sprite.png') -120px -158px no-repeat;
	padding-left:24px;
	line-height:20px;
}
ul.style9 li {
	background:url('../images/icon-sprite.png') -100px -189px no-repeat;
	padding-left:24px;
	line-height:20px;
}
ul.style10 li {
	background:url('../images/icon-sprite.png') -80px -219px no-repeat;
	padding-left:24px;
	line-height:20px;
}
ul.style11 li {
	background:url('../images/icon-sprite.png') -58px -248px no-repeat;
	padding-left:24px;
	line-height:20px;
}

/* ordered lists */
ol li {
	list-style-type:decimal;
}
ol.roman li {
	list-style-type:upper-roman;
}
	ol.roman ol li {
		list-style-type:lower-roman;
	}
ol.alpha li {
	list-style-type:upper-alpha;
}
	ol.alpha ol li {
		list-style-type:lower-alpha;
	}

/* Category list */
ul.catlist {}
ul.catlist li {
	background:url('../images/icon-sprite.png') -80px -214px no-repeat;
	margin:10px;
	padding-left:28px;
	line-height:20px;
}
	ul.catlist li li{
		background:url('../images/icon-sprite.png') -160px -93px no-repeat;
		padding-left:19px;
	}
ul.catlist li span {
	font:normal 22px "PT Sans Narrow", Arial, Helvetica, sans-serif;
}
	ul.catlist li li span {
		font:normal 18px "PT Sans Narrow", Arial, Helvetica, sans-serif;
	}
ul.catlist li p {
	margin-bottom:7px;
}
ul.catlist dl,
ul.catlist dt,
ul.catlist dd {
	display:inline;
	margin:0 7px 0 0;
	font:italic 11px Arial, Helvetica, sans-serif;
}
ul.catlist dl {margin: 0 0 5px 10px;}

/* Archives */
ul#archive-items {
	margin:20px 0;
}
ul#archive-items li {
	background-image:none;
	margin-left:0;
	padding-left:0;
}
ul#archive-items li p {
	margin-bottom:6px;
}

/* misc */	
.contact-count {
	font-weight:bold;
}


div .menu li {
	background-image:none;
	margin-left:0;
	padding-left:0;
}

#finder-filter-select-list li {
	background-image:none;
}
ul#finder-filter-select-list li {
	margin:0 0 10px;
	padding-left:0;
}

/* testimonials */
.testimonial-text {
	color:#5b5b5b;
	font-style:italic;
	line-height:20px;
}
.testimonial-credit {
	font-size:11px;
	line-height:16px;
	color:#629eb7;
	font-style:italic;
}

/* footer lists and menus */
#footer ul li {
	margin-left:8px;
	padding-left:18px;
	background:url('../images/icon-sprite.png') -10px -314px no-repeat;
}
#footer .menu li a,
#footer ul.latestnews li a,
#footer ul.categories-module li a {
	color:#888;
}
#footer .menu li a:hover,
#footer ul.latestnews li a:hover,
#footer ul.categories-module li a:hover {
	color:#fff;
}

/* displaying code */
code,
pre {
  	padding: 0 3px 2px;
  	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  	font-size: 12px;
 	 color: #333333;
  	-webkit-border-radius: 4px;
     	-moz-border-radius: 4px;
          	border-radius: 4px;
}

code {
	margin:0 1px;
  	padding: 2px 4px;
  	color: #ca4530;
  	background-color: #f7f7f9;
  	border: 1px solid #e1e1e8;
}

pre {
  	display: block;
	clear:both; 
  	word-break: break-all;
  	word-wrap: break-word;
  	white-space: pre;
  	white-space: pre-wrap;
	background: url('../images/pre.png') repeat #f6f6f6;
	border: 1px solid #dfe0e3;
	font: 12px/18px Monaco, Consolas, "Courier News", monospace;
	padding: 17px;
	margin:0 0 30px;
}

/* icons */
.icon16 {
	float:left;
	margin:0 12px;
}
.icon32,
.icon48 {
	float:left;
	margin:0 20px 0;
}

.contactbox{width:50%; float:left;}
.contactbox table{border-collapse:collapse;}
.contactbox table td{vertical-align:top; text-align:left;}
.contactbox table td h4{border-bottom:1px solid #ccc; padding-bottom:8px;}
.imgcont{float:right;}

.codesec li, .codebox p{font-size:13px; line-height:20px; margin-bottom:5px;}
.codesec{border-bottom:1px solid #ccc; padding-bottom:5px; clear:both; margin-bottom:20px;}
.codesec p strong{font-weight:bold; font-size:13px;}
.codesec p{margin-bottom:5px;}
.codesec h5{font-size:25px; margin:0 0 15px; color:#4f575e; line-height:30px; border-bottom:1px solid #4f575e;}
.codesec ol{padding-left:20px;}
.codesec ol li{padding-left:8px;}

.codeofconduct .codecontin{border:1px solid #ccc; padding:8px; margin-bottom:15px;}
.codeofconduct .codecontin h5{font-size:25px; margin:0 0 8px; color:#4f575e; line-height:30px; border-bottom:1px solid #4f575e;}
.codeofconduct .codecontin ul{margin-left:20px;}
.codeofconduct .codecontin ul li{list-style:outside; padding-left:0;}
.codeofconduct .codecontin p strong{font-weight:bold; font-size:13px;}
.codeofconduct li, .codeofconduct p{font-size:13px; line-height:20px; margin-bottom:5px;}
.tablebt table{border-collapse:collapse;}
.tablebt td{vertical-align:top; text-align:left; font-weight:bold; padding:10px; border:1px solid #6c94ae;}