	/**
  Theme Name: Clear Connections
  Theme URI: http://www.gdtdesignstudio.com
  Version: 1.0
  Author: GDT Design
  Author URI: http://www.gdtdesignstudio.com
  Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS, blank-slate
  Licence: LGPL
  
  Description: A custom wordpress theme created for Clear Connections.
*/

/**  Fieldstone CSS **/
.wp-video-shortcode {
	max-width: 100%;
        width: 100%;
        height: 100%;
}

.wp-audio-shortcode {
	max-width: 100%;
        height: 100%;
}
.wp-video{
	width: 100%!important;
        height: 100%;
}

.button {
	background: none repeat scroll 0 0 #dcdedb;
	color: #fff;
	opacity: 0.9;
	padding: 8px 14px;
	width: auto;
        color: #000!important;
        text-decoration: none!important;
        font-family: 'MyriadPro', arial;
	font-size: 14px;
}
.button:hover {
	opacity: 1;
        color: #fff!important;
        background-color: #000;
}


.row-fluid
{
    display: block;
}

.row-fluid .span2 {
    width: 16%;
    display: inline-block;
}

.row-fluid .span4 {
    width: 31%;
    display: inline-block;
}
.row-fluid .span5 {
    width: 41%;
    display: inline-block;
}
.row-fluid .span6 {
    width: 49%;
    display: inline-block;
}
.row-fluid .span8 {
    width: 65%;
    display: inline-block;
}

.row-fluid .span12 {
    width: 98%;
    display: inline-block;
}

.menuC ul {
	position: relative;
  list-style: none;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'MyriadPro', arial;
	font-size: 14px;
}

/* hack to correct IE5.5 faulty box model */
* html .menuC {width:978px; w\idth:978px;}

.menuC .menuR ul {
	float: right;
}

.menuC ul.menu li a {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 15px;
	padding-right: 15px;
	color: #000;
	text-decoration: none;
	float: left;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menuC a, * html .menuC a:visited {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 15px;
	padding-right: 15px;
}

.menuC :hover > a, .menuC ul.menu ul.sub-menu :hover > a {
	color: #fff;
	background-color: #a4a5a4;
}

.menuC ul.menu li a:hover, ul.menu li.current_page_item a, ul.menu li.current-menu-ancestor a, ul.menu li.current-page-parent a {
	color: #fff;
	background-color: #000;
}

.footerC ul.menu li.current_page_item a {
	background: none;
}

.menuC ul.menu ul.sub-menu {width: auto;}

.menuC ul.menu ul.sub-menu li {float:left; position:relative;}
.menuC li { float: left; position:relative; }

/* style the second level background */
.menuC ul.menu ul.sub-menu a.drop, .menuC ul.menu ul.sub-menu a.drop:visited {background-color: #dcdedb;}

/* style the second level hover */
.menuC ul.menu ul.sub-menu a.drop:hover{background-color:#201c1d;}
.menuC ul.menu ul.sub-menu :hover > a.drop {background-color:#201c1d;}

/* style the third level background */
.menuC ul.menu ul.sub-menu ul a, .menu ul ul ul a:visited {background:#dcdedb;}
/* style the third level hover */
.menuC ul.menu ul.sub-menu ul a:hover {background:#201c1d;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuC ul.menu ul.sub-menu {visibility:hidden; position:absolute;height:0;top:38px;left:0; width:200px;}
/* another hack for IE5.5 */
* html .menuC ul.menu ul.sub-menu {top:38px;t\op:38px;}

/* position the third level flyout menu */
.menuC ul.menu ul.sub-menu ul{float: left; position: absolute; left:205px; top:0px; width:200px;}

/* style the second level links */
.menuC ul.menu ul.sub-menu a, .menuC ul.menu ul.sub-menu a:visited {background:#dcdedb; color:#000000; height:auto; line-height:1em; padding:5px 10px; width:185px; text-align: left;}
.menuC ul.menu ul.sub-menu a:hover {color:#ffffff;}
/* yet another hack for IE5.5 */
* html .menuC ul.menu ul.sub-menu a, * html .menuC ul.menu ul.sub-menu a:visited {width:200px;w\idth:185px;}
 
/* style the top level hover */
.menuC ul.menu ul.sub-menu a:hover{text-decoration: none; color:#ffffff; background-color: #201c1d; }
.menuC ul.menu ul.sub-menu :hover > a {text-decoration: none; color:#fffff; background-color: #201c1d;}
 
/* make the second level visible when hover on first level list OR link */
.menuC ul.menu li:hover ul.sub-menu,
.menuC ul.menu a:hover ul.sub-menu{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menuC ul.menu :hover ul.sub-menu ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menuC ul.menu :hover ul.sub-menu :hover ul{ visibility:visible;}

.menuC ul.menu :hover ul.sub-menu :hover ul li:hover ul { visibility:visible;}
.menuC ul.menu :hover ul.sub-menu :hover ul ul { visibility:hidden;}

/* ---------------------------------------------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 12px;
	color: #000;
}

.bodyC {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.bodyF {
	width: 978px;
	float: left;
	padding: 0;
	text-align: left;
}

.bodyF p {
	font-size: 13px;
	color: #595858;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

.bodyLeft {
	width: 250px;
	float: left;
	text-align: left;
}

.bodyRight {
	width: 708px;
	padding-left: 20px;
	float: left;
	text-align: left;
}

.pageHeader {
	width: 100%;
	height: 476px;
	float: left;
	background-image: url(images/homepageBG.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.bodyLeft ul, .bodyLeft ul ul, .bodyLeft ul ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}

.bodyLeft ul ul {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
}

.bodyLeft h1.LH1 {
	font-size: 18px;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 0px;
}

.bodyLeft li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.bodyLeft li a {
	font-size: 13px;
	color: #484848;
	text-decoration: underline;
}

.bodyLeft ul li.current_page_item a {
	font-weight: bold;
	color: #34bf05;
	text-decoration: underline;
}

.bodyLeft ul ul.children li.page_item a {
	font-weight: normal;
	color: #484848;
	text-decoration: underline;
}

.bodyLeft ul li.current_page_item ul.children li a {
	color: #484848;
	text-decoration: underline;
}

.bodyLeft ul ul.children li.current_page_item a {
	font-weight: bold;
	color: #34bf05;
	text-decoration: underline;
}

.bodyLeft li a:hover {
	color: #000;
	text-decoration: none;
	text-decoration: underline;
}

.pageHeader h1 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	font-size: 32px;
	text-align: left;
}

.headerC {
	width: 978px;
	height: 100px;
	float: left;
	padding: 0;
	margin: 0;
	text-align: left;
}

.headerCL {
	width: 257px;
	height: 100px;
	float: left;
	padding: 0;
	margin: 0;
        padding-top: 17px;
}

.headerCR {
	width: 721px;
	height: 100px;
	float: right;
	padding: 0;
	margin: 0;
	text-align: right;
	overflow: hidden;
       
}

.headerCRTop {
	width: 641px;
	height: 40px;
	float: left;
	padding: 0;
	padding-left: 80px;
	padding-top: 17px;
	margin: 0;
	font-size: 18px;
	color: #231f20;
}

.headerCRTop div.phone {
	float: left;
	font-size: 16px;
	background-image: url(images/iconPhone.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 40px;
	padding-top: 9px;
	padding-right: 24px;
	padding-bottom: 12px;
}

.headerCRTop div.email {
	float: right;
	overflow: hidden;
	font-size: 14px;
	text-align: left;
	background-image: url(images/iconEmail.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 9px;
	padding-bottom: 12px;
}

.headerCRBottom {
	width: 721px;
	height: 49px;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #231f20;
}

.headerCRBottom div {
	float: right;
	width: 203px;
	height: 24px;
}

.headerCRBottom div input.search {
	float: left;
	width: 155px;
	height: 15px;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
	overflow: hidden;
	border: none;
	text-align: left;
	background-image: url(images/searchBG.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.headerCRBottom div input.sbutton {
	float: left;
	width: 33px;
	height: 24px;
	padding: 0;
	margin: 0;
	border: none;
	overflow: hidden;
	background-image: url(images/button.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.headerCRTop a {
	color: #34bf05;
	text-decoration: none;
}

.headerCRTop a:hover {
	text-decoration: underline;
}

.menuC {
	width: 978px;
	height: 38px;
	float: left;
	background-color: #dcdedb;
	border: none;
	padding: 0;
	margin-bottom: 16px;
	position:relative;
	z-index:100;
	text-align: left;
}

.menuL {
	width: 869px;
	height: 38px;
	float: left;
	text-align: left;
}

.menuR {
	width: 109px;
	height: 38px;
	float: right;
	text-align: left;
}

.mainHeader {
	width: 978px;
	height: 263px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.mainHeaderShadow {
	width: 978px;
	height: 13px;
	float: left;
	padding: 0;
	margin: 0;
	background-image: url(images/buttomShadow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.post {
	padding-top: 22px;
	line-height: 22px;
}

.post strong {
	color: #000;
}

.post ul {
	list-style-type: square;
}

.post ul, .post ol {
	padding: 0;
	margin: 0;
	padding-left: 20px;
	padding-bottom: 18px;
	color: #484848;
	font-size: 13px;
}

.post ul li, .post ol li {
	padding-bottom: 10px;
}

.post ul li a, .post ol li a {
	color: #484848;
	text-decoration: underline;
}

.post ul li a:hover, .post ol li a:hover {
	color: #000;
}

.post ul.partners {
	list-style: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 918px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
}

.post ul.partners li {
	float: left;
	width: 300px;
	height: 105px;
	text-align: center;
}

.post ul.partners li img {
	display: block;
	padding-bottom: 2px;
	text-align: center;
}

.post a {
	color: #484848;
	text-decoration: none;
	text-decoration: underline;
}

.post a:hover {
	color: #000;
	text-decoration: none;
	text-decoration: underline;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 18px;
	text-align: left;
}

h2 a {
	color: #231f20;
	text-decoration: underline;
	padding-bottom: 2px;
}

h2 a:hover {
	color: #34bf05;
	text-decoration: underline;
}

.separator {
	width: 978px;
	height: 1px;
	background-color: #dddcdc;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.partners {
	padding-top: 20px;
	padding-bottom: 32px;
}

.footerC {
	width: 100%;
	height: 220px;
	float: left;
	padding: 0;
	padding-top: 20px;
	margin: 0;
	text-align: left;
	background-image: url(images/footerBG.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.footerCTop {
	width: 988px;
	height: 178px;
	padding: 0;
	margin: 0;
	float: left;
}

.footerCBottom {
	width: 978px;
	height: 29px;
	padding: 0;
	margin: 0;
	padding-top: 13px;
	float: left;
}


.footerCBottomL {
	width: 912px;
	height: 29px;
	float: left;
	font-size: 12px;
	color: #575757;
	text-align: left;
	vertical-align: top;
}

.footerCBottomR {
	width: 66px;
	height: 29px;
	float: right;
	font-size: 12px;
	color: #575757;
	text-align: right;
	vertical-align: top;
}

.footerC h4 {
	font-size: 15px;
	font-weight: normal;
	color: #181717;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

.footerC ul.menu {
	width: 75%;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px #3d9220 solid;
}

.footerC ul.menu li {
	display: block;
	height: 14px;
	color: #1b460c;
	padding-top: 5px;
}

.footerC ul.menu li a {
	color: #1b460c;
	text-decoration: none;
}

.footerC ul.menu li a:hover {
	color: #000;
	text-decoration: underline;
}

.footerCSec1 {
	width: 230px;
	height: 178px;
	float: left;
	padding: 0;
}

.footerCSec2 {
	width: 270px;
	height: 178px;
	float: left;
	padding: 0;
}

.footerCSec3 {
	width: 315px;
	height: 178px;
	float: left;
	padding: 0;
}

.footerCSec4 {
	width: 164px;
	height: 178px;
	float: left;
	padding: 0;
}

#pagination {
  list-style: none;
  margin: 0px;
	padding: 0px;
}
#pagination li {
	display: inlne;
}
#pagination .previous {
  text-align: left;
	float: left;
}

#pagination .future {
	text-align: right;
  float: right;
}
		
@font-face {
	font-family: 'MyriadPro';
	src: url('MyriadPro-Regular.otf');
	src: local('MyriadPro'), local('MyriadPro'), url('MyriadPro-Regular.otf') format('TTF'), url('MyriadPro-Regular.otf') format('truetype');
}

@font-face {
	font-family: 'MyriadProSemiBold';
	src: url('MyriadPro-Semibold.otf');
	src: local('MyriadProSemiBold'), local('MyriadProSemiBold'), url('MyriadPro-Semibold.otf') format('TTF'), url('MyriadPro-Semibold.otf') format('truetype');
}

@font-face {
	font-family: 'MyriadProSemiItalic';
	src: url('MyriadWebPro-Italic.ttf');
	src: local('MyriadProSemiItalic'), local('MyriadProSemiItalic'), url('MyriadWebPro-Italic.ttf') format('TTF'), url('MyriadWebPro-Italic.ttf') format('truetype');
}