/*
	Theme Name: Mapel Building
	Theme URL: http://spankymedia
	Description: 2 or 3-column Widget-ready child theme created for the Genesis Theme Framework.
	Author: Kirk O'Connor
	Author URI: http://spankymedia.com.au
	Version: 1.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #f8f9fa;
	color: #000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #0067A2;
	text-decoration: none;
	}
	
a:hover {
	color: #7CA513;
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

.home #wrap, .home-page #wrap, .blog #wrap {
	margin: 0 auto 0;
	padding: 0;
	}
	
#wrap {
	background: url(images/wrap-bg.jpg) repeat-x;
	margin: 0 auto 0;
	padding: 0;
	}

/***** Before Header Widgeted ******/
.span-4 { width: 38%; float:left}
.span-8 { width: 60%; float: right}

.span-4 #sidebar { float:none !important}
#before-header-widgeted {
	color: #cccccc;
	height:auto;
	margin: 0 auto 0;
	padding: 3px 0 3px 0;
	overflow: hidden;
	clear: both;
	min-width: 916px;
	}
	
#before-header-widgeted .wrap {
	/*min-width: 916px;*/
	width: 916px;
	margin: 0 auto 0;
	}
	
#before-header-widgeted .widget {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#before-header-widgeted h1 {
	color: #ccc;
	font-size: 12px;
	line-height:20px;
	font-family: Gill Sans, Calibri, Trebuchet MS, sans-serif;
	font-weight: normal;
	margin:0;
	padding:0;
	}

#before-header-widgeted h2, #before-header-widgeted h3, #before-header-widgeted h4 {
	color: #ccc;
	font-size: 12px;
	line-height:14px;
	font-family: Gill Sans, Calibri, Trebuchet MS, sans-serif;
	font-weight: normal;
	margin:3px 0 0 0;
	padding:0;
	
	
	
	}
	#before-header-widgeted h2 a{
background: url(images/searchButtonl.jpg) repeat-x;

border-radius: 10px; 
color:#fff !important;
font-weight:bold;
padding: 3px 15px;

}

	
#before-header-widgeted p {
	margin: 0;
	padding: 0;
	}
	
#before-header-widgeted .widget p, #before-header-widgeted .textwidget p {
	margin: 0;
	padding: 0;
	}
	
#before-header-widgeted a, #before-header-widgeted a:visited {
	color: #555;
	text-decoration: none;
	}
	
#before-header-widgeted a:hover {
	text-decoration: underline;
	}
	
#before-header-widgeted ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}
	
#before-header-widgeted ul li {
	list-style-type: none;
	margin:0;
	padding:0;
	}

.before-header-widgeted-left	{
	float:left;
	width: 40%;
	margin:0;
	padding:0;
}

.before-header-widgeted-right	{
	float:right;
	width: 50%;
	margin:0;
	padding:0;
	text-align:right;
}

/***** Header  ********************/

#header {
	margin: 0 auto 0;
	padding: 0;
	}
	
#header .wrap {
    background: url("images/header-bg.jpg") repeat scroll 0 0 transparent;
    height: 120px;
    margin: 0 auto;
    width: 916px;
	border-left: 1px solid #D8DFE0;
    border-right: 1px solid #D8DFE0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;		
	}

#title-area {
	width: 340px;
	float: left;
	margin: 0; 
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 20px;
	font-weight: normal;
	line-height: 34px;
	margin: 0; 
	padding: 0 0 0 20px;
	}
	
#title-area #title a {
	color: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#title-area #description {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
	}

#header .widget-area {
	width: 310px;
	color: #FFFFFF;
	float: right;
	margin: 0; 
	padding: 10px 0 0;
	}
	#header #text-8 {	float: left;	}	
#header .widget-area a, #header .widget-area a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#header .widget-area a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area img {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	}	
	
#header .widget-area h4 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#header .widget-area .mail {
   background: url("images/mail.png") no-repeat scroll left center transparent;
    color: #004479;
    font-weight: bold;
    padding-left: 25px;
	}

#header .widget-area .phone {
    background: url("images/phone.png") no-repeat scroll left center transparent;
    color: #004479;
    font-size: 15px;
    font-weight: bold;
    margin: 0 15px;
    padding-left: 25px;
	}	
	
#header #facebook {
    margin:-5px 0 0 0!important;	
}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 340px;
	height: 120px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 916px;
	}
	
/***** Header Pages/Category Widget Menu ********************/

#header ul.nav {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	margin: 0;
	padding: 45px 0 0 0;
	}
	
#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a, #header ul.nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	text-shadow: #002838 1px 1px;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
	background: #00B8DE;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	background: #00B8DE;
	width: 148px; 
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #72D4EA;
	border-right: 1px solid #72D4EA;
	border-bottom: 1px solid #72D4EA;
	text-transform: none;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active {
	background: #72D4EA;
	color: #FFFFFF;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;	
	}

#header ul.nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a { 
	width: 150px;
	}

#header ul.nav li ul a:hover, #header ul.nav li ul a:active { 
	}

#header ul.nav li ul ul {
	margin: -31px 0 0 169px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover { 
	position: static;
	}

/***** Nav Menu ********************/

#nav {
	clear: both;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	}

#nav .wrap {
   background: url("images/bg-nav-full.png") repeat-x scroll 0 0 transparent;
    height: 40px;
	width: 916px;
	margin: 0 auto 0;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;	
	}
	
#nav ul {
	width: 950px;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url("images/nav-sep.png") no-repeat scroll center left transparent;
	}

#nav li.menu-item-home {
	background: none;
	}
	
#nav li.home {
	background: none;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 15px;
    font-weight: normal;
    margin: 0;
	padding: 11px 35px;
	text-decoration: none;
	position: relative;
	}

#nav li a:hover, #nav li a:active, #nav li.current_page_item a {
    color: #FFFFFF;
    text-decoration: underline;
	}
	
#nav li a.sf-with-ul {

	}	
	
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 10px;
	margin: 0 20px 0 0;
	}
	
#nav li a:hover .sf-sub-indicator {
	background: url(images/arrow-down-hover.png);
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #00B8DE;
	color: #FFFFFF;
	width: 250px; 
	font-size: 12px;
	margin: 0;
	padding: 6px 5px 6px 10px;
	border-left: 1px solid #72D4EA;
	border-right: 1px solid #72D4EA;
	border-bottom: 1px solid #72D4EA;
	text-shadow: #00839E 1px 1px;
	text-transform: none;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #72D4EA;
	color: #FFFFFF;
	}

#nav li li a .sf-sub-indicator, #nav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -33px 0 0 158px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}

#nav li.right {
	float: right;
	font-size: 14px;
    font-weight: bold;
	margin: 0;
	padding: 10px 25px 10px 0;
	text-shadow: #00839E 1px 1px;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.date {
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 18px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** SubNav Menu ********************/

#subnav {
	clear: both;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	}

#subnav .wrap {
	background: #00A8D1;
	width: 916px;
	height: 40px;
	margin: 0 auto 20px;
	}
	
#subnav ul {
	width: 950px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
    margin: 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	text-shadow: #00839E 1px 1px;
	position: relative;
	}

#subnav li a:hover, #subnav li a:active {
	background: #72D4EA;
	color: #FFFFFF;
	}
	
#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#subnav li a:hover .sf-sub-indicator {
	background: url(images/arrow-down-hover.png);
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #00A8D1;
	color: #FFFFFF;
	width: 138px; 
	font-size: 12px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #72D4EA;
	border-right: 1px solid #72D4EA;
	border-bottom: 1px solid #72D4EA;
	text-shadow: #00839E 1px 1px;
	text-transform: none;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #72D4EA;
	color: #FFFFFF;
	}

#subnav li li a .sf-sub-indicator, #subnav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -33px 0 0 158px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	width: 916px;
	margin: 0 auto 20px;
	padding: 0;
	overflow: hidden;
	}
	
.home #inner, .home-page #inner, .blog #inner {
	width: 100%;
	margin: 0;
	}
	
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }
	
/***** Home Top ********************/

#home-top-bg {
	}

#home-top {
	width: 916px;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;	
	}
	
#home-top a, #home-top a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#home-top a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#home-top .more-link {
	background: url(images/read-more.png);
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 42px;
	}
	
#home-top .more-link:hover {
	background: url(images/read-more-hover.png);
	text-decoration: none;
	}
	
#home-top p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-top h2 {
	color: #FFFFFF;
	font-size: 26px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	text-shadow: #002838 1px 1px;
	line-height: 30px;
	}
	
#home-top h2 a, #home-top h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#home-top h2 a:hover {
	color: #72D4EA;
	text-decoration: none;
	}
	
#home-top .home-top-right h4 {
	color: #FFFFFF;
	font-size: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	text-shadow: #002838 1px 1px;
	border-bottom: 1px solid #72D4EA;
	}

#home-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-top ul li {
	margin: 0;
	padding: 0 0 0 0;
	}
	
#home-top .byline {
	margin: 0;
	padding: 0;
	}
	
#home-top .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-top li.widget_tag_cloud div {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-top .featuredpost .post, #home-top .featuredpage .page {
	clear: both;
	}
	
#home-top .featuredpost, #home-top .featuredpage  {
	clear: both;
	}
	
#home-top .featuredpost img, #home-top .featuredpage img {
	background: #FFFFFF;
	padding: 7px;
	border: 1px solid #BBBBBB;
	}
	
#home-top .nivoSlider {
	margin: 0 !important;
	}
	
#home-top .nivoSlider, #home-top .nivoSlider .nivo-slice{
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;	
	}
	
.home-top-left {
	background: #FFFFFF;
	width: 520px;
	height: 280px;
	float: left;
	margin: 0;
	padding: 0;
	-moz-box-shadow: 0 5px 5px #333333;
	-webkit-box-shadow: 0 5px 5px #333333;
	}
	
.home-top-left .widget {
	padding: 10px;
	}
	
.home-top-right {
	width: 410px;
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
	}
	
/***** Home Center ******************/
#home-center-bg {
	}
	
#home-center {
    background: url("images/home-center-bg.png") repeat-x scroll 0 0 #fff;
    margin: 0 auto;
    min-width: 916px;
    overflow: hidden;
    height:135px;
	width: 916px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;	
	}
	
.home-center-left {
    float: left;
    margin: 15px 0 0;
    padding: 5px;
	}	
	
.home-center-left #facebook body {	background: none !important;	}
	
.home-center-right {
	width: 300px;
	float: right;
	padding: 5px;
	}
	
/***** Home Bottom ********************/

#home-bottom-bg {
	padding: 0;
	}

#home-bottom {
    border-top: 1px solid #D2D3D3;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 5px;
    width: 916px;
	}
	
#home-bottom a, #home-bottom a:visited {
	color: #7CA513;
	text-decoration: none;
	}
	
#home-bottom a:hover {
	color: #7CA513;
	text-decoration: underline;
	}
	
#home-bottom p {
	margin: 0;
	padding: 0;
	top:50%;
	}
	
.home-bottom-left p, .home-bottom-left .featuredpost h2 {
    color: #B2B2B2 !important;
    font-size: 18px;
    font-weight: normal;
    padding: 22px 18px 10px !important;
	}.home-bottom-left .featuredpost h2 a {	color: #B2B2B2 !important;	font-size: 18px;	}	
.home-bottom-left p.more-from-category{	float: left; 	width: 300px; 	text-align: right; 	margin: 5px 0pt ! important; 	padding: 0pt ! important;	}.home-bottom-left p.more-from-category a {	font-size: 11px; 	color: #80132E !important;	}	
.home-bottom-right p {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 10px 10px 114px !important;
	}
	
#home-bottom h2 {
	color: #444444;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
	}
	
#home-bottom h2 a, #home-bottom h2 a:visited {
	color: #444444;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	}

#home-bottom h2 a:hover {
	color: #0067A2;
	text-decoration: none;
	}
	
#home-bottom h4 {
	color: #444444;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
	}
	
#home-bottom h3 {
    background: url("images/home-bottom-h3.png") repeat-x scroll 0 0 transparent;
    color: #80132E;
    font-family: Arial,Tahoma,Verdana;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 10px 15px;
	-moz-border-radius: 8px 8px 0 0;
	-khtml-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	text-align:center;
	}
	
#home-bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#home-bottom ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #DDDDDD;
	}

#home-bottom ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-bottom ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-bottom .widget {
	margin: 0 0 15px;
	padding: 0 0 5px 0;
	}
	
.home-bottom-left .widget {
	border: 1px solid #BCBCBC;	
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 0 !important;
	}
	
.home-bottom-left #text-3 .textwidget, 
.home-bottom-left #text-9 .textwidget {
	background: url("images/home-center-txt-bg.png") no-repeat scroll right center transparent;
	}
	
.home-bottom-left #text-4 .textwidget,
.home-bottom-left #text-10 .textwidget  {
	background: url("images/constractive-advice.png") no-repeat scroll right center transparent;
	}

.home-bottom-right .textwidget {
	background: url("images/tick.png") no-repeat scroll left center transparent;
    margin-left: 14px !important;
	}
	
#home-bottom .textwidget {
    margin: 0;
    min-height: 100px;
    padding: 0;
	}
	
#home-bottom .featuredpost .post, #home-bottom .featuredpage .page {
	clear: both;
	}
	
#home-bottom .featuredpost, #home-bottom .featuredpage {
	clear: both;	overflow: hidden;
	}
	
#home-bottom .featuredpost img {
	background: #FFFFFF;
	margin: 0;
	padding: 1px;
	border: 5px solid #F8F9FA;
	}
	
#home-bottom .user-profile .avatar {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}

.home-bottom-left {
	border-right: 1px solid #D2D3D3;
	float: left;
	width: 35%;
	margin: 0;
	padding: 15px 20px 0 10px;
	}
	
.home-bottom-right {
	float: right;
    margin: 0;
    padding: 15px 10px 0 0;
    width: 60%;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	margin: 0 0 30px 0;
	padding: 5px 0 5px 10px;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	/*width: 790px;
	margin: 0;
	padding: 15px 0 0;
	float: left;*/
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	/*width: 916px;*/
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	
	}

/***** Content ********************/

#content {
	
	
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	
	}

.sidebar-content #content, .content-sidebar #content {
	
	}
	
.full-width-content #content,
.single-project #content{
	width: 916px;
	}

.single-project #content{ margin: 0 auto; }
	
#content img, #content p img {
	/*max-width: 100%;*/
	}

#content blockquote {
	background: #E8E8E8;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	}

#content .post, #content .page {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .post ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol {
	margin: 0;
	padding: 0;
	}
	
#content .entry-content {
	overflow: hidden;
	}
	
#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#content .sticky {
	background: #E8E8E8;
	margin: 0 0 40px 0;
	padding: 10px;
	}
	
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#content .archive-page {
	float: left;
	width: 45%;
	margin: 0;
	padding: 20px 20px 0 0;
	}

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 5px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #DDDDDD;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #E8E8E8;
	margin: 0 0 30px 0;
	padding: 10px;
	overflow: auto;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1 {
	color: #2fb4e2;
	font-size: 20px;
	font-weight:bold;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#content h2 {
	font-size: 18px;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#content h2 a, #content h2 a:visited {
	color: #2fb4e2;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #73AB01;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4 {
	font-size: 14px;
	}
	
#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Post Icons ********************/
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #DDDDDD;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: auto;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #0067A2;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li a:hover {
	background: #0067A2;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li.active a {
	background: #0067A2;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	}

/***** Sidebar & Sidebar-Alt ********************/

#sidebar {
	width: 300px;
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
	display: inline;
	}
	
#sidebar-alt {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 15px 0;
	padding: 10px 0 5px;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #444444;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #0067A2;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
    background: url("images/nav.jpg") repeat-x scroll 0 0 transparent;	    color: #FFFFFF;	    font-family: Arial,Tahoma,Verdana;	    font-size: 16px;	    font-weight: bold;	    margin: 0 0 5px;	    overflow: hidden;	    padding: 8px 0;	    text-align: center;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 0 0 10px 0;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0;
	}

#sidebar li, #sidebar-alt li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #DDDDDD;
	}

#sidebar .gform_widget li {
	border-bottom: none;
	}
	
/***** Tag Cloud ********************/

#home-bottom .widget_tag_cloud div, #sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div, #footer-widgeted .widget_tag_cloud div div {
	padding: 0;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #FFFFFF;
	color: #444444;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#sidebar #cat {
	width: 238px;
	}
	
#sidebar-alt #cat {
	width: 148px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 0 0 10px 0;
	clear: both;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: auto;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Search Form(s) ********************/

.searchform {
    background: url("images/searcgFormBg.png") no-repeat scroll 0 0 transparent;
    float: right;
    margin: 0 50px 0 0;
    padding: 0;
    width: 262px;
	}
	
#header .searchform {
	float: right;
	padding: 7px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 0 10px 0;
	}
	
#nav .searchform {
	float: right;
	padding: 2px 0 0 0;
	}
	
.s {
    background: url("images/search.png") no-repeat scroll right center #FFFFFF;
    border: medium none;
    color: #666666;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    margin: 0;
    padding: 1px 0 1px 5px;
    width: 170px;
	}
	
#header .s {
	width: 250px;
	}
	
.searchsubmit {
    background: url("images/searchButton.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 3px 8px;
    text-decoration: none;
    text-shadow: 1px 1px #436D04;
    text-transform: uppercase;
	}
	
.searchsubmit:hover {

	}

/***** eNews & Updates Widget ********************/

.enews {
	margin: 0;
	padding: 0;
	}
	
#header .enews {
	width: 250px;
	float: right;
	margin: 0;
	padding: 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	}

.enews #subbox {
	width: 190px;
	color: #777777;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 6px 0 6px 7px;
	border: 1px solid #DDDDDD;
	}

.enews #subbutton {
	background: #FFFFFF url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	text-transform: uppercase;
    margin: 0;
	padding: 5px 5px 4px 5px;
	border: 1px solid #73AB00;	
	}
	
.enews #subbutton:hover {
	background: #FFFFFF url(images/button-hover.png);
	border: 1px solid #73AB00;	
	}

/***** Latest Tweets Widget ********************/

#header .latest-tweets {
	width: 450px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
#sidebar .latest-tweets {
	margin: 0 0 15px 0;
	padding: 10px 15px 5px 15px;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#footer-widgeted #wp-calendar a, #footer-widgeted #wp-calendar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer-widgeted #wp-calendar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#sidebar #wp-calendar caption {
	color: #333333;
	}
	
#footer-widgeted #wp-calendar caption {
	color: #FFFFFF;
	}
	
#sidebar #wp-calendar th {
	color: #333333;
	}
	
#footer-widgeted #wp-calendar th {
	color: #FFFFFF;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	}
	
#sidebar #wp-calendar thead {
	color: #F7F7F7 !important;
	}
	
#footer-widgeted #wp-calendar thead {
	background: none;
	color: #FFFFFF;
	text-shadow: #000000 1px 1px;
	}

#wp-calendar td {
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}
	
#sidebar #wp-calendar td {
	}
	
#footer-widgeted #wp-calendar td {
	background: none;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background: url(images/bg-nav.png);
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	text-transform: uppercase;
    margin: 0;
	padding: 8px 8px 8px 8px;
	border: 1px solid #882d3c;	
	}
	
.gform_footer .button:hover {
	background: url(images/button-hover.png);
	border: 1px solid #73AB00;	
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none!important;
	}
	

/***** New Project Form ********************/
.gform_wrapper #field_4_23,
.gform_wrapper #field_4_20,
.gform_wrapper #field_4_21,
.gform_wrapper #field_4_22{ display: none; }


/***** Projects Page ********************/
.project-wrap,
.proj-details-wrap {
	overflow: auto;
	margin: 40px auto;
}
.project-wrap .project-items{
	width: 305px;
	float: left;
	}

.project-wrap .project-items .proj-thumb img{ 
	border: 2px solid #670000; 
	width: 279px;
	height: 174px;
	}
.project-wrap .project-items .proj-thumb,
.project-wrap .project-items .proj-name{
	text-align: center;
	}
	
.proj-details-wrap  .proj-details{
	width: 530px;
	padding: 0;
	margin: 0 70px 0 0;
	float: right;
	}
	
.single .project h1.entry-title{ display: none; }
.proj-details-wrap  .proj-details h1.proj-name{
	color: #2FB4E2;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
.proj-details-wrap  .proj-gallery{
	width: 300px;
	float: left!important;
	margin: 0;
	padding: 0;
	display: inline;
	}	

.proj-details-wrap ul li{
	border: none!important;
	padding: 0px!important;
	margin: 0px!important;
	}	
	
/***** Footer Widgeted ********************/
#footer-widgeted {
	color: #555555;
	margin: 0 auto 0;
	padding: 0 0 15px 0;
	overflow: auto;
	clear: both;
	}
	
div#footer-wrap {
	width: 916px;
	margin: 0 auto 0;
	}
	
#footer-widgeted .widget {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#footer-widgeted h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#footer-widgeted p {
	margin: 0;
	padding: 0;
	}
	
#footer-widgeted .widget p, #footer-widgeted .textwidget p {
	margin: 0;
	padding: 0;
	}
	
#footer-widgeted a, #footer-widgeted a:visited {
	color: #DDDDDD;
	text-decoration: none;
	}
	
#footer-widgeted a:hover {
	color: #DDDDDD;
	text-decoration: underline;
	}
	
#footer-widgeted ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}
	
#footer-widgeted ul li {
	background: url(images/footer-list.png) top left no-repeat;
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	}

.footer-widgeted-1 {
	background: url(images/bg-footer-right.png) no-repeat;
	width: 275px;
	height:234px;
	float: left;
	margin: 0;
	padding: 30px 0 0 30px;
	}
	
.footer-widgeted-2 {
	background: url(images/bg-footer-right.png) no-repeat;
	width: 275px;
	height:234px;
	float: left;
	margin: 0;
	padding: 30px 0 0 30px;
	}
	
.footer-widgeted-3 {
	background: url(images/bg-footer-right.png) no-repeat;
	width: 275px;
	height:234px;
	float: right;
	margin: 0;
	padding: 30px 0 0 30px;
	}
	
#footer-widgeted .user-profile .avatar {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}

/***** Footer ********************/

#footer {
	color: #80132E;
	font-size: 11px;
	margin: 0 auto 0;
	padding: 0;
	text-transform: uppercase;
	clear: both; 
	overflow: auto;
	}

#footer .wrap {
	width: 916px;
	height: 35px;
	margin: 0 auto 0;
	padding: 15px 0 0 0;
	}
	
#footer a, #footer a:visited {
	color: #80132E;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #80132E;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 12px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 700px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}

/***** Comments ********************/

#comments {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	}
	
#comment {
	background: #F4F4F4 !important;
	width: 98%;
	height: 150px;
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #DDDDDD;
	}
	
#submit {
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	font-weight: bold;
	text-transform: uppercase;
    margin: 0;
	padding: 5px;
	border: 1px solid #73AB00;	
	}
	
#submit:hover {
	background: url(images/button-hover.png);
	border: 1px solid #73AB00;	
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #F4F4F4;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	background: url(images/button.png);
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	font-weight: bold;
	margin: 0;
	padding: 3px 5px 3px 5px;
	border: 1px solid #73AB00;	
	}
	
.reply a:hover {
	background: url(images/button-hover.png);
	text-decoration: none;
	border: 1px solid #73AB00;	
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}

@media only screen and (min-width: 768px) and (max-width: 959px) {

#before-header-widgeted .wrap{
width: 768px;
}
#before-header-widgeted {
	min-width: 768px;
	}
#header .wrap {
     width: 768px;
}
#inner{
width: 100%;
}
#before-header-widgeted{
height:50px;
}

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 768px;
	}
#nav .wrap { 
    height:auto;
    padding: 15px;
	background: #80132E;
	width: 90%;
}
#nav{
background: #80132E;
}
div#footer-wrap{
width: 100%;
}
.footer-widgeted-1, .footer-widgeted-2 { width: 30%; float:left; background: none; padding: 30px 30px 0 0} 
.footer-widgeted-3 {width: 30%; float:right; background:none; padding: 30px 0 0 0}
#footer .wrap {
    height: auto;
    margin: 0 auto;
    padding: 15px 0 0;
    width: 100%;
}
#footer .creds {
    float: none;
    margin: 0 auto;
    padding: 0 10px 0 0;
    text-align: center;
    width: 90%;
}
#footer .gototop {
    float: none;
   margin: 0 auto;
    padding: 0 0 0 5px;
	text-align: center;
    width: 90%;
}
#home-center {
    margin: 0 auto;
    min-width: 100%;
	width: 100%;
	height:auto;
}
.home-center-left, .home-center-right {
    float: none;
    margin: 15px auto;
    padding: 5px;
	width: 90%;
	text-align:center;
}
.full-width-content #content, .single-project #content {
margin: 0 auto;
    width: 100%;
}
#home-top {
width: 100%;
}
}


@media only screen and (min-width: 480px) and (max-width: 768px) {
#home-top {
width: 100%;
}
#before-header-widgeted .wrap{
width: 100%;
}
#before-header-widgeted {
	min-width: 100%;
	}
#header .wrap {
     width: 100%;
	  background: url("images/header-bg.jpg") repeat-x scroll 0 0 transparent;
	 height: 190px;
}
#header .widget-area {
    color: #ffffff;
    float: none;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
    width: 280px;
}
#before-header-widgeted{
height:50px;
}

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 100%;
	}
#nav .wrap { 
    height:auto;
    padding: 15px;
	background: #80132E;
	width: 90%;
}
#nav{
background: #80132E;
}
#inner{
width: 100%;
}
.searchform {
    float: none;
    margin: 0 auto;
    width: 262px;
}
.before-header-widgeted-right, .before-header-widgeted-left {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.header-image #header #title-area {
    background: url("images/logo.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
width: 100%;
}
div#footer-wrap{
width: 100%;
}
.footer-widgeted-1, .footer-widgeted-2, .footer-widgeted-3  { width: 100%; float:none; background: none; padding:0} 
#rotating-images-rotator_1, #rotating-images-rotator-wrapper_1, #rotating-images-rotator_2, #rotating-images-rotator-wrapper_2, #rotating-images-rotator_3, #rotating-images-rotator-wrapper_3 { margin: 0 auto;}
#footer .wrap {
    height: auto;
    margin: 0 auto;
    padding: 15px 0 0;
    width: 100%;
}
#footer .creds {
    float: none;
   margin: 0 auto;
    padding: 0 10px 0 0;
    text-align: center;
    width: 90%;
}
#footer .gototop {
    float: none;
   margin: 0 auto;
    padding: 0 0 0 5px;
	text-align: center;
    width: 90%;
}
#home-bottom {padding: 0 0 0;
    width: 100%;
}
.home-bottom-left {
	border-right: none;
	float: none;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	}
	
.home-bottom-right {
	border-right: none;
	float: none;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	}
#home-center {
    margin: 0 auto;
    min-width: 100%;
	width: 100%;
	height:auto;
}
.home-center-left, .home-center-right {
    float: none;
    margin: 15px auto;
    padding: 5px;
	width: 90%;
	text-align:center;
}
.full-width-content #content, .single-project #content {
margin: 0 auto;
    width: 100%;
}
#header .widget-area .phone {
margin: 0 10px;
}
#header .widget-area img {
	margin: 0;
	padding: 0;
	vertical-align:middle;
	}	
}

@media only screen and (max-width: 480px) {

.span-4 { width: 100%; float:none;}
.span-8 { width: 100%; float:none;}
#before-header-widgeted .wrap{
width: 100%;
}
#before-header-widgeted {
	min-width: 100%;
	}
#before-header-widgeted{
height:50px;
}
#header .wrap {
     width: 100%;
	 background: url("images/header-bg.jpg") repeat-x scroll 0 0 transparent;
	 height: 190px;
}
#header .widget-area {
    color: #ffffff;
    float: none;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
    width: 280px;
}
.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 100%;
	}
#nav .wrap { 
    height:auto;
    padding: 15px;
	background: #80132E;
	width: 90%;
}
#nav{
background: #80132E;
}
#inner{
width: 100%;
}
.searchform {
    float: none;
    margin: 0 auto;
    width: 262px;
}
.before-header-widgeted-right, .before-header-widgeted-left {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.header-image #header #title-area {
    background: url("images/logo.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
width: 100%;
}
div#footer-wrap{
width: 100%;
}
.footer-widgeted-1, .footer-widgeted-2, .footer-widgeted-3  { width: 100%; float:none; background: none; padding:0} 
#rotating-images-rotator_1, #rotating-images-rotator-wrapper_1, #rotating-images-rotator_2, #rotating-images-rotator-wrapper_2, #rotating-images-rotator_3, #rotating-images-rotator-wrapper_3 { margin: 0 auto;}

#footer .wrap {
    height: auto;
    margin: 0 auto;
    padding: 15px 0 0;
    width: 100%;
}
#footer .creds {
    float: none;
    margin: 0 auto;
    padding: 0 10px 0 0;
    text-align: center;
    width: 90%;
}
#footer .gototop {
    float: none;
   margin: 0 auto;
    padding: 0 0 0 5px;
	text-align: center;
    width: 90%;
}
.home-bottom-left {
	border-right: none;
	float: none;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	}
	
.home-bottom-right {
	border-right: none;
	float: none;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	}
	
#home-bottom {padding: 0 0 0;
    width: 100%;
}

#home-center {
    margin: 0 auto;
    min-width: 100%;
	width: 100%;
	height:auto;
}
.home-center-left, .home-center-right {
    float: none;
    margin: 15px auto;
    padding: 5px;
	width: 90%;
	text-align:center;
}
.full-width-content #content, .single-project #content {
margin: 0 auto;
    width: 100%;
}
#content .post, #content .page {
	margin: 0 0 40px 0;
	padding: 10px;
	}
	#home-top {
width: 100%;
}
#header .widget-area .phone {
margin: 0 10px;
}
#header .widget-area img {
	margin: 0;
	padding: 0;
	vertical-align:middle;
	}	
}