
/* LAYOUT */
/* ----------------------------------------- */

img display { block }
/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto; overflow: hidden; }
.tc { text-align: center; }
.alignleft { float:left }
.alignright { float:right }
img.aligncenter { display:block; margin:0 auto; overflow: hidden; }
img.alignleft { float:left; margin: 5px 20px 15px 0; padding: 10px; background: #efefef; border: 1px solid #dadada; }
img.alignright { float:right; margin: 5px 0 15px 20px; padding: 10px; background: #efefef; border: 1px solid #dadada; }

/* MORE LINK */
.more-link {
	background: #983a08;
	background: -moz-linear-gradient(top, #983a08 0%, #6b1a02 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#983a08), to(#6b1a02));
	border: 1px solid #6b1a02;
	border-bottom: 1px solid #3b0b00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #c25e2a, 0 1px 2px 0 #B3B3B3;
	-webkit-box-shadow: inset 0 1px 0 0 #c25e2a, 0 1px 2px 0 #B3B3B3;
	box-shadow: inset 0 1px 0 0 #c25e2a, 0 1px 2px 0 #B3B3B3;
	color: #ffffff;
	font-size: 11px;
	line-height: 1;
	padding: 7px 15px 7px 15px;
	text-align: center;
	display: inline-block;
}

.more-link:hover {
	color: #ffffff;
	background: #6b1a02;
	background: -moz-linear-gradient(top, #6b1a02 0%, #983a08 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6b1a02), to(#983a08));
	-moz-box-shadow: inset 0 1px 0 0 #c25e2a, 0 1px 2px 0 #4c4c4c;
	-webkit-box-shadow: inset 0 1px 0 0 #c25e2a, 0 1px 2px 0 #4c4c4c;
	box-shadow: inset 0 1px 0 0 #c25e2a, 0 1px 2px 0 #4c4c4c;
	cursor: pointer;
}

.more-link:active {
	-moz-box-shadow: inset 0 0 8px 4px #6b1a02, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 8px 4px #6b1a02, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 8px 4px #6b1a02, 0 1px 0 0 #eee;
}

#pvnxt { width: 61px; height: 30px; position: absolute; top: 5px; right: 0; }
#pvnxt .next a {
	float: right;
	display: block; 
	width: 29px;
	height: 29px;
	text-indent: -99999px;
	overflow: hidden;
	background: url("../images/sliders/nivo-arrows.png") no-repeat top right;
}
#pvnxt .next a:hover { 
	background: url("../images/sliders/nivo-arrows.png") no-repeat bottom right;
}
#pvnxt .previous a { 
	float: left;
	display: block; 
	width: 29px;
	height: 29px; 
	text-indent: -99999px;
	overflow: hidden;
	background: url("../images/sliders/nivo-arrows.png") no-repeat top left;
}
#pvnxt .previous a:hover { 
	background: url("../images/sliders/nivo-arrows.png") no-repeat bottom left;
}

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
.clear { clear:both; } /* Use this br class to clear your floated columns */
a:active, a:focus {outline: 0;}

body { background: #cccccc url("../images/fire.png") repeat-x; }

.rays { background: url("../css/overlay/rays.png") top no-repeat; }
/*.rays { background: url("../css/overlay/wave.png") top no-repeat; }*/
/*.rays { background: url("../css/overlay/glow.png") top no-repeat; }*/
/*.rays { background: url("../css/overlay/grunge.png") top no-repeat; }*/

.tgradb { width: 100%; height: 40px; background: url("../images/tgradb.png") repeat-x; }
.sitewrap {
	background: #ffffff;
	width: 980px;
	margin: 0 auto;
}

/*Let's start with the header since that comes first*/
.inner {
    margin: 0 auto;
    width: 960px;
}
.description {
	float: left;
    color: #cccccc;
    font-size: 11px;
    line-height: 11px;
    padding: 5px 0 0 0;
}

.wide-top {
	width: 100%;
	padding-bottom: 20px;
}

#header { 
	width: 960px;
	height: 120px;
	position: relative;
}

#logo {
	width: 300px;
	float: left;
	z-index: 100;
	position:absolute;
	top: 40px;
	left: 0;
}

#logo a {
	display: block;
}

/********** Main Navigation **********/

/*** No Nav Fallback ***/
.no-nav-main {
	text-align: right;
	z-index: 1000;
	width: 610px;
	height: 46px;
	position: absolute;
	top: 40px;
	right: 30px;
}

.no-nav-main p {
	padding: 10px;
}
/*** ESSENTIAL STYLES ***/
.menu-wrap {
	background: url("../images/menu-bg.png") repeat-x;
	z-index: 1000;
	width: auto;
	height: 46px;
	float: right;
	margin: 35px 5px 0 5px;
	padding: 9px 0 7px 15px;
	position: relative;
}
.menu-header-left {
	background: url("../images/menu-bg-left.png") 0 0 no-repeat;
	width: 5px;
	height: 61px;
	position: absolute;
	top: 0;
	left: -5px;
}
.menu-header-right {
	background: url("../images/menu-bg-right.png") 0 0 no-repeat;
	width: 5px;
	height: 61px;
	position: absolute;
	top: 0;
	right: -5px;
}

.menu-header .menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.menu-header .menu {
	line-height:	1.0;
}

.menu-header .menu ul {
	right: 0;
	position:		absolute;
	top:			-999em;
	width:			11em; /* left offset of submenus need to match (see below) */
}

.menu-header .menu ul li {
	width:			100%;
}

.menu-header .menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.menu-header .menu li {
	float: left;
	position: relative;
	z-index: 1500;
	font-size: 11px;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}
.menu-header .menu li a {
	padding: 7px 7px 15px 7px;

}
.menu-header .menu li.sfHover:hover {
	background: url("../images/shadow.png") no-repeat scroll 0 0;
	border-top-left-radius: 5px; 	
	border-top-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;	
	-moz-border-radius-topright: 5px;
}

.menu-header .menu a {
	color:	#333;
	display:		block;
	position:		relative;
	font-weight: 700;
}
.menu-header .menu li:hover ul,
.menu-header .menu li.sfHover ul {
	width: 160px;
	left:			0;
	top:			50px; /* match top ul list item height */
	z-index:		99;
}
.menu-header ul.menu li:hover li ul,
.menu-header ul.menu li.sfHover li ul {
	top:			-999em;
}
.menu-header ul.menu li li:hover ul,
.menu-header ul.menu li li.sfHover ul {
	left:			161px; /* match ul width */
	top:			-5px;
}
.menu-header ul.menu li li:hover li ul,
.menu-header ul.menu li li.sfHover li ul {
	top:			-999em;
}
.menu-header ul.menu li li li:hover ul,
.menu-header ul.menu li li li.sfHover ul {
	left:			161px; /* match ul width */
	top:			-5px;
}

/*** SKIN ***/

.menu-header .menu {
}
.menu-header .menu a {
	padding: 0;
	text-decoration:none;
}

.menu-header .menu a span {
    display: block;
	font-weight: normal;
	font-size: 11px;
	padding-top: 6px;
	color: #deae95;
	text-transform: capitalize;
}

.menu-header .menu li li a {
	color: #4b4b4b;
	background:	#f9f9f9;
	padding: 6px 15px;
	text-decoration:none;
}

.menu-header .menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	background: transparent;
	color:	#f2f2f2;
}

.menu-header .menu li a:hover {
	color: #ffffff;
}

.menu-header .menu li li {
	border-top: 0;
	border-right: 0;
	font-size: 12px;
	line-height: 13pt;
	padding: 0;
	margin: 0;	
	text-transform: capitalize;
}

.menu-header .menu li li li {
	background:	#ffffff;
}

.menu-header .menu li li a:hover {
	color: #000000;
	background:	#f2f2f2;
}

/*** arrows **/
.menu-header .menu a.sf-with-ul {
	padding-right: 	18px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.menu-header .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.4em;
	top:			.7em; /* IE6 only */
	width:			13px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-gray.png') no-repeat -11px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.7px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* 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-position: -11px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu-header .menu ul .sf-sub-indicator { height: 13px }
.menu-header .menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu-header .menu ul a:focus > .sf-sub-indicator,
.menu-header .menu ul a:hover > .sf-sub-indicator,
.menu-header .menu ul a:active > .sf-sub-indicator,
.menu-header .menu ul li:hover > a > .sf-sub-indicator,
.menu-header .menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -11px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.menu-header .sf-shadow ul {
	padding: 5px;
	background: url("../images/shadow.png") bottom center no-repeat;
	border-top-right-radius: 5px; 
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
.menu-header .sf-shadow ul ul {
	padding: 0;
	background: none;
}
.menu-header .sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.menu-header .menu ul li ul.sub-menu {
	padding: 5px;
	background: url("../images/shadow.png") bottom center no-repeat;
}

/********** Shadows **********/
.shadow {
	width: 100%;
	height: 5px;
	background: url('../images/shadow-1.png') repeat-x;
}

.shadow-alt {
	width: 100%;
	height: 5px;
	background: url('../images/shadow-2.png') repeat-x;
}

/********** Twitter and RSS **********/

#twitrss {
	width: 310px;
	float: right;
	margin: 70px 0 0 0;
}

.head-twitter {
	width: 130px;
	height: 46px;
	float: left;
	margin-right: 20px;
}

a.twittericon {
	background:	url('../images/tweet-head.png') no-repeat 0 0;
	height: 46px;
	width: 46px;
	float: left;
	display: block;
	text-indent: -9999px;
}

a:hover.twittericon {
	background:	url('../images/tweet-head.png') no-repeat 0 -46px;
}

.head-rss {
	width: 130px;
	height: 46px;
	float: left;
}

a.head-rssicon {
	background:	url('../images/rss-head.png') no-repeat 0 0;
	height: 46px;
	width: 46px;
	float: left;
	display: block;
	text-indent: -9999px;
}

a:hover.head-rssicon {
	background:	url('../images/rss-head.png') no-repeat 0 -46px;
}

#twitrss h3 {
	color: #4e4e4e;
	padding: 5px 0 0 56px;	
}

#twitrss p {
	padding: 3px 0 0 56px;	
}

#twitrss .head-twitter a {
	color: #33ccff;
}

#twitrss .head-rss a {
	color: #e16418;
}


#twitrss a:hover {
	color: #000000;
}
	
	
/********** Call To Action **********/
#action {
	width: 980px;
	padding: 30px 0;
	overflow: hidden;
	background:	#f3f3f3;
	border-bottom: 1px solid #dfdfdf;
}
	
#action h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-shadow: 1px 1px 1px #cfcfcf;
	width: 679px;
	float: left;
	margin: 0 30px 0 30px;
	font-size: 18px;
	line-height: 22pt;
}

#action h3.text-full {
	width: 933px;
	float: left;
	margin: 0 40px 0 40px;
	font-size: 18px;
	line-height: 22pt;
}

.action-button {
	float: left;
	background:	url('../images/action-button.png') no-repeat 0 0;
	display: block;	
	width: 245px;
	height: 48px;
	padding-top: 22px;
	margin-top: 15px;
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}

.action-button:hover {
	color: #ffffff;
	background:	url('../images/action-button.png') no-repeat 0 -70px;
}
/********** Call To Action Shortcode **********/
#actionS {
	background: url('../images/line.png') bottom repeat-x;
	margin-bottom: 40px;
	padding: 0 0 40px 0;
	overflow: hidden;
}

#actionS {
	padding: 0 0 20px 0;
	margin-bottom: 40px;
	overflow: hidden;
}

#actionS p {
	padding: 0;
	margin: 0;
}
	
#actionS h3 {
	font-weight: normal;
	width: 685px;
	float: left;
	margin: 0 30px 0 0;
	font-size: 28px;
	line-height: 28pt;
}

#actionS span {
	display: block;
	font-size: 16px;
	color: #5b5b5b;
	line-height: 20pt;
}

#actionS h3.text-full {
	width: 933px;
	float: left;
	margin: 0 40px 0 40px;
	font-size: 18px;
	line-height: 22pt;
}

.action-buttonS {
	float: left;
	background:	url('../images/action-button.png') no-repeat 0 0;
	display: block;	
	width: 245px;
	height: 48px;
	padding-top: 22px;
	margin-top: 15px;
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}

.action-buttonS:hover {
	color: #ffffff;
	background:	url('../images/action-button.png') no-repeat 0 -70px;
}

.action-buttonS.black {
	background:	url('../images/action-button.png') no-repeat 0 -140px;
}

.action-buttonS.black:hover {
	background:	url('../images/action-button.png') no-repeat 0 -210px;
}

.action-buttonS.blue {
	background:	url('../images/action-button.png') no-repeat 0 -280px;
}

.action-buttonS.blue:hover {
	background:	url('../images/action-button.png') no-repeat 0 -350px;
}

.action-buttonS.purple {
	background:	url('../images/action-button.png') no-repeat 0 -1120px;
}

.action-buttonS.purple:hover {
	background:	url('../images/action-button.png') no-repeat 0 -1190px;
}

.action-buttonS.coffee {
	background:	url('../images/action-button.png') no-repeat 0 -560px;
}

.action-buttonS.coffee:hover {
	background:	url('../images/action-button.png') no-repeat 0 -630px;
}

.action-buttonS.gray {
	background:	url('../images/action-button.png') no-repeat 0 -420px;
}

.action-buttonS.gray:hover {
	background:	url('../images/action-button.png') no-repeat 0 -490px;
}

.action-buttonS.green {
	background:	url('../images/action-button.png') no-repeat 0 -700px;
}

.action-buttonS.green:hover {
	background:	url('../images/action-button.png') no-repeat 0 -770px;
}

.action-buttonS.teal {
	background:	url('../images/action-button.png') no-repeat 0 -840px;
}

.action-buttonS.teal:hover {
	background:	url('../images/action-button.png') no-repeat 0 -910px;
}
.action-buttonS.orange {
	background:	url('../images/action-button.png') no-repeat 0 -980px;
}

.action-buttonS.orange:hover {
	background:	url('../images/action-button.png') no-repeat 0 -1050px;
}

.action-buttonS.red {
	background:	url('../images/action-button.png') no-repeat 0 -1260px;
}

.action-buttonS.red:hover {
	background:	url('../images/action-button.png') no-repeat 0 -1330px;
}

/********** Home Service Boxes **********/
#content .home-left {
	width: 663px;
	float: left;
	
}
#content .service-boxes {
	width: 960px;
	float: left;
	margin: 0;
}

#content .short {
	width: 980px;
}

#content .recent-work {
}

#content .service-boxes h3.from-blog {
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 20px 30px;
}

#content .service-boxes img {
	display: block;
}

#content .service-boxes img.icon {
	display: block;
	float: left;
	margin: 5px 10px 0 0;
}

#content .service-boxes .box {
	width: 201px;
	float: left;
	margin: 0 30px 40px 0;
}

#content .short .box {
	width: 225px;
}

#content .service-boxes a.blink {
	font-size: 11px;
}

#content .service-boxes .box-title  {
	background: url('../images/more-bg.png') bottom left repeat-x;
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	padding-bottom: 20px;
}

#content .service-boxes .box-one  {
	margin: 0 20px 30px 0;
}

#content .service-boxes .last {
	margin: 0 0 30px 0;
}


#content .service-boxes .box h3 {
	font-size: 13px;
	line-height: 15pt;
	margin: 0 0 5px 0;
}

#content .service-boxes .box h2 {
	font-size: 16px;
	line-height: 16pt;
	margin-left: 5px;
}

#content .service-boxes .box h2 a {
	font-size: 16px;
	line-height: 16pt;
}

#content .service-boxes .box p {
	padding: 0 0 0 0;
}

#content .service-boxes .box-title h3 {
	font-size: 18px;
}

#content .service-boxes .box-title p {
}

#content .service-boxes .box a.home-box-more {
    display: inline-block;
    margin: 5px 10px 5px 0;
}

/*EXTRA Fancy button*/
a.box-more {
    background: url("../images/read-more.png") no-repeat right -42px;
    border: 0 none;
	color: #5f5f5f !important;
    display: inline-block !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 5px 10px 5px 0 !important;
    padding: 0 21px 0 0 !important;
}

a.box-more span {
    background: url("../images/read-more.png") no-repeat scroll 0 0 transparent;
    display: block;
    line-height: 10px;
    padding: 16px 0 16px 21px;
	text-shadow: 1px 1px 1px #FFFFFF;
}

a:hover.box-more {
	background: url("../images/read-more.png") bottom right no-repeat ;
}

a:hover.box-more span {
	color: #5f5f5f !important; 
	background: url("../images/read-more.png") 0 -84px no-repeat;
}

/********** Gallery Navigation **********/
.no-nav-work {
	width: 960px;
	float: left;
	margin: 0 0 40px 0;	
}

.work-nav-wrap {
	background: url("../images/line.png") bottom left repeat-x;
	width: 960px;
	float: left;
	margin: 0 0 40px 0;
	padding: 6px 0 30px 0;
}

.work-nav-wrap-alt {
	width: 960px;
	float: left;
}

.no-nav-work p {
	padding: 0;
}

.menu-work {
	width: 960px;
}

.menu-work ul.sub-menu {
	display: none;
}

.menu-work ul.menu-work-nav {
	font-family: Arial, Helvetica, sans-serif;
}

.menu-work ul.menu-work-nav li {
	display: inline;
}

.menu-work ul.menu-work-nav  li a {
	line-height: 12pt;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DFDFDF;
	margin: 0 3px;
}

.menu-work .current-menu-item a:hover {
	background: #dfdfdf;
	color: #000000;
}

.menu-work .current-menu-item a {
	background: #742A0D;
	border: 1px solid #742a0d !important;
    color: #FFFFFF;
}

/********** All Gallery Boxes **********/
#gallery-four-boxes .box,
#gallery-3-boxes .box,
#gallery-1-box .box,
#gallery-2-boxes .box {
	position: relative;
	float: left;
	margin: 0 38px 40px 0;
}

#gallery-2-boxes-wrap,
#gallery-2-boxes,
#gallery-four-boxes-wrap,
#gallery-four-boxes,
#gallery-3-boxes-wrap,
#gallery-3-boxes,
#gallery-1-box-wrap,
#gallery-1-box {
	width: 960px;
	float: left;
}

#gallery-four-boxes .last,
#gallery-3-boxes .last,
#gallery-1-box .last,
#gallery-2-boxes .last {
	margin: 0 0 40px 0;
}

#gallery-2-boxes .box h2,
#gallery-1-box .box h2 {
	font-size: 24px;
	line-height: 24pt;
}

#gallery-four-boxes .box h2,
#gallery-3-boxes .box h2 {
	font-size: 22px;
	line-height: 22pt;
	padding: 0;
}

#gallery-2-boxes .box h2 a,
#gallery-1-box .box h2 a,
#gallery-four-boxes .box h2 a,
#gallery-3-boxes .box h2 a {
	color: #393939;
}

#gallery-2-boxes .box h2 a:hover,
#gallery-1-box .box h2 a:hover,
#gallery-four-boxes .box h2 a:hover,
#gallery-3-boxes .box h2 a:hover {
	color: #000000;
}

#gallery-2-boxes img,
#gallery-1-box img,
#gallery-four-boxes img,
#gallery-3-boxes img {
	display: block;
}

#gallery-1-box a.gallery-zoom,
#gallery-1-box a.gallery-zoom-video,
#gallery-2-boxes a.gallery-zoom,
#gallery-2-boxes a.gallery-zoom-video,
#gallery-3-boxes a.gallery-zoom,
#gallery-3-boxes a.gallery-zoom-video,
#gallery-four-boxes a.gallery-zoom,
#gallery-four-boxes a.gallery-zoom-video {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.wide-clear { width: 980px; clear: both;}

/********** Gallery 4 Boxes **********/
#gallery-four-boxes .box {
	width: 211px;
}

#gallery-four-boxes a.gallery-zoom,
#gallery-four-boxes a.gallery-zoom-video {
	background: url("../images/img-bg.png") -310px -270px no-repeat;
	width: 199px;
	height: 120px;
	padding: 6px 6px 14px 6px;
	position: relative;
}

#gallery-four-boxes a.gallery-zoom span,
#gallery-four-boxes a.gallery-zoom-video span {
	position: absolute;
	display: none;
	top: 6px;
	right: 6px;
	width: 199px;
	height: 120px;
}

#gallery-four-boxes a.gallery-zoom span {
	background: url("../images/zoom.png") center no-repeat;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

#gallery-four-boxes a.gallery-zoom-video span {
	background: url("../images/video-zoom.png") center no-repeat;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

/* Lightbox frames */
a.lightframe-small {
	background: url("../images/img-bg.png") -310px -270px no-repeat;
	width: 199px;
	height: 120px;
	padding: 6px 6px 14px 6px;
	position: relative;
	display: block;
}

a.lightframe-small img {
	display: block;
}

a.lightframe-small.image span,
a.lightframe-small.video span {
	display: none;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 199px;
	height: 120px;
}

a.lightframe-small.image span {
	background: url("../images/zoom.png") center no-repeat;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

a.lightframe-small.video span {
	background: url("../images/video-zoom.png") center no-repeat;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

a.lightframe-medium {
	background: url("../images/img-bg.png") 0 -270px no-repeat;
	width: 282px;
	height: 162px;
	padding: 6px 6px 14px 6px;
	position: relative;
	display: block;
}

a.lightframe-medium img {
	display: block;
}

a.lightframe-medium.image span,
a.lightframe-medium.video span {
	display: none;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 282px;
	height: 162px;
}

a.lightframe-medium.image span {
	background: url("../images/zoom.png") center no-repeat;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

a.lightframe-medium.video span {
	background: url("../images/video-zoom.png") center no-repeat;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

a.lightframe-large {
	background: url("../images/img-bg.png") -611px 0 no-repeat;
	width: 449px;
	height: 240px;
	padding: 6px 6px 22px 6px;
	position: relative;
	display: block;
}

a.lightframe-large img {
	display: block;
}

a.lightframe-large.image span,
a.lightframe-large.video span {
	display: none;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 449px;
	height: 240px;
}

a.lightframe-large.image span {
	background: url("../images/zoom.png") center no-repeat;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

a.lightframe-large.video span {
	background: url("../images/video-zoom.png") center no-repeat;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}


/********** Gallery 3 Boxes **********/
#gallery-3-boxes .box {
	width: 294px;
}

#gallery-3-boxes a.gallery-zoom,
#gallery-3-boxes a.gallery-zoom-video {
	background: url("../images/img-bg.png") 0 -270px no-repeat;
	width: 282px;
	height: 162px;
	padding: 6px 6px 14px 6px;
}

#gallery-3-boxes a.gallery-zoom span,
#gallery-3-boxes a.gallery-zoom-video span {
	position: absolute;
	display: none;
	top: 6px;
	right: 6px;
	width: 282px;
	height: 162px;
}

#gallery-3-boxes a.gallery-zoom span {
	background: url("../images/zoom.png") center no-repeat;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

#gallery-3-boxes a.gallery-zoom-video span {
	background: url("../images/video-zoom.png") center no-repeat;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

/********** Gallery 2 Boxes **********/
#gallery-2-boxes .box {
	width: 461px;
}

#gallery-2-boxes a.gallery-zoom,
#gallery-2-boxes a.gallery-zoom-video {
	background: url("../images/img-bg.png") -611px 0 no-repeat;
	width: 449px;
	height: 240px;
	padding: 6px 6px 22px 6px; 
}

#gallery-2-boxes a.gallery-zoom span, 
#gallery-2-boxes a.gallery-zoom-video span {
	position: absolute;
	display: none;
	top: 6px;
	right: 6px;
	width: 449px;
	height: 240px
}

#gallery-2-boxes a.gallery-zoom span {
	background: url("../images/zoom.png") center no-repeat;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

#gallery-2-boxes a.gallery-zoom-video span {
	background: url("../images/video-zoom.png") center no-repeat;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

/********** Gallery 1 Box **********/
#gallery-1-box .box {
	width: 960px;
	margin: 0 0 40px 0;
}

#gallery-1-box .boxright {
	width: 330px; 
	float: right;
}

#gallery-1-box a.gallery-zoom,
#gallery-1-box a.gallery-zoom-video {
	background: url("../images/img-bg.png") 0 0 no-repeat;
	float: left;
	width: 586px;
    height: 236px;
    margin-right: 30px;
    padding: 7px 7px 22px 7px;
}

#gallery-1-box a.gallery-zoom span,
#gallery-1-box a.gallery-zoom-video span {
	position: absolute;
	display: none;
	top: 7px;
	right: 7px;
	width: 586px;
	height: 236px;
}	

#gallery-1-box a.gallery-zoom span {
	background: url("../images/zoom.png") center no-repeat;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

#gallery-1-box a.gallery-zoom-video span {
	background: url("../images/video-zoom.png") center no-repeat;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

.pwrap {
	width: 980px;
	float: left;
}

/********** Big Intro **********/
#big-intro {
	width: 983px;
	background:	url('../images/content-bg.png') repeat-y top center;
}
	
#big-intro h3 {
	font-size: 48px;
	line-height: 48px;
	color: #685c53;
	padding: 15px 0 15px 0;
	margin-left: 24px;
}

#big-intro h4 {
	font-size: 38px;
	color: #685c53;
	padding: 0 0 0 160px;
	padding-bottom: 15px;
	margin-left: 24px;
}

#big-intro h5 {
	font-size: 28px;
	line-height: 28pt;
	color: #685c53;
	padding: 15px 0 15px 0;
	margin-left: 24px;
}

#big-intro h4 .green {
	color: #61a700;
}

#big-intro h4 .blue {
	color: #346699;
}

/********** Featured Content **********/

#featured-wrap {
	position: relative;
	width: 960px;
	height: 394px;
	padding-bottom: 40px;
	background:	url('../images/content-bg.png') repeat-y top center;
}

#digislider2-feature-wrap {
	position: relative;
	width: 960px;
	height: 390px;
	margin: 0 auto;
	padding: 0 0 34px 0;
}

#video-feature-wrap {
	position: relative;
	width: 960px;
	height: 390px;
	margin: 0 auto;
	padding: 30px 0 4px 0;
}

#featured {
	width:960px;
	padding-top: 20px;
	position: relative;
	height: 346px;
	background: transparent;
}

.video-frame {
	widht: 500px;
	height: 281px;
	padding: 24px 24px 36px 24px;
	background: url('..//images/video-bg.png') no-repeat;
}

.vleft {
	float: left;
	margin-right: 40px;
}

.vright {
	float: right;
	margin-left: 40px;
}

.video-details h3 {
	color: #ffffff;
	font-size: 32px;
	line-height: 34pt;
	margin-bottom: 20px;
}

.video-details p {
	color: #CCC;
}

ul#digislider2 {
	width: 960px;
	height: 363px;
	overflow: hidden;
}

#digislider2-feature-wrap .bx-pager {
	margin: 15px auto 0 auto;
}
#digislider2-feature-wrap .bx-prev,
#digislider2-feature-wrap .bx-next {
	background: url("../images/sliders/nivo-arrows.png") no-repeat;
	cursor:pointer;
	display:block;
	width:29px;
	height:29px;
	text-indent:-9999px;
	position: absolute;
	left: 0;
	bottom: -62px;
}

#digislider2-feature-wrap .bx-prev {
	background-position: top left;
}

#digislider2-feature-wrap .bx-prev:hover {
	background-position: bottom left;
}

#digislider2-feature-wrap .bx-next {
	position: absolute;
	left: 30px;
	bottom: -62px;
	background-position: top right;
}

#digislider2-feature-wrap .bx-next:hover {
	background-position: bottom right;
}

#digislider2-feature-wrap a.pager-link {
    background: url("../images/sliders/bullets-fire.png") 0 0 no-repeat;
    display: inline-block;
    text-indent: -9999px;
	width:20px;
	height:20px;
	margin-left: 5px;
}

#digislider2-feature-wrap a.pager-active {
    background: url("../images/sliders/bullets-fire.png") 0 -20px no-repeat;
    display: inline-block;
	width:20px;
	height:20px;
}
/********** All other Content **********/

#content {
	width: 960px;
}

.full-width {
	width: 960px;
	float: left;
}

/* =Masthead
-------------------------------------------------------------- */
#masthead {
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 10px 0 30px 0;
}

#masthead p {
	color: #DEAE95;
	font-size: 18px;
	line-height: 20pt;
	padding: 15px 0 0 0;
}

#masthead p.entry-meta {
	font-size: 12px;
	line-height: 14pt;
	padding: 5px 0 0 0;
}

#masthead p.entry-meta a {
	color: #f2f2f2;
}

#masthead p.entry-meta a:hover {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

#masthead h3 {
	color: #ffffff;
	font-size: 28px;
	line-height: 28px;
}

#masthead img {
	float: left;
	margin-right: 20px;
}

#masthead  h1 {
	color: #ffffff;
	font-size: 28px;
	line-height: 28px;
}


/********** Single **********/
.full-width ol {
	padding: 20px 20px 20px 40px;
	margin-right: 20px;
}

.full-width ol li {
	list-style-type: decimal;
	color: #9a9a9a;
	list-style-position: outside;
	line-height: 16pt;
}

.wp-caption  {
	background: #f6f6f6;
	margin: 0 0 20px 0;
	padding: 10px 0 0 10px;
	text-align:center;
	overflow: hidden;
}

.wp-caption  img {
	display: block;
}

.wp-caption p.wp-caption-text {
	background: #f6f6f6;
	font-family: Verdana,Arial;
	font-size: 10px;
	line-height: 17px;
	margin: 0;
	padding: 10px 12px 10px 0;
	text-align: right;
	text-transform: uppercase;
}

.post-wrap {
	width: 960px;
	float: left;
}
.col-left {
	width: 600px;
	float: left;
	margin: 0 30px 0 0;
}

.col-cl {
	float: right;
	margin: 0 0 0 30px; 
}

/* List styles */
ul.pluslist,
ul.checklist,
ul.arrowlist {
	font-size: 12px;
	margin: 10px 0 10px 20px;
}

ul.pluslist li,
ul.checklist li,
ul.arrowlist li {
	padding: 5px 0 5px 20px;
}

ul.pluslist li {
	background: url('../images/li-plus.png') 0 9px no-repeat;
}

ul.checklist li {
	background: url('../images/list-check.png') 0 9px no-repeat;
}

ul.arrowlist li {
	background: url("../images/tiny-arrow.png") 2px 9px no-repeat;
}
/* END List styles */

.col-left ol {
	padding: 20px 20px 20px 40px;
	margin-right: 10px;
}

.col-left ol li {
	list-style-type: decimal;
	color: #9a9a9a;
	list-style-position: outside;
	line-height: 16pt;
}

.post {
	width: 600px;
	float: left;
}

.sharebox {
	width: 240px; 
	float: right; 
	padding: 10px;
	margin: 0 0 20px 20px;
	background: #F9F9F9 url("../images/inputbg.png") 0 0 repeat-x;
    border: 1px solid #E7E7E7;
}
.sharebox h6 {
	margin-bottom: 5px;
}

.post-video {
	width: 600px;
	float: left;
	margin-bottom: 20px;
}

.grid-2 {
	width: 374px;
	float:left;
}

.grid-1 {
	width: 600px;
	float:left;
}

.crumb-wrap {
	background: url("../images/line.png") bottom left repeat-x;
	padding: 0 0 20px 0;
	margin: -20px 0 40px 0;
}

p#breadcrumbs {
	color: #CCC;
	font-size: 11px;
	line-height: 11pt;
	padding: 5px 0 0 0;
}
p#breadcrumbs a.home {
	background: url("../images/home-bc.png") 0 2px no-repeat;
	padding: 3px 0 3px 25px;
}
p#breadcrumbs a:hover.home {
	background: url("../images/home-bc.png") 0 -18px no-repeat;
}
#breadcrumbs a {
	color: #999;
}

p#breadcrumbs span.current {
	color: #666;
}

.post p {
	margin: 0 0 20px 0;
	padding: 0;
}

p.post-tags {
	padding: 0 0 20px 0;
	background: url("../images/line.png") bottom left repeat-x;
}

#entry-top {
	width: 980px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

#entry-top h1 {
	font-size: 32px;
	line-height: 32pt;
	margin-bottom: 15px;
}

#entry-top p {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-style: italic;
    line-height: 18px;
    margin: 0;
    padding: 0 0 5px;
}

#entry-top p span.com {
	font-size: 14px;
}

.tweet-button {
	width: 50px;
	float: left;
	margin: 0 10px 0 0;
}

.digg-button {
	width: 50px;
	float: left; 
	margin: 0 10px 0 0;
}

ul.share-links {
	width: 110px;
	float: left;
	font-size: 12px;
	margin: 0 0 0 5px;
}

ul.share-links li {
	padding: 0 0 3px 20px;
}

ul.share-links li.tiny-stumble {
	background: url('../images/tiny-stumbleupon.png') 0 4px no-repeat;
}

ul.share-links li.tiny-reddit {
	background: url('../images/tiny-reddit.png') 0 4px no-repeat;
}

ul.share-links li.tiny-facebook {
	background: url('../images/tiny-facebook.png') 0 4px no-repeat;
}

/*Related Posts*/
#related-posts  {
	background: url("../images/line.png") bottom left repeat-x;
	width: 600px;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	float: left;
}

#related-posts h3 {
	font-size: 18px;
	line-height: 18pt;
	margin: 0 0 10px 0;	
}

#related-posts h2 {
	font-size: 12px;
	line-height: 12pt;
	margin: 10px 0 0 0;
}

#related-posts .related-entry p {
	padding: 0;
	margin: 0 0 5px 0;
}

#related-posts h2 a {
	display: block;
}

#related-posts .related-entry {
	width: 135px;
	float:left;
	margin: 0 20px 0 0;
}

#related-posts .last {
	margin-right: 0;
}

#related-posts .iwrap {
	background: url("../images/img-bg.png") -531px -270px no-repeat;
	width: 125px;
	height: 90px;
	padding: 5px;
}

#related-posts .related-entry a.read-tiny {
	width: 125px;
	height: 90px;
	position: relative;
	display: block;
}

#related-posts .related-entry a.read-tiny span {
    background: url("../images/read-tiny.png") center no-repeat;
    display: none;
	width: 125px;
    height: 90px;
    position: absolute;
    top: 0;
	left: 0;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

#related-posts .related-entry img {
	display: block;
}

/********** Post Image Gallery **********/

#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	margin-left: 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	background: #f6f6f6;
	border: 1px solid #ededed;
	padding: 5px;
}
#content .gallery-caption {
	color: #888;
	font-size: 12px;
	margin:-24px 0 24px 0;
}
#content .gallery br+br {
	display: none;
}

/********** Archives, Blog etc... **********/
#content .arcpost {
	background: url("../images/line.png") bottom left repeat-x;
	width: 600px;
	float: left;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	position: relative;
}

#content .thedate {
	background: url('../images/date-bg.png') 0 0 no-repeat;
	width: 70px;
	height: 63px;
	float: left;
	margin: 0 20px 10px 0;
	color:#ffffff;
	text-align: center;
	position: relative;
	font-size: 11px;
}

#content .thedate span.the-day {
	display: block;
	font-weight: bold;
	padding: 9px 0 0 0;
	font-size: 26px;
	line-height: 24px;
}

#content .thedate span.the-month {
	color: #DEAE95;
	display: block;
	position: absolute;
	left: 5px;
	bottom: 3px;
}

#content .thedate span.the-year {
	color: #DEAE95;
	display: block;
	position: absolute;
	right: 5px;
	bottom: 3px;
}

#content h1.archive-title {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#content .ptitle-wrap {
	width: 600px;
	position: relative;
	margin-bottom: 20px;
}

#content .ptitle-wrap h1 {
	background: url("../images/line.png") bottom repeat-x;
	font-size: 28px;
	line-height: 28px;
	padding-bottom: 8px;
	margin-bottom: 0;
	margin-left: 90px;
}

#content .ptitle-wrap h2 {
	background: url("../images/line.png") bottom repeat-x;
	font-size: 28px;
	line-height: 28px;
	padding-bottom: 8px;
	margin-bottom: 0;
	margin-left: 90px;
}

#content .ptitle-wrap p.entry-meta {
	background: url("../images/line.png") bottom repeat-x;
	position: relative;
    font-size: 10px;
	line-height: 10pt;
    padding: 5px 0 8px 0;
	margin: 0 0 0 90px;
}

#content .ptitle-wrap p.entry-meta a {
    text-transform: uppercase;
}

#content .ptitle-wrap p.entry-meta span {
	text-transform: uppercase;
	color: #000000;
}

#content .ptitle-wrap p.entry-meta .arccom {
	position: absolute;
	top: 0;
	right: 0;
	/*background: #742A0D url('../images/meta-bg-2.png') 0 0 repeat-x;*/
	padding: 5px;
}

#content .arcpost p.entry {
	padding: 10px 0 0 0;
}

.arcpost img.wp-post-image {
	display: block;
}

.comdisp {
	background: url("../images/img-bg.png") 0 0 no-repeat;
	display: block;
	width: 586px;
	height: 236px;
	padding: 7px 7px 20px 7px;
	margin: 0 0 20px 0;
	position: relative;
}
.comdisp img {
	display: block;
}
.comdisp a {
	display: block;
	position: relative;
	width: 586px;
	height: 236px;
}

.comdisp a span {
	display: none;
    background: url("../images/read-post.png") no-repeat center;
    width: 586px;
	height: 236px;
	position: absolute;
    right: 0;
    top: 0;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

.comdisp a span.full-image {
	display: none;
    background: url("../images/zoom.png") no-repeat 0 0;
    width: 586px;
	height: 236px;
	position: absolute;
    right: 0;
    top: 0;
}

.comdisp-big {
	display: block;
	width: 980px;
	height: 288px;
	margin: 20px 0 30px 10px;
	position: relative;
}
.comdisp-big img {
	display: block;
}

.comdisp-home {
	background: url("../images/img-bg.png") -535px -270px no-repeat;
	display: block;
	width: 186px;
	height: 130px;
	padding: 7px 7px 17px 7px;
	margin-bottom: 20px;
	position: relative;
}

.comdisp-home a {
	display: block;
	position: relative;
	width: 186px;
	height: 130px;
}

.comdisp-home span {
	display: none;
    background: url("../images/zoom.png") no-repeat center;
    width: 186px;
	height: 130px;
	position: absolute;
    right: 0;
    top: 0;
}

.comdisp-home span.video {
	display: none;
    background: url("../images/video-zoom.png") no-repeat center;
    width: 186px;
	height: 130px;
	position: absolute;
    right: 0;
    top: 0;
}

.comdisp-home img {
	display: block;
}

#author-info-single {
	background: #F9F9F9 url("../images/inputbg.png") 0 0 repeat-x;
    border: 1px solid #E7E7E7;
	float: left;
	margin: 0 0 40px 0;
	padding: 20px;
	width: 560px;
}

#author-info-single .avatar { 
	width: 80px;
	height: 80px;
	float: left;
    margin: 0 20px 0 0;
}

#author-info-single p {
	margin-bottom: 0;
}

#author-info-single h5 {
	margin-bottom: 10px;
}

/* COMMENT STYLING */
#comments { width: 600px; }
#comments h3 { 
background: url('../images/more-bg.png') bottom left repeat-x;
    font-size: 18px;
    line-height: 18pt;
    margin: 0 0 20px 0;
	padding-bottom: 14px;
}

#comments .comment { list-style-type:none; padding-bottom: 20px;}
#comments .comment ul li { padding: 0; background: none;}
#comments .avatarbg { width: 68px; float:left;  }
#comments .avatar { width: 68px; float:left; margin-bottom:1px; }

#comments ol.commentlist { padding: 0; margin-right: 0; }

#comments img.avatar { 
	background: url("../images/img-bg.png") no-repeat -676px -270px;
    height: 58px;
    margin: 0 20px 0 0;
    padding: 5px;
    width: 58px;
}

#comments .comment-right { background:  url("../images/inputbg.png") 0 0 repeat-x #F9F9F9; margin-left:88px; border: 1px solid #E5E5E5; }
#comments .bypostauthor.comment-right { background:  url("../images/inputbg.png") 0 0 repeat-x #f5f5f5; }
#comments .comment .comment-container { margin: 0 0 20px 0; }
#comments .comment-head { border-bottom: 1px solid #E5E5E5;height:38px;line-height:38px;margin:0;padding:0 15px;}
#comments .comment-head .name {font-weight: bold; margin:0 0 -5px;}
#comments .comment-head .date {margin-right:10px;}
#comments .comment-head .date a {color:#777777; font-size:11px;}
#comments .comment-head .edit a { font-size:11px; color:#FF0000; padding-right:5px }
#comments .comment-entry {line-height:20px;padding:20px 15px 10px;}
#comments .comment-entry p {margin:0 0 10px; color: #9A9A9A; }
#comments ul.children { background: url('../images/reply.png') 0 0 no-repeat ; padding: 20px 0 0 35px; margin: 0;}
#comments .cancel-comment-reply {margin-bottom:10px;}
#comments .navigation {padding:10px;}
#comments .navigation a {display:block;margin:15px 0 0;}
#comments .navigation a:hover {}
#comments ol {font-style: normal;font-size: 12px; }
#comments ul {font-style: normal;font-size: 12px; }

#comments span.reply {
	float: left;
	margin-top: 5px;
}

#comments a.comment-reply-link {
	background: #983a08;
	background: -moz-linear-gradient(top, #983a08 0%, #6b1a02 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#983a08), to(#6b1a02));
	border: 1px solid #6b1a02;
	border-bottom: 1px solid #3b0b00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #c25e2a;
	-webkit-box-shadow: inset 0 1px 0 0 #c25e2a;
	box-shadow: inset 0 1px 0 0 #c25e2a;
	color: #ffffff;
	font-size: 10px;
	line-height: 10px;
	padding: 6px 20px 6px 21px;
	text-align: center;
	display: inline-block;
}
#comments a.comment-reply-link:hover {
	color: #ffffff;
	background: #6b1a02;
	background: -moz-linear-gradient(top, #6b1a02 0%, #983a08 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6b1a02), to(#983a08));
	-moz-box-shadow: inset 0 1px 0 0 #c25e2a, 0 1px 2px 0 #4c4c4c;
	-webkit-box-shadow: inset 0 1px 0 0 #c25e2a, 0 1px 2px 0 #4c4c4c;
	box-shadow: inset 0 1px 0 0 #c25e2a, 0 1px 2px 0 #4c4c4c;
	cursor: pointer;
}

#comments a.comment-reply-link:active {
	-moz-box-shadow: inset 0 0 8px 4px #6b1a02, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 8px 4px #6b1a02, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 8px 4px #6b1a02, 0 1px 0 0 #eee;
}

#respond { margin: 0 0 30px 0;}
#comments #respond {width: 100%;}
#respond h3 { margin: 20px 0 20px 0; background: url("../images/more-bg.png") bottom left repeat-x; padding-bottom: 14px; }
#respond .left {width: 600px;}
#respond .right { width: 100%;}
#commentform {margin:15px 0 0;}
#commentform input.txt {background:#f9f9f9 url("../images/inputbg.png") repeat-x left top;border-color: #E6E6E6 #EFEFEF #EFEFEF #E6E6E6;border-style: solid;border-width: 1px;padding:7px 5px;margin-right: 10px;width:220px;}
#commentform textarea {background:#f9f9f9 url("../images/inputbg.png") repeat-x left top;border-color: #E6E6E6 #EFEFEF #EFEFEF #E6E6E6;border-style: solid;border-width: 1px;color:#555555;padding:5px;width: 96%;}
#commentform #submit {margin: 10px 0 20px 0;}
#commentform input.txt, #commentform textarea { border:1px solid #e7e7e7; color:#a7a7a7; padding: 10px;}
#commentform p.notify { margin-top: 19px;}
#commentform #submit {
	background: #983a08;
	background: -moz-linear-gradient(top, #983a08 0%, #6b1a02 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#983a08), to(#6b1a02));
	border: 1px solid #6b1a02;
	border-bottom: 1px solid #3b0b00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #c25e2a, 0 1px 2px 0 #B3B3B3;
	-webkit-box-shadow: inset 0 1px 0 0 #c25e2a, 0 1px 2px 0 #B3B3B3;
	box-shadow: inset 0 1px 0 0 #c25e2a, 0 1px 2px 0 #B3B3B3;
	color: #ffffff;
	font-size: 11px;
	line-height: 1;
	padding: 7px 15px 7px 15px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	float: left;
}

#commentform #submit:hover {
	color: #ffffff;
	background: #6b1a02;
	background: -moz-linear-gradient(top, #6b1a02 0%, #983a08 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6b1a02), to(#983a08));
	-moz-box-shadow: inset 0 1px 0 0 #c25e2a, 0 1px 2px 0 #4c4c4c;
	-webkit-box-shadow: inset 0 1px 0 0 #c25e2a, 0 1px 2px 0 #4c4c4c;
	box-shadow: inset 0 1px 0 0 #c25e2a, 0 1px 2px 0 #4c4c4c;
	cursor: pointer;
}

#commentform #submit:active {
	-moz-box-shadow: inset 0 0 8px 4px #6b1a02, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 8px 4px #6b1a02, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 8px 4px #6b1a02, 0 1px 0 0 #eee;
}

h3#pings {margin:20px 0 10px;}
.pinglist li {list-style-type:decimal;margin:0 0 0 20px;}
.pinglist li .author {font-size:15px;font-weight:bold;}
.pinglist li .date {font-size:11px;}
.pinglist li .pingcontent {display:block;margin:10px 0;}
	

/********** Sidebar **********/
#sidebar {
	background: url("../images/sidebar-bg.png") repeat-y top left;
	width: 300px;
	float: left;
	padding: 0 0 0 30px;
}

.sidebar-top {
    background: url("../images/sidebar-top.png") no-repeat top left;
    float: left;
    height: 16px;
    width: 330px;
}

.sidebar-top.cl {
    background: url("../images/sidebar-top-cl.png") no-repeat top right;
    float: left;
    height: 16px;
    width: 330px;
}

.sidebar-bottom {
    background: url("../images/sidebar-bottom.png") no-repeat top left;
    float: left;
    height: 16px;
    width: 330px;
}

#swrap {
	width: 330px;
	float: right;
}

#swrap.cl {
	width: 330px;
	float: left;
}

#swrap.cr {
	width: 330px;
	float: right;
}

.sidebar-bottom.cl {
    background: url("../images/sidebar-bottom-cl.png") no-repeat top right;
    float: left;
    height:16px;
    width: 330px;
}

#sidebar.cl {
	background: url("../images/sidebar-bg-cl.png") repeat-y top right;
	padding: 0 30px 0 0;
}

#sidebar p {
	margin: 0 0 10px;
	padding: 0;
}

#sidebar h4 {
	font-size: 18px;
	line-height: 18px;
	margin-left: 15px;
}

.widget-container {
	margin: 0 0 30px 0;
	border-bottom: none !important;
}

#sidebar .videosidebar {
	background: url("../images/line.png") bottom left repeat-x;
	padding-bottom: 20px;
}

#sidebar .widget_popularwidget {
	background: url("../images/line.png") bottom left repeat-x;
	padding-bottom: 5px;
}

#sidebar .widget-latest-posts {
	background: url("../images/line.png") bottom left repeat-x;
	padding-bottom: 20px;
}

#sidebar .widget-latest-posts
#sidebar .widget_popularwidget {
	background: url("../images/line.png") bottom left repeat-x;
	padding-bottom: 20px;
}

.widget_tag_cloud div {
	padding-top: 10px;
}

.widget_tag_cloud a {
	background: url("../images/tagbg.png") top left no-repeat;
	padding: 7px 10px 7px 20px !important;
	margin: 0 2px 5px 0 !important;
	line-height: 11px;
	font-size: 11px !important;
	display: inline-block !important;
	border-right: 1px solid #d0d0d0;
	color: #5f5f5f !important;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.widget_bb_flickr {
	overflow: hidden;
}

.widget-container a {
	color: #666666;
	display: block;
}

.widget-container a:hover {
	color: #333333;
	text-decoration: underline;
}

#sidebar .widget_recent_entries li a,
#sidebar .widget_archive li a, 
#sidebar .widget_categories li a,
#sidebar .widget_meta li a,
#sidebar .blogroll li a {
	background: url('../images/tiny-arrow.png') 0 7px no-repeat;
	padding-left: 20px;
}

#sidebar h3.widget-title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}

#sidebar .xoxo ul  { }
#sidebar .xoxo ul li  {
	
}
#sidebar .xoxo ul li  {line-height: 22px; text-decoration: none;display: block;padding: 4px 0 7px 0; margin: 0; background: url('../images/line.png') bottom left repeat-x; }
#sidebar .xoxo ul ul  { padding: 0; border-top: none; }

#sidebar .xoxo ul ul li a:hover {background: #F4F4F4;}

ul.recent-comments-list {
	padding-left: 0;
	margin: 0 15px;
	background: url('../images/quote.png') 0 20px no-repeat;
	
}

#footer ul.recent-comments-list {
	padding-left: 0;
	margin: 0;
	background: url('../images/quote.png') 0 28px no-repeat;
	
}

ul.recent-comments-list li.recent-comment {
	margin-left: 0;
}

ul.recent-comments-list li a {
	padding-left: 0;
}

#recentcomments {
	padding: 0;
}

/*Searchfrom*/

#searchsubmit {
    background: url("../images/search-button.png") no-repeat 0 0;
    display: block;
	margin-left: -1px;
	border: 0;
	color: #5F5F5F;
	height: 40px;
	width: 30px;
    font-size: 11px;
	text-indent: -9999px;
	overflow: hidden;
	border-right: 1px solid #e6e6e6;
}

#searchsubmit:hover {
	background: url("../images/search-button.png") no-repeat 0 -40px;
	cursor: pointer;
}


#searchform input#s  { 
	background: #fcfcfc url('../images/inputbg.png') top left repeat-x;
	float:left; 
	width: 82%; 
	padding: 11px 11px 11px 11px; 
	margin: 0; 
	color: #999999;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.screen-reader-text  { display: none; }

#wp-calendar {
	width: 280px;
}
#wp-calendar caption {
	font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
	font-weight: bold;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: url("../images/paging-bg.png") repeat-x 0 0;
	border: 1px solid #e7e7e7;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: url("../images/paging-bg.png") repeat-x 0 0;
}
#wp-calendar tfoot #next {
	text-align: right;
}

#sidebar .textwidget {
	margin: 10px 0 0 0;
}

#footer .menu li a {
	color: #346699;
}

#footer .menu li a:hover {
	color: #346699;
}

/********** Popular **********/
#popular {
	margin: 0 0 20px 0;
	overflow: hidden;
}

#popular .pop-wrap {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding-top: 10px;
}

#popular img.wp-post-image-pop {
	display: block;
}

#popular h3 {
    font-size: 12px;
	line-height: 12pt;
    margin: 5px 0 10px 0;
}

#popular .iwrap {
	background: url("../images/img-bg.png") -676px -270px no-repeat;
    height: 58px;
    width: 58px;
	float: left;
	padding: 5px;
	margin: 0 20px 0 0;
}

#popular a.read-tiny {
    display: block;
    height: 58px;
    position: relative;
    width: 58px;
	padding: 0;
}

#popular a.read-tiny span {
    background: url("../images/read-tiny.png") no-repeat center;
    display: none;
    height: 58px;
    left: 0;
    position: absolute;
    top: 0;
    width: 58px;
	-moz-box-shadow: inset 0 0 2px #000000;
	-webkit-box-shadow: inset 0 0 2px #000000;
	box-shadow: inset 0 0 2px #000000;
}

#popular .entry-meta {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10px;
	padding: 0 0 3px 0;
	margin: 0;
	line-height: 11px;
}

#popular .entry-meta span {
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}

#popular .entry-meta a {
	display: inline-block;
}

#footer #popular h3 {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
}

/********** Latest Posts Custom Widget **********/
#sidebar ul.small-thumb li,
#widget-latest-posts ul.small-thumb li {
	border-bottom: 0;
	padding: 0;
	background: none;
}

#widget-latest-posts {
    overflow: hidden;
}

#widget-latest-posts .pop-wrap {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding-top: 10px;
}

#widget-latest-posts .iwrap {
    background: url("../images/img-bg.png") -676px -270px no-repeat;
    height: 58px;
    width: 58px;
	float: left;
	padding: 5px;
	margin: 0 20px 0 0;
}

#widget-latest-posts a.read-tiny {
    display: block;
    height: 58px;
    position: relative;
    width: 58px;
	padding: 0;
}

#widget-latest-posts a.read-tiny span {
    background: url("../images/read-tiny.png") no-repeat center;
    display: none;
    height: 58px;
    left: 0;
    position: absolute;
    top: 0;
    width: 58px;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

#widget-latest-posts h3 {
    font-size: 12px;
	line-height: 12pt;
    margin: 2px 0 5px 0;
}

#widget-latest-posts .entry-meta {
	font-size: 10px;
	padding: 0 0 3px 0;
	margin: 0;
	line-height: 11px;
}

#footer #widget-latest-posts .entry-meta {
	color: #ffffff;
}

#widget-latest-posts .entry-meta span {
	color: #1b1b1b;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}

#footer #widget-latest-posts .entry-meta span {
	color: #fcffd9;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}

#widget-latest-posts .entry-meta a {
	display: inline-block;
	padding: 0;
}

#widget-latest-posts img.wp-post-image-pop {
    display: block;
}

#footer #widget-latest-posts ul li a {
	padding: 0;
}

/* Twitter */

#sidebar .widget_bb_twitter ul li {
	padding: 10px 15px;
}

#sidebar .widget_bb_twitter li  { 
	padding: 6px 0; 
	line-height: 18px; 
} 

#sidebar .widget_bb_twitter li:hover { 
	background: none; 
}

#sidebar .widget_bb_twitter a {
	display: inline;
	padding: 0;
}

#footer .widget_bb_twitter ul li {
	padding: 10px 0;
}

#footer .widget_bb_twitter li  { 
	padding: 6px 0; 
	line-height: 18px; 
	background: none;
}

#footer #searchform input#s {
    width: 74%;
}

#footer .xoxo ul li .widget_bb_twitter li:hover { 
	background: none; 
}

#footer .widget_bb_twitter a {
	display: inline !important;
	padding: 0;
}

/* FLICKR */

.flickrwrap {
	padding: 10px 0 10px 0;
}
.widget_bb_flickr h3 span{ 
	color: #0061D8; 
}

.widget_bb_flickr h3 span span { 
	color: #FF1183; 
}

.widget_bb_flickr .flickr_badge_image  { 
	float: left;  
}

.widget_bb_flickr .wrap  { 
	margin-bottom: 20px; 
	padding-top: 8px;
	overflow: hidden;
}

.widget_bb_flickr a img  { 
	float: left;  
	margin: 0 10px 10px 0;  
	display: block; 
	border: #D4D4D4 1px solid; 
	padding: 3px;
}

/********** video Widget **********/
.video-widget-wrap {
}

p.VideoCaption {
}

/********** Testimonial Widget **********/
#testimonial {
	margin: 0;
}

.bx-wrapper .bx-prev {display: none;}
.bx-wrapper .bx-next {display: none;}

.bx-wrapper .pager {
	background: none;
	margin-bottom:5px;
	overflow: hidden;
	padding: 0;
	border-bottom: 0 !important;
}

.thumbs a.pager-active {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 3px solid #666;
}

.thumbs a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
}

ul#testimonial {
	overflow: hidden;
}

.bx-wrapper .bx-pager {
	text-align: center;
}

#testimonial blockquote p {
	display: none;
}
#testimonial blockquote {
	background: url('../images/test.png') bottom left no-repeat;
	padding: 16px 16px 36px 16px;
	margin: 0 0 15px 0;
	border-top: 1px solid #e5e5e5;
}

#testimonial blockquote span {
	display: block;
	background: url('../images/quote.png') 0 0 no-repeat;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-size: 13px;
	line-height: 13pt;
	padding: 10px 0 10px 50px;
}

#testimonial h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 13px;
	margin: 0 0 3px 0;
}
#testimonial h4 {
	font-style: italic;
	font-size: 12px;
	line-height: 13px;
	color: #505050;
}

#testimonial img {
	background: #f4f4f4;
	width: 40px;
	height: 40px;
	float: left;
	margin: 0 20px 0 0;
	padding: 4px;
}

.bx-wrapper .pager-link {
	background: url("../images/sliders/bullets-fire.png") no-repeat 0 0;
    border: 0 none;
    display: inline-block;
    height: 20px;
    text-indent: -9999px;
    width: 20px;
}
.bx-wrapper .pager-active {
	background: url("../images/sliders/bullets-fire.png") no-repeat 0 -20px;
    border: 0 none;
    display: inline-block;
    height: 20px;
    text-indent: -9999px;
    width: 20px;
}

/* = Pagination
-------------------------------------------------------------- */
.pagination {
	float: left;
	font-weight: bold;
	clear:both;
	position: relative;
	height: 32px;
}

 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 0 5px 0 0;
	padding:5px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.pagination span.pageof {
	padding: 6px 20px 0 0;	
}

.pagination a {
	border: 1px solid #DFDFDF;
}

.pagination a:hover {
	background: #dfdfdf;
}
 
.pagination .current {
	color: #ffffff;
	background: #742A0D;
	border: 1px solid #742A0D;
}

/* = Post Pagination
-------------------------------------------------------------- */
.page-link {
	font-weight: bold;
	margin-bottom: 30px;
}

.page-link span.pages {
	margin-right: 20px;
}

.page-link a {
	background: url("../images/paging-bg.png") repeat-x;
	padding: 5px 7px;
	margin: 0 2px;
	border: 1px solid #DFDFDF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/********** Recent Tweet **********/
#tweet-tweet {
	background: #F2F2F2;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
	height: 38px;
	float: left;
    padding: 30px;
	margin-top: 40px;
	width: 898px;
}
#tweet-tweet h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	color: #505050;
}

#tweet-tweet h3 a {
	font-style: italic;
}

#tweet-tweet img {
	float: left;
	margin-right: 30px;
}

/********** Footer **********/
#footer {
	width: 960px;
	padding: 30px 0 30px 0;
	overflow: hidden;
	color: #ffffff;
}

#footer-bottom .branding {
	float: left; 
	margin-right: 20px;
}

#footer .widget-container {
	float: left;
	margin: 0 0 0 38px;
}

#footer-bottom {
	width: 980px;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}

#footer-bottom .copyright {
	width: 580px;
	text-align:center;
	margin:auto;
}

#footer-bottom .copyright img {
	float: left;
	margin-right: 20px;
}

#footer-bottom .copyright p {
	color: #cccccc;
	padding:9px 0 0 0;
}

#footer p {
	color: #E3E3E3;
	padding-bottom: 10px;
}

#footer ul.copyright {
	width: 170px;
	padding: 0 15px 0 15px;
	float: left;
}

#footer ul {
	width: 100%;
	float: left;
}

#footer .three-column li {
	width: 293px;
}

#footer .four-column li {
	width: 211px;
}

#footer .five-column li {
	width: 161px;
}

#footer ul li {
	border-bottom: 1px solid #561203;
	display: block;
    margin: 0;
    text-decoration: none;
}

li.recentcomments {
	padding: 6px 0;
}

#footer ul li:first-child {
	margin-left: 0;
}

#footer ul li a {
	color: #e3e3e3;
	padding: 6px 0;
	display: block;
}

#footer ul li a:hover {
	color: #ffffff;
}

#footer h3.widget-title {
	color: #f2f2f2;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 20pt;
}

#footer .textwidget {
	padding-top: 10px;
}

#footer div.textwidget a {
	color:#99d9ff;
}

#footer div.textwidget a:hover {
	color:#ffffff !important;
}

#footer .widget_bb_twitter {
	color: #ffffff;
}

/********** Footer social **********/

#footer-social {
	width: 208px;
	float: right;
	margin: 6px 0 0 0;
}

#footer-social .socialtext {
	padding: 0 10px 0 0;
	line-height: 16px;
	float: left;
}
#footer-social .icon {
	width: 16px;
	height: 16px;
	margin-right: 7px;
	float: right;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#footer-social .icon:hover {
	background-position: bottom left;
}

#footer-social .facebook {
	background-image: url("../images/facebook.png");
}

#footer-social .twitter {
	background-image: url("../images/twitter.png");
}

#footer-social .dribbble {
	background-image: url("../images/dribbble.png");
}

#footer-social .flickr {
	background-image: url("../images/flickr.png");
}

#footer-social .linkedin {
	background-image: url("../images/linkedin.png");
}

#footer-social .rss {
	background-image: url("../images/rss.png");
}


/********** Footer Nav **********/
#footer-bottom  .no-nav-footer {
	background: #E33236;
	width: 480px;
	height: 46px;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

#footer-bottom  .no-nav-footer p {
	color: #ffffff;
	font-size: 12px;
	padding: 11px 30px 0 0;
}

#footer-bottom  .footer-nav {
	background: #E33236;
	width: 480px;
	height: 46px;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

#footer-bottom  ul.footer-navi ul.sub-menu { 
/*hide sub menu from footer nav. should only have one level*/
	display: none;
}

#footer-bottom  ul.footer-navi {
	margin: 14px 30px 0 0;
}

#footer-bottom  ul.footer-navi li {
	display: inline;
	padding-left: 20px;
	font-size: 13px;
}

#footer-bottom  ul.footer-navi li a {
	color: #ffffff;
}


#footer-bottom  ul.footer-navi li a:hover {
	color: #CCC;
}