/*
Theme Name: Boldy
Theme URI: http://www.s5themes.com/theme/boldy/
Description:  Boldy - Check <a href="http://www.s5themes.com/documentation/boldy/">Boldy Documentation</a> in case you need directions or get support from <a href="http://forums.site5.com/forumdisplay.php?f=104">Forum</a>.
Author: Site5.com
Author URI: http://gk.site5.com/t/542
Version: 2.0.5
License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
*/

/* MAIN STYLES
-------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
.form-field {padding: 10px; border: solid 1px #e5e5e5;}
.send-but {padding: 10px; border: solid 1px #0c7dae; width: 150px; background-color: #0c99e9; color: #fff;}
body, html {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 135%;
	background-image: url(images/grey_@2X.png);
	z-index: +99;
}
.nivo-caption {
display: none !important;
}

ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #1FA2E1;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
p {
	margin: 0 0 1.5em;
}
h1, h2, h3 {
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 100%;
	padding-bottom: 15px;
	font-family: 'Ubuntu', sans-serif;
}
h1 {
	font-weight: normal;
}
section h1 {
	font-size: 32px;
}
h1 a:hover {
	text-decoration: none;
	color: #333;
}
h2 {
	font-size: 20px;
	padding-top: 10px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	padding-top: 10px;
}
/* Top contact*/

#topContact {
	position: absolute;
	right: 0;
	top: 120px;
}
#topContact .quicklinks a {
	margin: 5px;
	width: 140px;
	color: #FFF;
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 30px;
	padding-top: 10px;
	padding-left: 45px;
	font-size: 13px;
}
#topContact .numberbox {
	width: 310px;
	background-image: url(images/shield.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 85px;
	float: left;
}
#topContact .numberbox .number {
	width: 300px;
	font-family: 'Bree Serif', 'serif';
	font-size: 54px;
	color: #333333;
	float: left;
	margin: 0px !important;
	height: 65px;
	padding: 0px !important;
	line-height: 110%;
	text-align: right;
}
#topContact .numberbox .strap {
	margin-top: -10px !important;
	width: 300px;
	font-size: 14px;
	color: #393939;
	float: left;
	text-transform: uppercase;
	text-align: right;
}
#topContact .quicklinks a:hover {
	background-color: #333;
	text-decoration: none;
}
#topContact .quicklinks .login {
	background-image: url(images/lock.png);
}
#topContact .quicklinks .git {
	background-image: url(images/mail.png);
}
/* LAYOUT STRUCTURE
--------------------------------------------------*/
body#home #mainWrapper {
	background: url(images/bk_main_wrapper_home.png) 0 0 repeat-x;
	z-index: -1;
}
#mainWrapper {
background: url(images/bk_main_wrapper_home.png) 0 0 repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}
header {
	height: 171px;
	position: relative;
}
#content {
	overflow: hidden;
	background: url(images/bk_vertline.jpg) 695px 0 repeat-y;
	margin-top: 35px;
}
body#home #content {
	margin-top: 20px;
}
body#home #content, body#portfolio #content, body.page-template-fullwidthpage-php #content {
	background: none;
}
body.page-template-fullwidthpage-php #content section {
	width: 960px;
}
#content section {
	float: left;
	width: 670px;
	margin-right: 50px;
	padding-top: 10px;
}
#content section h1 {
font-size: 40px; text-transform: uppercase; font-weight: 900;
}
#colFull section {
	width: 100%;
}
#content aside {
	float: left;
	width: 240px;
}

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

/* -- logo --*/
#logo {
	position: absolute;
	top: 20px;
	left: 0;
}
#logo a {
	font-family: Georgia;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	padding-top: 30px;
	letter-spacing: -1px;
	display: block;
}
#logo a:hover {
	text-decoration: none;
}
#logo span {
	clear: both;
	color: #666666;
	display: block;
	font-size: 11px;
	margin-top: -10px;
	text-transform: uppercase;
}
#logo a img {
	border: none;
	margin-top: -40px;
}
#mainMenu {
	position: absolute;
	left: 0px;
	top: 140px;
	width: 100%;
}
#mainMenu ul li {
	float: left;
	width: 20%;
	border-bottom: 1px solid #0072bc;
}
#mainMenu ul li a {
	display: block;
	height: 20px;
	color: #fff;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	border-left: solid 1px #0072bc;
	border-right: solid 1px #008dd3;
}
#mainMenu ul li a span {
	font-size: 10px;
	color: #999;
	line-height: 120%;
}
#mainMenu ul li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #404041;
	transition: ease-in-out 0.3s;
}
#mainMenu ul li ul li a:hover {
	background: #132325;
}
/* top social links */
#topSocial {
	position: absolute;
	right: 0;
	top: 120px;
}
#topSocial ul li {
	float: left;
	padding: 0 5px;
	width: 50px;
}
#topSocial ul li a {
	display: block;
	height: 47px;
	width: 47px;
	background: url(images/bk_topsocial.png) 0 0 no-repeat;
}
#topSocial ul li a img {
	border: none;
	margin-top: 9px;
	margin-left: 8px;
}
#topSocial ul li a:hover {
	/*background:url(images/bk_topsocial_hover.png) 0 0 no-repeat;*/
	background: none;
}
/* Top Search */
#topSearch {
	position: absolute;
	right: 5px;
	top: 25px;
}
#phone {
	position: absolute;
	right: 0px;
	top: 20px;
	color: #666;
	font-size: 30px;
	background-image: url(images/phone-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 250px;
	padding-top: 35px;
	padding-bottom: 20px;
	text-align: right;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 900;
	
}
/* CONTENT ELEMENTS
-------------------------------------------*/
.alignleft {
	float: left;
	margin: 5px 15px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 15px;
}
/* homeboxes */
#homeBoxes {
	overflow: hidden;
	background: #fff;
	padding: 20px 0 20px 0;
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #0072bc;

}
  
#homeBoxes .homeBox {
	width: 280px;
	float: left;
	min-height: 420px;
	background-image: url(images/homebox-foot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	margin: 20px;
}
#homeBoxes .homeBox img {
	margin-bottom: 10px;
	height: 180px;
	width: 280px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background: #fff;
}
#homeBoxes .homeBox img:hover {
	border-color: #ffff;
}

#homeBoxes .homeBox h2 {
	padding-top: 30px;
	padding-right: 0;
	padding-left: 100px;
	padding-bottom: 30px;
	color: #0072bc;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 100px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-image: url(images/Hurricaneicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	transition: all ease-in-out 0.3s;
}
#homeBoxes .homeBox h2:hover {

	background-position: 10px center;
	transition: all ease-in-out 0.3s;
	
}
#homeBoxes .homeBox .read-more {
	background-color: #404041;
	float: left;
	width: 170px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFF;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#homeBoxes .homeBox .read-more:hover {
	background-color: #0072bc;
	color: #FFF;
	text-decoration: none;
}
/* After Homeboxes */

.wrap {
	padding: 40px;
	float: left;
	width: 880px;
	background: #0072bc;
	height: 160px;
	clear: both;
	background-color: #0072bc;
	border-top: 1px solid #0072bc;
	

}
 .wrap img { margin-top:30px;}
ul#list {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
ul#list li {
	float: left;
	width: 220px;
	height: 240px;
	margin-right: 20px;
	padding: 0;
}
.portfolio-item {
	background: #FFF;
	border-radius: 4px 4px 0px 0px;
	width: 100%;
	float: left;
}
/* BLOG ITEMS */
article {
	margin: 0 0 30px 0;
	padding: 0 0 15px;
	border-bottom: 1px dotted #bbb;
	overflow: hidden;
}
article.portfolio-single {
	border-bottom: 0;
}
article header {
	background: none;
	margin: 0;
	padding: 0;
	height: auto;
}
article .meta {
	font-size: 11px;
	color: #666;
	text-shadow: 1px 1px #fff;
	margin-top: -12px;
	margin-bottom: 18px;
}
.postTags {
	font-size: 13px;
	background: url(images/ico_tag.png) 0 50% no-repeat;
	padding-left: 24px;
	margin: 25px 0 0;
}
blockquote {
	padding-left: 80px;
	margin: 20px 0 15px 0;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: url(images/bk_blockquote.png) 0 15px no-repeat;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}
#content section ul li, #content section ol li {
	padding: 5px 0 5px 25px;
	background: url(images/bullet_list.png) 0 8px no-repeat;
}
#content section ul {
	margin: 0 0 15px 15px;
}
#content section ol li {
	background: none;
	padding-left: 0;
}
#content section ol {
	margin: 0 0 15px 35px;
}
#shareLinks {
	height: 30px;
	background: url(images/bk_social.jpg) 0 0 repeat-x;
	font-size: 12px;
	line-height: 32px;
	padding: 0 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #008FF5;
	/*border-left:1px solid #008FF5;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;*/
	margin: 20px 0;
	width: 130px;
}
#shareLinks a {
	color: #fff;
}
#shareLinks #icons {
	display: none;
	padding-left: 15px;
}
#shareLinks #icons a {
	margin: 0 10px;
	font-weight: bold;
	text-transform: uppercase;
}
/* PAGINATION */
.emm-paginate {
	padding: 10px 0;
	overflow: hidden;
	clear: both;
}
.emm-paginate a {
	background: url(images/bk_pagenavi.jpg) 0 100% repeat-x;
	border: 1px solid #ddd;
	color: #666;
	margin-right: 5px;
	padding: 4px 8px;
	text-align: center;
	text-decoration: none;
}
.emm-paginate .emm-title {
	color: #555;
	margin-right: 4px;
}
.emm-paginate .emm-gap {
	color: #999;
	margin-right: 4px;
}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {
	color: #fff;
	background: #18AEF5;
	border: 1px solid #0A95D8;
	margin-right: 5px;
	padding: 4px 8px;
}
.emm-paginate .emm-page {
}
.emm-paginate .emm-prev, .emm-paginate .emm-next {
}
/* SLIDER
---------------------------------------*/
#slider {
	position: relative;
	background: url(images/loading.gif) no-repeat 50% 40%;
	height: 367px;
	
	
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 1;
}
/* PORTFOLIO PAGE
---------------------------------------*/
.filters {
	margin-top: 5px;
	float: right;
	margin-top: -47px;
}
.filters li {
	float: left;
	margin-right: 5px;
}
.filters li a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #fefefe;
	border-right: 1px solid #fefefe;
	padding: 10px 12px 4px;
	text-shadow: 1px 1px #fff;
	background: url(images/bk_blurb.jpg) 0 100% repeat-x;
	font-weight: bold;
	display: block;
}
.gallery {
	margin-top: 10px;
	padding-left: 22px;
	margin-left: -22px;
	margin-bottom: 20px;
	width: 982px;
}
.gallery .portfolioItem {
	float: left;
	width: 300px;
	margin-right: 25px;
	overflow: hidden;
	margin-bottom: 10px;
}
.gallery .portfolioItem img {
	border: none;
}
/* COLRIGHT ELEMENTS
-------------------------------------*/
.rightBox {
	margin-bottom: 17px;
}
.rightBox h2 {
	padding: 10px 0;
}
.rightBox ul li {
	padding: 6px 0;
	border-bottom: 1px solid #ddd;
}
.rightBox ul {
	border-top: 1px solid #ddd;
}
/* COMMENTS
-----------------------------------*/
#content section ul.commentlist {
	list-style: none;
	list-style-position: outside;
	display: block;
	margin: 0 0 20px;
	border-top: 3px solid #D2D8DB;
	border-bottom: 4px solid #D2D8DB;
	padding: 0;
	padding-bottom: 10px;
}
#content section ul.commentlist ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}
#content section ul.commentlist li {
	padding: 20px 0 10px 50px;
	position: relative;
	margin-top: 0;
	background: url(images/bk_horiz_line.jpg) 0 0 repeat-x;
}
#content section ul.commentlist li img {
	border: none;
}
#content section ul.commentlist li p {
	font-size: 13px;
	margin: 10px 0;
}
#content section ul.commentlist li .comment-meta, #content section ul.commentlist li .text {
	margin-left: 20px;
}
#content section ul.commentlist li .comment-meta span {
	font-size: 11px;
	color: #999;
}
#content section ul.commentlist li .comment-meta {
	font-size: 16px;
}
#content section ul.commentlist li .gravatar {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 20px;
	left: 0;
}
#content section ul.commentlist li .gravatar .gravatar_mask {
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/bk_gravatar_mask.png) 0 0 no-repeat;
	width: 50px;
	height: 50px;
}
#content section ul.commentlist .reply {
	position: absolute;
	right: 0;
	top: 25px;
	width: 46px;
	height: 21px;
	text-align: center;
	font-size: 12px;
}
#content section ul.commentlist .reply a {
	display: block;
	width: 46px;
	height: 21px;
	font-style: italic;
}
#content section ul.commentlist .reply a:hover {
	text-decoration: none;
	color: #333;
}
#content section ul.commentlist li .children li {
	margin-top: 15px;
	padding-top: 25px;
	border-bottom: none;
	overflow: hidden;
	padding-bottom: 5px;
}
#content section ul.commentlist li .children li .gravatar {
	top: 20px;
}
#content section ul.commentlist li .children li .reply {
	top: 30px;
}
/* FOOTER ELEMENTS
-------------------------------------------*/


/* Footer Widgets */
/* Footer */



footer {
	color: #666;
	position: relative;
	font-size: 12px;
	border-top: solid 1px #242424;
}
#footerActionsInner {
	width: 960px;
	margin: 0 auto;
	padding: 32px 0 0;
	overflow: hidden;
}
#footerWidgets {
	background: #000 url(images/bk_footer_widgets.png) 0 0 repeat-x;
	padding-top: 32px;
}
#footerWidgetsInner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 35px;
	overflow: hidden;
}
#footerWidgetsInner .boxFooter {
	float: left;
	width: 210px;
	padding-right: 30px;
	overflow: hidden;
}
#footerWidgetsInner h2 {
	font-size: 20px;
	border-bottom: 1px solid #292929;
	padding: 7px 0 12px;
	margin-bottom: 10px;
	color: #ccc;
}
#footerWidgetsInner .boxFooter ul {
	margin: 0;
}
#footerWidgetsInner .boxFooter ul li {
	padding: 7px 0;
	border-bottom: 1px solid #292929;
	color: #986123;
	font-size: 10px;
	font-style: italic;
}
#footerWidgetsInner .boxFooter ul li a {
	text-decoration: none;
	color: #666666;
	font-size: 16px;
	font-style: normal;
background-image:url(images/hurricane1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display: block;
	transition: all ease-in-out 0.2s;
}
#footerWidgetsInner .boxFooter ul li a:hover {
	color: #fff;
	background-position: 5px center;
	padding-left: 30px;
	transition: all ease-in-out 0.2s;
}

/* Copyright */
#footerWidgetsInner #copyright {
	border-top: 1px solid #666;
	padding-top: 25px;
	margin-top: 20px;
clear: both;
float: left;
width: 960px;
text-align: center;

}
#copyright #owners {
	width: 700px;
}
#site5bottom {
	position: absolute;
	right: 0;
	top: 25px;
}
/* FORMS
------------------------------------*/

/* Quick Contact Form */
#quickContact form input[type="text"], #quickContact form textarea {
	width: 138px;
	margin-bottom: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-top: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: url(images/bk_blurb.jpg) 0 100% repeat-x;
	padding: 7px;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#quickContact form textarea {
	width: 250px;
	height: 90px;
	padding-top: 5px;
}
#quickContact form input[type="submit"] {
	display: block;
	float: right;
	width: 81px;
	height: 24px;
	background: url(images/but_actions.png) 0 0 no-repeat;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding-top: 0px;
	border: none;
	line-height: 80%;
	margin-top: 3px;
}
/* Top Search */
#topSearch input[type="text"] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 100px;
	background: url(images/bk_top_search.png) 0 0 repeat-x;
	padding: 9px 10px 10px;
	border: 1px solid #2E4849;
	color: #A8A8A8;
	font-style: italic;
	margin-right: 10px;
	position: relative;
}
#topSearch input[type="submit"] {
	position: absolute;
	right: 0;
	z-index: 100;
	width: 43px;
	height: 44px;
	background: url(images/but_search.png) 0 0 no-repeat;
	border: none;
	cursor: pointer;
}
/* COMMENTS F0RM */
#commentform p {
	margin: 0;
}
#commentform label {
	display: block;
	padding: 5px 0;
}
#commentform input, #commentform textarea {
	border: 1px solid #ddd;
	padding: 8px;
	width: 300px;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #0099FF;
}
#commentform textarea {
	width: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#commentform input[type="submit"] {
	border: none;
	width: 151px;
	height: 32px;
	margin-top: 10px;
	cursor: pointer;
	background: url(images/but_form.jpg) 0 100% repeat-x;
	color: #FFF;
	font-size: 12px;
	padding: 0;
}
/* Contact Page */
#contact-map {
	float: left;
	width: 638px;
	background: #fff;
	padding: 1px;
	border: 6px solid #E2E2E2;
	height: 350px;
	margin: 0 0 15px 0;
}
#contact-map iframe {
	border: 0;
}
#contact-form {
	width: 60%;
	float: left;
	margin: 0 10% 0 0;
}
#contact-data {
	float: left;
	width: 30%;
	margin: 28px 0 0 0;
}
#contact-data p {
	display: block;
	overflow: hidden;
	margin: 0 0 15px 0;
}
#contact-data .contact-data-field {
	float: left;
	width: 30%;
	margin-right: 5%;
	font-weight: bold;
}
#contact-data .contact-data-info {
	float: left;
	width: 65%;
}
/* Contact Form */
#contact label {
	display: block;
	padding: 5px 0;
}
#contact input, #contact textarea {
	border: 1px solid #ddd;
	padding: 8px;
	width: 90%;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#contact textarea {
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#contact button.submitbutton {
	border: none;
	width: 151px;
	height: 32px;
	margin-top: 10px;
	cursor: pointer;
	background: url(images/but_form.jpg) 0 100% repeat-x;
	color: #FFF;
	font-size: 12px;
	padding: 0;
}
.errormsg, .successmsg {
	background: #FEF4F1;
	border: 1px solid #F7A68A;
	color: #DA4310;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.successmsg {
	background: #F5FAF1;
	border: 1px solid #C2E1AA;
	color: #8FA943;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
header {
z-index:1001 !important;
}
#content {
	z-index: 100 !important;
}
.thanks {
	background: #F2F3F6;
	background: url('js/contactform/ok.png') no-repeat left;
	padding-left: 20px;
	clear: both;
}
.error {
	color: #333;
	background: #FCE2D4 url('js/contactform/error.png') no-repeat 5px 50%;
	margin-top: 5px;
	display: block;
	clear: both;
	padding: 7px;
	padding-left: 30px;
	border-radius: 6px;
	font-size: 11px;
	border: 1px solid #fbc2c4;
}
.portfolioimg {
	float: left;
	display: block;
	clear: both;
	margin-bottom: 20px;
}
.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


.page-id-151 #content section h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
	display: none;}

.page-id-151 #content
{margin-top: 5px;}