/*-------------------------------------------------------------------------------------------------------------------*/
@import url('reset.css');
/*--General--*/

* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}
html {
}
body {
	font: normal 12px Tahoma, Arial, sans-serif;
	color: #777777;
	width: 100%;
	background: #fff url(../images/body_bg.png) top repeat-x;
}
 @font-face {
 font-family: League;
 src: url(../fonts/League_Gothic-webfont.eot);
 src: local(☺), url(../fonts/League_Gothic-webfont.woff) format('woff'), url(../fonts/League_Gothic-webfont.ttf) format('truetype'), url(../fonts/League_Gothic-webfont.svg#webfontw28k2xtN) format('svg');
 font-style: normal;
 font-weight: normal;
}
@font-face {
 font-family: Bebas;
 src: url(../fonts/bebas-webfont.eot);
 src: local(☺), url(../fonts/bebas-webfont.woff) format('woff'), url(../fonts/bebas-webfont.ttf) format('truetype'), url(../fonts/bebas-webfont.svg#webfontw28k2xtN) format('svg');
 font-style: normal;
 font-weight: normal;
}


/*--formatting--*/
::selection {
 background: #212227;/* Safari */
 color: #fff;
}
::-moz-selection {
 background: #212227; /* Firefox */
 color: #fff;
}
a {
	color: #2188a1;
	outline-style: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h2.pagetitle {
	font-family: Yanone, Tahoma, sans-serif;
	font-size:  22px;
	padding: 2px 0;
	text-align: center;
	margin: 10px 0 10px 0px;
	color: #333333;
}
h2.pagetitle strong {
	font-size: 30px;
	font-family: Yanone, Tahoma, sans-serif;
}
blockquote p {
	font-style: italic;
}
blockquote {
	font-size:12px;
	color: #737272;
	font-style:italic;
	line-height:22px;
	background:url(../images/quote.png) no-repeat top left;
	padding:0 50px 0 50px;
	margin:10px 0 10px 50px;
	min-height: 30px;
}
ul {
	list-style-type: circle;
}
ul li ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ol li ol {
	list-style-type: lower-roman;
}
h1, h2, h3, h4, h5, h6 {
	font-family: League, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	padding-bottom: 10px;
	line-height: normal;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
}
#content .h4small {
	font-size: 16px;
	font-weight: normal;
	line-height: 14px;
}
.h2normal {
	padding: 0 0 10px 0;
}
.bordered_image img {
	background: #fff;
	padding: 5px;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
img.alignleft {
	float: left;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
img.alignleft:hover {
}
img.alignright {
	float: right;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
img.alignright:hover {
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	clear: both;
}
.aligncenter {
	margin: 0 auto;
	clear: both;
	display: block;
}
img.aligncenter:hover {
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-bottom:-1px;
	line-height:1%;
	font-size:0px;
}
* html .clear {
	height:auto
}
/*--wrapper--*/

#wrapper {
	width: 940px;
	margin: 1px auto 0;
	display: table;
	position: relative;
	z-index: 1;
}
/*--header--*/
.header_bg {
	width: 100%;
	background-image:url(../images/main-header.png);
	background-position:top center;
	background-repeat:no-repeat;
}
#header {
	width: 940px;
	z-index: 10;
	position: relative;
	padding: 0;
	margin: 0 auto 0;
	height: 163px;
}
.full_width_title {
	width: 940px;
	background: #fff;
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0;
}
.full_width_title_content {
	width: 940px;
	margin: 0 auto;
	display: table;
}
.full_width_title_bg {
	width: 940px;
	margin: 0 auto;
	display: table;
}
.full_width_title_content h3 {
	font-size: 26px;
	margin: 10px 0 10px;
	float: left;
	padding-right: 10px;
}
.homepage_post p {
	line-height: 20px;
	text-shadow: 1px 1px 0px #fff;
}
/*--logo--*/

#site_title {
	font-size: 30px;
	font-family: League, Tahoma, sans-serif;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 3;
	padding: 0;
	text-shadow: 1px 1px 0 #000;
	text-transform: uppercase;
}
#site_title a {
	color: #595858;
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: none;
}
#site_title a:hover {
	color: #696969;
}
#site_title img {
	border: none;
}
#site_title .text_logo {
	line-height: 45px;
	float: left;
}
/*--subscribe icons--*/

.subscribe {
	float: right;
	margin: 45px 0 0;
}
.subscribe ul {
	list-style: none;
}
.subscribe ul li {
	float: left;
	margin: 0 0 0 10px;
}
.subscribe ul li a {
	display: block;
	text-indent: -9999em;
	background: url(../images/subscribe.png) no-repeat;
	height: 44px;
	width: 44px;
}
.subscribe ul li a:hover {
}
.subscribe ul li.subscribe_rss a {
	background-position: 0 0;
}
.subscribe ul li.subscribe_twitter a {
	background-position: -45px 0;
}
.subscribe ul li.subscribe_facebook a {
	background-position: -89px 0;
}
.subscribe ul li.subscribe_rss a:hover {
	background-position: 0 -44px;
}
.subscribe ul li.subscribe_twitter a:hover {
	background-position: -45px -44px;
}
.subscribe ul li.subscribe_facebook a:hover {
	background-position: -89px -44px;
}
.custom_header_text {
	position: absolute;
	top: 26px;
	left: 0px;
	color: #a09e9c;
}
/*-- pages menu --*/
/* MENU */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** SKIN ***/

.sf-menu {
	float: left;
	margin: 115px 0 0;
}
.sf-menu a {
	padding: 11px 10px 13px;
	font-size: 16px;
	position: relative;
	display: block;
	/*letter-spacing:1px;*/
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #ffd7b7;
	text-transform: uppercase;
}
.sf-menu li {
	margin: 0;
	font-family: Bebas, Tahoma, sans-serif;
	text-transform: uppercase;
	text-transform: capitalize;
	text-shadow: 1px 1px 0 #813009;
}
.sf-menu li a:hover {
	color: #fff;
	text-decoration: none;
}
#header .current-menu-item a {
	color: #fff;
}
#header .homeicon a {
}
/* menu with children */
#header .sf-with-ul {
	padding-bottom: 20px;
}
#header .sfHover .sf-with-ul {
	z-index: 9999;
	display: block;
	background: url(../images/menu_hover.png) repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
/* dropdown active */
.sf-menu li.sfHover a {
	color: #a1d8e2;
	text-shadow:none;
}
/* SUBMENU 1 */

#header .sf-menu li ul {
	padding: 5px 0;
	margin: 10px 0 0;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	background: #2b2b2b;
	width: 180px;
}
.sf-menu li li {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	width: 180px;
}
.sf-menu li li:first-child {
	border: none;
}
.sf-menu li li:last-child {
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
#header .sf-menu li ul li a {
	color: #fff;
	padding: 10px;
	font-size: 13px;
	font-family: Bebas, Tahoma, sans-serif;
	text-transform: none;
	margin: 0;
	background: none;
}
#header .sf-menu li ul li a:hover {
	color: #a1d8e2;
	background: none;
	text-shadow:none;
}
#header .sf-menu li ul li:first-child a:hover {
}
/* SUBMENU 2 */

#header .sf-menu li li ul {
	margin: 20px 0 0 55px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}
#header .sf-menu li li ul li:first-child {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}
#header .sf-menu li li li a {
	background: none;
	color: #dddddd;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #dddddd;
	outline:		0;
}
/* level 2 a active */
#header .sf-menu li li.sfHover a {
	color: #f7e22c;
}
#header .sf-menu li li .sf-with-ul {
	background: none;
}
/* level 3 a color */
#header .sf-menu li li.sfHover li a {
	color: #fff;
}
/* level 3 a hover color */
#header .sf-menu li li.sfHover li a:hover {
	color: #f7e22c;
}
#header .sf-menu li li.sfHover li:first-child a:hover {
}
.sf-menu li li .sf-with-ul {
	border: none;
}
.sf-menu li li.sfHover .sf-with-ul {
	border: none;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	margin-right: 0;
}
.sf-with-ul {
	padding-right: 10px;
}
.sfHover .sf-with-ul {
	z-index: 9999;
	display: block;
}
.sf-sub-indicator {
	position:		absolute;
	display:		none;
	right:			3px;
	top:			1.05em; /* IE6 only */
	width:			9px;
	height:			6px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(../images/menu_indicator.png) no-repeat 0 0; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
#header .sf-menu li ul li .sf-sub-indicator {
	background:		url(../images/sub_menu_indicator.png) no-repeat 0 0px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	right:			5px;
	top: 10px;
	width: 8px;
	height: 7px;
}
#header .sf-menu li ul li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 15px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			17px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background:		url(../images/menu_indicator.png) no-repeat 0 0; /* 8-bit indexed alpha png. IE6 gets solid image only */
	display: none;
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
}
.sf-menu ul a > .sf-sub-indicator {
}
/* apply hovers to modern browsers */
#header .sf-menu ul a:focus > .sf-sub-indicator, #header .sf-menu ul a:hover > .sf-sub-indicator, #header .sf-menu ul a:active > .sf-sub-indicator, #header .sf-menu ul li:hover > a > .sf-sub-indicator, #header .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	/* arrow hovers for modern browsers*/
	background:		url(../images/sub_menu_indicator.png) no-repeat 0 0;
}
/*--container--*/
#content {
	width: 940px;
	position: relative;
	z-index: 1;
	margin: 0;
	background: #fff;
	padding: 0;
}
#borderless_content {
	width: 940px;
	position: relative;
	z-index: 1;
	padding: 20px 0 0;
	margin: 0;
}
#full_width_page_content {
	width: 940px;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
}
#full_width_page_content p {
	line-height: 20px;
}
/*intro text*/

.intro_text {
	width: 100%;
}
.intro_text_content {
	width: 940px;
	margin: 0 auto;
	position: relative;
	display: table;
	padding: 15px 0 0;
	color: #757575;
}
.intro_text_content h2 {
	color: #3f3f3f;
	font-family: League;
}
.intro_text_content p {
	float: left;
	color: #757575;
	font-size: 13px;
	line-height: 20px;
}
/*-- homepage --*/

.image_separator {
	clear: both;
	position: relative;
	width: 940px;
	height: 18px;
	background: url(../images/separator.png) no-repeat;
	margin-bottom: 10px;
}
/*-- latest post shortcode --*/

.latest_posts_shortcode ul {
	list-style: none;
}
.blog-news {
	float: left;
	background: #fff;
	padding: 3px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px;
	vertical-align: middle;
}
.blog-news:hover {
	background: #d73828;
}
.latest_posts_shortcode a {
	font-weight: bold;
	color: #757575;
	padding: 10px 0 20px;
	display: block;
	line-height: 18px;
	display: block;
}
.latest_posts_shortcode a.read_more {
	display:inline-block;
	padding: 0 4px 0 0;
}
.latest_posts_shortcode a:hover {
	color: #d73828;
}
.latest_posts_shortcode ul li {
	padding-bottom: 20px;
	line-height: 20px;
	float: left;
	position: relative;
	margin-left: 20px;
}
.latest_posts_shortcode ul li:first-child {
	margin-left: 0;
}
#wrapper .latest_posts_shortcode p {
	margin-bottom: 10px;
}
/*-- recent projects --*/
/* content carousel */


.recent_projects {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	/*background: url(../images/carousel_bg.png);
	border-top: 5px solid #f3f3f3;
	border-bottom: 5px solid #f3f3f3;*/
}
.recent_projects_shadow {
	width: 930px;
	/*background: url(../images/carousel_shadow.png) no-repeat top center;*/
	padding: 10px 0 0;
	height: 70px;
	margin: 0 auto;
}
.recent_projects ul {
}
.recent_projects ul li {
	list-style: none;
}
.recent_projects ul li img {
}
#wrapper .recent_projects h3 {
	float: left;
	line-height: normal;
}
.recent_projects_text {
	float: left;
	width: 160px;
	margin: 0 20px 0 0;
	font-size: 12px;
}
.thumb_overlay {
	width:188px;
	height:138px;
	float:left;
	overflow:hidden;
	position: relative;
	z-index: 2;
}
.thumb_overlay .thumb_caption {
	width:188px;
	height:138px;
	background: url(../images/thumb_caption_projects.png) no-repeat;
	/* fix it at the bottom */
	position:absolute;
	left:0;
	/* hide it by default */
	display:none;
}
.thumb_overlay .thumb_caption a {
	/* add spacing and make the whole row clickable*/
	display:block;
	width: 188px;
	height: 138px;
}
.thumb_overlay img {
	/* allow javascript moves the img position*/
	position:absolute;
}
.recent_project_loader {
	padding: 0;
	width: 123px;
	height: 53px;
	position: relative;
	background: url(../images/ajax-loader.gif) no-repeat 50% 50% scroll transparent;
	margin: 1px 0 0 1px;
}
.recent_project_loader img {
}
/*-- custom text --*/
.custom_text {
	font-family: League, Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing:1px;
	color: #fff;
	text-shadow: 1px 1px 0 #2188a1;
	font-size: 24px;
	position: absolute;
	top: 70px;
	right: 28px;
}
/*-- post --*/

.post_meta {
	margin: 0;
	font-size: 12px;
	right: 7px;
	bottom: 30px;
	padding: 5px 8px;
	z-index: 999;
	position: absolute;
	background: #fff;
	box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.9);
	color: #787878;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.post_date {
	float: left;
	display: block;
	padding: 0;
	color: #787878;
	background: url(../images/calendar_icon.png) no-repeat 0px 1px;
	padding-left: 20px;
}
.post_comments {
	float: left;
	padding: 0 0 0 18px;
	background: url(../images/comment_bubble.png) no-repeat left;
	margin-left: 5px;
}
.post_comments a {
	color: #787878;
}
.post_comments a:hover {
	color: #d73828;
}
#wrapper .post_title {
	margin: 10px 0 0;
	padding: 0;
	font-size: 1.7em;
}
.post_title a {
	color: #787878;
	line-height: 22px;
}
.post_title a:hover {
	color: #d73828;
}
.read_more {
	font-family: Tahoma, Arial, sans-serif;
	background:url(../images/read_more.png) no-repeat scroll right -35px;
	text-decoration:none !important;
	color:#fff !important;
	text-shadow: 1px 1px 0px #e23526;
	display:inline-block;
	font-size:12px;
	margin: 0;
	border:0 none;
	height: 30px;
	padding: 0 4px 0 0;
	cursor: pointer;
}
.read_more span {
	background:url(../images/read_more.png) no-repeat scroll 0px 0px;
	text-decoration:none !important;
	display:block;
	line-height:30px;
	height: 30px;
	padding: 0 4px 0 8px;
}
.read_more span:hover {
	background:url(../images/read_more.png) no-repeat scroll 0px -70px;
}
.read_more:hover {
	background:url(../images/read_more.png) no-repeat scroll right -105px;
}
/* read more big */

.read_more_big {
	font-family: Bebas, Tahoma, Arial, sans-serif;
	background:url(../images/big_button.png) no-repeat scroll right -61px;
	text-decoration:none !important;
	color:#d73828 !important;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
	display:inline-block;
	font-size:16px;
	margin: 0;
	border:0 none;
	height: 56px;
	padding: 0 8px 0 0;
	text-transform:capitalize;
	cursor: pointer;
}
.read_more_big span {
	background:url(../images/big_button.png) no-repeat scroll 0px 0px;
	text-decoration:none !important;
	display:block;
	line-height:56px;
	height: 56px;
	padding: 0 10px 0 18px;
}
.read_more_big span:hover {
	background:url(../images/big_button.png) no-repeat scroll 0px -122px;
	color: #3c3c3c;
}
.read_more_big:hover {
	background:url(../images/big_button.png) no-repeat scroll right -183px;
}
/* call to action button */

.call_to_action {
	font-family: Bebas, Arial, sans-serif;
	background:url(../images/call_to_action.png) no-repeat scroll right -51px;
	text-decoration:none !important;
	color:#fff !important;
	text-shadow: 1px 1px 0px #c12217;
	display:inline-block;
	font-size:16px;
	margin: 0;
	border:0 none;
	height: 46px;
	padding: 0 4px 0 0;
	text-transform:capitalize;
	cursor: pointer;
}
.call_to_action span {
	background:url(../images/call_to_action.png) no-repeat scroll 0px 0px;
	text-decoration:none !important;
	display:block;
	line-height:47px;
	height: 46px;
	padding: 0 14px 0 20px;
}
.call_to_action span:hover {
	background:url(../images/call_to_action.png) no-repeat scroll 0px -102px;
}
.call_to_action:hover {
	background:url(../images/call_to_action.png) no-repeat scroll right -153px;
}
/* blog page */

.blog_thumb_loader {
	height: 250px;
	position: relative;
	width: 250px;
	float: left;
	margin: 0;
	padding: 0;
	background: #fff url(../images/ajax-loader.gif) no-repeat 50% 50%;
}
#wrapper .blog_post_title {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 22px;
	width: 330px;
	float: left;
}
.blog_post_title a {
	color: #3f3f3f;
}
.blog_post_title a:hover {
	color: #d73828;
}
.blog_post_title_thumb {
	width: 600px;
	float: none;
}
.blog_post_title_thumb a {
	color: #3f3f3f;
}
.blog_post_title_thumb a:hover {
	color: #d73828;
}
.blog_post_title a {
	color: #3f3f3f;
	line-height: 22px;
}
.blog_post_title a:hover {
	color: #d73828;
}
#wrapper .excerpt {
	padding: 20px 0 0 20px;
	width: 330px;
	float: left;
	line-height: 20px;
}
#wrapper .excerpt_thumb {
	width: 600px;
	float: none;
}
#wrapper .margin_left {
	margin: 0;
	position: absolute;
	bottom: 30px;
	left: 270px;
}
.blog_post_thumb {
	width: 234px;
	height: 234px;
	position: relative;
	padding: 7px;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-mozila-border-radius: 5px;
	float: left;
}
.blog_post_thumb:hover {
	background: #d73828;
}
.blog_post_thumb img {
	width: 234px;
	height: 234px;
}
/*--single post--*/

.single_post {
	float: left;
	margin: 0 0 30px;
	border-bottom: 5px solid #f3f3f3;
	padding-bottom: 30px;
	position: relative;
	width: 600px;
}
.single_post_loader {
	padding: 0;
	height: 250px;
	position: relative;
	width: 600px;
	float: left;
	margin: 0 0 20px;
	background: #fff url(../images/ajax-loader.gif) no-repeat 50% 50%;
}
.single_post img {
	max-width: 520px;
}
.single_post h2 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 22px;
}
.thumb_shadow_overlay {
	width: 520px;
	height: 225px;
	background: url(../images/thumb_shadow_overlay.png) no-repeat;
	display: table;
	position: absolute;
	top: 0px;
	left: 0px;
}
.post_thumb {
	width: 586px;
	height: 234px;
	position: relative;
	padding: 7px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-mozila-border-radius: 5px;
	float: left;
}
.post_thumb:hover {
	background: #d73828;
}
.post_thumb img {
	width: 586px;
	height: 234px;
}
.single_post p {
	padding: 5px 0 15px;
	line-height: 20px;
}
.single_post img {
	max-width: 600px;
}
.next_prev_links {
	width: 600px;
	margin: -20px 0 0;
	position: relative;
	float: left;
}
.next_prev_links a {
}
.next_prev_links a:hover {
}
.next_prev_links .prev_link {
	float: left;
}
.next_prev_links .next_link {
	float: right;
}
/* author box */
#authorarea {
	background: #f3f3f3;
	border: 1px solid #cfcfcf;
	padding: 10px;
	width:580px;
	overflow:hidden;
	color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#authorarea h3 {
	font-size: 22px;
	color:#3f3f3f;
	margin:0;
	padding: 0 0 5px 10px;
}
#authorarea h3 a {
	text-decoration:none;
	color: #3f3f3f;
	text-transform: capitalize;
}
#authorarea img {
	margin:0;
	padding:5px;
	float:left;
	border: 1px solid #cfcfcf;
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#authorarea img:hover {
	background: #d73828;
}
#authorarea p {
	color:#979797;
	margin:0;
	padding:0px 10px 10px 10px;
}
#authorarea p a {
	color:#333;
}
.authorinfo {
	padding-left:120px;
}
.single_post ul, .single_post ol {
	list-style-position: inside;
}
pre, code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	text-shadow: none;
}
pre {
	border: 1px solid #DDDDDD;
	margin: 20px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
	background: url(../images/bg-code.gif);
}
p.metadata {
	padding: 0;
	color: #848484;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	margin: 0;
}
.error-page {
	padding-bottom: 200px;
	float: left;
}
.error-page a {
	text-indent: -9999em;
	display: block;
	width: 520px;
	height:250px;
	background: url(../images/404.png) no-repeat;
	margin: 0;
	padding-bottom: 20px;
}
.no-posts {
	margin: 20px 0 0 10px;
	text-align: center;
	padding-bottom: 20px;
}
.no-posts h2 {
	font: bold 30px Yanone, Verdana, sans-serif;
	margin-top: 20px;
	color: #fa4101;
}
.no-posts img {
	margin-top: 40px;
}
/* page & single page */

.single_page {
	width: 520px;
}
.single_page p {
	padding: 0 0 20px 0;
}
.full_width_page {
	width: 940px;
	padding: 0;
	margin: 0;
}
.full_width_page_borderless {
	width: 940px;
	padding: 0;
}
.full_width_page p {
	margin: 0 0 20px 0;
	line-height: 20px;
}
.full_width_page_borderless p {
	margin: 0 0 20px 0;
	line-height: 20px;
}
.h2page {
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #999999;
}
.page_title {
	position: relative;
	width: 100%;
	padding: 0;
	/*background: url(../images/slider_bg.png) repeat-x;*/
	background-color:#6dc0cc;
	border-top: 5px solid #a2d7df;
	border-bottom: 5px solid #f3f3f3;
	margin-bottom: 20px;
	display: table;
}
.page_title h2 {
	font-size: 32px;
	padding: 0;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	padding: 0;
	float: left;
	line-height: 60px;
}
.page_title p {
	width: 450px;
	color: #fefefe;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	text-shadow: 1px 1px 0 rgb(0, 0, 0);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	float: right;
	margin: 10px 0 0;
}
.page_title_content {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
/* portfolio item small */


.small_portfolio {
	position: relative;
	width: 940px;
	float: left;
	padding-bottom:40px;
}
.large_portfolio {
	position: relative;
	z-index: 150;
	float: left;
}
.portfolio_item_small {
	list-style: none;
	margin-left: 0px;
	float:left;
	width:745px;
}
.portfolio_small_border {
	width: 130px;
	height: 65px;
	position: relative;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.portfolio_small_border:hover {
	background: #eee;
}
.portfolio_item_small li {
	float: left;
	width: 140px;
	margin: 0 0 0 9px;
	list-style: none!important;
}
.portfolio_small_loader {
	padding: 0;
	width: 140px;
	height: 60px;
	position: relative;
	background: url(../images/ajax-loader.gif) no-repeat 50% 50% scroll transparent;
}
.portfolio_item_small p {
	padding: 0;
}
.portfolio_item_small h2 {
	padding: 2px 0 5px;
	width: 140px;
	height:15px;
	line-height: normal;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
}
.portfolio_item_small h2 a {
	color: #3f3f3f;
}
.portfolio_item_small h2 a:hover {
	color: #f26e20;
}
.port_item_small {
	width:130px;
	height:58px;
	padding-top:7px;
	background-color:#fff;
	float:left;
	overflow:hidden;
	position: relative;
}
.port_item_small img {
}
.port_item_small .thumb_caption_small_photo {
	width:130px;
	height:50px;
	background: url(../images/magnifying_glass_small_photo.png) no-repeat;
	/* fix it at the bottom */
	position:absolute;
	left:0;
	/* hide it by default */
	display:none;
}
.port_item_small .thumb_caption_small_video {
	width:130px;
	height:50px;
	background: url(../images/magnifying_glass_small_video.png) no-repeat;
	/* fix it at the bottom */
	position:absolute;
	left:0;
	/* hide it by default */
	display:none;
}
.port_item_small .thumb_caption_small_photo a {
	/* add spacing and make the whole row clickable*/
	display:block;
	width: 130px;
	height: 50px;
}
.port_item_small .thumb_caption_small_video a {
	/* add spacing and make the whole row clickable*/
	display:block;
	width: 130px;
	height: 50px;
}
.port_item_small img {
	/* allow javascript moves the img position*/
	position:absolute;
	border: none;
}
#filterButtons {
	margin: 0 0 20px;
	max-width: 100%;
	list-style: none;
	position: relative;
}
#filterButtons li {
	/*float: left;*/
	line-height: 18px;
	/*margin: 0 20px 0 0;*/
	text-transform: capitalize;
	list-style: none;
}
.li_all, .li_arizona, .li_california, .li_colorado, .li_idaho, .li_montana, .li_hawaii{
	margin-left:5px;
	/*width:100px;*/
}
.li_nevada, .li_new-mexico, .li_oregon, .li_utah, .li_washington, .li_wyoming{
	margin-left:97px;
	/*width:93px;*/
}
.li_nevada{
	margin-top:-108px;
}


#filterButtons li a {
	color: #2b8895;
	font-weight: bold;
}
#filterButtons li a:hover {
	color: #d73828;
}
.filter_active {
	font-family: Tahoma, Arial, sans-serif;
	background:url(../images/read_more.png) no-repeat scroll right -35px;
	text-decoration:none !important;
	color:#fff !important;
	text-shadow: 1px 1px 0px #e23526;
	display:inline-block;
	font-size:12px;
	margin: 0;
	border:0 none;
	height: 30px;
	padding: 0 4px 0 0;
	cursor: pointer;
}
.filter_active span {
	background:url(../images/read_more.png) no-repeat scroll 0px 0px;
	text-decoration:none !important;
	display:block;
	line-height:30px;
	height: 30px;
	padding: 0 4px 0 8px;
}
.filter_active span:hover {
	background:url(../images/read_more.png) no-repeat scroll 0px -70px;
}
.filter_active:hover {
	background:url(../images/read_more.png) no-repeat scroll right -105px;
}
/* portfolio filter map */
#filter_col_wrapper{
	float:left;
	width: 195px;
}
#filter_map{
	/*width:167px;*/
	width: 252px;
	height:205px;
	background:url(../images/states/states.gif) no-repeat;
	padding-bottom:15px;
}
/* portfolio popup */

.portpop_wrapper{
	width:640px; /*height:390px;*/ background-color:#fff; border:1px solid #ccc;
	padding:40px;
	line-height:normal;
	color:#333;
}
.portpop_states{
	float:right;
	/*width:130px;
	height:153px;*/
	width: 252px;
	height: 205px;
	background: url(../images/states/popstates.png) no-repeat;
}
.portpop_state_img{
	position:absolute;
}
.portpop_states_text{
	width:210px; /*height:130px;*/ height:100px; float:right;
	text-align:right;
	padding-right:20px;
}
.portpop_states_text span{
	font-weight:bold;
	color:#e35818;
}
.portpop_wrapper h2{
	padding:30px 0 0 0;
}
.portpop_subtitle{
	color:#888;
	font-size:15px;
}





/* portfolio slider widget */

#portfolio_slider {
	width: 280px;
	height: 160px;
	overflow: hidden;
}
#portfolio_slider li img {
	padding: 4px;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#portfolio_slider li img:hover {
	background: #d73828;
}
.bx-prev, .bx-next {
	display: block;
	float: left;
	width: 23px;
	height: 7px;
	text-indent: -9999em;
	background: url(../images/portfolio_slider_arrows.png) 0px 0px;
	margin-top: 10px;
	opacity: 0.8;
}
.bx-prev {
	margin-left: 100px;
}
.bx-next {
	background: url(../images/portfolio_slider_arrows.png) -23px 0px;
	float: right;
	margin-right: 110px;
}
.bx-prev:hover, .bx-next:hover {
	opacity: 1.0;
}
/* portfolio item large */

.portfolio_item_large {
	list-style: none;
	z-index: 9999;
}
.portfolio_item_large li {
	float: left;
	position: relative;
	width: 940px;
	margin: 0 0 40px 0;
	padding-bottom: 10px;
	border-bottom: 5px solid #f3f3f3;
}
.portfolio_item_large li:last-child {
	border-bottom: none;
}
.portfolio_large_loader {
	padding: 0;
	height: 230px;
	position: relative;
	width: 600px;
	float: left;
	margin: 0 40px 30px 0;
	background: url(../images/ajax-loader.gif) no-repeat 50% 50% scroll transparent;
}
.portfolio_large_border {
	width: 590px;
	height: 220px;
	padding: 5px;
	float: left;
	margin: 0 20px 0 0;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.portfolio_large_border:hover {
	background: #d73828;
}
.portfolio_item_large p {
	padding: 10px 0 0 0;
	width: 300px;
	float: left;
	line-height: 20px;
}
.portfolio_item_large h2 {
	padding: 0;
	width: 300px;
	float: left;
	line-height: normal;
}
.portfolio_item_large h2 a {
	color: #3f3f3f;
}
.portfolio_item_large h2 a:hover {
	color: #d73828;
}
.portfolio_item_large h2 span {
	font-size: 13px;
	color: #777;
	text-transform: capitalize;
}
.port_item_large {
	width:590px;
	height:220px;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
}
.port_item_large .thumb_caption_large_photo {
	width:590px;
	height:220px;
	background: url(../images/magnifying_glass_large_photo.png) no-repeat;
	/* fix it at the bottom */
	position:absolute;
	left:0;
	/* hide it by default */
	display:none;
}
.port_item_large .thumb_caption_large_video {
	width:590px;
	height:220px;
	background: url(../images/magnifying_glass_large_video.png) no-repeat;
	/* fix it at the bottom */
	position:absolute;
	left:0;
	/* hide it by default */
	display:none;
}
.port_item_large .thumb_caption_large_photo a {
	/* add spacing and make the whole row clickable*/
	display:block;
	width: 590px;
	height: 220px;
}
.port_item_large .thumb_caption_large_video a {
	/* add spacing and make the whole row clickable*/
	display:block;
	width: 590px;
	height: 220px;
}
.port_item_large img {
	/* allow javascript moves the img position*/
	position:absolute;
	border: none;
}
/*--sidebar--*/

/*--search--*/

#search {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 38px;
}
#header #search {
	padding: 0;
	width: 300px;
	margin: 44px 0 0 20px;
	height: 44px;
	float: right;
}
.search_form {
	margin: 0;
	padding: 0;
}
#search form {
	display: inline;
}
#search form input#s {
	width: 250px;
	border: none;
	float: left;
	margin: 0;
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #cfcfcf;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-style: italic;
	color: #787878;
}
#header #search form input#s {
	width: 239px;
	background: url(../images/search_form.png) no-repeat;
	border: none;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 44px;
	height: 44px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	border: none;
	border-radius: 0;
	font-style:  italic;
}
#search form input#searchsubmit {
	width: 25px;
	height: 29px;
	border: 0;
	margin: 0;
	cursor:pointer;
	float: left;
	display: none;
}
#header #search form input#searchsubmit {
	width: 48px;
	height: 44px;
	background: url(../images/search_submit.png) no-repeat;
	border: 0;
	margin: 0;
	cursor:pointer;
	float: left;
	display: block;
}
strong.search_excerpt {
	background: yellow;
	padding: 5px;
}
/* 125x125 Ads */

.ads {
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
	width: 260px;
}
.ads img {
	border: none;
	margin: 0;
}
.ads a {
	margin: 0;
	padding: 0;
	display: block;
}
#content .ads li {
	float: left;
	border: none;
	padding: 0;
	margin: 0 5px 5px 0;
}
/*--comments--*/
#comments {
	width: 520px;
	padding: 20px 0 0 0;
}
.comment-body {
}
#comments ol li.depth-1 {
	padding: 20px 0 10px 0;
	width: 520px;
	border-left: 1px solid #bdbdbd;
	margin: 0 0 20px 0;
}
#comments ul.children li.depth-2 {
	padding: 0 0 10px 0;
}
#comments ul.children li.depth-2 div.comment-body {
	padding: 10px 0 0 0;
}
#comments ul.children li.depth-3 div.comment-body {
	padding: 10px 0 0 0;
}
#comments ol.commentlist li ul.children li.depth-2 {
	width: 480px;
	margin: 10px 0 0 40px;
	border-left: 1px solid #bdbdbd;
}
#comments ol.commentlist li ul.children li.depth-3 {
	width: 460px;
	margin: 10px 0 0 40px;
	border-left: 1px solid #bdbdbd;
	padding: 0 0 10px 0;
}
ol.commentlist {
	list-style:none;
	margin: 20px 0 0 0;
	padding:0;
	text-indent:0;
}
ol.commentlist-pings {
	list-style:none;
	margin: 0;
	padding: 0;
	text-indent:0;
	padding: 10px;
	background: #f2f2f2;
}
ol.commentlist li {
	margin: 0;
	padding: 0;
	float: left;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment-author-admin p {
}
ol.commentlist li.comment {
	padding: 0;
	margin: 0;
}
ol.commentlist li div.comment-author {
}
ol.commentlist li div.vcard {
	padding-bottom: 10px;
}
ol.commentlist li div.vcard cite.fn {
	font-weight: bold;
	font-style: normal;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #737272;
}
ol.commentlist li div.vcard cite.fn a:hover.url {
	color: #000;
}
ol.commentlist li div.vcard img.avatar {
	float:left;
	margin: 0 10px 0 10px;
	border: 1px solid #cccccc;
	background: #fff;
	padding: 3px;
}
ol.commentlist li div.vcard img.avatar:hover {
	border: 1px solid #999999;
}
ol.commentlist li div.vcard img.avatar-32 {
}
ol.commentlist li div.vcard img.photo {
}
ol.commentlist li div.vcard span.says {
	font-style:normal;
	color: #888888;
	font-size: 12px;
	margin: 0;
}
ol.commentlist li div.commentmetadata {
}
ol.commentlist li div.comment-meta {
}
ol.commentlist li div.comment-meta a {
	color:#ccc;
}
ol.commentlist li p {
	margin: 5px 0 0 0;
	color: #737272;
	overflow: hidden;
	min-height: 30px;
	padding: 0;
}
ol.commentlist li p:hover {
	color: #343434;
}
ol.commentlist li ul {
	list-style:square;
	margin: 0 0 1em 2em;
}
ol.commentlist li ul.children {
	list-style:none;
	margin: 0;
	text-indent:0;
}
ol.commentlist li ul.children li {
}
ol.commentlist li ul.children li.alt {
}
#comments ol.commentlist li ul.children li.bypostauthor {
}
#comments ol.commentlist li.bypostauthor {
}
ol.commentlist li ul.children li.bypostauthor p {
}
ol.commentlist li ul.children li p {
	font-weight: normal;
}
ol.commentlist li.bypostauthor p {
	font-weight: normal;
}
ol.commentlist li ul.children li.byuser {
}
ol.commentlist li ul.children li.comment {
}
ol.commentlist li.comment-author-admin p {
}
#comments ol.commentlist li p {
	padding: 0 10px 0 5px;
	margin: 0;
}
ol.commentlist li ul.children li.depth-4 {
}
ol.commentlist li ul.children li.depth-5 {
}
ol.commentlist li ul.children li.odd {
}
ol.commentlist li.even {
}
ol.commentlist li.odd {
}
ol.commentlist li.parent {
}
ol.commentlist li.pingback {
	padding:1em;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
.nocomments {
	margin-left: 20px;
}
.trackbacks {
	width: 520px;
}
.trackbacks h3 {
	padding: 10px 0 20px 0;
}
.trackbacks ul {
	list-style: none;
}
/*--respond--*/

#respond {
	padding: 0 0 20px 0;
	margin: 0;
}
#respond h3 {
	padding: 20px 0 10px 0;
}
#respond p {
}
#respond p small {
	font: bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 30px;
	color: #999999;
}
#respond input {
	padding: 0 10px;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 240px;
	height: 31px;
	border: 1px solid #e0e0e0;
	background: #f5f5f5;
	line-height: 30px;
	color: #343434;
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
#respond input:focus {
	background: #ebeaea;
}
#respond textarea {
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 393px;
	height: 142px;
	border: 1px solid #e0e0e0;
	background: #f5f5f5;
	padding: 10px 0 0 10px;
	color: #343434;
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
#respond textarea:focus {
	background: #ebeaea;
}
input#submit {
	border: none;
	width: 405px;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	font-family: League, Arial, sans-serif;
	font-size: 22px;
	clear: left;
	margin: 20px 0 0 0;
	padding: 0;
	height: 35px;
	text-align: center;
	cursor: pointer;
	color: #343434;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input#submit:hover {
	background: #eaeaea;
	border: 1px solid #e0e0e0;
	color: #555;
}
#content .cancel-comment-reply {
	margin: 10px 0 0 0;
	font-size: 12px;
}
#content .cancel-comment-reply a {
	color: #00408f;
	display: block;
	background: url(../images/cancel.png) no-repeat;
	width: 44px;
	height: 15px;
	text-indent: -9999em;
}
/* tag cloud */

.tagcloud {
	float: left;
}
#wrapper .tagcloud a {
	background: #d73828;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	color: #f3f3f3;
	text-shadow: 1px 1px 0 #9c281e;
}
#wrapper .tagcloud a:hover {
	color: #f7e22c;
}
a.tagsz-1, a.tagsz-2, a.tagsz-3, a.tagsz-4, a.tagsz-5, a.tagsz-6 {
	background: #d73828;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	color: #f3f3f3;
	text-shadow: 1px 1px 0 #9c281e;
}
/* feedburner widget */

.feedburner_submit {
	position: relative;
	margin: 20px 0 0;
}
.feedburner_submit p {
	position: relative;
	margin: 20px 0 0;
}
.feedburner_input {
	width: 139px;
	height: 44px;
	line-height: 44px;
	background: url(../images/feedburner_input.png) no-repeat;
	float: left;
	border: none;
	padding-left: 10px;
	color: #f3f3f3;
	text-shadow: 1px 1px 0 #000;
	font-style: italic;
}
.feedburner_button {
	width: 51px;
	height: 44px;
	background: url(../images/feedburner_button.png) no-repeat;
	float: left;
	border: none;
	cursor: pointer;
	font-family: League, Tahoma, sans-serif;
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	text-shadow: 1px 1px 0px #ce2519;
	text-align: center;
}
/* contact us widget */

#content .contact_widget li {
	border: none;
	padding: 0 0 15px 30px;
}
#content .contact_widget li:last-child {
	padding-bottom: 0px;
}
#footer .contact_widget li {
	border: none;
	padding: 0 0 15px 30px;
}
.contact_widget .contact_phone {
	background: url(../images/phone_icon.png) no-repeat 0px 0px;
	line-height: 26px;
}
.contact_widget .contact_email {
	background: url(../images/email_icon.png) no-repeat 0px 0px;
	line-height: 18px;
}
.contact_widget .contact_skype {
	background: url(../images/skype_icon.png) no-repeat 0px 0px;
	line-height: 26px;
}
.contact_widget .contact_address {
	background: url(../images/address_icon.png) no-repeat 0px 0px;
	line-height: 25px;
}
/* social widget */

#content .social_widget {
	padding-bottom: 0;
}
#content .social_widget li {
	padding: 0 0 0 35px;
	line-height: 29px;
	margin: 0 0 10px;
}
#content .social_widget li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
#footer .social_widget li {
	padding: 0 0 0 35px;
	line-height: 29px;
	margin: 0 0 10px;
}
#footer .social_widget li:hover {
}
.social_twitter {
	background: url(../images/social_twitter.png) 0px 0px no-repeat;
}
.social_twitter:hover {
	background: url(../images/social_twitter.png) 0px -72px no-repeat;
}
.social_facebook {
	background: url(../images/social_facebook.png) 0px 0px no-repeat;
}
.social_facebook:hover {
	background: url(../images/social_facebook.png) 0px -72px no-repeat;
}
.social_flickr {
	background: url(../images/social_flickr.png) 0px 0px no-repeat;
}
.social_flickr:hover {
	background: url(../images/social_flickr.png) 0px -72px no-repeat;
}
.social_linkedin {
	background: url(../images/social_linkedin.png) 0px 0px no-repeat;
}
.social_linkedin:hover {
	background: url(../images/social_linkedin.png) 0px -72px no-repeat;
}
.social_rss {
	background: url(../images/social_rss.png) 0px 0px no-repeat;
}
.social_rss:hover {
	background: url(../images/social_rss.png) 0px -72px no-repeat;
}
.widget_sidebar .social_widget ul li:last-child {
	margin-bottom: 0;
}
/* default widgets */

#calendar_wrap {
	border: 1px solid #636363;
	margin: 0 auto;
	width: 250px;
}
#wp-calendar {
	width: 250px;
	padding-bottom: 10px;
	color: #969595;
}
#wp-calendar th {
	padding: 5px 0;
}
#wp-calendar td {
	padding: 0 5px;
}
#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	color: #fff;
}
#wp-calendar caption {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0;
	background: #656565;
	width: 100%;
}
#wp-calendar #today {
	color: #d73828;
	font-weight: bold;
	font-style: italic;
}
#prev {
	text-align: left;
	margin: 10px 0 0 0;
}
#next {
	text-align: right;
	margin: 10px 0 0 0;
}
.sticky {
 
}
/*--gallery--*/
p.attachment {
	text-align: center;
	padding: 15px 10px;
}
p.attachment a img {
}
.navigation a img {
}
.gallery-item img {
	background: #fff;
	padding: 5px;
	border: 1px solid #cfcfcf;
	opacity: 0.8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.gallery-item img:hover {
	opacity: 1.0;
	background: #d73828;
}
.gallery-caption {
	font-size:12px;
	line-height:14px;
	margin-left:0;
	padding-bottom:10px;
	color: #787878;
}
.caption {
	margin-left: 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px;
	text-shadow: none;
}
/*-- Pagination --*/

.page_nav {
	overflow: hidden;
	text-align: center;
	padding: 0 0 5px;
	margin: 0 0 10px;
	float: left;
	width: 940px;
}
.page_nav span.pages {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #999999;
	margin: 0;
	padding: 5px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
.page_nav span {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	color: #000;
}
.page_nav a {
	display: block;
	float: 	left;
	font-size: 12px;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	color: #787878;
	font-family: Bebas, Arial, sans-serif;
	border: 2px solid #cfcfcf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#wrapper .emm-next, #wrapper .emm-prev {
	font-size: 12px;
	display: block;
	text-indent: -9999em;
	border: none;
	width: 14px;
	height: 16px;
	padding: 0;
	margin-top: 7px;
}
#wrapper .emm-next {
	background: url(../images/pagination_next.png) no-repeat 0 -16px;
}
#wrapper .emm-prev {
	background: url(../images/pagination_next.png) no-repeat -14px -16px;
	margin-right: 10px;
}
#wrapper .emm-next:hover {
	background: url(../images/pagination_next.png) no-repeat 0 0;
}
#wrapper .emm-prev:hover {
	background: url(../images/pagination_next.png) no-repeat -14px 0px;
}
.page_nav a:hover {
	text-align: center;
	font-size: 12px;
	color: #787878;
	border-color: #d73828;
}
.page_nav span.current {
	display: block;
	float: 	left;
	font-size: 12px;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	color: #d73828;
	font-family: Bebas, Arial, sans-serif;
	border: 2px solid #d73828;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gmap_marker {
	text-shadow: none;
}
/* fluid columns shortcode */
.one_half {
	width:48%;
}
.one_third {
	width:30.66%;
}
.two_third {
	width:65.33%;
}
.one_fourth {
	width:22%;
}
.three_fourth {
	width:74%;
}
.one_fifth {
	width:16.8%;
}
.two_fifth {
	width:37.6%;
}
.three_fifth {
	width:58.4%;
}
.four_fifth {
	width:79.2%;
}
.one_sixth {
	width:13.33%;
}
.five_sixth {
	width:82.67%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position:relative;
	margin-right:3%;
	margin-bottom:20px;
	float:left;
}
.last {
	margin-right:0 !important;
	clear:right;
}
.clearboth {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}
.one_half p, .one_third p, .two_third p, .three_fourth p, .one_fourth p, .one_fifth p, .two_fifth p, .three_fifth p, .four_fifth p, .one_sixth p, .five_sixth p {
	padding: 0;
}
.section {
	line-height: 20px;
	padding: 10px 0;
	margin: 0;
}
body .section2 {
	padding: 1px 0 15px 0;
	margin: 0;
	float: left;
	line-height: 16px;
}
/* divider shortcode */

.image_divider {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 5px;
	background: url(../images/image_divider.png) repeat-x;
	padding-bottom: 30px;
}
.space_divider {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 30px;
}
.image_divider_homepage {
	width: 936px;
	height: 10px;
	position: relative;
	margin: 0 0 30px -38px;
	clear: both;
	display: block;
	background: rgb(238, 238, 238);
	background: rgba(100, 100, 100, 0.1);
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
/* social buttons */
.social ul {
	float: right;
	list-style: none;
	margin: 0 10px 0 0;
}
.social li {
	float: left;
	margin: 15px 0 0 10px;
}
.social li a {
	display: block;
	float: left;
	height: 21px;
	text-indent: -9999em;
}
.rss_button a {
	background: url(../images/rss_icon.png) no-repeat;
	width: 21px;
}
.rss_button a:hover {
	background: url(../images/rss_icon_hover.png) no-repeat;
}
.facebook_button a {
	background: url(../images/facebook_icon.png) no-repeat;
	width:12px;
}
.facebook_button a:hover {
	background: url(../images/facebook_icon_hover.png) no-repeat;
}
.twitter_button a {
	background: url(../images/twitter_icon.png) no-repeat;
	width:27px;
}
.twitter_button a:hover {
	background: url(../images/twitter_icon_hover.png) no-repeat;
}
.linkedin_button a {
	background: url(../images/linkedin_icon.png) no-repeat;
	width:21px;
}
.linkedin_button a:hover {
	background: url(../images/linkedin_icon_hover.png) no-repeat;
}
.youtube_button a {
	background: url(../images/youtube_icon.png) no-repeat;
	width:22px;
}
.youtube_button a:hover {
	background: url(../images/youtube_icon_hover.png) no-repeat;
}
.vimeo_button a {
	background: url(../images/vimeo_icon.png) no-repeat;
	width:24px;
}
.vimeo_button a:hover {
	background: url(../images/vimeo_icon_hover.png) no-repeat;
}
/* twitter widget */
#twitter_update_list {
	list-style: none;
	padding-bottom: 5px;
}
#twitter_update_list li {
	padding: 0 0 15px 25px;
	list-style-position: inside;
	background: url(../images/tweets_quote.png) no-repeat 0px 2px;
	line-height: 18px;
}
#twitter_update_list li span a {
	color: #fa4101;
	display: inline;
	font-size: 12px;
	font-style: normal;
}
#twitter_update_list li span a:hover {
}
#twitter_update_list li a {
	color: #d73828;
	display: block;
	padding: 3px 0 0;
	font-size: 11px;
	font-style: italic;
}
/* flickr widget */

#footer .flickr {
	margin: 17px 0 0;
}
#content .flickr {
	margin-top: 0;
}
#footer .flickr img {
	float: left;
	margin: 0px 8px 9px 0;
	width: 50px;
	height: 50px;
	padding: 1px;
	opacity: 0.7;
	border: 4px solid rgba(0, 0, 0, 0.3);
}
#footer .flickr img:hover {
	opacity: 1.0;
}
.widget_sidebar .flickr img {
	float: left;
	margin: 0 9px 8px 0;
	width: 40px;
	height: 40px;
	border: 3px solid #e9e9e9;
	background: #777777;
	padding: 1px;
	opacity: 0.8;
}
.widget_sidebar .flickr img:hover {
	opacity: 1.0;
}
.flickr img:hover {
}
/* recent comments widget */

#recentcomments li {
	color: #777777;
}
#recentcomments a {
	color: #555;
}
#recentcomments a:hover {
	color: #fff;
}
.widget_sidebar #recentcomments li {
	color: #717171;
}
/* main content widget */

.widget_sidebar .textwidget {
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget_sidebar .video1 {
	margin-bottom: 4px;
}
.widget_sidebar {
	color: #444;
	float: left;
	width: 275px;
	margin: 0 0 20px;
	padding: 0 0 20px 20px;
	border-bottom: 5px solid #f3f3f3;
}
.widget_sidebar ul.children {
	text-indent: 20px;
	padding: 5px 0 0;
}
.widget_sidebar #cat {
	width: 270px;
	height: 30px;
	border: 1px solid #cfcfcf;
	padding: 5px;
	color: #787878;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.widget_sidebar ul.children ul.children {
	text-indent: 40px;
	padding: 5px 0 0;
}
#content .widget_sidebar h3 {
	color: #3f3f3f;
	padding: 0 0 20px;
	font-size: 18px;
	line-height: 18px;
	font-family: bebas;
}
.widget_sidebar ul {
	list-style: none;
}
.recent_posts {
	margin: 0;
}
.widget_sidebar ul li:first-child {
}
.widget_sidebar ul li {
	padding: 0 0 10px;
}
.widget_sidebar ul li:last-child {
	padding: 0;
}
.widget_sidebar .recent_posts li {
	padding: 0 0 5px;
	margin: 0;
}
.widget_sidebar .recent_posts li:last-child {
	padding: 0;
}
.widget_sidebar .recent_posts li img {
	border: 1px solid #cfcfcf;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.widget_sidebar .recent_posts li img:hover {
	background: #d73828;
}
.widget_sidebar .recent_posts li:last-child img {
}
.widget_sidebar .recent_posts span {
	color: #838383;
}
.widget_sidebar a {
	color: #2188a1;
}
.widget_sidebar a:hover {
	color: #4fc5e1;
}
/* Recent Posts Widget */

#footer .recent_posts {
	padding: 0;
	margin: 5px 0 0;
}
#footer .recent_posts li {
	padding-bottom: 5px;
}
#content .widget_sidebar h5 {
	font-size: 13px;
	margin: 0;
	color: #8b949d;
	padding: 0;
}
.recent_image {
	float: left;
	margin: 2px 10px 0 0;
}
.recent_image img {
	border: 3px solid #292929;
	border-radius: 3px;
}
.recent_image img:hover {
	border: 3px solid #d73828;
}
.widget_sidebar .recent_image img {
	border: 1px solid #cfcfcf;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.recent_image img:hover {
}
.widget_sidebar .recent_image img:hover {
	background: #d73828;
}
.recent_date {
	font-size: 11px;
	color: #999999;
	line-height: 25px;
}
.recent_date a {
	color: #fff;
}
.recent_details {
	margin: 0;
}
#content .recent_details {
	margin: 0;
	padding-bottom: 15px;
}
#content .widget_sidebar ul li:last-child .recent_details {
	padding-bottom: 0;
}
#content .recent_details h5 {
	font-family: Tahoma, Tahoma, serif;
	font-size: 13px;
}
#content .popular_posts h5 {
	font-family: Tahoma, Tahoma, serif;
	font-size: 13px;
}
#content .popular_posts li:last-child {
	padding-bottom: 0;
}
#footer .recent_details h5 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 0;
}
#footer .recent_date a {
	color: #999999;
}
#footer .recent_date {
	color: #999999;
}
/* tabbed tags */
.tabbed_tags {
	padding: 5px 0;
	display: table;
}
.tabbed_tags a {
	background: #d73828;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	color: #f3f3f3;
	text-shadow: 1px 1px 0 #9c281e;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}
.tabbed_tags a:hover {
	color: #f7e22c;
}
/* Popular Posts Widget */

#footer .popular_posts h5 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
}
#content .popular_posts li {
	width: 270px;
	float: left;
	padding-bottom: 17px;
}
.popular_posts span {
	color: #838383;
}
.popular_posts span a {
	color: #838383;
}
/* blogroll widget */
.blogroll li:first-child {
	padding-top: 0;
}
.widget_sidebar .blogroll li:first-child {
	padding-top: 10px;
}
/* footer */

#footer {
	color: #727272;
	width: 100%;
	/*background: #1e1e1e url(../images/footer_bg.png) repeat-x;*/
	display: table;
}
#footer_shadow {
	width: 100%;
	margin: 20px auto auto;
	background: url(../images/footer_pattern.png);
	display: table;
	position: relative;
}
#footer h3 {
	padding: 10px 0 10px 0;
	color: #f7f7f7;
	font-size: 26px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #000;
}
.footer_content {
	padding: 20px 0 0 0;
	width: 940px;
	margin: 0 auto;
	background: url(../images/footer_content_bg.png) no-repeat top;
	display: table;
}
#footer .container { background: url(../images/footer_content_bg.png) no-repeat top; }
.widget_footer {
	padding: 0;
	float: left;
	width: 780px;
	color: #787878;
	text-shadow: 1px 1px 1px #000;
}
.widget_footer ul {
	list-style: none;
	margin: 10px 0 0 0;
}
.widget_footer ul li {
	padding: 5px 0 5px 0;
}
.widget_footer a {
	color: #787878;
}
.widget_footer a:hover {
	color: #d73828;
}
.footer_left {
	float: left;
	/*width: 210px;*/
	width: 780px;
	margin: 0 10px 0 0;
	padding: 0 10px 10px 0;
}
.footer_middle {
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
	padding: 0 10px 10px;
}
.footer_right {
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
	padding: 0 10px 10px;
}
.footer_right_last {
	float: right;
	width: 130px;
	margin: 0;
	padding: 0 0px 10px;
}
.footer_left_sidebar {
	margin: 0;
	padding-bottom: 20px;
}
.footer_middle_sidebar {
	margin: 0;
	padding-bottom: 20px;
}
.footer_right_sidebar {
	margin: 0;
	padding-bottom: 20px;
}
.footer_bottom {
	width: 100%;
	height: 69px;
	position: relative;
	display: table;
	background: url(../images/footer_bottom.png);
}
.copyright_info {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
.copyright_info p {
	font-size: 11px;
	line-height: 69px;
	color: #666;
	float: left;
	text-shadow: 1px 1px 0px #000;
}
.copyright_info a {
	color: #777;
}
.copyright_info a:hover {
	color: #d73828;
}
.top {
	display: block;
	text-indent: -9999em;
	width: 42px;
	height: 42px;
	background: url(../images/top.png) no-repeat 0px -42px;
	margin: 0;
	position: absolute;
	top: -20px;
	left: 440px;
}
.top:hover {
	background: url(../images/top.png) no-repeat 0px 0px;
}
/* footer added styles */

.footer_left div{
	width:175px; 
	float:left;
}
.footer_content a{
	color:#F60;
	font-size:13px;
}
.footer_content a:hover{
	color:#999;
}
.footer_right_last span{
	font-weight:bold;
	color:#CCC;
}
.footer_right_last .textwidget{
	line-height:185%;
}


/* footer menu */
.footer_menu {
	float: right;
	position: relative;
	margin: 27px 0 0;
}
.footer_menu ul {
	list-style: none;
}
.footer_menu ul li {
	float: left;
	text-transform: uppercase;
	background: url(../images/footer_menu_divider.png) no-repeat right;
	padding: 0 15px 0 10px;
	font-family: Tahoma, Verdana, sans-serif;
	text-shadow: 1px 1px 0px #000;
}
.footer_menu ul li:last-child {
	background: none;
}
.footer_menu ul li a {
	color: #ebebeb;
}
.footer_menu ul li a:hover {
	color: #f26f21;
}
/* audio player */
.audio_left {
	float: left;
	margin: 0 20px 0 0;
	width: 290px;
}
.audio_left p {
	padding: 0;
}
.audio_right {
	float: right;
	margin: 0 0 0 20px;
	width: 290px;
}
.audio_right p {
	padding: 0;
}
.audio_center {
	margin: 0 auto;
	display: block;
	clear: both;
	width: 290px;
}
/* video player */
.video1 {
	position: relative;
	clear: both;
	margin: 0 20px 18px 0;
	z-index: 9999;
}
.video1left {
	float: left;
	margin: 0 20px 20px 0;
}
.video1right {
	float: right;
	margin: 0 0 20px 20px;
}
#content .video1center, #borderless_content .video1center, #full_width_page_content .video1center {
	margin: 0 auto 20px auto;
	display: block;
	clear: both;
}
/* colored buttons shortcode */
.button_link {
	font-family: Tahoma, Arial, sans-serif;
	background:url(../images/buttons/slate_grey/button_sprite.png) no-repeat scroll right -164px transparent;
	text-decoration:none !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888888;
	display:inline-block;
	font-size:11px;
	letter-spacing:1.6px;
	margin:5px 10px 5px 0;
	border:0 none;
	padding:0 24px 0 0;
	text-transform:uppercase;
}
.button_link span {
	background:url(../images/buttons/slate_grey/button_sprite.png) no-repeat scroll -4px -121px transparent;
	text-decoration:none !important;
	display:block;
	line-height:7px;
	padding:15px 0 17px 21px;
}
.button_link.large_button {
	background-position:right -60px;
	font-size:24px;
	height:56px;
	padding-right:24px;
}
.button_link.large_button span {
	background-position:-4px -2px;
	line-height:20px;
	padding:17px 0 20px 20px;
	text-transform:none;
}
.button_link:hover {
	text-decoration:none !important;
}
/* colored buttons  */

.pink_gradient, .pink_gradient span {
	background-image: url(../images/buttons/pink/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.green_gradient, .green_gradient span {
	background-image: url(../images/buttons/green/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.orange_gradient, .orange_gradient span {
	background-image: url(../images/buttons/orange/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.purple_gradient, .purple_gradient span {
	background-image: url(../images/buttons/purple/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.black_gradient, .black_gradient span {
	background-image: url(../images/buttons/black/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.grey_gradient, .grey_gradient span {
	background-image: url(../images/buttons/grey/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.red_gradient, .red_gradient span {
	background-image: url(../images/buttons/red/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.white_gradient, .white_gradient span {
	background-image: url(../images/buttons/white/button_sprite.png) !important;
	color:#2b8895 !important;
	text-shadow:0 -1px 0 #ccc, 0 1px 0 #F2F2F2 !important;
}
.blue_gradient, .blue_gradient span {
	background-image: url(../images/buttons/blue/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.yellow_gradient, .yellow_gradient span {
	background-image: url(../images/buttons/yellow/button_sprite.png) !important;
	color:#fff !important;
	text-shadow:0 -1px 0 #aaa, 0 1px 0 #ddd !important;
}
/* drop caps */

.dropcaps_normal {
	float: left;
	font-size: 42px;
	line-height: 34px;
	font-weight: bold;
	margin: 0 2px 0 0;
	position: relative;
	top: 7px;
	text-shadow: 1px 1px 0px #fff;
	font-family: Yanone, Tahoma, sans-serif;
	color: #666;
}
.dropcaps_circle {
	float: left;
	background: url(../images/dropcaps_circle.png) no-repeat;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 4px 0 0 0;
	width: 35px;
	height: 35px;
	top: 5px;
	text-shadow: none;
	font-family: Yanone, Tahoma, sans-serif;
}
.dropcaps_square {
	float: left;
	background: url(../images/dropcaps_square.png) no-repeat;
	font-size: 26px;
	line-height: 24px;
	color: #fff;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 4px 0 0 0;
	text-shadow: none;
	width: 35px;
	height: 35px;
	top: 5px;
	font-family: Yanone, Tahoma, sans-serif;
}
/* lists shortcode */

.list_checked {
	margin-top: 10px;
}
.list_arrow {
	margin-top: 10px;
}
.list_circle {
	margin-top: 10px;
}
.list_arrow li {
	background: url(../images/bullet_arrow.png) no-repeat 0px -1px;
	list-style: none;
	padding: 0 0 10px 20px;
}
.list_circle li {
	background: url(../images/bullet_circle.png) no-repeat 0px -3px;
	list-style: none;
	padding: 0 0 10px 20px;
}
.list_checked li {
	background: url(../images/bullet_checked.png) no-repeat 0px -3px;
	list-style: none;
	padding: 0 0 15px 20px;
}
/* framed box shortcode */

.framed_box {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.framed_box_content {
	padding: 20px 20px 0 20px;
	text-shadow: none;
	border: 1px solid #fff;
}
.framed_box_content p {
	text-shadow: none;
}
.info_box {
	background: #bcdbfe;
	border: 1px solid #809bba;
	margin-bottom: 20px;
	color: #59708b;
	text-shadow: none;
}
.info_box h4 {
	color: #59708b;
}
.info_box p {
	text-shadow: none;
}
.info_box_content {
	padding: 20px;
	border: 1px solid #fff;
}
.note_box {
	background: #fdffd0;
	border: 1px solid #dfcd97;
	margin-bottom: 20px;
	color: #555555;
}
#content .note_box_content h2, #content .note_box_content h3, #content .note_box_content h4, #content .note_box_content h5 {
	text-shadow: none;
}
.note_box_content {
	padding: 20px;
	border: 1px solid #fff;
	text-shadow: none;
}
.note_box_content p {
	text-shadow: none;
}
/* style table shortcode */

.styled_table {
	border:1px solid #d6d6d6;
	margin: 0 0 20px 0;
	text-shadow: none;
}
.styled_table table {
	width:100%;
	border:1px solid #fff;
	border-collapse:collapse;
}
.styled_table td {
	color:#777777;
	padding:.3em 1em;
	text-align:center;
	font-size: 12px;
}
.styled_table tr {
	background: #fefefd;
}
.styled_table tr:hover {
	background: #f7f7f7;
}
.styled_table thead th {
	background:#f5f5f5;
	text-align:center;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	color:#555555;
}
.styled_table tfoot td {
	background: #f5f5f5;
}
/* tabs shortcode */

/* root element for tabs  */
the_tabs {
	position: relative;
}
.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:30px;
}
/* single tab */
.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}
.tabs li:first-child {
	border-left: 1px solid #dddddd;
}
/* link inside the tab. uses a background image */
.tabs a {
	font-size:11px;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#666666;
	padding: 0 10px;
	line-height: 30px;
	margin:0px;
	position:relative;
	background: #f5f5f5;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
.tabs a:hover {
	color:#333333;
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	cursor:default !important;
	color:#333333 !important;
	background: #fff;
	border-bottom: 1px solid #fff;
}
/* initially all panes are hidden */ 

.panes {
	padding: 10px 15px;
	border: 1px solid #dddddd;
	margin: 1px 0 20px 0;
	background: #fff;
}
.panes .pane {
	display:none;
}
/* vertical tabs */

#vertical_tabs {
	margin: 0 0 20px 0;
}
.ui-tabs {
	position: relative;
	padding: 0;
	zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 5px 10px;
	width: 180px;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	font-size: 11px;
	background: #f5f5f5;
}
.ui-tabs .ui-tabs-nav li:first-child {
	border-top: 1px solid #dddddd;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 0;
	width: 200px;
	display: block;
	color: #666666;
}
.ui-tabs .ui-tabs-nav li a:hover {
	color: #333333;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background: #fff;
	z-index: 11;
	position: relative;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	color: #333333;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #dddddd;
	position: relative;
	background: #fff;
	left: -1px;
	z-index: 10;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
/*accordion shortcode */

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#333 url(/img/global/gradient/h300.png) 0 0;
	width: 300px;
	border:1px solid #333;
	-background:#666;
}
/* accordion shortcode */

.accordion {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 20px 0;
}
.accordion .tab {
	background: #f5f5f5;
	border-top: 1px solid #dddddd;
	line-height: 30px;
	padding: 0 10px;
	cursor: pointer;
	color: #666666;
	position: relative;
}
.accordion .tab:hover {
	background: #fff;
}
.accordion .current {
	cursor: default;
	color: #333333;
	background: #fff;
}
.accordion .pane {
	padding: 10px 15px;
	border-top: 1px solid #dddddd;
	background: #fff;
	line-height: 18px;
}
.accordion_icon {
	margin: 5px 5px 0 0;
	float: left;
}
/* toggles shortcode */

.toggle {
	position: relative;
	margin-bottom: 10px;
}
#content .toggle_title {
	margin:0;
	padding: 0 0 0 20px;
	font-size:18px;
	line-height: 26px;
	background: url(../images/toggle.png) no-repeat 0px 7px;
	cursor:pointer;
	font-weight: normal;
}
#content .toggle_active {
	background: url(../images/toggle.png) no-repeat -27px -24px;
}
#content .toggle_content {
	padding:10px;
	margin: 5px 0 0 5px;
	display:none;
}
#borderless_content .toggle_title {
	margin:0;
	padding: 0 0 0 20px;
	font-size:18px;
	line-height: 26px;
	background: url(../images/toggle.png) no-repeat 0px 7px;
	cursor:pointer;
	font-weight: normal;
}
#borderless_content .toggle_active {
	background: url(../images/toggle.png) no-repeat -27px -24px;
}
#borderless_content .toggle_content {
	padding:10px;
	margin: 5px 0 0 5px;
	display:none;
}
#full_width_page_content .toggle_title {
	margin:0;
	padding: 0 0 0 20px;
	font-size:18px;
	line-height: 26px;
	background: url(../images/toggle.png) no-repeat 0px 7px;
	cursor:pointer;
	font-weight: normal;
}
#full_width_page_content .toggle_active {
	background: url(../images/toggle.png) no-repeat -27px -24px;
}
#full_width_page_content .toggle_content {
	padding:10px;
	margin: 5px 0 0 5px;
	display:none;
}
/* contact form */

.contact_form {
	margin: 0 0 20px 0;
}
.contact_form form {
	width: 350px;
}
.contact_form p {
	margin: 0 0 20px 0;
}
.contact_form label {
	padding: 0 10px 5px 0;
	font-weight: bold;
	float: left;
	width: 100%;
	color: #888888;
}
.contact_form input {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	width: 270px;
	height: 34px;
	line-height: 32px;
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #666666;
	clear: both;
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.contact_form input:focus {
	background: #ebeaea;
}
.contact_form_error {
	font-size: 12px;
	color: #ff0000;
}
.contact_form textarea {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	width: 410px;
	height: 190px;
	padding: 10px 0 0 10px;
	font-size: 12px;
	color: #666666;
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.contact_form textarea:focus {
	background: #ebeaea;
}
.contact_form_textarea {
	text-indent: -9999em;
	display: block;
	height: 1px;
}
.contact_submit {
	border: none;
	background: url(../images/contact_submit.png) no-repeat;
	width: 83px;
	height: 32px;
	cursor: pointer;
}
/* testimonials shortcode */

#quote_wrap {
	background: url(../images/quote.png) no-repeat left top;
	margin: 0 auto;
}
#testimonial_slider {
	margin: 0 0 30px;
	background: url(../images/testimonial_slider.png) no-repeat top;
	padding-top: 35px;
}
.testimonial_slider_bg {
	background: url(../images/quote2.png) no-repeat bottom right;
	width: 90%;
	margin: 0 auto;
}
#testimonial_slider h3 {
	line-height: normal;
	padding-bottom: 20px;
}
#testimonial_slider blockquote {
	margin: 0;
	background: none;
	padding-right: 0;
	font-style: normal;
}
#testimonial_slider p {
	font-family: Georgia, Arial, sans-serif;
	margin-bottom: 5px;
	color: #8a8a8a;
	font-size: 17px;
	line-height: 22px;
	font-style: italic;
}
#testimonial_slider p cite {
	font-weight: bold;
	font-size: 14px;
	color: #c7c7c7;
}
.testimonial {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	margin: 0 0 20px 0;
}
.testimonial_content {
	padding: 15px;
	text-shadow: none;
	border: 1px solid #fff;
}
.testimonial_content p {
	text-shadow: none;
}
#content .testimonial_paragraph {
	padding: 0 0 10px 0;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	font-family: Georgia, Verdana, sans-serif;
	font-style: italic;
}
#content .testimonial_name {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#content .testimonial_website {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#content .testimonial_company {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#full_width_page_content .testimonial_paragraph {
	padding: 0 0 10px 0;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	font-family: Georgia, Verdana, sans-serif;
	font-style: italic;
}
#full_width_page_content .testimonial_name {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#full_width_page_content .testimonial_website {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#full_width_page_content .testimonial_company {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
/* sitemap */

.sitemap ul {
	margin: 0 0 0 20px;
	list-style-position: inside;
}
.sitemap a {
	color: #787878;
}
.sitemap a:hover {
	color: #d73828;
}
.sitemap li {
	list-style-type: none;
	background: url(../images/bullet_arrow.png) no-repeat 0px 5px;
	padding: 5px 0 5px 15px;
}
.sitemap .children li {
	background: url(../images/bullet_circle.png) no-repeat 0px 3px;
	padding-left: 18px;
}
/* highlight shortcode */

.red_highlight {
	background: #ff0000;
	color: #fff;
	text-shadow: none;
}
.yellow_highlight {
	background: #fff880;
	text-shadow: none;
}
.blue_highlight {
	background: #aeefff;
	text-shadow: none;
}
.green_highlight {
	background: #b0ffae;
	text-shadow: none;
}
.black_highlight {
	background: #000;
	color: #fff;
	text-shadow: none;
}
/* tooltip shortcode */
.tool_tip_content {
	position: relative;
}
.tool_tip {
	position: relative;
	border-bottom: 1px dotted #888;
}
.tooltip {
	text-shadow: none;
	position: absolute;
	display: none;
	font-size: 12px;
	left: 0px;
	bottom: 20px;
	width: 150px;
	background: url(../images/tooltip_bg.png);
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	line-height: 14px;
	padding: 10px;
}
.tooltip_arrow {
	width: 11px;
	height: 8px;
	background: url(../images/tooltip_arrow.png) no-repeat;
	position: absolute;
	bottom: -8px;
	left: 20px;
}
/* google map shortcode */

.google_map {
	margin: 0 0 20px 0;
}
/* corporate pricing table */

.pricing_table {
	margin: 20px 0 10px;
}
.pricing_column {
	float: left;
	width: 200px;
	padding-bottom: 22px;
	position: relative;
	margin-left: -1px;
}
.pricing_header {
	background: url(../images/pricing_table_header.png) no-repeat;
	height: 80px;
	text-align: center;
	font-family: Arial, Verdana, Tahoma;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius-topright: 5px;
	border-radius-topleft: 5px;
}
.pricing_header h2 {
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	background: none;
	font-weight: normal;
	line-height: 24px;
}
.pricing_header p {
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	padding: 0;
	margin: 0;
}
.pricing_content {
	background: #f5f5f5;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.pricing_column_inside {
	padding: 25px 6px 12px 7px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.pricing_column_inside ul.pricing {
	padding: 0;
	list-style: none;
	margin: 0;
	list-style-image: none;
}
.pricing_column_inside ul.pricing li {
	color: #777;
	text-shadow: 1px 1px 1px #fff;
	list-style: none;
}
.pricing_featured .pricing_column_inside ul.pricing li {
	color: #333;
}
.pricing_column_inside ul.pricing li span {
	background: url(../images/check_mark.png) no-repeat 30px 10px;
	display: block;
	padding: 8px 0 9px 48px;
}
.pricing_column_inside ul.pricing li.x_mark span {
	background: url(../images/x_mark.png) no-repeat 30px 10px;
}
span.table_price {
	display: block;
	text-align: center;
	font-size: 48px;
	color: #888;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 0px #fff;
	padding: 2px 0 17px;
	line-height: normal;
}
.pricing_featured span.table_price {
	color: #666;
}
span.table_price sup {
	font-size: 24px;
	bottom: 13px;
	left: 1px;
}
span.table_price span.dollar_sign {
	font-size: 36px;
}
.pricing_featured {
	width: 230px;
	margin-top: -28px;
}
.pricing_featured .pricing_header {
	background: url(../images/pricing_table_header_big.png) no-repeat;
	border-radius: 5px;
}
.pricing_featured .pricing_content {
}
.pricing_featured .pricing_column_inside {
	padding-left: 23px;
	padding-right: 20px;
	padding-top: 53px;
}
.pricing_featured span.table_price {
	margin-top: 17px;
}
.pricing_featured .pricing_header p {
	color: #fff;
}
.pricing_table_button {
	width: 180px;
	height: 33px;
	background: url(../images/pricing_table_button.png) no-repeat 0px 0px;
	text-align: center;
	color:#eee;
	text-shadow:0 -1px 0 #888;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 33px;
	display: block;
}
.pricing_table_button:hover {
	background: url(../images/pricing_table_button.png) no-repeat 0px -37px;
	color:#eee;
	text-shadow:0 -1px 0 #888;
}
.pricing_featured .pricing_table_button {
	width: 180px;
	height: 35px;
	background: url(../images/pricing_table_button_big.png) no-repeat 0px 0px;
	text-align: center;
	color:#eee;
	text-shadow:0 -1px 0 #888;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 35px;
	display: block;
}
.pricing_featured .pricing_table_button:hover {
	background: url(../images/pricing_table_button_big.png) no-repeat 0px -37px;
	color:#eee;
	text-shadow:0 -1px 0 #888;
}
.post-thumbnail-title {
	border: 1px solid #ccc;
	height: 150px;
	padding: 4px;
	width: 520px;
	position: relative;
}
.service_column {
	padding-left: 30px;
	position: relative;
}
#wrapper .service_icon {
	margin: 2px 10px 0 0;
}
/* Circular Content Carousel Style */
.ca-container {
	position:relative;
	margin:0 auto;
	width:930px;
	height:60px;
}
.ca-wrapper {
	width:100%;
	height:100%;
	position:relative;
	overflow: hidden;
}
.ca-item {
	position:relative;
	float:left;
	width:135px;/*javascript uses this value after page has loaded to determine space between items*/
	height:100%;
}
.ca-more {
	position: absolute;
	width: 116px;
	height: 50px;
	top: 1px;
	right: 16px;
	display: block;
	text-indent: -9999em;
	/*background: url(../images/thumb_caption_projects.png) no-repeat;*/
	border:1px solid #CCC;
}
.ca-more:hover {
	/*background: url(../images/thumb_caption_projects_hover.png) no-repeat;*/
	border:1px solid #666;
}
/*color hover*/
.homeThHover{
	position:absolute;
	display:none;
	top:1px;
	left:1px;
}
.carousel_img_bg {
	width: 116px;
	height: 50px; 
	/*background: url(../images/thumb_caption_projects.png) no-repeat left;*/
	
	display: block;
	padding: 1px 0 0 1px;
}
.carousel_img_bg:hover {
	/*background: url(../images/thumb_caption_projects_hover.png) no-repeat;*/
	
}
.ca-close {
	position:absolute;
	top:0px;
	right:30px;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	opacity:0.7;
	background: #fff url(../images/x_mark.png) no-repeat 7px 7px;
}
.ca-close:hover {
	opacity:1.0;
}
.ca-item-main {
	padding:0;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	overflow:hidden;
}
.ca-item-main img {
	margin: 0px 0 0 0px;
}
.ca-item h3 {
	line-height: normal;
	margin: 3px 0 0;
}
.ca-content-wrapper {
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:60px;
	top:0px;
	text-align:left;
	z-index:1;
	overflow:hidden;
}
.ca-content {
	width:660px;
	overflow:hidden;
}
.ca-content-text {
}
.ca-content-text p {
	padding: 0 40px 0 0;
	margin: 0 0 10px;
}
.ca-content ul {
	margin:0;
}
.ca-content ul li {
	float:left;
	margin:0px 2px;
}
.ca-content ul li a {
}
.ca-content ul li a:hover {
}
.ca-nav span {
	width:29px;
	height:39px;
	background:transparent url(../images/arrows_carousel.png) no-repeat 0px 0px;
	position:absolute;
	top:10px;
	left:-40px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next {
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover {
	z-index: 9999;
	background:transparent url(../images/arrows_carousel.png) no-repeat bottom left;
}
.ca-nav span.ca-nav-next:hover {
	background-position:bottom right;
	left:auto;
}

/* BIOS PAGE */
.biosThumbs{
	height:140px;
}
.biosThumbs a{
	position:relative;
	width:80px;
	height:100px;
	display:block;
	float:left;
	padding:0px 13px 20px 0px;
}
.thumb-hover{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.bio{
	padding-bottom:45px;
	display:none;
}
.bio img{
	float:left;
	padding-right:40px;
}
.bio h3{
	padding-bottom:0px;
	padding-top:10px;
}
.bio p{
	padding-bottom:7px;
	margin-bottom:0px;
}
.bio strong{
	color:#000;
}
/* REPS PAGE */
.repWrapper{
	width:455px;
	height:174px;
	float:left;
	position:relative;
}
#rep1{
	background:url(../images/rep1.jpg) no-repeat;
	margin:0px 30px 30px 0px;
}
#rep2{
	background:url(../images/rep2.jpg) no-repeat;
}
#rep3{
	background:url(../images/rep3.jpg) no-repeat;
	margin:0px 30px 30px 0px;
}
#rep4{
	background:url(../images/rep4.jpg) no-repeat;
}
#rep5{
	background:url(../images/rep5.jpg) no-repeat;
	margin:0px 30px 30px 0px;
}
#rep6{
	background:url(../images/rep6.jpg) no-repeat;
}
#rep7{
	background:url(../images/rep7.jpg) no-repeat;
	margin:0px 30px 30px 0px;
}
.repInfo{
	position:absolute;
	width:170px;
	top:20px;
	left:265px;
	
}
.repInfo p{
	padding-bottom:5px;
	margin:0px;
	line-height:normal !important;
}
.repName{font-size:14px; text-transform:uppercase;}
.repInfo strong{color:#e55c1a;}
