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

.preload { display:block; background: url("../images/ajax-loader.gif") no-repeat center center; }
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: #eef1ea; border: 1px solid #dadada; }
img.alignright { float:right; margin: 5px 0 15px 20px; padding: 10px; background: #eef1ea; border: 1px solid #dadada; }
.more-link { display: block; margin-top: 20px; }

#pvnxt { width: 61px; height: 30px; position: absolute; bottom: 10px; left: 30px; }
#pvnxt .next a {
	float: right;
	display: block; 
	width: 29px;
	height: 29px;
	text-indent: -99999px;
	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;
	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: #eef1ea; }

.bodybg { background: url('../images/backgrounds/grid.png') top left; padding: 20px 0; }

.colorbar {
	/*background: url('../images/colorbar.png') top left no-repeat;*/
	background-color: #000;
	width: 980px;
	height: 1px;
}

.sitewrap {
	width: 980px;
	margin: 0 auto;
	
	-moz-box-shadow: -3px 3px 13px #222;
	-webkit-box-shadow:  3px -3px 13px #222;
	box-shadow:  -3px 3px 13px #222;
}

/*Let's start with the header since that comes first*/

#header { 
	width: 980px;
	min-height: 130px;
	position: relative;
	background: #ffffff;
}

#logo {
	width: 320px;
	float: left;
	z-index: 100;
	position:absolute;
	top: 30px;
	left: 30px;
}

#logo a {
	display: block;
}

/********** Header Login **********/
a#header-login {
	width: 30px;
	height: 24px;
	display: block;
	float: right;
	padding: 9px 30px 0 39px;
	margin-top: 11px;
	background: url("../images/login.png") top left no-repeat;
}

a:hover#header-login {
	background: url("../images/login.png") bottom left no-repeat;
}

.toggle_container input.topfield {
    background: url("../images/inputbg.png") repeat-x scroll left top #FCFCFC;
    border-color: #E6E6E6 #E6E6E6 #EFEFEF;
    border-style: solid;
    border-width: 1px;
	padding: 3px;
	margin-left: 5px;
	float: left;
	width: 100px;
}

.toggle_container input.topgo {
	background: url("../images/login-button.png") 0 0 no-repeat;
	float: left;
	width: 45px;
	height: 23px;
	margin-left: 5px;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	border: none;
}

.toggle_container input:hover.topgo {
	background: url("../images/login-button.png") 0 -25px no-repeat;
	cursor: pointer;
}

.toggle_container {
	display: none;
	float: right;
	overflow: hidden;
	width: 290px;
}

.toggle_container .block {
	float: left;
	width: 290px;
	margin: 20px 10px 0 0; /*--Padding of Container--*/
}

/********** 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 {
margin-top: 2px;
background-image:url('../images/footer.jpg');
height: 60px;
border-top: #000 1px solid;
border-bottom: #000 1px solid;
}

.menu-header {
	z-index: 1000;
	width: 980px;

}

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

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

.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 {
	padding: 2px 0 2px 7px;
	margin: 0 0 0 0;
}

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

.menu-header .menu li {
	float: right;
	position: relative;
	z-index: 1500;
	font-size: 13px;
}
.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:260px;
	left:			-.5em;
	top:			2.98em; /* 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:			0;
}
.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:			0;
}

/*** SKIN ***/

.menu-header .menu {
	margin-top: 12px;
}
.menu-header .menu a {
	padding: .55em 0 0 .85em;
	text-decoration:none;
}

.menu-header .menu li li a {
	/*padding: 10px 15px;*/
	color: #333;
	text-decoration:none;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	font-size: 11px;
	text-shadow: none ;
}

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

.menu-header .menu ul.sub-menu {

	margin-top:12px;
}

.menu-header .menu ul.sub-menu ul {
	padding-top: 0;
	margin-left: -1px;
	border-top: 0; 
}

.menu-header .menu li li ul.sub-menu {
	background: #F3F3F3;
	border-left: 0;
}

.menu-header .menu li li {
	background:	#eef1ea;
	border-top: 0;
	font-size: 12px;
	line-height: 13pt;
	padding: 0;
	margin: 0 0 0 0;	
}
.menu-header .menu li li li {
	background:	#F3F3F3;
}

.menu-header .menu li a:hover {
	background: transparent;
}

.menu-header .menu li li a:hover {
	background: #999;
	color: #fff;
}

/*** arrows **/
.menu-header .menu a.sf-with-ul {
	padding-right: 	1.50em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.menu-header .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.20em;
	top:			.70em; /* 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 { background-position:  -11px 0; margin-top: 7px; 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: 0 7px 6px 6px;
	background: url("../images/shadow.png") bottom center no-repeat;
}
.menu-header .sf-shadow ul ul {
	padding: 0;
	background: none;
}
.menu-header .sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/********** 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:	#ececeb url(../images/footer.jpg);
	border-bottom: 1px dashed #999;
	border-top: 2px solid #000;
}
	
#action h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ebebeb;
	font-style: italic;
	text-shadow: 1px 1px 1px #333;
	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: 211px;
	height: 42px;
	padding-top: 22px;
	color: #5f5f5f;
	font-size: 18px;
	text-shadow: 1px 1px 1px #ffffff;
	text-align: center;
}

.action-button:hover {
	background:	url('../images/action-button.png') no-repeat 0 -64px;
}
/********** Call To Action Shortcode **********/
#actionS {
	padding: 20px 0;
	margin-bottom: 30px;
	overflow: hidden;
	background:	#eef1ea;
	border: 1px solid #dfdfdf;
	-moz-border-radius: 5px;
}
	
#actionS h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-shadow: 1px 1px 1px #cfcfcf;
	width: 619px;
	float: left;
	margin: 0 30px 0 30px;
	font-size: 24px;
	line-height: 24pt;
}

#actionS span {
	display: block;
	font-size: 16px;
	color: #333;
	font-style: normal;
}

#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: 211px;
	height: 42px;
	padding-top: 22px;
	color: #5f5f5f;
	font-size: 18px;
	text-shadow: 1px 1px 1px #ffffff;
	text-align: center;
}

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

/********** Home Service Boxes **********/

#content .service-boxes {
	width: 920px;
	float: left;
	margin: 0 30px 30px 30px;
	border-bottom: 1px solid #f3f3f3;
}

#content .short {
	margin: 0 30px 30px 0;
}

#content .service-boxes .recent-work {
	border-bottom: none;
	margin-bottom: 0;
}

#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 5px 0;
}

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

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

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

#content .service-boxes .box-one  p {
	margin-bottom: 10px;
}

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


#content .service-boxes .box h3 {
	font-size: 14px;
	line-height: 16pt;
	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 a.home-box-more {
    background: url("../images/read-more.png") no-repeat right -42px;
    border: 0 none;
	color: #5f5f5f;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 5px 10px 5px 0;
    padding: 0 21px 0 0;
}

#content .service-boxes .box a.home-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;
}

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

#content .service-boxes .box a:hover.home-box-more span {
	background: url("../images/read-more.png") 0 -84px no-repeat;
}

/*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: 600px;
	float: left;
	font-size: 12px;
	padding: 3px 0 3px 0;
	margin: 0 42px 30px 0;	
}

.work-nav-wrap {
	width: 960px;
	float: left;
	margin: 20px 0 40px 0;
}

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

.no-nav-work p {
	padding: 0;
}
	
.show  {
    background: url("../images/search-button.png") no-repeat 0 0;
    color: #5F5F5F;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 10px;
    padding: 16px 26px;
	margin: 0 30px;
    text-shadow: 1px 1px 1px #FFFFFF;
	float: left;
}

.menu-work {
	width: 720px;
	float: left;
	font-size: 12px;
	height: 20px;
	margin: 12px 10px 0 0;
}

.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 {
    background: #F6F6F6;
    border: 1px solid #EDEDED;	
	line-height: 12pt;
	padding: 7px;
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
}

.menu-work ul.menu-work-nav  li a:hover {
    background: #F4F4F4;
    border: 1px solid #E7E7E7;	
}

.menu-work ul.menu-work-nav  li a:active {
	color: #272727;
}

.menu-work .current-menu-item a {
	background: #f4f4f4 !important;
	color: #000000;
}

/********** Gallery 4 Boxes **********/
#gallery-four-boxes-wrap {
	width: 920px;
	float: left;
	padding: 0 30px 0 31px;
}

#gallery-four-boxes {
	width: 920px;
	float: left;
}

#gallery-four-boxes img {
	display: block;
}

#gallery-four-boxes .box {
	position: relative;
	width: 207px;
	float: left;
	margin: 0 30px 30px 0;
}

#gallery-four-boxes .box h3 {
	font-size: 16px;
	line-height: 18pt;
}

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

#gallery-four-boxes .box h2 a {
	color: #393939;
	font-size: 16px;
	line-height: 16pt;
}

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

#gallery-four-boxes .box p {
	padding: 0;
}

#gallery-four-boxes .last {
	margin: 0 0 30px 0;
}

#gallery-four-boxes a.gallery-zoom {
	display: block;
	position: relative;
	width: 199px;
	height: 150px;
	margin-bottom: 15px;
	padding: 3px;
    background: #F3F3F3;
    border: 1px solid #DFDFDF;
}

#gallery-four-boxes a.gallery-zoom span {
	background: url("../images/full-image.png") center no-repeat;
	position: absolute;
	display: none;
	bottom: 3px;
	left: 3px;
	width: 207px;
	height: 150px;
}

#gallery-four-boxes a.gallery-zoom-video {
	display: block;
	position: relative;
	width: 199px;
	height: 150px;
	margin-bottom: 15px;
	padding: 3px;
    background: #F3F3F3;
    border: 1px solid #DFDFDF;
}

#gallery-four-boxes a.gallery-zoom-video span {
	background: url("../images/video-zoom.png") center no-repeat;
	position: absolute;
	display: none;
	bottom: 3px;
	left: 3px;
	width: 207px;
	height: 150px;
}

#gallery-four-boxes .wide-clear { width: 980px; height: 1px; float: left; overflow: hidden; clear: both;}

/********** Gallery 3 Boxes **********/
#gallery-3-boxes-wrap {
	width: 920px;
	float: left;
	padding: 0 30px 0 31px;
}

#gallery-3-boxes {
	width: 920px;
	float: left;
}

#gallery-3-boxes img {
	display: block;
}

#gallery-3-boxes .box {
	position: relative;
	width: 286px;
	float: left;
	margin: 0 30px 30px 0;
}

#gallery-3-boxes .box h3 {
	font-size: 16px;
	line-height: 18pt;
}

#gallery-3-boxes .box h2 {
	font-size: 16px;
	line-height: 16pt;
	margin: 0 0 20px 0;
}

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

#gallery-3-boxes .box h2 a:hover {
}

#gallery-3-boxes .box p {
	padding: 0 0 20px 0;
}


#gallery-3-boxes .last {
	margin: 0 0 30px 0;
}

#gallery-3-boxes a.gallery-zoom {
	display: block;
	position: relative;
	width: 278px;
	height: 160px;
	margin-bottom: 20px;
	padding: 3px;
	background: #f3f3f3;
	border: 1px solid #dfdfdf;
}

#gallery-3-boxes a.gallery-zoom span {
	background: url("../images/full-image.png") center no-repeat;
	position: absolute;
	display: none;
	top: 3px;
	left: 3px;
	width: 278px;
	height: 160px;
}

#gallery-3-boxes a.gallery-zoom-video {
	display: block;
	position: relative;
	width: 278px;
	height: 160px;
	margin-bottom: 20px;
	padding: 3px;
	background: #f3f3f3;
	border: 1px solid #dfdfdf;
}

#gallery-3-boxes a.gallery-zoom-video span {
	background: url("../images/video-zoom.png") center no-repeat;
	position: absolute;
	display: none;
	top: 3px;
	left: 3px;
	width: 278px;
	height: 160px;
}

#gallery-3-boxes .wide-clear { width: 922px; height: 1px; float: left; overflow: hidden; clear: both;}

/********** Gallery 2 Boxes **********/
#gallery-2-boxes-wrap {
	width: 920px;
	float: left;
	padding: 0 30px 0 31px;
}

#gallery-2-boxes {
	width: 920px;
	float: left;
}

#gallery-2-boxes img {
	display: block;
}

#gallery-2-boxes .box {
	position: relative;
	width: 445px;
	float: left;
	margin: 0 30px 0 0;
}

#gallery-2-boxes .box h3 {
	font-size: 16px;
	line-height: 18pt;
}

#gallery-2-boxes .box h2 {
	font-size: 16px;
	line-height: 16pt;
	margin: 0 0 20px 0;
}

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

#gallery-2-boxes .box h2 a:hover {
}

#gallery-2-boxes .box p {
}


#gallery-2-boxes .last {
	margin: 0 0 0 0;
}

#gallery-2-boxes a.gallery-zoom {
	display: block;
	position: relative;
	width: 437px;
	height: 240px;
	margin-bottom: 20px;
	padding: 3px;
	background: #f3f3f3;
	border: 1px solid #dfdfdf;
}

#gallery-2-boxes a.gallery-zoom span {
	background: url("../images/full-image.png") center no-repeat;
	position: absolute;
	display: none;
	top: 3px;
	left: 3px;
	width: 437px;
	height: 240px;
}

#gallery-2-boxes a.gallery-zoom-video {
	display: block;
	position: relative;
	width: 437px;
	height: 240px;
	margin-bottom: 20px;
	padding: 3px;
	background: #f3f3f3;
	border: 1px solid #dfdfdf;
}

#gallery-2-boxes a.gallery-zoom-video span {
	background: url("../images/video-zoom.png") center no-repeat;
	position: absolute;
	display: none;
	top: 3px;
	left: 3px;
	width: 437px;
	height: 240px;
}

#gallery-2-boxes .wide-clear { width: 922px; height: 1px; float: left; overflow: hidden; clear: both;}

/********** Gallery 1 Box **********/
#gallery-1-box-wrap {
	width: 920px;
	float: left;
	padding: 0 30px 0 31px;
}

#gallery-1-box {
	width: 920px;
	float: left;
}

#gallery-1-box img {
	display: block;
}

#gallery-1-box .box {
	position: relative;
	width: 920px;
	float: left;
	margin: 0 0 30px 0;
}

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

#gallery-1-box .box h3 {
	font-size: 16px;
	line-height: 18pt;
}

#gallery-1-box .box h2 {
	font-size: 24px;
	line-height: 24pt;
	margin: 0 0 20px 0;
}

#gallery-1-box .box h2 a {
	font-size: 24px;
	line-height: 24pt;
	display: block;
}

#gallery-1-box .box h2 a:hover {
}

#gallery-1-box .box p {
	margin: 0 0 0 0;
}

#gallery-1-box a.gallery-zoom {
	display: block;
	float: left;
	position: relative;
	width: 537px;
	height: 240px;
	margin-right: 30px;
	padding: 3px;
	background: #f3f3f3;
	border: 1px solid #dfdfdf;
}

#gallery-1-box a.gallery-zoom span {
	background: url("../images/full-image.png") center no-repeat;
	position: absolute;
	display: none;
	top: 3px;
	left: 3px;
	width: 537px;
	height: 240px;
}

#gallery-1-box a.gallery-zoom-video {
	display: block;
	float: left;
	position: relative;
	width: 537px;
	height: 240px;
	margin-right: 30px;
	padding: 3px;
	background: #f3f3f3;
	border: 1px solid #dfdfdf;
}

#gallery-1-box a.gallery-zoom-video span {
	background: url("../images/video-zoom.png") center no-repeat;
	position: absolute;
	display: none;
	top: 3px;
	left: 3px;
	width: 537px;
	height: 240px;
}

.pwrap {
	width: 922px;
	float: left;
	margin: 0 0 30px 35px;
}

/********** 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: 980px;
	height: 394px;
	padding-bottom: 40px;
	background:	url('../images/content-bg.png') repeat-y top center;
}

#featured-wrap .flashBook {
	position: absolute;
	width: 933px;
	height: 323px;
	top: -8px;
	left: 25px;
}

#featured {
	width:990px;
	padding-top: 20px;
	position: relative;
	height: 346px;
	background: transparent;
	margin: 0 0 0 -10px;
}

/********** All other Content **********/

#content {
	width: 980px;
	background: #ffffff;
	float: left;
	padding-top: 30px;
}

.full-width {
	margin: 0 0 30px 30px;
	width: 920px;
	float: left;
}

/* =Masthead
-------------------------------------------------------------- */
#masthead {
	background: #f3f3f3 url(images/green_pin.png);
	width: 920px;
	margin: 0 auto;
	padding: 5px 30px;
	position: relative;
	overflow: hidden;

	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

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

#masthead h3 {
	font-size: 32px;
	line-height: 32px;
}

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

#masthead  h1 {
	color:#333;
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 0;
	text-transform: uppercase;
	text-shadow: -1px 1px 1px #999;
}

/* =Portfolio Modern
-------------------------------------------------------------- */
#folio-wrap {
	width: 920px; 
	padding: 0 30px;
	float: left;
}

ul.folioitem {
	margin: 0; padding: 0; 
	list-style: none;
}
ul.folioitem li {
	width: 286px;
	margin: 0 31px 30px 0; 
	float: left;
	position: relative;
}
ul.folioitem li img {float: left; display: block; }

/*use nth child to get rid of right margins*/
ul.folioitem li:nth-child(10n+1) {float: right; margin-right: 0px;}
ul.folioitem li:nth-child(8n+0) { margin-right: 0px;}
ul.folioitem li:nth-child(10n+0) { margin-right: 0px;}

img {border: none;}

.hover-zoom-right {
	float: right !important;
}

.hover-zoom-small {
	height: 202px;
}

.hover-zoom-big {
	height: 434px;
}

.hover-zoom span.zoom-1:hover { 
	background: #ffffff url("../images/item-view.png") 266px -49px no-repeat; 
}

.hover-zoom span.zoom-2 { 
	background: url("../images/plus-2.png") center left no-repeat; 
	font-style: italic;
	width: 143px; 
	height: 202px; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	display: none;
	text-indent: -9999px;
}

.hover-zoom span.zoom-2 a { 
	display: block;
	width: 143px;
	height: 202px;
}

.hover-zoom span.zoom-more { 
	background: url("../images/more-2.png") center right no-repeat; 
	font-style: italic;
	width: 143px; 
	height: 202px; 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	display: none;
	text-indent: -9999px;
}
.hover-zoom span.zoom-more a { 
	display: block;
	width: 143px;
	height: 202px;
}

.hover-zoom span.zoom-more-tall { 
	background: url("../images/more-2.png") center right no-repeat; 
	width: 143px; 
	height: 434px; 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	display: none;
	text-indent: -9999px;
}
.hover-zoom span.zoom-more-tall a { 
	display: block;
	width: 143px; 
	height: 434px; 
}


.hover-zoom span.zoom-tall { 
	background: url("../images/plus-2.png") center left no-repeat; 
	font-style: italic;
	width: 143px; 
	height: 434px; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	display: none;
	text-indent: -9999px;
}
.hover-zoom span.zoom-tall a { 
	width: 143px; 
	height: 434px; 
	display: block;
}

.hover-zoom span.zoom-3 { 
	background: url("../images/video-zoom-modern.png") center right no-repeat; 
	font-style: italic;
	width: 143px; 
	height: 434px;  
	position: absolute; 
	bottom: 0; 
	left: 0; 
	display: none;
	overflow: hidden;
	text-indent: -9999px;
}

.hover-zoom span.zoom-3 a { 
	display: block;
	width: 143px; 
	height: 434px; 
	padding-right: 0;
}

.hover-zoom span.zoom-4 { 
	background: url("../images/video-zoom-modern.png") center right no-repeat; 
	font-style: italic;
	width: 286px;
	height: 202px;  
	position: absolute; 
	bottom: 0; 
	rleft: 0; 
	display: none;
	overflow: hidden;
	text-indent: -9999px;
}

.hover-zoom span.zoom-4 a { 
	display: block;
	width: 286px;
	height: 202px; 
}


/********** Single **********/
.full-width ul {
	font-size: 12px;
	margin: 10px 0 10px 0;
}

.full-width ul li {
	padding: 5px 0 5px 20px;
	background: url('../images/li-plus.png') 0 10px no-repeat;
}

.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: 980px;
	float: left;
	margin: 0 0 40px 0;

}
.col-left {
	width: 600px;
	float: left;
	margin: 0 20px 0 30px;
}

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

.col-left ul {
	font-size: 12px;
	margin: 10px 0 10px 20px;
}

.col-left ul li {
	padding: 5px 0 5px 20px;
	background: url('../images/li-plus.png') 0 8px no-repeat;
}

.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; 
	border: 1px solid #f3f3f3; 
	padding: 10px;
	margin: 0 0 20px 20px;
}
.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;
}



p#breadcrumbs {
	color: #9a9a9a;
	font-size: 12px;
	line-height: 12px;
	margin: 5px 0 20px 0;
	padding: 0 30px 0 10px;
	
}

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

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

#entry-top {
	background: #eef1ea;
	width: 940px;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
    margin: 0 auto;
    padding: 20px;
    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;
}

#entry-top a {
	color: #96bd0d;
}

p.entry-meta {
	padding: 0 0 30px 0;
	color: #727272;
}

.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  {
	width: 600px;
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
	float: left;
}

#related-posts h3 {
	padding: 0 0 20px 0;
	font-size: 18px;
	line-height: 18pt;
	margin: 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;
	padding-bottom: 10px;
	border-bottom: 1px solid #DFDFDF;
}

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

#related-posts .iwrap {
	width: 127px;
	height: 100px;
	padding: 3px;
	border: 1px solid #DFDFDF;
	background: #f3f3f3;
}

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

#related-posts .related-entry a.read-tiny span {
    background: url("../images/read-tiny.png") no-repeat scroll 0 0 transparent;
    display: none;
	width: 127px;
    height: 100px;
    position: absolute;
    top: 0;
	left: 0;
}

#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 {
	width: 600px;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
}

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

#content h3 {

}

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

#content .arcpost .ptitle-wrap h2 {
	font-size: 28px;
	line-height: 28pt;
	margin-bottom: 5px;
}

#content .arcpost .ptitle-wrap p.entry-meta {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    font-size: 10px;
    margin-bottom: 20px;
    padding: 5px 0;
	text-transform: lowercase;
}

#content .arcpost .ptitle-wrap p.entry-meta a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
    text-transform: uppercase;
}

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

#content .arcpost .ptitle-wrap p.entry-meta .arccom {
	float: right;
}

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

#content a{
color: #457500;
}

#content a:hover{
color: #333;
}

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

.comdisp {
	display: block;
	width: 592px;
	height: 240px;
	margin: 0 0 20px 0;
	position: relative;
	padding: 3px;
	background: #f3f3f3;
	border: 1px solid #dfdfdf;
}
.comdisp img {
	display: block;
}
.comdisp a {
	display: block;
	position: relative;
	width: 592px;
	height: 240px;
}

.comdisp a span {
	display: none;
    background: url("../images/read-post.png") no-repeat 0 0;
    width: 592px;
	height: 240px;
    left: 0;
    position: absolute;
    top: 0;
}

.comdisp a span.full-image {
	display: none;
    background: url("../images/full-image.png") no-repeat 0 0;
    width: 592px;
	height: 240px;
    left: 0;
    position: absolute;
    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: #F3F3F3;
    border: 1px solid #DFDFDF;
	padding: 3px;
	display: block;
	width: 207px;
	height: 160px;
	margin-bottom: 20px;
	position: relative;
}

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

.comdisp-home span {
	display: none;
    background: url("../images/read-post.png") no-repeat center;
    width: 207px;
	height: 160px;
    left: 0;
    position: absolute;
    top: 0;
}

.comdisp-home img {
	display: block;
}

#author-info-single {
	overflow: hidden;
	width: 600px;
	margin: 0 0 40px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}

#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 { }
#comments h3 { 
    font-size: 18px;
    line-height: 18pt;
    margin: 0 0 20px 0;
}

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

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

#comments img.avatar { 
	width: 65px; 
	height:65px; 
	background: #fff; 
	border: 1px solid #D9D9D9; 
	padding: 5px; 
}

#comments .bypostauthor .comment-container { background: #f3f3f3; }
#comments .comment-right { margin-left:105px; margin-right:5px; }
#comments .comment .comment-container { margin: 0; padding:10px; border: 1px solid #dfdfdf; }
#comments .comment-head {height:40px;line-height:40px;margin:0;padding:0 15px;}
#comments .comment-head .name {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style:italic; 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; }
#comments ul.children { background: #ffffff url('../images/reply.png') 0 -10px 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 a.comment-reply-link {color:#666;font-size:12px;font-style:italic;padding:2px;}
#comments a.comment-reply-link:hover { cursor: pointer; color: #000; background: transparent; }
#respond { margin: 0 0 30px 0;}
#comments #respond {width: 100%;}
#respond h3 { margin: 20px 0 20px 0; }
#respond .left {width: 600px;}
#respond .right { width: 600px;}
#commentform {margin:15px 0 0;}
#commentform input.txt {background:#fcfcfc 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:#fcfcfc 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:500px;}
#commentform #submit {margin:15px 0 3px;}
#commentform input.txt, #commentform textarea { font-family: Arial, Helvetica, sans-serif; font-size: 13px; border:1px solid #e7e7e7; color:#666666;}

#commentform #submit {
    background: url("../images/smallbutton.png") no-repeat 0 0;
    display: block;
	border: 0;
    text-shadow: 1px 1px 1px #FFFFFF;
	color: #5F5F5F;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
	margin-bottom: 10px;
	width: 125px;
	height: 42px;
}

#commentform #submit:hover {
	background: url("../images/smallbutton.png") no-repeat 0 -42px;
	cursor: pointer;
}

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 {
	width: 280px;
	float: left;
	padding: 0 30px 0 20px;
}

#sidebar.cl {
	padding: 0 20px 0 30px;
}

#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;
}

.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;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.widget_digi_flickr {
	overflow: hidden;
}

.widget-container a {
	display: block;
}

#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: 5px 0; margin: 0; border-bottom: 1px solid #f3f3f3; }
#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;
	border: 0;
    text-shadow: 1px 1px 1px #FFFFFF;
	color: #5F5F5F;
	height: 42px;
	width: 81px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}

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


#searchform input#s  { 
	background: #fcfcfc url('../images/inputbg.png') top left repeat-x;
	float:left; 
	width: 60%; 
	padding: 12px 11px 12px 11px; 
	margin: 0 5px 0 0; 
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #efefef;
	border-left: 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;
}

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

#popular img.wp-post-image-pop {
	width: 60px;
	height: 60px;
	display: block;
}

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

#popular .iwrap {
    background: #F3F3F3;
    border: 1px solid #DFDFDF;
    height: 60px;
    padding: 3px;
    width: 60px;
	float: left;
	margin: 0 20px 0 0;
}

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

#popular a.read-tiny span {
    background: url("../images/read-tiny.png") no-repeat center;
    display: none;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}

#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;
}

/* Twitter */

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

#sidebar .widget_digi_twitter li  { 
	padding: 6px 0; 
	line-height: 18px; 
	border-bottom: 1px solid #D4D4D4; 
	background: none;
} 

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

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

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

#footer .widget_digi_twitter li  { 
	padding: 6px 0; 
	line-height: 18px; 
	border-bottom: 1px solid #D4D4D4; 
	background: none;
} 

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

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

/* FLICKR */

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

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

.widget_digi_flickr .flickr_badge_image  { 
	float: left;  
}

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

.widget_digi_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 {
}

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

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

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

.pagination a {
	margin-top: 7px;
	background: url("../images/paging-bg.png") repeat-x;
	border: 1px solid #DFDFDF;
}
 
.pagination .current {
	margin-top: 7px;
	background: url("../images/paging-bg.png") repeat-x;
	border: 1px solid #DFDFDF;;
}

/* = 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 {
	width: 920px;
	height: 38px;
	float: left;
    background: #dcf2f5;
    border-top: 1px solid #c2e0e4;
    color: #5CA3BB;
    padding: 30px;
}
#tweet-tweet h3 {
	font-size: 16px;
	line-height: 19px;
	margin: 0;
}

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

/********** Footer **********/
#footer {
	width: 950px;
	background: #f3f3f3 url('../images/footer.jpg');
	padding: 30px 0 30px 30px;
	overflow: hidden;
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
}

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

#footer .widget-container {
	margin: 0 0 0 0;
}

#footer-bottom {
	background: #000 url('images/footer_bottom.jpg');
	width: 980px;
	position: relative;
	overflow: hidden;
	padding: 30px 0;
}

#footer-bottom .copyright {
	width: 550px;
	float: left;
	padding-left: 30px;

}

#footer-bottom .copyright p {
	padding: 6px 0 0 0;
}

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

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

#footer ul {
	width: 100%;
	margin: 0 20px 0 0;
	float: left;
}

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

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

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

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

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

#footer ul li a:hover {
}

#footer h3.widget-title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	line-height: 16px;
	color: #f9f9f9;
	text-shadow: -1px 1px 1px #000;
}

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

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

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

/********** Footer social **********/
#fb_like {

	float: right;

}

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

#footer-social .socialtext {
	padding: 0 10px 0 0;
	line-height: 16px;
	float: left;
}
#footer-social .icon {
	width: 49px;
	height: 53px;
	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/fb2.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;
}

/********** /Footer Nav **********/

/* =Contact Form
-------------------------------------------------------------- */
ol.forms .screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { background: #f9f9f9; border-bottom: 1px solid #e0e0e0; padding:10px; margin-left: 42px; }

/*****Forms*****/
.cform-wrap { margin-top: 20px; }
ol.forms { margin: 0;  padding: 0; }
#cl ol.forms { float: left; list-style: none; margin: 0 0 0 0; padding: 0; width: 100%; }
ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 30px; 
	position: relative;
	width: 100%;
    list-style-type: none !important;	
}
ol.forms label.labelred {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding:  7px;
	width: 100px;
	height: 29px;
}
ol.forms input, ol.forms textarea {
	color: #9a9a9a;
	border-color:#E6E6E6 #EFEFEF #EFEFEF #E6E6E6;
	border-width: 1px;
	border-style: solid;
	background: url("../images/inputbg.png") repeat-x left top #FCFCFC;
	padding: 10px;
	width: 420px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
ol.forms textarea { height: 300px; }
.error { color: #f00; }
ol.forms li .error { 
	font-size: 12px; 
	display: block;
	position: absolute;
	left: 0;
	top: 40px;	
}
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	left: 0;
	top: 50px;
	width: 100px;
}
ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.buttons button {
	background: url("../images/smallbutton.png") no-repeat 0 0;
	border: none;
	cursor: pointer;
	margin-left: 110px;
	width: 125px;
	height: 42px;
	color: #5F5F5F;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 11px;
}

ol.forms li.buttons button:hover {
	color: #5F5F5F;
	background: url("../images/smallbutton.png") no-repeat 0 -42px;
}

ol.forms li.buttons button:hover { color: #000; }
ol.forms li.buttons button:active { left: -1px; position: relative; top: -1px; }
ol.forms li.buttons, ol.forms li.inline { float: left; width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }

ol.forms li.inline-alt {
	width: 400px;
	font-weight: bold;
	padding:  0 0 0 116px;
	font-size: 12px;
	margin-bottom: 10px;
}

ol.forms li.inline-alt label { 
	color: #3D3C3C;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px ;
}

/*CUSTOM STYLES */

#footer div.textwidget a {
    color: #666;
}

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

/*CUSTOM STYLES */
.left_column{
width: 50%;
float: left;
}

.map {border: #999 5px solid;}

.menu_list {
	margin: 10px;
	position: relative;
	width: 180px;
	float: left;
	list-style-type:circle;
	background-image: none !important;
}

.photo {
	margin: 20px;
	position: relative;
	width: 180px;
	height: 220px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;

}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
}
.photo a {
	text-decoration: none;
}



.staff span {
	width: 189px;
	height: 137px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
}

p.position 	{
padding: 0 0 5px;
}

td {
padding-left: 5px;
}

#content {
padding: 10px;
width: 960px;
background: url(images/trans_bg.png);
}

.menu a:hover {
color: #ffffff;
}

#phone {

background-color: #fff;
text-align: right;
padding-right: 25px;
position: absolute;
bottom: 5px;
right: 1px;
}

#phone strong {
font-size: 18px;
font-weight: bold;
text-transform: uppercase;


}

#phone p {
font-size: 18px;
}

.clear {
clear: both;
}

ul.services {
margin-left: 50px;
margin-bottom: 20px;
}

ul.services li{
list-style-type: circle;
margin:10px;
}
.wp-caption{
background: #eef1ea;
border:1px solid #dadada;
-moz-box-shadow: 1px 1px 3px #888;
-webkit-box-shadow: 1px 1px 3px #888;
box-shadow: 1px 1px 3px #888;
}

.wp-caption img {
background: #eef1ea !important;

}

.wp-caption p.wp-caption-text {
background: #eef1ea;
}

a {
color: #96bd0d;
}

a:hover{
color: #333;
}

a:visted{
color: #96bd0d;
}

#pad10 { 
margin-top: 10px;
}

.float_right{
float: left;
}