/* 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 {
  display: inline-block;
  background: #377ad0;
  background: -moz-linear-gradient(top, #52a8e8 0%, #377ad0 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52a8e8), to(#377ad0));
  border-top: 1px solid #4081af;
  border-right: 1px solid #2e69a3;
  border-bottom: 1px solid #20559a;
  border-left: 1px solid #2e69a3;
  -moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 5px 10px;
  text-align: center;
  text-shadow: 0 -1px 1px #3275bc;
  -webkit-background-clip: padding-box;
}

.more-link:hover {
  color: #ffffff;
  background: #206bcb;
  background: -moz-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e9ee5), to(#206bcb));
  border-top: 1px solid #2a73a6;
  border-right: 1px solid #165899;
  border-bottom: 1px solid #07428f;
  border-left: 1px solid #165899;
  -moz-box-shadow: inset 0 1px 0 0 #62b1e9;
  -webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
  cursor: pointer;
  text-shadow: 0 -1px 1px #1d62ab;
  -webkit-background-clip: padding-box;
}

.more-link:active {
  background: #3282d3;
  border: 1px solid #154c8c;
  border-bottom: 1px solid #0e408e;
  -moz-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #2361a4;
  -webkit-background-clip: padding-box;
}

#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: #29190b url("../images/glow.png") top center 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;
  position: relative;
}
p.description {
  display: none;
}

.wide-top {
  width: 100%;
}

#header { 
  background: url("../images/header-bg.png") bottom left no-repeat;
  width: 964px;
  height: 163px;
  position: relative;
}

#logo {
  width: 300px;
  position: absolute;
  left: 0;
  top: 40px;
}

#logo a {
  display: block;
}

/********** Main Navigation **********/

/*** No Nav Fallback ***/
.no-nav-main {
  text-align: right;
}

.no-nav-main p {
  color: #ffffff;
  padding: 10px;
}
/*** ESSENTIAL STYLES ***/

.menu-wrap {
  z-index: 1000;
  width: auto;
  height: 57px;
  position:absolute;
  right: 2px;
  bottom: 0;
}

.menu-header {
  background: url("../images/menu-bg.png") bottom left no-repeat;
  height: 55px;
  padding-top: 2px;
  width: auto;
}

.menu-bg-right {
  background: url("../images/menu-bg-right.png") bottom left no-repeat;
  height: 57px;
  width: 2px;
  position:absolute;
  right: 0;
  bottom: 0
}

#menu-main-menu {  
}

.menu-header .menu, .menu * {
  margin:      0;
  padding:    0;
  list-style:    none;
}

.menu-header .menu {
  margin: 15px 0 0 30px;
  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: 12px;
  margin: 0 10px 0 0;
  text-transform: capitalize;
}
.menu-header .menu li a {
  font-weight: bold;
  padding: 7px 7px 20px 7px;

}
.menu-header .menu li.sfHover:hover {

}

.menu-header .menu a {
  color:  #ffffff;
  display:    block;
  position:    relative;
}
.menu-header .menu li:hover ul,
.menu-header .menu li.sfHover ul {
  width: 160px;
  left:      0;
  top:      40px; /* 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 {
}
.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: #e9e9e9;
  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:  #ffffff;
}

.menu-header .menu li a:hover {
  color: #000000;
}

.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;
}
.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: 2px;
  background: url('../images/shadow-1.png') repeat-x;
}

.shadow-alt {
  width: 100%;
  height: 4px;
  background: #f7f7f7 url('../images/shadow-2.png') repeat-x;
}

.shadow-three {
  width: 100%;
  height: 4px;
  background: #f7f7f7 url('../images/shadow-3.png') repeat-x;
}

.shadow-four {
  width: 100%;
  height: 2px;
  background: url('../images/shadow-4.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;
}
  
  
/********** Home Intro **********/
#home-intro {
  background: #f7f7f7;
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}

#home-intro-none {
  background: #f7f7f7;
  width: 100%;
  padding: 5px 0;
  overflow: hidden;
}


#home-intro .left {
  border-right: 1px solid #d2d2d2;
  width: 640px;
  padding-right: 30px;
  margin-right: 30px;
  float: left;
}

#home-intro .right {
  width: 259px;
  float: left;
  text-align: center;
}

#home-intro .right h3 {
  font-size: 12px;
  line-height: 12pt;
}

#home-intro .right p {
  font-size: 12px;
  line-height: 12pt;
  margin-bottom: 20px;
}

#home-intro .button {
  display: inline-block;
  background: #377ad0;
  background: -moz-linear-gradient(top, #52a8e8 0%, #377ad0 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52a8e8), to(#377ad0));
  border-top: 1px solid #4081af;
  border-right: 1px solid #2e69a3;
  border-bottom: 1px solid #20559a;
  border-left: 1px solid #2e69a3;
  -moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 10px 20px;
margin: 0 0 0 80px;
  text-align: center;
  text-shadow: 0 -1px 1px #3275bc;
  -webkit-background-clip: padding-box;
}

#home-intro .button:hover {
  background: #206bcb;
  background: -moz-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e9ee5), to(#206bcb));
  border-top: 1px solid #2a73a6;
  border-right: 1px solid #165899;
  border-bottom: 1px solid #07428f;
  border-left: 1px solid #165899;
  -moz-box-shadow: inset 0 1px 0 0 #62b1e9;
  -webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
  cursor: pointer;
  text-shadow: 0 -1px 1px #1d62ab;
  -webkit-background-clip: padding-box;
}

#home-intro .button:active {
  background: #3282d3;
  border: 1px solid #154c8c;
  border-bottom: 1px solid #0e408e;
  -moz-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #2361a4;
  -webkit-background-clip: padding-box;
}

#home-intro h3 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 20px 0;
}

#home-intro h3.alt {
  font-size: 30px;
  line-height: 30px;
  margin: 0;
}

#home-intro h3.alt span {
  font-size: 16px;
  line-height: 18pt;
  margin-top: 10px;
  font-weight: normal;
  color: #7e7e7e;
  display: block;
}

#home-intro p {
  color: #7e7e7e;
  font-size: 16px;
  line-height: 18pt;
  padding: 0;
}

#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-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 h3 {
  
  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: 960px;
  margin-top: 40px;
}

#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: 22%;
  float: left;
  margin: 0 4% 0 0;
}

#content .service-boxes .button_link {
  margin: 10px 0 5px 0;
}

#content .short .box {
  width: 22%;
}

#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 4% 0 0;
}

#content .service-boxes .last {
  margin: 0;
}


#content .service-boxes 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: 40px 0 0 0;  
}

.work-nav-wrap {
  background: url("../images/line.png") bottom left repeat-x;
  width: 960px;
  float: left;
  margin: 40px 0 0 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 {
  color: #666666;
  background: #f2f2f2;
  line-height: 12pt;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: bold;
  margin: 0 3px;
}

.menu-work ul.menu-work-nav li a:hover {
  background: #dfdfdf;
  color: #000000;
}

.menu-work ul.menu-work-nav li.current-menu-item a {
  background: #2B78C2;
    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-2-boxes-wrap,
#gallery-four-boxes-wrap,
#gallery-3-boxes-wrap,
#gallery-1-box-wrap {
  padding-top: 40px;
}

#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: 16px;
  line-height: 16pt;
  padding: 0;
  margin-bottom: 10px
}

#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 {
  width: 211px;
  height: 150px;
  position: relative;
}

#gallery-four-boxes a.gallery-zoom span,
#gallery-four-boxes a.gallery-zoom-video span {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 211px;
  height: 150px;
}

#gallery-four-boxes.portrait a.gallery-zoom,
#gallery-four-boxes.portrait a.gallery-zoom-video {
  width: 211px;
  height: 360px;
  position: relative;
}

#gallery-four-boxes.portrait a.gallery-zoom span,
#gallery-four-boxes.portrait a.gallery-zoom-video span {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 211px;
  height: 360px;
}

#gallery-four-boxes a.gallery-zoom span {
  background: url("../images/zoom.png") center no-repeat;

}

#gallery-four-boxes a.gallery-zoom-video span {
  background: url("../images/video-zoom.png") center no-repeat;

}

/* Lightbox frames */
a.lightframe-small,
a.lightframe-medium,
a.lightframe-large {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
  

a.lightframe-small {
  height: 132px;
  width: 211px;
}

a.lightframe-small img {
  display: block;
}

a.lightframe-small.image span,
a.lightframe-small.video span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 132px;
  width: 211px;
}

a.lightframe-small.image span {
  background: url("../images/zoom.png") center no-repeat;
}

a.lightframe-small.video span {
  background: url("../images/video-zoom.png") center no-repeat;
}

a.lightframe-medium {
  height: 190px;
    width: 294px;
}

a.lightframe-medium img {
  display: block;
}

a.lightframe-medium.image span,
a.lightframe-medium.video span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 190px;
    width: 294px;
}

a.lightframe-medium.image span {
  background: url("../images/zoom.png") center no-repeat;
}

a.lightframe-medium.video span {
  background: url("../images/video-zoom.png") center no-repeat;
}

a.lightframe-large {
  height: 260px;
    width: 461px;
}

a.lightframe-large img {
  display: block;
}

a.lightframe-large.image span,
a.lightframe-large.video span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 260px;
    width: 461px;
}

a.lightframe-large.image span {
  background: url("../images/zoom.png") center no-repeat;
}

a.lightframe-large.video span {
  background: url("../images/video-zoom.png") center no-repeat;
}


/********** Gallery 3 Boxes **********/
#gallery-3-boxes .box {
  width: 294px;
}

#gallery-3-boxes a.gallery-zoom,
#gallery-3-boxes a.gallery-zoom-video,
#gallery-3-boxes a.gallery-zoom,
#gallery-3-boxes a.gallery-zoom-video {
  width: 294px;
  height: 190px;
}

#gallery-3-boxes a.gallery-zoom span,
#gallery-3-boxes a.gallery-zoom-video span {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 294px;
  height: 190px;
}

#gallery-3-boxes.portrait a.gallery-zoom,
#gallery-3-boxes.portrait a.gallery-zoom-video {
  width: 294px;
  height: 400px;
}

#gallery-3-boxes.portrait a.gallery-zoom span,
#gallery-3-boxes.portrait a.gallery-zoom-video span {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 294px;
  height: 400px;
}

#gallery-3-boxes a.gallery-zoom span {
  background: url("../images/zoom.png") center no-repeat;
}

#gallery-3-boxes a.gallery-zoom-video span {
  background: url("../images/video-zoom.png") center no-repeat;
}

/********** Gallery 2 Boxes **********/
#gallery-2-boxes .box {
  width: 461px;
}

#gallery-2-boxes a.gallery-zoom,
#gallery-2-boxes a.gallery-zoom-video {
  width: 461px;
  height: 270px;
}

#gallery-2-boxes a.gallery-zoom span, 
#gallery-2-boxes a.gallery-zoom-video span {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 461px;
  height: 270px
}

#gallery-2-boxes a.gallery-zoom span {
  background: url("../images/zoom.png") center no-repeat;

}

#gallery-2-boxes a.gallery-zoom-video span {
  background: url("../images/video-zoom.png") center no-repeat;

}

/********** 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 {
  float: left;
  width: 600px;
    height: 270px;
    margin-right: 30px;
}

#gallery-1-box a.gallery-zoom span,
#gallery-1-box a.gallery-zoom-video span {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 600px;
  height: 270px;
}  

#gallery-1-box a.gallery-zoom span {
  background: url("../images/zoom.png") center no-repeat;
}

#gallery-1-box a.gallery-zoom-video span {
  background: url("../images/video-zoom.png") center no-repeat;
}

.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 {
  background: url("../images/sliders/nivo-bg.png") bottom left no-repeat;
  position: relative;
  width: 960px;
  height: 407px;
  padding: 0 2px 48px 2px;
  margin: 0 auto 40px auto;
}

#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: 407px;
  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.png") 0 0 no-repeat;
    display: inline-block;
    text-indent: -9999px;
  width:14px;
  height:14px;
  margin-left: 5px;
}

#digislider2-feature-wrap a.pager-active {
    background: url("../images/sliders/bullets.png") 0 -17px no-repeat;
    display: inline-block;
  width:14px;
  height:14px;
}
/********** All other Content **********/

#content {
  margin: 0 auto;
  width: 960px;
}

#content.home {
  padding-top: 40px;
}

.full-width {
  width: 960px;
  float: left;
}

/********** Titles With Background **********/
#page-title {
  background: url("../images/sliders/nivo-bg.png") bottom left no-repeat;
  position: relative;
  width: 960px;
  height: 250px;
  padding: 0 2px 2px 2px;
  margin: 0 auto 40px auto; 
}

#page-title-none {
  background: url("../images/sliders/nivo-bg.png") bottom left no-repeat;
  position: relative;
  width: 960px;
  height: 150px;
  padding: 0 2px 2px 2px;
  margin: 0 auto 40px auto; 
}

#page-title-none .no-title {
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: 2px;
  width: 960px;
  height: 110px;
  margin: 0 auto 40px auto; 
}

#page-title h1 {
  background:url("../images/clear.png");
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 65px;
  left: 2px;
  padding: 20px;
}

#page-title-none h1 {
  background:url("../images/clear.png");
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 20px;
  left: 2px;
  padding: 20px;
}

#page-title h2 {
  background:url("../images/clear.png");
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 65px;
  left: 2px;
  padding: 20px;
}

#page-title-none h2 {
  background:url("../images/clear.png");
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 20px;
  left: 2px;
  padding: 20px;
}
/********** 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;
  padding-top: 40px;
  position: relative;
}

.post ul li {
    list-style: disc outside none;
    margin: 0 0 0 20px;
    padding: 3px 0;
}
.col-left {
  width: 640px;
  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: 640px;
  float: left;
}

.sharebox {
  width: 240px; 
  float: right; 
  padding: 0 0 0 20px;
  margin: 0 0 20px 20px;
    border-left: 1px solid #f2f2f2;
}
.sharebox h6 {
  font-size: 12px;
  line-height: 14pt;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.post-video {
  width: 600px;
  float: left;
  margin-bottom: 20px;
}

.grid-2 {
  width: 374px;
  float:left;
}

.grid-1 {
  width: 600px;
  float:left;
}

.crumb-wrap {
  position: absolute;
  bottom: 13px;
  left: 12px;
  width: 700px;
}

p#breadcrumbs {
  color: #9b9b9b;
  font-size: 11px;
  line-height: 11pt;
  padding: 0;
}
p#breadcrumbs a.home {
  background: url("../images/home-bc.png") 0 0 no-repeat;
  padding: 3px 0 4px 25px;
}
p#breadcrumbs a:hover.home {
  background: url("../images/home-bc.png") 0 -30px no-repeat;
}
#breadcrumbs a {
  color: #9b9b9b;
}
#breadcrumbs a:hover {
  color: #000000;
}

p#breadcrumbs span.current {
  color: #303030;
  font-weight: bold;
}

.post p {
  margin: 0 0 0 0;
  padding: 6px 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 12px;
}
p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 12px;
}

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  {
  width: 640px;
  float: left;
}

#related-posts h3 {
  font-size: 12px;
  line-height: 12pt;
  border-bottom: 1px solid #F2F2F2;
  margin: 20px 0 20px 0;  
  padding: 0 0 8px;
}

#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: 145px;
  float:left;
  margin: 0 20px 0 0;
}

#related-posts .last {
  margin-right: 0;
}

#related-posts .iwrap {
  background: #363636;
  width: 145px;
  height: 110px;
}

#related-posts .related-entry a.read-tiny {
  width: 145px;
  height: 110px;
  position: relative;
  display: block;
}

#related-posts .related-entry a.read-tiny span {
    background: url("../images/read-tiny.png") center no-repeat;
    display: none;
  width: 145px;
    height: 110px;
    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 {
  border-bottom: 1px solid #f2f2f2;
  width: 640px;
  float: left;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  position: relative;
}

#ptitle-wrap .thedate {
  background: #2B78C2;
  width: 50px;
  height: 52px;
  float: left;
  margin: 0 20px 0 0;
  color:#ffffff;
  text-align: center;
  position: relative;
  font-size: 12px;
}

#ptitle-wrap .thedate span.the-day {
  display: block;
  font-weight: bold;
  padding: 6px 0;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid #f7f7f7;
}

#ptitle-wrap .thedate span.the-month {
  display: block;
  position: absolute;
  left: 16px;
  bottom: 2px;
}

#content h1.archive-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.ptitle-outer {
    background: #F7F7F7;
    overflow: hidden;
    padding: 40px 0;
    width: 100%;
}

#ptitle-wrap {
    border-right: 1px solid #D2D2D2;
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    width: 640px;
}

#ptitle-wrap p {
  font-weight: normal;
  color: #7e7e7e;
  display: block;
}

a.pback {
  background: #2B78C2 url("../images/shadow-2.png") bottom repeat-x;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: -28px;
}

a:hover.pback {
  color: #000000;
}

.ptitle-right {
    float: left;
    text-align: center;
    width: 259px;
}

.ptitle-right p {
    padding: 0;
}

ul.entry-meta {
  margin-left: 70px;
  font-weight: bold;
  color: #7e7e7e;
}

ul.entry-meta li {
  display: inline;
}

ul.entry-meta li a {
  font-weight: normal;
}

#ptitle-wrap h1 {
  font-size: 28px;
  line-height: 28pt;
  padding: 0;
  margin: 0 0 0 70px;
}

#ptitle-wrap h1.big {
  font-size: 38px;
  line-height: 38pt;
  margin: 0;
}

#ptitle-wrap h1.normal {
  font-size: 28px;
  line-height: 28pt;
  padding: 0;
  margin: 0;
}

#ptitle-wrap h2 {
  font-size: 22px;
  line-height: 22pt;
  margin: 0 0 0 70px;
}

#ptitle-wrap p.entry-meta {
    color: #9e9e9e;
  position: relative;
    padding: 0;
  margin: 0 0 20px 70px;
}


#ptitle-wrap p.entry-meta span {
    color: #777777;
}

#ptitle-wrap p.entry-meta a {
    color: #777777;
}

#ptitle-wrap p.entry-meta a:hover {
    color: #303030;
}

#content .arcpost p.entry {
  padding: 10px 0 0 0;
}

.arcpost img.wp-post-image {
  display: block;
}

.comdisp {
  display: block;
  width: 640px;
  height: 210px;
  margin: 0 0 20px 0;
  position: relative;
}
.comdisp img {
  display: block;
}
.comdisp a {
  display: block;
  position: relative;
  width: 640px;
  height: 210px;
}

.comdisp a span {
  display: none;
    background: url("../images/read-post.png") no-repeat center;
    width: 640px;
  height: 210px;
  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: 640px;
  height: 210px;
  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 {
  float: left;
  margin: 40px 0 40px 0;
  width: 640px;
}

#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 {
    border-bottom: 1px solid #F2F2F2;
    font-size: 12px;
    line-height: 12pt;
    margin: 0 0 20px 0;
    padding: 0 0 8px 0;
}

/* COMMENT STYLING */
#comments { width: 640px; }
#comments h3 { 
  border-bottom: 1px solid #F2F2F2;
    font-size: 12px;
    line-height: 12pt;
    margin: 0 0 20px 0;
    padding: 0 0 8px 0;
}

#comments .comment { list-style-type:none;}
#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 { 
    height: 68px;
    margin: 0 20px 0 0;
    width: 68px;
}

#comments .comment-right { margin-left:88px; }
#comments .bypostauthor.comment-right { background: #f5f5f5; }
#comments .comment .comment-container { margin: 0 0 20px 0; }
#comments .comment-head { border-bottom: 1px solid #f2f2f2;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 {

}
#comments a.comment-reply-link:hover {

}

#comments a.comment-reply-link:active {

}

#respond { margin: 0 0 30px 0;}
#comments #respond {width: 100%;}
#respond h3 {
  border-bottom: 1px solid #F2F2F2;
    font-size: 12px;
    line-height: 12pt;
    margin: 0 0 10px 0;
    padding: 0 0 8px 0; 
}
#respond .left {width: 600px;}
#respond .right { width: 100%;}
#commentform {margin:15px 0 0;}
#commentform input.txt {background: #f7f7f7 ;border-color: #E6E6E6 #EFEFEF #EFEFEF #E6E6E6;border-style: solid;border-width: 1px;margin-right: 10px;width:220px;}
#commentform textarea {background: #f7f7f7;border-color: #E6E6E6 #EFEFEF #EFEFEF #E6E6E6;border-style: solid;border-width: 1px;width: 96%;}
#commentform #submit {margin: 10px 0 20px 0;}
#commentform input.txt, #commentform textarea { padding: 5px; font-family: Arial, Helvetica, sans-serif; color: #7e7e7e; font-size: 12px;}
#commentform p.notify { margin-top: 19px;}
#commentform #submit {
  display: inline-block;
  background: #377ad0;
  background: -moz-linear-gradient(top, #52a8e8 0%, #377ad0 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52a8e8), to(#377ad0));
  border-top: 1px solid #4081af;
  border-right: 1px solid #2e69a3;
  border-bottom: 1px solid #20559a;
  border-left: 1px solid #2e69a3;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 5px 10px;
  margin: 20px 0 0 0;
  text-align: center;
  text-shadow: 0 -1px 1px #3275bc;
  -webkit-background-clip: padding-box;
}

#commentform #submit:hover {
  color: #ffffff;
  background: #206bcb;
  background: -moz-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e9ee5), to(#206bcb));
  border-top: 1px solid #2a73a6;
  border-right: 1px solid #165899;
  border-bottom: 1px solid #07428f;
  border-left: 1px solid #165899;
  -moz-box-shadow: inset 0 1px 0 0 #62b1e9;
  -webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
  cursor: pointer;
  text-shadow: 0 -1px 1px #1d62ab;
  -webkit-background-clip: padding-box;
}

#commentform #submit:active {
  background: #3282d3;
  border: 1px solid #154c8c;
  border-bottom: 1px solid #0e408e;
  -moz-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #2361a4;
  -webkit-background-clip: padding-box;
}

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 {
  border-left: 1px solid #f2f2f2;
  width: 260px;
  float: left;
  padding: 0 0 0 30px;
}

#swrap {
  width: 290px;
  float: right;
}

#swrap.cl {
  width: 290px;
  float: left;
}

#swrap.cr {
  width: 290px;
  float: right;
}

#sidebar.cl {
  border-right: 1px solid #f2f2f2;
  padding: 0 30px 0 0;
  border-left: none;
}

#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 {
}

#sidebar .widget_popularwidget {
}

#sidebar .widget-latest-posts {
}

#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_digi_flickr {
  overflow: hidden;
}

#footer ul li .flickr_badge_image a {
  padding: 0;
}

.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 {
}

#sidebar h3.widget-title {
  font-size: 12px;
  line-height: 14pt;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

#sidebar .xoxo ul  { }
#sidebar .xoxo ul li  {
  
}
#sidebar .xoxo ul li  {line-height: 22px; text-decoration: none;display: block;padding: 2px 0; margin: 0; }
#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: #f7f7f7;
  float:left; 
  width: 79%; 
  padding: 11px 11px 11px 11px; 
  margin: 0; 
  color: #7e7e7e;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

#page-title #searchform,
#page-title-none #searchform {
  width: 161px;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

#page-title #searchsubmit,
#page-title-none #searchsubmit {
    background: url("../images/search-button-small.png") no-repeat 0 0;
    display: block;
  border: 0;
  color: #5F5F5F;
  height: 20px;
  width: 20px;
    font-size: 11px;
  text-indent: -9999px;
  overflow: hidden;
  border-right: 1px solid #e6e6e6;
}

#page-title #searchsubmit:hover,
#page-title-none #searchsubmit:hover {
  background: url("../images/search-button-small.png") no-repeat 0 -20px;
  cursor: pointer;
}

#page-title #searchform input#s,
#page-title-none #searchform input#s { 
  background: #f7f7f7;
  font-size: 11px;
  float:left; 
  width: 135px; 
  padding: 2px; 
  margin: 0; 
  color: #d6d6d6;
  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;
}

#sidebar .textwidget h3 {
  font-size: 12px;
  line-height: 12pt;
  margin-bottom: 10px;
}

#footer .menu li a {
  color: #666666;
}

#footer .menu li a:hover {
  color: #2C80D5;
}

/********** 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: 0 0 5px 0;
}

#popular .iwrap {
  background: #363636;
    height: 68px;
    width: 68px;
  float: left;
  margin: 0 20px 0 0;
}

#popular a.read-tiny {
    display: block;
    height: 68px;
    position: relative;
    width: 68px;
  padding: 0;
}

#popular a.read-tiny span {
    background: url("../images/read-tiny.png") no-repeat center;
    display: none;
    height: 68px;
    left: 0;
    position: absolute;
    top: 0;
    width: 68px;
}

#popular .entry-meta {
  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;
  padding: 0;
}

#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: #363636;
    height: 68px;
    width: 68px;
  float: left;
  margin: 0 20px 0 0;
}

#widget-latest-posts a.read-tiny {
    display: block;
    height: 68px;
    position: relative;
    width: 68px;
  padding: 0;
}

#widget-latest-posts a.read-tiny span {
    background: url("../images/read-tiny.png") no-repeat center;
    display: none;
    height: 68px;
    left: 0;
    position: absolute;
    top: 0;
    width: 68px;
}

#widget-latest-posts h3 {
    font-size: 12px;
  line-height: 12pt;
    margin: 0 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 {
  padding-left: 83px;
}

#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: #303030;
  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_digi_twitter ul li {
  padding: 10px 15px;
}

#sidebar .widget_digi_twitter li  { 
  padding: 6px 0; 
  line-height: 18px; 
} 

#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; 
  background: none;
}

#footer #searchform input#s {
    width: 74%;
}

#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 1px 1px 0;  
  display: block; 
  width: 64px;
  height: 64px;
}

/********** 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 10px 10px 70px;
}

#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.png") no-repeat 0 0;
    border: 0 none;
    display: inline-block;
    height: 14px;
    text-indent: -9999px;
    width: 14px;
}
.bx-wrapper .pager-active {
  background: url("../images/sliders/bullets.png") no-repeat 0 -17px;
    border: 0 none;
    display: inline-block;
    height: 14px;
    text-indent: -9999px;
    width: 14px;
}

/* = 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:3px 7px;
  text-decoration:none;
  width:auto;
}

.pagination span.pageof {
  padding: 3px 20px 0 0;  
}

.pagination a {
  color: #4b4b4b;
  background: #f2f2f2;
}

.pagination a:hover {
  color: #000000;
  background: #dfdfdf;
}
 
.pagination .current {
  color: #ffffff;
  background: #2B78C2;
}

/* = 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 {
}
#tweet-tweet h3 {
  background: url("../images/tweet-tweet.png") no-repeat;
  font-style: italic;
  width: 218px;
  float: right;
  margin: 0;
  padding: 0 0 0 41px;
  color: #7e7e7e;
}

#tweet-tweet h3 a {
  font-style: normal;
  display: block;
  
}

#tweet-tweet img {
  float: left;
  margin-right: 10px;
}

/********** Footer **********/
#footer {
  width: 960px;
  padding: 30px 0 30px 0;
  overflow: hidden;
  color: #666666;
}

#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;
  float: left;
}

#footer-bottom .copyright p {
  color: #cccccc;
  padding:40px 0 0 0;
}

#footer p {
  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: 172px;
}

#footer .four-column li #iwacontactform ol.iwacontactform input.input,
#footer .four-column li .iwacontact textarea {
    width: 186px;
}


#footer ul li {
  display: block;
    margin: 0;
    text-decoration: none;
}

li.recentcomments {
  padding: 6px 0;
}

#footer ul li:first-child {
  margin-left: 0;
}

#footer ul li a {
  padding: 3px 0;
  display: block;
}

#footer ul li a:hover {
}

#footer h3.widget-title {
  font-size: 12px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  line-height: 12pt;
  border-bottom: 1px solid #D2D2D2;
}

#footer .textwidget {
  padding-top: 10px;
}

#footer div.textwidget a {
}

#footer div.textwidget a:hover {
}

#footer .widget_digi_twitter {
}

/********** HEADER social **********/

#header-social {
  width: 300px;
  position: absolute;
  top: 50px;
  right: 0;
}
  #SignUp {
  margin:-40px 0;
  }
#header-social .socialtext {
  padding: 0 10px 0 0;
  line-height: 16px;
  float: left;
}
#header-social .icon {
  width: 30px;
  height: 30px;
  margin-right: 7px;
  float: right;
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#header-social .icon:hover {
  background-position: bottom left;
}

#header-social .facebook {
  background-image: url("../images/facebook.png");
}

#header .twitter {
  background-image: url("../images/twitter.png");
}

#header .dribbble {
  background-image: url("../images/dribbble.png");
}

#header .pintrest {
  background-image: url("../images/pintrest.png");
}

#header .youtube {
  background-image: url("../images/youtube.png");
}
#header .googleplus {
  background-image: url("../images/googleplus.png");
}
  
#header .linkedin {
  background-image: url("../images/linkedin.png");
}

#header .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;
}

#gmap {
  width: 100%; height: 300px; overflow: hidden;
}
.js_widget_product_price {
  color: #666666 !important;  
  }
