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

* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}
html {
	background: #fff url(../images/body_bg.png);
	width: 100%;
}
body {
	font: normal 13px Tahoma, Arial, sans-serif;
	color: #555555;
	display: table;
	width: 100%;
}
@font-face {
	font-family: NobileRegular;
	src: url(../fonts/nobile-webfont.eot);
	src: local(☺), url(../fonts/nobile-webfont.woff) format('woff'), url(../fonts/nobile-webfont.ttf) format('truetype'), url(../fonts/nobile-webfont.svg#webfontw28k2xtN) format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: NobileBold;
	src: url(../fonts/nobile_bold-webfont.eot);
	src: local(☺), url(../fonts/nobile_bold-webfont.woff) format('woff'), url(../fonts/nobile_bold-webfont.ttf) format('truetype'), url(../fonts/nobile_bold-webfont.svg#webfontw28k2xtN) format('svg');
}

@font-face {
	font-family: NobileItalic;
	src: url(../fonts/nobile_italic-webfont.eot);
	src: local(☺), url(../fonts/nobile_italic-webfont.woff) format('woff'), url(../fonts/nobile_italic-webfont.ttf) format('truetype'), url(../fonts/nobile_italic-webfont.svg#webfontw28k2xtN) format('svg');
}


/*--formatting--*/

::selection {
        background: #c3e1b7; /* Safari */
        }
::-moz-selection {
        background: #c3e1b7; /* Firefox */
}

a {
	color: #888888;
	outline-style: none;
	text-decoration: none;
}
a:hover {
	color: #222222;
	text-decoration: none;
}
h2.pagetitle {
	font: bold 28px NobileRegular, Tahoma, sans-serif;
	padding: 2px 0;
	text-align: center;
	margin: 10px 0 10px 0px;
	color: #333333;
}
h2.pagetitle strong {
	font-size: 30px;
	font-family: NobileRegular, 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: NobileRegular, Tahoma, sans-serif;
	font-weight: normal;
	color: #555555;
	padding: 0;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
	text-shadow: 1px 1px 1px #fff;
}	
#content .h4small {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
}
.h2normal {
	padding: 0 0 10px 0;
}
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: 0 auto;
	display: table;
	position: relative;
	z-index: 1;
}
/*--header--*/

#header {
	width: 100%;
	z-index: 10;
	position: relative;
	padding: 0;
	margin: 0 auto;
	background: url(../images/green/header_bg.png) repeat-x top;
	display: table;
}
#header .head {
	width: 940px;
	margin: 9px auto 0 ;
	position: relative;
	/* background: url(../images/green/head_bg.png) no-repeat top; */
	padding-bottom: 28px;
	display: table;
	z-index: 2;
}
/*--logo--*/

#site_title {
	font-size: 30px;
	font-family: NobileRegular, Tahoma, sans-serif;
	float: left;
	margin: 30px 0 0 0;
	
}
#site_title a {
	color: #fdfaf3;
	padding: 0;
	margin: 0;
	display: block;
}
#site_title a:hover {
	color: #fdfaf3;
}
#site_title img {
	border: none;
}
/*-- 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: right;
	margin: 40px 0 0 0;
}
.sf-menu a {
	padding: 0 5px;
	font-size: 11px;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}
.sf-menu li {
	margin: 0 0 0 10px;
	font-family: 'NobileRegular', Tahoma, sans-serif;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px #000;
}
.sf-menu li a:hover{
	color: #053700;
	color: #dddddd;
	text-shadow: 0px 1px 1px #000;
}

/* SUBMENU 1 */

.sf-menu li ul {
	background: #074201;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 0;
	margin: -10px 0 0 0;
}
.sf-menu li li {
	margin: 0;
	background: url(../images/green/dropdown_divider.png) repeat-x top;
	width: 200px;
	text-transform: capitalize;
	font-weight: normal;
}
.sf-menu li li:first-child {
	background: none;
}
#header .sf-menu li ul li a {
	color: #fff;
	padding: 10px;
}
#header .sf-menu li ul li a:hover {
	background: #0a6201 url(../images/green/dropdown_divider.png) repeat-x top;
}
#header .sf-menu li ul li:first-child a:hover {
	background: #0a6201;
}
/* SUBMENU 2 */

#header .sf-menu li li ul {
	margin: 0 0 0 75px;
}
#header .sf-menu li li li a{
	background: none;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #a7a7a7;
	outline:		0;
}
.sf-menu li.sfHover a {
	color: #053700;
	color: #dddddd;
	text-shadow: 0px 1px 1px #000;	
}
.sf-menu li li.sfHover a {
	background: #0a6201 url(../images/green/dropdown_divider.png) repeat-x top;

}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	15px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			0px;
	top:			1.05em; /* IE6 only */
	width:			9px;
	height:			6px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(../images/green/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/green/sub_menu_indicator.png) no-repeat 0 0; /* 8-bit indexed alpha png. IE6 gets solid image only */
	right:			5px;
	width: 6px;
	height: 8px;
}
#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:			3px;
}
/* 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_hover.png) no-repeat 0 0; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
/* 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_hover.png) no-repeat 0 0; 
}
/*--container--*/

#content {
	width: 940px;
	position: relative;
	z-index: 1;
	padding: 0;
	display: table;
	text-shadow: 1px 1px 1px #fff;
}
.intro_text {
	width: 100%;
	background: #f5f0e4url(../images/intro_bg.png) repeat-x top;
	line-height: 80px;
	margin: 0 0 20px;
	 border-bottom: 1px solid #bdbdbd;
}
.intro_text_home {
	width: 100%;
	background: #f5f0e4url(../images/intro_bg.png) repeat-x top;
	line-height: 80px;
	margin: 0 0 20px;

}
.intro_content {
	width: 940px;
	margin: 0 auto;
}
.intro_content_home {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 70px 0;
	line-height: normal;
	display:none;
}

.intro_content_home span {
	color: #666666;
}
.intro_content_home span {
	font-family: NobileRegular, Tahoma, sans-serif;
}
.intro_content_home h2 {
	float: left;
	padding: 0;
	line-height: 70px;
	font-family: NobileRegular, Tahoma, sans-serif;
}
.intro_content_home a {
	width: 147px;
	height: 48px;
	display: block;
	text-indent: -9999em;
	background: url(../images/green/get_it_now.png) 0px 47px;
	text-decoration: none;
	float: right;
	margin: 12px 0 0 0;
}
.intro_content_home a:hover {
	background: url(../images/green/get_it_now.png) 0px 0px;
	text-decoration: none;
}
/*-- post --*/

.post_meta {
	width: 600px;
	float: left;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 1px #fff;
}
.post_date {
	float: left;
	display: block;
	background: #dbdbdb;
	padding: 5px 10px;
	color: #868686;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.post_cat {
	float: right;
	display: block;
	background: #dbdbdb;
	padding: 5px 10px;
	color: #868686;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.post_cat a {
	color: #868686;
}
.post_cat a:hover {
	color: #000;
}
.read_more {
	margin: 10px 0 0 0;
	background: url(../images/green/read_more.png) 0px 32px;
	width: 93px;
	height: 32px;
	text-indent: -9999em;
	display: block;
}
.read_more:hover {
	background: url(../images/green/read_more.png) 0px 0px;
}
/*--single post--*/

.single_post {
	line-height: 20px;
	margin: 0 0 30px 0;
}
.single_post h2 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.post_thumb {
	width: 598px;
	padding: 0;
	margin: 0 0 20px 0;
	border: 1px solid #bdbdbd;
}
.single_post p {
	padding: 0 0 20px 0;
}
.post_thumb img {
	width: 590px;
	border: 4px solid #fff;
}
.single_post img {

}
.single_post ul, .single_post ol {
	list-style-position: inside;
}
pre, code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
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: 600px;
	height:129px;
	background: url(../images/404.png) no-repeat;
	margin: 20px 0 0 0;
	padding-bottom: 20px;
}
.no-posts {
	margin: 20px 0 0 10px;
	text-align: center;
	padding-bottom: 20px;
}
.no-posts h2 {
	font: bold 30px NobileRegular, Verdana, sans-serif;
	margin-top: 20px;
	color: #666666;
}
.no-posts img {
	margin-top: 40px;
}
/* page & single page */
.single_page {
	width: 600px;
}
.full_width_page {
	width: 940px;
	line-height: 20px;
	padding: 0;
	margin: 0 auto;
}
.full_width_page p {
	margin: 0 0 20px 0;
}
.full_width_page h2, .full_width_page h3, .full_width_page h4, .full_width_page h5, .full_width_page h6 {
	line-height: 40px;
}
.h2page {
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #999999;
}
/* portfolio item small */


.small_portfolio {
	position: relative;
	width: 940px;
	float: left;
}
.large_portfolio {
	position: relative;
	z-index: 150;
	float: left;
}
.portfolio_item_small {
	list-style: none;
}
#content .port_margin {
	position: relative;
}
.portfolio_item_small li {
	float: left;
	width: 286px;
	margin: 0 12px 35px 12px;
}
.portfolio_small_thumb_shadow {
	padding: 0;
	position: relative;
	border: 1px solid #bdbdbd;
	display: table;
}
.portfolio_item_small p {
	padding: 10px 0 0 0;
}
.portfolio_item_small h2 {
	padding: 10px 0;
	background: url(../images/horizontal_divider.png) repeat-x bottom;
	width: 280px;
}
.port_item_small {
	width:278px;
	height:132px;
	float:left;
	overflow:hidden;
	position: relative;
	border: 4px solid #fff;
}
.port_item_small .thumb_caption_small_photo {
	width:280px;
	height:140px;
	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:280px;
	height:140px;
	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: 280px;
	height: 140px;
}
.port_item_small .thumb_caption_small_video a {
	/* add spacing and make the whole row clickable*/
	display:block;
	width: 280px;
	height: 140px;
}
.port_item_small img {
	/* allow javascript moves the img position*/
	position:absolute;
	border: none;
}
.small_portfolio #filterButtons {
	margin: 0 0 30px 12px;	
}
#filterButtons {
	list-style: none;
	margin: 0 0 30px 0;
	float: left;
}
#filterButtons li {
	float: left;
	margin: 0 10px 0 0;
	font-weight: bold;
	text-transform: capitalize;
	text-shadow: none;
}
#filterButtons li a {
	display: block;
	background: #f47b20;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fa7c00;
}
#filterButtons li a:hover {
	background: #0c7d00;
	color: #fff;
}
/* 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 25px 0;

}
.portfolio_large_thumb_shadow {
	padding: 0;
	height: 258px;
	position: relative;
	width: 598px;
	float: left;
	margin: 0 20px 30px 0;
	border: 1px solid #bdbdbd;
}
.portfolio_item_large p {
	padding: 10px 0 0 0;
	width: 280px;
	float: left;
	line-height: 20px;
}
.portfolio_item_large h2 {
	padding: 0 0 10px 0;
	background: url(../images/horizontal_divider.png) repeat-x bottom;
	width: 270px;
	float: left;
}
.portfolio_item_large h2 span {
	font-size: 13px;
	color: #777;
	text-transform: capitalize;
}
.port_item_large {
	width:590px;
	height:250px;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
	border: 4px solid #fff;
}
.port_item_large .thumb_caption_large_photo {
	width:600px;
	height:260px;
	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:600px;
	height:260px;
	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: 600px;
	height: 260px;
}
.port_item_large .thumb_caption_large_video a {
	/* add spacing and make the whole row clickable*/
	display:block;
	width: 600px;
	height: 260px;
}
.port_item_large img {
	/* allow javascript moves the img position*/
	position:absolute;
	border: none;
}
/*--sidebar--*/

/*--search--*/

#search {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	width: 270px;
}
.search_form {
	margin: 0;
	padding: 0;
}
#search form {
	display: inline;
}
#search form input#s {
	width: 202px;
	background: url(../images/search_form.png) no-repeat right;
	border: none;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 33px;
	height: 33px;
}
#search form input#searchsubmit {
	width: 46px;
	height: 33px;
	background: url(../images/green/search_submit.png) no-repeat;
	border: 0;
	margin: 0;
	cursor:pointer;
	float: left;
}
strong.search_excerpt {
	background: yellow;
	padding: 5px;
}
/* 125x125 Ads */

.ads {
	float: left;
	list-style: none;
	margin: 10px 0 0 0;
	position: relative;
	padding: 0 0 10px 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: 600px;
	padding: 20px 0 0 0;
}
.comment-body {
}
#comments ol li.depth-1 {
	padding: 20px 0 10px 0;
	width: 600px;
	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: 560px;
	margin: 10px 0 0 40px;
	border-left: 1px solid #bdbdbd;
}
#comments ol.commentlist li ul.children li.depth-3 {
	width: 520px;
	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 {
	background: #fdfaf3;
}
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: #000;
}
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: 600px;
}
.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 #dddddd;
	background: #f7f7f7;
	line-height: 30px;
}
#respond input:focus {
	background: #fff;
}
#respond textarea {
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 393px;
	height: 142px;
	border: 1px solid #dddddd;
	background: #f7f7f7;
	padding: 10px 0 0 10px;
}
#respond textarea:focus {
	background: #fff;
}
input#submit {
	border: none;
	width: 405px;
	background: #f2f2f2;
	border: 1px solid #dddddd;
	font-weight: bold;
	clear: left;
	margin: 5px 0 0 0;
	padding: 0;
	height: 30px;
	text-align: center;
	cursor: pointer;
}
input#submit:hover {
	background: #eaeaea;
	border: 1px solid #dddddd;
}
#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;
}
.tagcloud a {
	font-size:  13px;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #2c2c2c;
	float: left;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.widget_sidebar .tagcloud a {
	font-size:  13px;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #e7e7e7;
	float: left;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #868686;
}
.tagcloud a:hover {
	background: #4a4a4a;
	display: block;
}
.widget_sidebar .tagcloud a:hover {
	background: #868686;
	display: block;
	color: #fff;
}
a.tagsz-1 {
	font-size:  13px;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #e7e7e7;
	float: left;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: none;
}
#content a.tagsz-1:hover {
	background: #f47b20;
	color: #fff;
}
#content a.tagsz-2:hover {
	background: #f47b20;
	color: #fff;
}
#content a.tagsz-3:hover {
	background: #f47b20;
	color: #fff;
}
#content a.tagsz-4:hover {
	background: #f47b20;
	color: #fff;
}
#content a.tagsz-5:hover {
	background: #f47b20;
	color: #fff;
}
a.tagsz-2 {
	font-size:  13px;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #e7e7e7;
	float: left;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: none;
}
a.tagsz-3 {
	font-size:  13px;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #e7e7e7;
	float: left;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: none;
}
a.tagsz-4 {
	font-size:  13px;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #e7e7e7;
	float: left;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: none;
}
a.tagsz-5 {
	font-size:  13px;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #e7e7e7;
	float: left;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: none;
}
/* contact us widget */

#content .contact_widget li {
	border: none;
	padding-left: 25px;
}
#footer .contact_widget li {
	border: none;
	padding-left: 25px;
}
.contact_widget .contact_phone {
	background: url(../images/phone_icon.png) no-repeat 0px 8px;
}
.contact_widget .contact_fax {
	background: url(../images/fax_icon.png) no-repeat 0px 8px;
}
.contact_widget .contact_email {
	background: url(../images/email_icon.png) no-repeat 0px 8px;
}
.contact_widget .contact_address {
	background: url(../images/address_icon.png) no-repeat 0px 8px;
}
#footer .contact_widget .contact_phone {
	background: url(../images/grey_phone_icon.png) no-repeat 0px 8px;
}
#footer .contact_widget .contact_fax {
	background: url(../images/grey_fax_icon.png) no-repeat 0px 8px;
}
#footer .contact_widget .contact_email {
	background: url(../images/grey_email_icon.png) no-repeat 0px 8px;
}
#footer .contact_widget .contact_address {
	background: url(../images/grey_address_icon.png) no-repeat 0px 8px;
}
/* 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: #cccccc;
	font-weight: bold;
	font-style: italic;
}
#prev {
	text-align: left;
	margin: 10px 0 0 0;
}
#next {
	text-align: right;
	margin: 10px 0 0 0;
}
/*--gallery--*/
p.attachment {
	text-align: center;
	padding: 15px 10px;
}
p.attachment a img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #7bbcff;
}
.navigation a img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #7bbcff;
}
.gallery-item a img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #7bbcff;
}
.gallery-item a:hover img {
	border: 1px solid black;
}
.gallery-caption {
	font-size:11px;
	line-height:14px;
	margin-left:0pt;
	padding-bottom:10px;
	color: #727272;
}
.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: 0 4px 5px;
}
/*-- Pagination --*/

.page_nav {
	line-height: 26px;
	overflow: hidden;
	text-align: center;
	padding: 5px 0;
	margin: 20px 0;
	float: left;
	width: 940px;
}
.page_nav span.pages {
	font-size: 12px;
	font-family: Tahoma, Arial,  sans-serif;
	color: #a2a2a2;
	margin: 0;
	padding: 0 0 0 10px;
	width: 51px;
	height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
.page_nav span {
	line-height: 26px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	color: #000;
}
.page_nav a {
	display: block;
	float: 	left;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 10px;
	color: #898989;
	border-bottom: 2px solid #fff;
	width: 20px;
	height: 24px;
}
.page_nav a:hover {
	width: 20px;
	height: 24px;
	line-height: 26px;
	text-align: center;
	font-size: 11px;
	color: #898989;
	margin: 0 0 0 10px;
	border-bottom: 2px solid #283543;
}
.page_nav span.current {
	width: 20px;
	height: 24px;
	line-height: 26px;
	text-align: center;
	font-size: 11px;
	color: #898989;
	margin: 0 0 0 10px;
	border-bottom: 2px solid #283543;
}
/* 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:4%;
	margin-bottom:3%;
	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;
}
#content .section {
	line-height: 30px;
	padding: 5px 0 3px;
}

#content .section2 {
	line-height: 30px;
	padding-top: 0;
}
/* divider shortcode */

.image_divider {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 5px;
	background: url(../images/horizontal_divider.png) repeat-x;
	padding-bottom: 30px;
}
.space_divider {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 30px;
}
/* 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/social_icons.png) no-repeat -32px 0px;
	width: 21px;
}
.rss_button a:hover {
	background: url(../images/social_icons.png) no-repeat -32px -25px;
}
.facebook_button a {
	background: url(../images/social_icons.png) no-repeat -59px 0px;
	width:12px;
}
.facebook_button a:hover {
	background: url(../images/social_icons.png) no-repeat -59px -25px;
}
.twitter_button a {
	background: url(../images/social_icons.png) no-repeat -77px 0px;
	width:27px;
}
.twitter_button a:hover {
	background: url(../images/social_icons.png) no-repeat -77px -25px;
}
.linkedin_button a {
	background: url(../images/social_icons.png) no-repeat -111px 0px;
	width:21px;
}
.linkedin_button a:hover {
	background: url(../images/social_icons.png) no-repeat -111px -25px;
}
.youtube_button a {
	background: url(../images/social_icons.png) no-repeat -137px 0px;
	width:22px;
}
.youtube_button a:hover {
	background: url(../images/social_icons.png) no-repeat -137px -25px;
}
.vimeo_button a {
	background: url(../images/social_icons.png) no-repeat 0px 0px;
	width:24px;
}
.vimeo_button a:hover {
	background: url(../images/social_icons.png) no-repeat 0px -25px;
}
/* twitter widget */
#twitter_update_list {
	list-style: none;
	padding-bottom: 20px;
}
#twitter_update_list li {
	padding: 10px 0;
	list-style-image: url(../images/twitter_bullet.png);
	list-style-position: inside;
}
#twitter_update_list li a {
	color: #969595;
}
.follow_link a {
	color: #32cbff;
}
/* flickr widget */

.flickr img {
	float: left;
	margin: 0 0 10px 10px;
	width: 65px;
	height: 65px;
	border: 3px solid #f47b20;
}
.widget_sidebar .flickr img {
	border: 3px solid #e7e7e7;
}
.widget_sidebar .flickr img:hover {
	border: 3px solid #e7e7e7;
}
.flickr img:hover {
	border: 3px solid #f3a960;
}
/* recent comments widget */

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

.widget_sidebar {
	color: #717171;
	float: left;
	width: 258px;
	padding: 0 20px 20px 20px;
	margin: 0 0 20px 0;
	background: #fdfaf3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #dbdbdb;
}
#content .widget_sidebar h3 {
	color: #404040;
	padding: 10px 0;
	text-shadow: 1px 1px 1px #fff;
}
.widget_sidebar ul {
	list-style: none;
}
.widget_sidebar ul li:first-child {
	border: none;
}
.widget_sidebar ul li {
	padding: 10px 0;
	border-top: 1px solid #e7e7e7;

}
.widget_sidebar .recent_posts li {
	padding: 10px 0 25px 0;
	margin: 0;
}
.widget_sidebar .recent_posts li img {
	border: 3px solid #e7e7e7;
}
.widget_sidebar .recent_posts span {
	color: #838383;
}
.widget_sidebar a {
	color: #777777;
}
.widget_sidebar a:hover {
	color: #181f28;
}
/* Recent Posts Widget */

#footer .recent_posts {
	padding: 0;
	margin: 0;
}
#footer .recent_posts li {
	padding-bottom: 25px;
}
#content .widget_sidebar h5 {
	font-size: 13px;
	margin: 0;
	color: #8b949d;
	padding: 0;
	text-shadow: 1px 1px 1px #fff;
}
#footer .widget_sidebar h5 {
	text-shadow: 1px 1px 1px #000;
}
.recent_image {
	float: left;
	margin: 2px 10px 0 0;
}
.recent_image img {
	border: 3px solid #f47b20;
}
.widget_sidebar .recent_image img {
	border: 3px solid #e7e7e7;
}
.recent_image img:hover {
	border: 3px solid #f3a960;
}
.widget_sidebar .recent_image img:hover {
	border: 3px solid #e7e7e7;
}
.recent_date {
	font-size: 11px;
	color: #fff;
	line-height: 25px;
}
.recent_date a {
	color: #fff;
}
.recent_details {
	margin: 0 0 0 0;
}
#footer .recent_date a {
	color: #fff;
}
#footer .recent_date {
	color: #fff;

}

/* Popular Posts Widget */

.popular_posts h5 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#content .popular_posts li {
	width: 270px;
	float: left;
}
.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 {
	background: url(../images/green/footer_bg.png) top;
	color: #a5a5a5;
	color: #26282b;
	width: 100%;
}

.footer_shadow {
	background: url(../images/footer_shadow.png) repeat-x top;
	width: 100%;
	position: relative;
}
#footer h3 {
	font-size: 20px;
	padding: 20px 0 10px 0;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.footer_content {
	width: 940px;
	margin: 0 auto;
	display: table;
	padding: 0 0 10px 0;
	background: url(../images/green/footer_content_bg.png) no-repeat center top;
}
.latest_tweets_content {
	width: 100%;
	background:	#e2ddd2	;
	border-top: 1px solid #bdbdbd;	
}
.latest_tweets {
	width: 938px;
	height: 85px;
	background: url(../images/latest_tweets_icon.png) no-repeat 40px 30px;
	position: relative;
	margin: 0 auto;
	color: #818181;
	z-index: 2;
}
.latest_tweets ul li {
	list-style: none;
	list-style-image: none;
}
.latest_tweets ul li a, .latest_tweets ul li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #818181;
	color: #818181;
}
.latest_tweets ul {
	margin: 23px 0 0 95px;
	font-size: 15px;
	line-height: 18px;
	font-family: NobileItalic;
	float: left;
}
.footer_left {
	float: left;
	width: 286px;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
}
.footer_middle {
	float: left;
	width: 286px;
	margin: 20px 0 0 40px;
	padding: 0 0 10px 0;
}
.footer_right {
	float: left;
	width: 286px;
	margin: 20px 0 0 40px;
	padding: 0 0 10px 0;
}
.widget_footer {
	padding: 0;
	float: left;
	width: 286px;
	color: #fa7c00;
	text-shadow: 1px 1px 1px #000;
}
.widget_footer .popular_posts h5{
	text-shadow: 1px 1px 1px #000;	
}
.widget_footer ul {
	list-style: none;
	margin: 10px 0 0 0;
}

.widget_footer ul li:first-child {
	background: none;
}
	
.widget_footer ul li {
	padding: 10px 0 15px 0;
	background: url(../images/green/footer_divider.png) repeat-x top;
}

.widget_footer a{
	color: #fa7c00;
}

.widget_footer a:hover {
	color: #fff;
}
.footer_left_sidebar {
}
.footer_middle_sidebar {
}
.footer_right_sidebar {
}
.footer_bottom {
	width: 100%;
	height: 50px;
	background: #063b01 url(../images/footer_bottom_bg.png) repeat-x;
	background: #fa7c00 url(../images/footer_bottom_bg.png) repeat-x;
	
	border-top: 1px solid #0c7401;
	border-top: 1px solid #000;
}
.copyright_info {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
.copyright_info p {
	font-size: 11px;
	line-height: 50px;
	color: #fff;
	float: left;
	text-transform: 1px 1px 1px #000;
}
.copyright_info a {
	color: #fff;
}
.copyright_info a:hover {
	color: #fdfaf3;
}
/* 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 20px 0;
	z-index: 9999;
}
.video1left {
	float: left;
	margin: 0 20px 20px 0;
}
.video1right {
	float: right;
	margin: 0 0 20px 20px;
}
#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:#f5f0e4!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:#f5f0e4!important;
	text-shadow:0 -1px 0 #888 !important;
}
.green_gradient, .green_gradient span {
	background-image: url(../images/buttons/green/button_sprite.png) !important;
	color:#f5f0e4!important;
	text-shadow:0 -1px 0 #888 !important;
}
.orange_gradient, .orange_gradient span {
	background-image: url(../images/buttons/orange/button_sprite.png) !important;
	color:#f5f0e4!important;
	text-shadow:0 -1px 0 #888 !important;
}
.purple_gradient, .purple_gradient span {
	background-image: url(../images/buttons/purple/button_sprite.png) !important;
	color:#f5f0e4!important;
	text-shadow:0 -1px 0 #888 !important;
}
.black_gradient, .black_gradient span {
	background-image: url(../images/buttons/black/button_sprite.png) !important;
	color:#f5f0e4!important;
	text-shadow:0 -1px 0 #888 !important;
}
.grey_gradient, .grey_gradient span {
	background-image: url(../images/buttons/grey/button_sprite.png) !important;
	color:#f5f0e4!important;
	text-shadow:0 -1px 0 #888 !important;
}
.red_gradient, .red_gradient span {
	background-image: url(../images/buttons/red/button_sprite.png) !important;
	color:#f5f0e4!important;
	text-shadow:0 -1px 0 #888 !important;
}
.white_gradient, .white_gradient span {
	background-image: url(../images/buttons/white/button_sprite.png) !important;
	color:#aaa !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:#f5f0e4!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: 32px;
	font-weight: bold;
	margin: 0 2px 0 0;
	position: relative;
	top: 7px;
	text-shadow: 1px 1px 1px #fff;
}
.dropcaps_circle {
	float: left;
	background: url(../images/dropcaps_circle.png) no-repeat;
	font-size: 28px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 4px 0 0 0;
	width: 35px;
	height: 35px;
	top: 5px;
	text-shadow: none;
}
.dropcaps_square {
	float: left;
	background: url(../images/dropcaps_square.png) no-repeat;
	font-size: 28px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 4px 0 0 0;
	text-shadow: none;
	width: 35px;
	height: 35px;
	top: 5px;
}
/* lists shortcode */

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

.framed_box {
	background: #fdfaf3;
	border: 1px solid #c9c9c9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.framed_box_content {
	padding: 20px 20px 0 20px;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.info_box {
	background: #bcdbfe;
	border: 1px solid #809bba;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	color: #59708b;
}
.info_box h4 { 
	color: #59708b;
}
.info_box_content {
	padding: 20px;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.note_box {
	background: #fdffd0;
	border: 1px solid #dfcd97;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	color: #555555;
}
.note_box_content {
	padding: 20px;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* style table shortcode */

.styled_table {
	border:1px solid #d6d6d6;
	margin: 0 0 20px 0;
}
.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:#fdfaf3;
	text-align:center;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	color:#555555;
}
.styled_table tfoot td {
	background: #fdfaf3;
}
/* 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: #fdfaf3;
	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: #fdfaf3;
}
.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: #fdfaf3;
	border-top: 1px solid #dddddd;
	line-height: 30px;
	padding: 0 10px;
	cursor: pointer;
	color: #666666;
}
.accordion .current {
	cursor: default;
	color: #333333;
	background: #fff;
}
.accordion .pane {
	padding: 10px 15px;
	border-top: 1px solid #dddddd;
	background: #fff;
}
/* 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;
}
/* 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: url(../images/contact_form_input.png) no-repeat;
	border: none;
	width: 270px;
	height: 34px;
	line-height: 32px;
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #666666;
	clear: both;
}
.contact_form_error {
	font-size: 12px;
	color: #ff0000;
}
.contact_form textarea {
	background: url(../images/contact_form_textarea.png) no-repeat;
	width: 410px;
	height: 190px;
	border: none;
	padding: 10px 0 0 10px;
	font-size: 12px;
	color: #666666;
}
.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 */

.testimonial {
	background: #f5f0e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d6c8ab;
	margin: 0 0 20px 0;
}
.testimonial_content {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 15px;
}
#content .testimonial_paragraph {
	padding: 0 0 10px 0;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	font-family: NobileItalic, Tahoma, sans-serif;
}
#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;
}
/* sitemap */

.sitemap ul {
	margin: 0 0 0 20px;
	list-style-position: inside;
}
.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;
}
#content .sitemap h2 {
	font-size: 16px;
	padding: 0 0 10px 0;
}
/* highlight shortcode */

.red_highlight {
	background: #ff0000;
	color: #fff;
}
.yellow_highlight {
	background: #fff880;
}
.blue_highlight {
	background: #aeefff;
}
.green_highlight {
	background: #b0ffae;
}
.black_highlight {
	background: #000;
	color: #fff;
}
/* tooltip shortcode */
.tool_tip_content {
	position: relative;
}
.tool_tip {
	position: relative;
	border-bottom: 1px dotted #cccccc;
}
.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 #e4e3e3;
	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;
}
.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: #f5f0e4;
	border-left: 1px solid #d6c8ab;
	border-right: 1px solid #d6c8ab;
	border-bottom: 1px solid #d6c8ab;
}
.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: 35px;
	background: url(../images/pricing_table_button.png) no-repeat 0px 0px;
	text-align: center;
	color:#fdfaf3;
	text-shadow:0 -1px 0 #888;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 35px;
	display: block;
}
.pricing_table_button:hover {
	background: url(../images/pricing_table_button.png) no-repeat 0px -37px;
	color:#fdfaf3;
	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:#fdfaf3;
	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:#fdfaf3;
	text-shadow:0 -1px 0 #888;
}

/* featured slider red */

#header #slider {
	border: 5px solid #0b6e01;
	border: 5px solid #fa7c00;
	
	background: #f47b20 url(../images/green/loading.gif) no-repeat 50% 50%;	
	background: #1f2023 url(../images/green/loading.gif) no-repeat 50% 50%;	
}

#header .nivo-caption {
	background:#f47b20;
}

#header .nivo-controlNav a {
	background: url(../images/green/slider_bullet_nav.png) no-repeat;
}
#header .nivo-controlNav a.active {
	background: url(../images/green/slider_bullet_nav_active.png) no-repeat;
}
.single_page, #left_col{
	padding-left:10px;
}
.nivoSlider img{
	width:250px;
}
.breadcrumbs
{
	
	font-size:.8em;
	height:40px;
	margin-top:-15px;
/*	position: relative; */
	/*float: left; */
}
