/*
Theme Name: Duplex
Theme URI: http://www.themezilla.com/themes/duplex
Description: A Premium Magazine Theme by ThemeZilla
Author: ThemeZilla
Author URI: http://www.themezilla.com
Version: 1.3
*/

/* Import stuff -------------------------------------------------------------- */

@import url('css/reset.css');
@import url('css/960.css');


/* FONTS -------------------------------------------------------------- */


@font-face {
font-family: 'LeagueGothicRegular';
src: url('fonts/League_Gothic-webfont.eot');
src: url('fonts/League_Gothic-webfont.eot?#iefix') format('eot'),
url('fonts/League_Gothic-webfont.woff') format('woff'),
url('fonts/League_Gothic-webfont.ttf') format('truetype'),
url('fonts/League_Gothic-webfont.svg#webfont1Lb5Pdit') format('svg');
font-weight: normal;
font-style: normal;

}

/* Global -------------------------------------------------------------------- */

body{
font:12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#444444;
background:url(images/duplex_body_bg.gif) repeat;
}

a{ text-decoration:none; }

a:hover{
color:#cc6633;
text-decoration:none;
}

a:focus{ outline: none; }

hr{
border:0 #ccc solid;
border-top-width:1px;
clear:both;
height:0
}

h1{ font-size:22px }
h2{ font-size:21px }
h3{ font-size:19px }
h4{ font-size:18px }
h5{ font-size:17px }
h6{ font-size:15px }

input, 
textarea{
font-family:Arial, Helvetica, sans-serif;
background:url(images/search_inset.gif) repeat-x top #fff;
border:1px solid #e0e0e0;
padding:9px 10px 9px 10px;
font-size:12px; 
color:#999;
}

.left{
text-align:left;
float:left;
}
.right{
text-align:right;
float:right;
}

pre, 
code { font: 11px/19px Consolas,"Andale Mono",Courier,"Courier New",monospace; }

pre {
border: 1px solid #DDDDDD;
margin: 30px 0 40px 0;
overflow-x: visible;
overflow-y: hidden;
padding: 1px;
background: url(images/bg-code.gif);
}

.image a, #content img, #comments .image, #author .image{
padding:2px;
border:1px solid #abaaa6;
background:#fff;
display:block;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

#content img.tip{
padding:2px;
border:0px solid #abaaa6;
background:#fff;
display:block;
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#author .image{ float:left; }

.image a:hover{ border:1px solid #868683; }

.hidden { display: none; }

.wp-caption-text {}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.aligncenter {}

/* HEADER -------------------------------------------------------------------- */
#header{
position:relative;
z-index:2;
}

#top{
width:100%;
height:46px;
background:url(images/duplex_top_bar_bg.gif) repeat-x;
color:#565659;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
font-size:11px;
position:relative;
z-index:2;
}

/* RSS -------------- */
#rss{
padding:7px 23px 7px 0;
float:right;
background:url(images/rss.png) no-repeat center right;
}

#rss span{
font-style:normal;
color:#999999;
}

#rss a{
font-style:normal;
color:#999999;
}

#rss a:hover{ color:#fff; }

/* Navigation ----------------- */
/*** ESSENTIAL STYLES ***/
.sf-menu, 
.sf-menu * {
margin: 0;
padding: 0;
list-style: none;
}

.sf-menu li { 
position: relative;
white-space: nowrap;
}

.sf-menu ul {
position: absolute;
display: none;
top: 100%;
left: 0;
min-width: 12em;
z-index: 99;
}

.sf-menu > li { float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul { display: block; }

.sf-menu a {
display: block;
position: relative;
}

.sf-menu ul ul {
top: 0;
left: 100%;
}

/* Secondary Nav -------------- */
#second_nav {
float: left;
font-style: normal;
padding:0px 0 0 0;
}

#secondary-menu a {
color: #999999;
padding: 8px 10px;
}

#secondary-menu a:hover,
#secondary-menu .current-menu-item > a { color: #dddddd; }

#secondary-menu > li:first-child a {
padding-left: 0;
}

#secondary-menu > li {
background: url(images/second_nav_border.gif) -10px 50% no-repeat;
float:left;
}

#secondary-menu .sub-menu,
#secondary-menu .children {
background:url(images/duplex_second_nav_bg.gif) repeat;
border-radius: 0 0 3px 3px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
box-shadow: 0 1px 2px rgba(0,0,0,0.4);
margin-top: -1px;
}

#secondary-menu .sub-menu a,
#secondary-menu .children a {
border-bottom: 1px solid #262627;
border-top: 1px solid #3a3a3a;
padding-left: 0;
padding-right: 0;
margin-right: 15px;
margin-left: 15px;
}

#secondary-menu .sub-menu li:first-child a,
#secondary-menu .children li:first-child a { border-top: none; }

#secondary-menu .sub-menu li:last-child a,
#secondary-menu .children li:last-child a { border-bottom: none; }

/* logo -------------- */
#logo{ padding:40px 0 40px 0; }

#logo h1 a{
color:#000;
display:block;
font-weight:normal;
padding:0 0 10px 0;
}

/* Header Advert -------------- */
#header_advert{
margin:40px 0 20px 0;
float:right;
width:250px;
}

#header_advert a{
float:right;
height:60px;
display:block;
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

/* Main Navigation -------------- */
#nav {
border-radius: 3px 3px 0 0;
-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
background:url(images/duplex_nav_bg.gif) repeat;
position:relative;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
z-index:10;
}

#primary-menu a {
padding:18px 22px 23px 22px;
color:#dddddd;
font: bold 12px/14px verdana, arial, helvetica, sans-serif;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}

#primary-menu > li { 
background: url(images/duplex_nav_seperator.gif) no-repeat right; 
padding-right: 2px;
}

#primary-menu a:hover,
#primary-menu .current-menu-item a { background: url(images/duplex_nav_bg_hover.gif) repeat-x; }

#primary-menu li:first-child a { border-radius: 3px 0 0 0; }

#primary-menu .sub-menu,
#primary-menu .children {
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

#primary-menu > li > .sub-menu,
#primary-menu > li > .children {
background: url(images/duplex_nav_dropdown_shadow.gif) repeat-x top;
border-radius: 0 0 3px 3px;
padding-top: 10px;
}

#primary-menu .sub-menu li,
#primary-menu .children li { background: url(images/duplex_nav_dropdown_bg.gif) repeat; }

#primary-menu .sub-menu li:last-child,
#primary-menu .children li:last-child { border-radius: 0 0 3px 3px; }

#primary-menu .sub-menu a,
#primary-menu .children a {
color:#999999;
font-weight:normal;
border-bottom:1px solid #2c2b2b;
border-top:1px solid #3e3e3e;
margin: 0 15px;
padding: 10px 0;
}

#primary-menu .sub-menu li:first-child a,
#primary-menu .children li:first-child a { border-top: none; }

#primary-menu .sub-menu li:last-child a,
#primary-menu .children li:last-child a { border-bottom: none; }

#primary-menu .sub-menu a:hover,
#primary-menu .sub-menu .current-menu-item a,
#primary-menu .children a:hover,
#primary-menu .children .current-menu-item a {
background: transparent;
color: #dddddd;
}

/* Main Navigation PAGE -------------- */
#nav {
border-radius: 3px 3px 0 0;
-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
background:url(images/duplex_nav_bg.gif) repeat;
position:relative;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
z-index:10;
}

#menu-primary-nav a {
padding:18px 22px 23px 22px;
color:#dddddd;
font: bold 12px/14px verdana, arial, helvetica, sans-serif;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}

#menu-primary-nav > li { 
background: url(images/duplex_nav_seperator.gif) no-repeat right; 
padding-right: 2px;
}

#menu-primary-nav a:hover,
#menu-primary-nav .current-menu-item a { background: url(images/duplex_nav_bg_hover.gif) repeat-x; }

#menu-primary-nav li:first-child a { border-radius: 3px 0 0 0; }

#menu-primary-nav .sub-menu,
#menu-primary-nav .children {
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

#menu-primary-nav > li > .sub-menu,
#menu-primary-nav > li > .children {
background: url(images/duplex_nav_dropdown_shadow.gif) repeat-x top;
border-radius: 0 0 3px 3px;
padding-top: 10px;
}

#menu-primary-nav .sub-menu li,
#primary-menu .children li { background: url(images/duplex_nav_dropdown_bg.gif) repeat; }

#menu-primary-nav .sub-menu li:last-child,
#menu-primary-nav .children li:last-child { border-radius: 0 0 3px 3px; }

#menu-primary-nav .sub-menu a,
#menu-primary-nav .children a {
color:#999999;
font-weight:normal;
border-bottom:1px solid #2c2b2b;
border-top:1px solid #3e3e3e;
margin: 0 15px;
padding: 10px 0;
}

#menu-primary-nav .sub-menu li:first-child a,
#menu-primary-nav .children li:first-child a { border-top: none; }

#menu-primary-nav .sub-menu li:last-child a,
#menu-primary-nav .children li:last-child a { border-bottom: none; }

#menu-primary-nav .sub-menu a:hover,
#menu-primary-nav .sub-menu .current-menu-item a,
#menu-primary-nav .children a:hover,
#menu-primary-nav .children .current-menu-item a {
background: transparent;
color: #dddddd;
}

/* THE BODY -------------------------------------------------------------------- */
#the_body{
position:relative;
z-index:1;
}

#page_bg{
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
background:#fff;
background:url(images/duplex_page_bg.gif) repeat-y;
}

#single_bg{
background: url(images/duplex_single_bg.gif) repeat-y;
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
}

#full_bg{
background: url(images/duplex_full_bg.gif) repeat-y;
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
}

/* Slider -------------- */
#slider{
background: url(images/duplex_banner_bg.gif) repeat-x;
height:380px;
width:100%;
overflow:hidden;
}

#slider .item{
padding:30px 25px 30px 25px;
background: url(images/duplex_banner_bg.gif) repeat-x;
height:320px;
width:890px;
overflow:hidden;
}

#slider .image{
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
float:left;
margin:0 30px 0 0 ;
height:320px;
}

#slider .image a{
height:320px;
float:left;
padding:2px;
border:solid 1px #000;
background: url(images/duplex_image_bg.png) no-repeat;
}

#slider .details{
float:left;
width:275px;
}

#slider .details span{ color:#555555; }

#slider .cats{
font-style:italic;
font-size:11px;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
color:#7f7f7f;
width:430px;
margin:0 0 20px 0;
}

#slider .cats a{ color:#7f7f7f; }

#slider .cats a:hover{ color:#cccccc; }

#slider h2{
display:block;
font-weight: normal;
color:#dddddd;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
font-size:22px;
line-height:30px;
margin:0 0 20px 0;
width:430px;
}

#slider h2 a{ color:#dddddd; }

#slider h2 a:hover{ color:#fff; }

#slider .excerpt{
color:#aeaeae;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
line-height:21px;
font-size:12px;
width:430px;

/*IE 6 bug fix */
margin-right:-3px;
}

#slider_nav{
position:absolute;
margin: -130px 0 0 485px;
z-index:7;
}

#slider_nav li{
float:left;
margin-right:10px;
}

#slider_nav li a{
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

#slider_nav li.activeSlide a{
filter:alpha(opacity=1);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
}

/* Featured Area -------------------------------------------------------------------- */

#featured{
border:1px solid #c6c6c3;
border-top:none;
height:297px;
overflow:hidden;
background:url(images/duplex_featured_bg.gif) repeat;
}

#featured_slider{
height:276px;
width:938px;
overflow:hidden;
}

#featured_slider .item{
height:279px;
width:940px;
overflow:hidden;
}

#featured_slider_prev{ margin:-290px 0 0 -50px; }

#featured_slider_prev a{
text-indent:-9999px;
display:block;
width:25px;
height:36px;
background:url(images/arrows.png) no-repeat;
}

#featured_slider_prev a:hover{ background-position:-25px 0; }

#featured_slider_prev{
position:absolute;
padding:120px 25px 134px 0;
}

#featured_slider_prev, #featured_slider_next{
filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity: 0;
opacity: 0;
display:none;
}

#featured_slider_next{
position:absolute;
padding:120px 0 134px 25px;
}

#featured_slider_next{ margin:-290px 0 0 939px; }

#featured_slider_next a{
text-indent:-9999px;
display:block;
width:25px;
height:37px;
background:url(images/arrows.png) no-repeat;
background-position:-25px -37px;
}

#featured_slider_next a:hover{ background-position:0 -37px; }

#featured_top{
background:url(images/duplex_featured_top_bar.gif) repeat-x;
height:9px;
border-bottom:1px solid #c6c6c3;
}

#featured_top .inner{
border-left:1px solid #fff;
border-right:1px solid #fff;
height:9px;
}

#featured_bottom{
background:url(images/duplex_featured_top_bar.gif) repeat;
height:11px;
border-top:1px solid #c6c6c3;
}

#featured_bottom .inner{
border-left:1px solid #fff;
border-right:1px solid #fff;
height:11px;
}

#featured .column{
width:234px;
float:left;
border-right:1px solid #c6c6c3;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
background:url(images/duplex_featured_bg.gif) repeat;
}

#featured .column:last-child{ width:233px; }

#featured .column:last-child .inner{ border:1px solid #fff; }

#featured .column .inner{
border:1px solid #fff;
border-right:none;
padding:23px 20px 28px 20px;
height:223px;
}

#featured .column .image a{
width:185px;
height:124px;
margin:0 0 20px 0;
}

#featured .column h3 a{
color: #362f2d;
font-weight:normal;
font-size:12px;
display:block;
line-height:24px;
margin:0 0 5px 0;
}

#featured .column h3 a:hover, 
.box h4 a:hover, 
.box h5 a:hover, 
#sidebar .twitter a, 
#related .column h3 a:hover{ color:#cc6600; }

.date{
font-size:10px;
color:#7c7876;
font-style:italic;
}

.date a{ color:#7c7876; }

.date span{ color:#a6a3a1; }

.date a:hover{ color:#444444; }

#featured_ribbon{
position:absolute;
margin:-290px 0 0 -4px;
z-index:100;
}

/* Box's -------------------------------------------------------------------- */
.box{
float:left;
width:308px;
padding:1px 0 1px 1px;
}

.box_item{ border-bottom:1px solid #e3e3e3; }

.box .image a{
width:254px; 
height:134px;
margin:14px 0 20px 0;
}

.box_wrap{
padding:24px 24px 45px 24px;
background:url(images/duplex_box_bg.gif) no-repeat top right;
}

.box .header{
border-bottom:1px dotted #cccccc;
padding:5px 0 7px 0;
}

.box ul.header{
border:none;
padding:0;
}

.box .header li{
border-bottom:1px dotted #cccccc;
padding:5px 0 5px 24px;
background: transparent url(/images/icon-blog-topic.gif) left 6px no-repeat;
}

.box .header h5 a{ margin:3px 0 3px 0;
font: normal 12px/18px arial, helvetica, sans-serif; }

.box h4 a{
display:block;
float:left;
color:#333333;
font-weight:bold;
font-size:12px;
}

.box h4{ float:left; }

.box h5 a{
font: bold 12px/20px verdana, arial, helvetica, sans-serif;
color:#333;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
display:block;
margin:7px 0 7px 0;
}

.box span.more{ float:right; }

.box span a{
color:#999999;
font-size:11px;
}

.box span a:hover{ color:#444444; }

.box h4 a{
font: normal 20px Georgia, "Times New Roman", Times, serif;
color: #C93;
}

.box .date, .box .date a{ color:#999999; }

.box .date a:hover{ color:#444444; }

.box .excerpt{
font-size:12px;
font-style:italic;
color:#555555;
padding:8px 0 20px 0;
border-bottom:1px dotted #ccc;
}

/* Footer -------------------------------------------------------------------- */
#footer_bg{
background:url(images/duplex_footer_bg.gif) repeat;
border-radius:4px;
padding:0 0 10px 0; 
float:left;
}


#third_nav{
background:url(images/duplex_footer_nav_bg.gif) repeat-x;
height:61px;
color:#545454;
font-style:italic;
font-size:11px;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
float:left;
}

#third_nav ul{
padding:20px 0 0 25px;
float:left;
width:800px;
}

#third_nav a{
float:left;
display:block;
color:#7f7f7f;
padding:0 5px 0 5px;
}

#third_nav ul{ float:left; }

#third_nav li span, #third_nav li {
float:left;
display:block;
}

#third_nav a:hover,
#third_nav .current-menu-item a { color:#cccccc; }

#back_to_top{
float:right;
margin:20px 0 0 0;
}

#back_to_top a span{
float:left;
display:block;
width:62px;
}

#back_to_top a span.arrow{
background:url(images/back_to_top.png) no-repeat;
width:12px;
height:10px;
margin:6px 25px 0 5px;
}

#back_to_top a:hover span.arrow{ background-position:-12px 0; }

#footer_bar{
background:url(images/duplex_footer_bar_bg.gif) repeat-x;
height:9px;
font-size:1px;
line-height:1px;
}

#footer .column{
float:left;
width:314px;
background:url(images/duplex_footer_bg.gif) repeat;
color:#999999;
font-size:12px;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}

#footer .column h6{
color:#dddddd;
font-weight:bold;
font-size:13px;
border-bottom:1px dotted #515151;
padding:0 0 10px 0;
margin:0 0 15px 0;
}

#footer .column.last h6{ width:260px; }

#footer .column p{
margin:0 0 20px 0;
line-height:20px;
}

#footer .column li{
padding: 3px 0 6px 0;
border-bottom:1px dotted #515151;
}

#footer .column li:first-child{ padding: 0 0 6px 0; }

#footer .column li:last-child{ border:none; }

#footer .column a{ color:#cbcbcb; }

#footer .column .flickr div a{
float:left;
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
width:55px;
height:55px;
display:block;
}

#footer .column .flickr div{
float:left;
margin:0 14px 14px 0;
}

.tz_flickr_widget{ width:280px; }

#footer .column a:hover{ color:#fefefe; }

#footer .column.last{
background:url(images/duplex_footer_bg.gif) repeat;
width:312px;
}

#footer .widget{
padding:0 25px 25px 25px;
margin:30px 0 0 0;
background:url(images/seperator.png) no-repeat right top;
}

#footer .column.last .widget{ background:none; }

#footer_bottom {
padding:25px 25px 20px 25px;
color:#999;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

#footer_bottom p { padding:20px 0 0 0; }

#footer_bottom a { color:#666; }

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

/* Sidebar -------------------------------------------------------------------- */
#sidebar{
float:left;
margin:5px 0 35px 15px;
}
#sidebar .widget{
float:left;
padding:25px 0 15px 0;
width:260px;
border-bottom:0px dotted #d7d7d7;
}

#sidebar .widget:last-child{ border:none; }

#sidebar .widget input{
width:238px;
margin:0;
}

#sidebar .widget .details{
float:left;
width:70px;
}

#sidebar h4{
display:block;
float:left;
width:260px;
color:#333333;
font-weight:bold;
font-size:12px;
margin:0 0 10px 0;
}

#sidebar p{
display:block;
margin:0 0 10px 0;
}




/* Sidebar Post -------------------------------------------------------------------- */

.PostPages h3{
display:block;
float:left;
width:260px;
color:#333333;
font-weight:bold;
font-size:12px;
margin:0 0 10px 0;
}

#kitchenbkgd {
background: transparent url(http://www.letsrenovate.com/images/nome_kitchen.png) right 5px no-repeat;
}

#improvebkgd {
background: transparent url(http://www.letsrenovate.com/images/nome_kitchen.png) right 30px no-repeat;
} 

#gardenbkgd {
background: transparent url(http://www.letsrenovate.com/images/nome_kitchen.png) right 50px no-repeat;
}

#toolsbkgd {
background: transparent url(http://www.letsrenovate.com/images/nome_tools.png) right 5px no-repeat;
} 

#financebkgd {
background: transparent url(http://www.letsrenovate.com/images/nome_finance.png) right 50px no-repeat;
}


#adboxgoogle {
text-align: center;
padding: 32px 0px 0px 0px;
margin: 0px 0 0px 0px;
background: #ffffff;
background-image: url(/images/bkgd-google-box.png);
background-repeat: no-repeat;
background-position: 40px 10px;
border: 0px solid #333;
height: 690px;
}




/* Twitter -------------- */
#sidebar .zilla-tweet-widget h4 { padding: 15px 20px 0 20px; }

.zilla-tweet-widget ul {
background:#fcfcfc;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
padding:0 20px 0 20px;
border-radius:2px;
border:1px solid #d6d6d6;
width:218px;
margin:0 0 5px 0;
font-size:12px;
}



#footer .twitter{
background:none;
-webkit-box-shadow: 0 0 0;
-moz-box-shadow:0 0 0;
padding:0;
border:none;
width:auto;
margin:0 0 5px 0;
font-size:12px;
}

#footer .twitter li a{
border:none;
} 

.twitter small{
color:#999999;
font-style:italic;
font-size:10px;
}

#footer .twitter_bird{
display:none;
}

.twitter_bird{
background:url(images/twitter_bird.png) no-repeat;
width:63px;
height:31px;
position:absolute;
margin:-6px 0 0 0;
}

.zilla-tweet-widget li {
padding:20px 0 20px 0;
border-bottom:1px dotted #ccc;
}

.zilla-tweet-widget li:last-child { border-bottom: none; }

.zilla-tweet-widget a { border-bottom:1px solid #e2e2e2; }

.zilla-tweet-widget a:hover { border-bottom:1px solid #bbbbbb; }

#footer .zilla-tweet-widget ul {
background:none;
-webkit-box-shadow: 0;
-moz-box-shadow: 0;
box-shadow: 0;
padding:0;
border:none;
width:auto;
margin:0 0 5px 0;
font-size:12px;
}

#footer .zilla-tweet-widget ul a { font-style: italic; }

.zilla-tweet-widget .twitter-time-stamp {
border-bottom: none;
color: #999999;
display: block;
font-size: 10px;
font-style: italic;
}

.zilla-tweet-widget .twitter-time-stamp:hover { border-bottom: none; }

#sidebar a.twitter-link{
float:right;
font-size:11px;
color:#999;
}

#sidebar a.twitter-link:hover { color:#444444; }

#footer .twitter-link { border-bottom: none; }






/* ------------------------------------------------------------
* TWEET
* ------------------------------------------------------------ */


.tweet{
background:#fcfcfc;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
padding:20px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border:1px solid #d6d6d6;
width:200px;
margin:0 0 5px 0px;
font-size:11px;
font-family:verdana;
}

.tweet li{
border-bottom:1px dotted #ccc;
}

.tweet li.last{
border-bottom:none;
}

.tweet small{
color:#999999;
font-style:italic;
font-size:10px;
}

.tweet_bird{
background:url(images/twitter_bird.png) no-repeat;
width:63px;
height:31px;
position:absolute;
margin:-6px 0 0 0;
}

.follow_us{
background:url(/img/follow_us.png) no-repeat;
width:63px;
height:31px;
position:absolute;
margin:-6px 0 0 0;
}

.note_pad{
background:url(/images/note_pad.png) no-repeat;
width:100px;
height:31px;
position:absolute;
margin:-6px 0 0 0;
}

.tweetfollow a img.opacity {
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

.tweetfollow a img.opacity:hover {
opacity:0.8;
filter:alpha(opacity=60); /* For IE8 and earlier */
}

.tweetfollow table.socialicons {
float:right;
margin-right: 20px;
margin-top: 50px;
width: 100px !important;
}

.tweetfollow table.socialicons td {
padding:3px 3px 3px 3px !important;
}


.tweet a{
color: #DD8000 !important;
border-bottom:1px solid #DD8000;
}

.tweet a:hover{
border-bottom:1px solid #FFA020;
}

.tweetfollow a:hover{
color:#FFA020;
}

/* Advert -------------- */
#sidebar .advert li{
float:left;
margin:0 10px 10px 0;
}

#sidebar .advert ul{
float:left;
width:270px;
}

#sidebar .advert li a{
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
width:125px;
height:125px;
display:block;
}

#sidebar .advert li a:hover{
background:url(images/header_advert_border_hover.gif) repeat;
}

/* TABS -------------- */
#sidebar .tabs{
float:left;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
border-radius:4px;
}

#sidebar .tab h5{
font-size:12px;
line-height:20px;
font-weight:normal;
color:#444444;
}

#sidebar .tab .image a{
margin:4px 0 0 0;
width:45px;
height:45px;
}

#sidebar .tab_wrap{
background:#fff;
border:1px solid #d3d3d3;
border-radius:4px;
float:left;
}

#sidebar .tab_wrapper {
background:#fff;
border:1px solid #d3d3d3;
border-radius:4px;
float:left;
}

#sidebar .tabs ul.nav{
float:left;
background:url(images/duplex_tab_nav_bg.gif) repeat;
width:260px;
height:39px;
-moz-border-radius-topleft:3px;
-webkit-border-top-left-radius:3px;
-moz-border-radius-topright:3px;
-webkit-border-top-right-radius:3px;
}

#sidebar .tabs ul.nav li a{
display:block;
padding:10px 0 10px 0;
font-weight:bold;
font-size:11px;
text-align:center;
background:url(images/tab_border.gif) repeat-y left;
}

#sidebar .tabs ul.nav li a:hover{ background:url(images/tab_border.gif) repeat-y left #fff; }

#sidebar .tabs ul.nav li:hover{ background:url(images/duplex_tab_nav_hover_bg.gif.gif) repeat; }

#sidebar .tabs ul.nav li{
float:left;
width:25%;
border-bottom:1px solid #d9d9d9;
}





/* =================================================== *
* CONTENT ITEMS: TAB ITEMS
* =================================================== */


/* Main Post -------------- */

#sidebar .tabs ul.nav li.tab_nav_5{
	width:33%;
}

#sidebar .tabs ul.nav li.tab_nav_6{
	width:33%;
}

#sidebar .tabs ul.nav li.tab_nav_7{
	width:34%;
}



.tabs ul.nav li.tab_nav_4{
	width:17%;
}


/* Main Page Post -------------- */



.tabs ul.nav li.tab_nav_8{
	width:17%;
}

.tabs ul.nav li.tab_nav_9{
	width:44%;
}

.tabs ul.nav li.tab_nav_10{
	width:25%;
}

.tabs ul.nav li.tab_nav_11{
	width:31%;
}

.tabs ul.nav li.tab_nav_12{
	width:33%;
}

.tabs ul.nav li.tab_nav_13{
	width:34%;
}

.tabs ul.nav li.tab_nav_14{
	width:33%;
}



/* Auto Post -------------- */

.tabs ul.nav li.tab_nav_15{
	width:30%;
}

.tabs ul.nav li.tab_nav_16{
	width:22%;
}

.tabs ul.nav li.tab_nav_17{
	width:22%;
}

.tabs ul.nav li.tab_nav_18{
	width:26%;
}



/* Remodel Post -------------- */

.tabs ul.nav li.tab_nav_19{
	width:34%;
}

.tabs ul.nav li.tab_nav_20{
	width:37%;
}

.tabs ul.nav li.tab_nav_21{
	width:29%;
}


/* Family Post -------------- */

.tabs ul.nav li.tab_nav_22{
	width:30%;
}

.tabs ul.nav li.tab_nav_23{
	width:40%;
}

.tabs ul.nav li.tab_nav_25{
	width:30%;
}


/* Health Post -------------- */

.tabs ul.nav li.tab_nav_26{
	width:44%;
}

.tabs ul.nav li.tab_nav_27{
	width:28%;
}

.tabs ul.nav li.tab_nav_28{
	width:28%;
}



#sidebar .tabs ul.nav li.tab_nav_1{ width:25%; }

#sidebar .tabs ul.nav li.tab_nav_2{ width:25%; }

#sidebar .tabs ul.nav li.tab_nav_3{ width:30%; }

#sidebar .tabs ul.nav li.tab_nav_4{ width:20%; }

#sidebar .tabs ul.nav li.ui-tabs-selected,
#sidebar .tabs ul.nav li.ui-tabs-active { border-bottom:none; }

#sidebar .tabs ul.nav li.ui-tabs-selected a,
#sidebar .tabs ul.nav li.ui-tabs-active a { background:url(images/tab_border.gif) repeat-y left #fff; }

#sidebar .tabs ul.nav li:first-child a{
background-image:none;
-moz-border-radius-topleft:3px;
-webkit-border-top-left-radius:3px;
}

#sidebar .tabs ul.nav li:first-child a:hover{ background-image:none; }

#sidebar .tabs ul.nav li:last-child a{
-moz-border-radius-topright:3px;
-webkit-border-top-right-radius:3px;
}

#sidebar .tabs .tab{
float:left;
padding:5px 0 0 0;
margin:0;
}

#sidebar .tab li{
float:left;
width:224px;
padding:10px 18px 12px 18px;
border-bottom:1px solid #e2e2e2;
}

#sidebar .tabs .tab_wrapper .tab li{
float:left;
width:248px;
padding:12px 0px 12px 12px;
border-bottom:1px solid #e2e2e2;
}

#sidebar .tab li:last-child{ border-bottom:none; }

#sidebar .tabs .tab_wrapper .tab li:last-child{ border-bottom:none; }

#sidebar .tab_tags a{
float:left;
display:block;
padding: 4px 6px;
background:#efefef;
color:#444444;
margin:0px 4px 4px 0px;
border-radius:3px;
}

#sidebar .tab_tags a{
background: #f6f6f6 url(images/highlight.png) repeat-x left top;
border:1px solid #e1e1e1;
color:#777777;
}

#sidebar .tab_tags a{
text-shadow: #fff 1px 1px;
}

#sidebar .tab_tags a:hover{
background:#cc6633;
color:#fff;
}

#sidebar .tab li .image{ float:left; }

#sidebar .tab li .details{
float:left;
margin:0 0 0 14px;
}

#sidebar .tab li .details h5, .tab li .details .date{
float:left;
width:165px;
font-style:italic;
}

#sidebar .tab li .details .date{
color:#aaaaaa;
font-size:10px;
}

#sidebar .tab li .details .date a:hover{ color:#444444; }

#sidebar .tab li .details .date a{ color:#aaaaaa; }

#sidebar .tab li .details h5 a{
float:left;
cursor:pointer;
}





.tab li .detailsy{
float:left;
margin:0 0 0 14px;
}

.tab li .detailsy h5, .tab li .details .date{
float:left;
width:210px;
font-style:italic;
}

.tab li .detailsy .date{
color:#aaaaaa;
font-size:10px;
}

.tab li .detailsy .date a:hover{
color:#444444;
}

.tab li .detailsy .date a{
color:#aaaaaa;
}

.tab li .detailsy h5 a{
float:left;
cursor:pointer;
}


/* Video -------------- */
.video{ float:left; }

.video p{
margin:10px 0 0 0;
font-style:italic;
font-size:12px;
line-height:20px;
}

/* Flikr -------------- */
#sidebar .flickr div a{
float:left;
-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
width:55px;
height:55px;
display:block;
}

#sidebar .flickr div{
float:left;
margin:0 10px 14px 0;
}

#sidebar .flickr div:nth-child(5), 
#sidebar .flickr div:nth-child(9), 
#sidebar .flickr div:nth-child(13){ margin:0 0 14px 0; }

.flickr img{
width:55px;
height:55px;
}

/* Twitter & RSS -------------- */
.rss_widget, 
.twitter_widget{ float:left; }

.rss_widget{ padding:0 25px 0 10px; }

.twitter_widget{ padding:0 0 0 0; }

span.icon{
float:left;
margin:5px 10px 0 0;
}

span.count{
float:left;
font-size:21px;
font-family:Georgia, "Times New Roman", Times, serif;
}

a span.count{
color:#444444;
float:left;
}

span.desc{
float:left;
font-size: 11px;
font-family:Georgia, "Times New Roman", Times, serif;
}

a span.desc{
color:#888888;
float:left;
}

a:hover span.desc{ color:#444444; }

/* Half widgets -------------- */
.widget .half{
width:140px;
margin:0 20px 0 0;
float:left;
}

.widget .half.last{ margin:0 0px 0 0; }

.sidebar_ad{
float:left;
}

.sidebar_ad a{
display:block;
height:240px;
float:left;
}


.widget li a{ color:#444444; }

.widget li a:hover{ color:#cc6633; }

.widget li{ margin:0 0 5px 0; }

/* Archive -------------- */
#archive, 
#single{ float:left; }

.nav-next{
float:left;
margin:25px;
}

.nav-prev{
float:right;
margin:25px 20px 25px 25px;
}

.no_border{ border:none; }

.archive_title{
padding:25px 25px 0 25px;
background:#fff;
margin:0 0 0 1px;
}

.archive_title h1{ font-weight:normal; }

#archive .box .excerpt{
border-bottom:none;
padding-bottom:0;
}

#archive .box_wrap{ padding-bottom:35px; }

#archive .box_item{
border-bottom:1px solid #e3e3e3;
background:url(images/duplex_page_bg.gif) repeat-y;
float:left;
width:620px;
}

#archive .box{ padding-bottom:0; }

.gap{
height:9px;
background:#fff;
width:938px;
border-bottom:1px solid #e3e3e3;
border-left:1px solid #cecece;
border-right:1px solid #cecece;
}

/* Pagination -------------- */
.pagination{
background:#fff;
width:618px;
margin:0 0 0 1px;
}

.wp-pagenavi{
padding:30px 25px 30px 25px;
float:left;
}

.pagination span{
float:left;
display:block;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:12px;
color:#666666;
padding:3px 20px 0 0;
}

.pagination a, .wp-pagenavi .current{
display:block;
float:left;
padding:3px 9px 2px 9px;
border:1px solid #c6c6c6;
color:#999;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
margin:0 6px 0 0;
}

.pagination a:hover{
border:1px solid #999;
color:#444444;
}

/* Breadcrumb -------------- */
#full_bg .breadcrumb{ width:938px; }

.breadcrumb{
width:619px;
border-bottom:1px solid #e3e3e3;
background:#f8f8f8;
margin:0 0 0 1px;
}

.breadcrumb a{ color:#666; }

.breadcrumb p{
padding:12px 24px 12px 24px;
font-size:11px;
color:#666666;
}

.breadcrumb a:hover{ color:#444444; }

.description h1, .no h1{
font-size:22px;
font-weight:normal;
margin:0 0 18px 0;
}

.description p, .no p{
padding:25px;
font-size:12px;
border-bottom:1px solid #e3e3e3;
line-height:20px;
}

.no p{ border:none; }

.description{
background:#fff;
margin:0 0 0 1px;
}

.no form{ padding:0 25px 0 25px; }

.no input{ width:250px; }

/* meta -------------- */
.meta{
float:left;
width:610px;
font-size:11px; font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#999;
margin:0 0 18px 0;
}

.meta a{ color:#999; }

.meta a:hover{ color:#444444; }

/* Main Content -------------- */
#content {
width:560px;
padding:20px 30px;
border-bottom:1px solid #e3e3e3;
}

#content.contact, #content.archives-template {
border:none;
padding-bottom:0;
}

#content.full {
width:auto;
border:none;
}

#content .details p{
font-size:11px;
font-style:italic;
color:#999999;
padding:2px 0 20px 0;
margin:0;
}

#content .details p a{
color:#999999;
border:none;
}

#content .details p a:hover{ color:#444444; }

#content h1{
font: normal 24px/36px Georgia, "Times New Roman", Times, serif;
color: #C09230;
margin:0 0 30px 0;
}

#content.full h1{
margin:0px 0 30px 0;
font-weight:normal;
font: normal 24px/36px Georgia, "Times New Roman", Times, serif;
color: #C09230;
}

#content img{ margin: 0 0 30px 0; }

#content p{
font-size:12px;
line-height:22px;
margin:0 0 24px 0;
}

#content img{ margin: 0 0 30px 0; }

#content ul li{ list-style:inside disc;
margin:10px 0 0 0; }

#content ul, 
#content ol{ margin:0 30px 25px 45px; }

#content ul ul, 
#content ol ol{ margin:0 0 0 0; }

#content li li{
margin:0 0 0 15px;
font-size:13px;
line-height:160%;
}

#content ol li{
list-style:inside decimal;
margin:10px 0 0 0;
font-size:13px;
line-height:165%;
}

#content ul li{
font-size:13px;
line-height:160%;
}

#content p{
font-size:13px;
line-height:160%;
margin:0 0 25px 0;
}

#content span.one_half{
float:left;
width:48%;
padding:0 20px 25px 0;
}

#content span.one_third{
float:left;
width:30%;
padding:0 20px 25px 0;
}

#content span.one_half.last, #content span.one_third.last{ padding:0 0 25px 0; }

#content a, #comments a, #author a{
color:#cc6633;
border-bottom:1px solid #e2e2e2;
}

#comments .details .name span.date a.comment-reply-link{ border:none; }

span.author{ font-weight:bold; }

#content a:hover, #comments a:hover, #author a:hover{ border-bottom:1px solid #ccc; }

#content img.alignleft{
float:left;
margin:0 30px 25px 0;
}

#content img.alignright{
float:right;
margin:0 0 25px 30px;
}

#content .wp-caption img{
float:left;
margin:0;
}

#content .wp-caption p{
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:11px
}

#content .wp-caption.alignleft{
float:left;
margin:0 30px 25px 0;
}

#content .wp-caption.alignright{
float:right;
margin:0 0 25px 30px;
}

.alignright{
float:right;
margin:0 0px 25px 30px;
}

#content blockquote{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-style:italic;
line-height:22px;
background:url(images/quote.png) no-repeat top left;
padding:0 50px 0 50px;
margin:0 0 30px 50px;
min-height:40px;
}

#content h2, #content h3, #content h4, #content h5, #content h6{
margin:0 0 25px 0;
font-weight:normal;
}

#content a{
color:#cc6633;
border-bottom:1px solid #e2e2e2;
}

#content a:hover{ border-bottom:1px solid #ccc; }

#content img.alignleft{
float:left;
margin:0 30px 25px 0;
}

#content blockquote{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-style:italic;
line-height:22px;
background:url(images/quote.png) no-repeat top left;
padding:0 0 0 50px;
margin:0 0 30px 50px;
}

/* Author bio -------------- */
#author{
border-top:10px solid #f8f8f8;
margin:1px 0 0px 1px;
background:#fdfdfd;
padding:30px 25px 40px 25px;
}

#author p{
padding:0 0 0 15px;
float:left;
width:455px;
line-height:20px;
margin-bottom: 10px;
}

#author h4, #related h4{
background:url(images/content/duplex_single_header_bg.gif) #fdfdfd repeat-x center;
font-size:12px;
line-height:24px;
width:568px;
float:left;
margin:0 0 25px 0;
}

#author h4 span, #related h4 span{
background:#fdfdfd;
float:left;
padding:0 14px 0 0; 
}

#author img{ float:left; }

#author .image a{ float:left; }

/* Related posts -------------- */
#related{
border-top:none;
border-bottom:1px solid #e3e3e3;
margin:1px 0 0 1px;
padding:0 25px 20px 25px;
background:#fdfdfd;
}

#related .column{
width:176px;
margin:0 20px 0 0;
float:left;
}

#related .column_wrap{ margin:0 0 20px 0; }

#related .column h3 a{
font-size:12px;
line-height:20px;
font-weight:normal;
color:#444444;
}

#related .column .image a{ margin:0px 0 15px 0; }

#related .column.last{ margin:0 0 0 0; }

#related .column .image a{
width:170px;
height:104px;
}

/* Comments -------------- */
#comments{
border-top:10px solid #f8f8f8;
margin:1px 0 10px 1px;
padding:30px 25px 0 25px;
}

#comments h3, 
#respond h3{
font-weight:normal;
font-size:16px;
display:block;
float:left;
width:568px;
padding:30px 0 15px 0;
border-bottom:1px dotted #d9d9d9;
margin:0 0 0px 0;
}

#comments h3{ padding-top:0; }

#comments .image{
float:left;
height:61px;
}

#comments .image a{
float:left;
height:61px;
}

#comments ol{ margin:5px 0 30px 0; }

#comments ol.pinglist li{
padding:0;
margin:0;
border:none;
width:100%;
}

#comments ol.pinglist li a{ font-weight:normal; }

#comments h3.pingheader{ margin:30px 0 15px 0; }

#comments ol, #comments ul{
width:568px;
float:left;
}

#comments ol ul{
width:460px;
float:left;
border-left:1px dotted #e3e3e3;
margin:15px 0 0 30px;
padding:15px 0 0 50px
}


#comments ol ul ul{
width:428px;
margin:8px 0 0 30px;
}

#comments ol ul ul ul{ width:409px; }

#comments ol ul ul ul ul{ width:355px; }

#comments ol ul ul ul ul ul{ width:302px; }

#comments ol .line{ display:none; }

#comments ol ul .line{
display: block;;
width:30px;
height:50px;
position:absolute;
border-bottom:1px dotted #e3e3e3;
margin:-15px 0 0 -49px;
}

#comments ol ul li{
padding:17px 0px 17px 0px;
border:none;
}

#comments ol ul .details {
margin: 0 0 0 20px;
float:left;
width:373px;
}

#comments ol ul ul .details { width:283px; }

#comments ol ul ul ul .details { width:200px; }

#comments ol ul ul ul ul .details { width:198px; }

#comments ol ul ul ul ul .details { width:168px; }

#comments ol li{
padding:27px 10px 27px 10px;
border-bottom:1px dotted #e3e3e3;
float:left;
}

#comments .details {
margin: 0 0 0 20px;
float:left;
width:458px;
}

#comments .details .name span.date{
font-size:11px;
color:#999;
font-style:italic;
}

#comments .details .name span.date a{
color:#999;
font-size:11px;
}

#comments .details .name a{ font-size:12px; }

#comments .details .name{ margin:0 0 15px 0; }

#comments .details .name span.author a:hover, #comments .details .name span.date a:hover, #respond a:hover, ol.pinglist li a:hover { color:#cc6633; }

#comments .details .name span.author a, #respond a, ol.pinglist li a{
font-weight:bold;
color:#444444;
}

/* respond -------------- */
#respond{
border-top:none;
border-bottom:none;
margin:1px 0 0 1px;
padding:0 0 40px 0;
}

#respond.contact{
border:none;
margin:1px 0 0 1px;
padding:25px 25px 40px 25px;
}

#respond textarea{ width:95%; }

#respond form{
margin:30px 0 30px 0;
display:block;
float:left;
width:568px;
}

#respond.contact form{ margin:0 0 30px 0; }

ol #respond form{ margin:0;}

ol #respond{ border:none; padding:30px 0 0 0; float:left;}
ol #respond, ol #respond h3{width:550px;}
ol #respond textarea{width:530px;}

ol ul #respond, ol ul #respond h3{width:470px;}
ol ul #respond textarea{width:450px;}

ol ul ul #respond, ol ul ul #respond h3{width:400px;}
ol ul ul #respond textarea{width:380px;}
ol ul ul #respond{ width:390px;}
ol ul ul #respond p{ width:400px;}

ol ul ul ul #respond, ol ul ul ul #respond h3{width:310px;}
ol ul ul ul #respond textarea{width:290px;}
ol ul ul ul #respond{ width:310px;}
ol ul ul ul #respond p{ width:310px;}

#respond p{
float:left;
margin:0 0 20px 0;
}

#respond input{
margin:0 18px 0 0;
width:190px;
float:left;
}

#respond textarea{

margin:0 0 0 0;
width:548px;
float:left;
}

#respond label, .cancel-comment-reply{
width:100px;
display:block;
float:left;
padding:10px 0 0 0;
}

.cancel-comment-reply{
padding:10px 0 10px 0;
width:300px;
}

#respond.contact label{
width:400px;
display:block;
float:left;
padding:0 0 10px 0;
}

#respond input.btn, #respond button{
background: url(images/duplex_comment_btn_bg.png) repeat-x;
border:none;
float:left;
cursor:pointer;
width:auto;
color:#ffffff;
font-size:13px;
font-weight:bold;
height:42px;
padding:0px 10px 2px 10px;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
margin:0;
}

#respond p.submit span.left_side{
background-image:url(images/duplex_comment_btn_left.png);
background-repeat:no-repeat;
padding:0 0 0 4px;
display:block;
float:left;
height:42px;
}

#respond p.submit span.right_side{
background-image:url(images/duplex_comment_btn_right.png);
background-repeat:no-repeat;
background-position:right top;
padding:0 4px 9px 0;
float:left;
}

#respond p.submit_preload{ display:none; }

#respond label.error{
color:#F00;
font-style:italic;
float:left;
width:auto;
padding:8px 0 0 0;
font-size:11px;
}

/* Mandatory styling for tabs */
.ui-tabs .ui-tabs-hide { display: none; }


body .alignleftfooter{
float:left;
margin:3px 15px 15px 0pt;
padding-left:0px !important; /*ie6fix*/
display: block;
}

/* Columns */
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 79.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
position: relative;
margin-right: 4%;
margin-bottom: 20px;
float: left;
}

.column-last {
margin-right: 0!important;
clear: right;
}

/* Buttons */

a.button {
height: 20px;
display: inline-block;
margin: 0 5px 20px 5px;
text-decoration: none;
font-weight: bold;
font-size: 12px;
line-height: 12px;
padding: 8px 10px 0 10px;
border-radius: 3px;
-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
}

a.button.large {
height: 24px;
padding: 11px 10px 0 10px;
font-size: 14px;
line-height: 14px;
}

a:hover.button { background-position: 0 -28px; }
a:hover.button.large { background-position: 0 -35px; }

a.button.white {
background-image: url(images/shortcodes/buttons/button_white.png);
border: 1px solid #d3d3d3 !important;
color: #555555 !important;
text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
}

a.button.large.white { background-image: url(images/shortcodes/buttons/button_white_large.png); }
a:hover.button.white { border: 1px solid #c4c4c4 !important; }

a.button.grey {
background-image: url(images/shortcodes/buttons/button_grey.png);
border: 1px solid #b5b5b5 !important;
color: #555555 !important;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.grey { background-image: url(images/shortcodes/buttons/button_grey_large.png); }
a:hover.button.grey { border: 1px solid #989898 !important; }

a.button.red {
background-image: url(images/shortcodes/buttons/button_red.png);
border: 1px solid #df6f8b !important;
color: #913944 !important;
text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}

a.button.large.red { background-image: url(images/shortcodes/buttons/button_red_large.png); }
a:hover.button.red { border: 1px solid #c36079 !important; }

a.button.orange {
background-image: url(images/shortcodes/buttons/button_orange.png);
border: 1px solid #f5b74e !important;
color: #996633 !important;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.orange { background-image: url(images/shortcodes/buttons/button_orange_large.png); }
a:hover.button.orange { border: 1px solid #d29a3a !important; }

a.button.green {
background-image: url(images/shortcodes/buttons/button_green.png);
border: 1px solid #adc671 !important;
color: #5d7731 !important;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.green { background-image: url(images/shortcodes/buttons/button_green_large.png); }
a:hover.button.green { border: 1px solid #8bb14d !important; }

a.button.teal {
background-image: url(images/shortcodes/buttons/button_teal.png);
border: 1px solid #90c6c8 !important;
color: #437b7d !important;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.teal { background-image: url(images/shortcodes/buttons/button_teal_large.png); }
a:hover.button.teal { border: 1px solid #7db9bb !important; }

a.button.blue {
background-image: url(images/shortcodes/buttons/button_blue.png);
border: 1px solid #8dc5da !important;
color: #42788e !important;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.blue { background-image: url(images/shortcodes/buttons/button_blue_large.png); }
a:hover.button.blue { border: 1px solid #7caec0 !important; }

a.button.navy {
background-image: url(images/shortcodes/buttons/button_navy.png);
border: 1px solid #a2afb8 !important;
color: #515f6a !important;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.navy { background-image: url(images/shortcodes/buttons/button_navy_large.png); }
a:hover.button.navy { border: 1px solid #8996a0 !important; }

a.button.purple {
background-image: url(images/shortcodes/buttons/button_purple.png);
border: 1px solid #bc9db9 !important;
color: #7b5777 !important;
text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.purple { background-image: url(images/shortcodes/buttons/button_purple_large.png); }
a:hover.button.purple { border: 1px solid #a482a0 !important; }

a.button.black {
background-image: url(images/shortcodes/buttons/button_black.png);
border: 1px solid #4c4c4c !important;
color: #ffffff !important;
text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
}

a.button.large.black { background-image: url(images/shortcodes/buttons/button_black_large.png); }
a:hover.button.black { border: 1px solid #2c2c2c !important; }

/* Alerts ------------------------------*/
.alert {
padding: 12px 5% 12px 5%;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
text-align: center;
margin: 0 0 20px 0;
}

.alert.white {
background: #fff;
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
color: #444444;
}

.alert.red {
background: #FFD7D8;
border-top: 1px solid #f9bac7;
border-bottom: 1px solid #f9bac7;
color: #d54c4c;
}

.alert.orange {
background: #FFCBA8;
border-top: 1px solid #efd1b1;
border-bottom: 1px solid #efd1b1;
color: #cc6600;
}

.alert.green {
background: #D5FFCA;
border-top: 1px solid #cadba7;
border-bottom: 1px solid #cadba7;
color: #5f8b33;
}

/* Tabs ------------------------------*/
#content .ui-tabs .ui-tabs-hide {
position: absolute;
left: -10000px;
}

#content .tabs { margin: 0 0 20px 0; }

#content .tabs ul.nav {
list-style: none;
margin: 0 !important;
padding: 0;
}

#content .tabs ul.nav li {
float: left;
list-style: none !important;
position: relative;
margin: 0 2px -1px 0;
z-index: 10;
}

#content .tabs ul.nav li a {
border: 1px solid #EFEFEF;
border-bottom: none !important;
display: block;
overflow: hidden;
padding: 5px 10px 0 10px;
height: 24px;
background: #FBFBFB;
border-radius: 3px 3px 0 0;
}

#content .tabs ul.nav li.ui-tabs-selected a,
#content .tabs ul.nav li.ui-tabs-active a {
height: 25px;
background: #fff;
color: #000;
}

#content .tabs .tab {
background: #fff;
padding: 10px;
border: 1px solid #EFEFEF;
}

/* Toggle ------------------------------*/
.toggle { margin: 0 0 20px 0; }

.toggle h4 {
font-size: 12px;
padding: 10px; 
background: #FBFBFB;
border: 1px solid #EFEFEF;
cursor: pointer;
margin: 0 !important;
}

.toggle-inner {
padding: 10px;
background: #fff;
border: 1px solid #EFEFEF;
border-top: none;
}

.toggle .ui-icon {
background: #F00;
width: 10px;
height: 10px;
float: left;
margin: 3px 10px 0 0;
}

.toggle .ui-icon {
background: url(images/shortcodes/toggles/toggle-closed.png) no-repeat;
width: 12px;
height: 12px;
float: left;
margin: 3px 10px 0 0;
}

.toggle .ui-state-active .ui-icon { background: url(images/shortcodes/toggles/toggle-open.png) no-repeat; }

.gallery {
float: left;
width: 100%;
}

.gallery-item {
width: auto !important;
float: left;
margin: 10px 10px 0 0 !important;
}

.gallery-item img {
margin: 0 !important;
padding: 0 !important;
}

.gallery-item a {
float: left;
border: none !important;
margin: 0 !important;
padding: 0 !important;
}













/* =================================================== *
* ADDITIONS TO CSS FILE TO SUPPORT EFFORTS
* =================================================== */



/* sunday tips -------------- */


.weeklyplanningtable {
background-repeat: no-repeat;
background-position: top;
margin-bottom: 50px;
}

.weeklycontentrow {
padding: 0px 50px 10px 50px;
font: normal 12px/18px verdana, Arial, Helvetica, sans-serif; 
color: #232323;

}

.weeklycontentrow strong {
font: bold 13px/18px verdana, Arial, Helvetica, sans-serif;

}

.weeklycontentrow ul li {
margin-left: 30px;

}

.sundayheader {
font: bold 12px/18px verdana, arial, helvetica, sans-serif;
color: #333333;
}

.sundayweekheader {
font: normal 18px/26px Georgia, "Times New Roman", Times, serif;
color: #555;
}

.sundayheader2 {
font: normal 10px/18px arial, helvetica, sans-serif;
color: #333333;
}

.sundaylink {
color:#333;
text-decoration:underline;
}

.tipheader {
font: bold 13px/18px verdana, arial, helvetica, sans-serif;
}

.excerptheader {
font: bold 14px/18px verdana, arial, helvetica, sans-serif;
color: #777777;
}

#content .takeout {
font: normal 26px/40px Georgia, "Times New Roman", Times, serif;
color: #555;
text-align: center;
padding: 0 90px 0 90px;
}

#content .shopoutlink {
text-align: center;
margin-top: -23px;
display:block;
background-color: #fff;
}

#content a.shopout {
position: relative;
z-index: 2;
font: normal 14px Georgia, "Times New Roman", Times, serif;
color: #bcbcbc;
text-decoration: none;
border-bottom: 0px;
padding: 0px 7px 0px 7px;
background-color: #fff;
}


#content a:hover.shopout {
color: #ccc;
text-decoration: underline;
}

#content .borderout1 {
color: #ccc;
text-align: center;
padding: 0 90px 0 90px;
margin-top: 75px;
}

#content .borderout2 {
color: #ccc;
text-align: center;
padding: 0 90px 0 90px;
margin-bottom: 0px;
}


/* =================================================== *
* LEFT COLUMN (united states menu)
* =================================================== */


div.actionSelect5 {
display: none;
margin: 10px 0 0px 0;
border: 0px solid #70828F;
background: #ffffff;
padding: 10px 0px 10px 0px;
height: 300px;
overflow: auto;
width: 170px;
}
div.actionSelect5 ul {
margin: 0;
background: transparent;
padding-left: 15px;
list-style-type: none;
width: 100px;
}
div.actionSelect5 ul li {
margin: 0;
border-bottom: 1px solid #70828F;
background: transparent;
padding: 0;
font: normal 10px/18px verdana,arial,helvetica,sans-serif;
color: #ccc;
width: 100px;
}

div.actionSelect5 ul li.button,
div.actionSelect5 ul li.menuspace {
border-bottom: 1px solid #ffffff;
} 

div.actionSelect5 ul li a:link,
div.actionSelect5 ul li a:visited {
display: block;
text-decoration: none;
color: #777;
padding-left; 5px;
}
div.actionSelect5 ul li a:hover,
div.actionSelect5 ul li a:active {
text-decoration: none;
color: #C93;
background-image: url(../img/bkgd89-on.gif);
}

div.actionSelect5 td a:hover,
div.actionSelect5 td a:active {
text-decoration: none;
color: #C93;
background-image: url(../img/bkgd89-on.gif);
} 


.menubutton {
font: bold 10px verdana,arial,helvetica,sans-serif;
}


/* =================================================== *
* CONTENT ITEMS: NOTE FONT IMPORT ABOVE
* =================================================== */


#content h1{
margin:0px 0 15px 0;
font-weight:normal;
font: normal 24px/36px Georgia, "Times New Roman", Times, serif;
color: #C09230;
}

#content h2,
#content h3,
#content h4 {
color:#454545;
text-transform: uppercase;
border-bottom: 0px double #ebebeb;
padding: 20px 0 0px 0;
margin: 0 0 20px 0;
text-shadow: 0 1px 1px rgba(0,0,0,0.2);
font-family: LeagueGothicRegular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
font-size: 24px;
line-height: 32px;
}

#header_advert a:hover{
background:url(images/header_advert_border_hover.gif) repeat;
}

#content p.author {
margin:40px 10px 0px 0px;
font: normal 11px/18px verdana,arial,helvetica,sans-serif;
padding-bottom: 50px;
}

#content p.author2 {
margin:20px 10px 0px 0px;
font: normal 11px/18px verdana,arial,helvetica,sans-serif;
}

#content p.img {
margin:10px 10px 0px 0px;
font: normal 11px/18px verdana,arial,helvetica,sans-serif;
padding-bottom: 35px;
}

h1+p:drop-cap:first-letter{
color:#b90000;
display:block;
font:normal normal normal 80px/65px 'League Gothic',sans-serif;
float:left;
margin:7px 2px 0 0;
}


#contenttest p {
color:#333;
font:normal normal normal 16px/24px 'Aller Light',sans-serif;
max-width:75ex;
}

.drop-cap:first-letter{
color:#b90000;
display:block;
font:normal normal normal 80px/65px 'League Gothic',sans-serif;
float:left;
margin:7px 2px 0 0;
}


.hero-shot{
float:right;
margin-top:-15px;
text-align:center;
width:190px;
}
.hero-shot p{
color:#b90000;
font:normal normal normal 14px/24px 'Aller Light',sans-serif;
margin-top:-11px;
}
@font-face{
font-family:'League Gothic';
src:url('league-gothic.eot');
src:local('?'), url('league-gothic.ttf') format('truetype');
font-weight:normal;
font-style:normal;
}
@font-face{
font-family:'Aller Light';
src:url('aller-light.eot');
src:local('?'), url('aller-light.ttf') format('truetype');
font-weight:normal;
font-style:normal;
}

/* BOTTOM TEXT -------------- */

.bott {
margin: 20px 30px 20px 30px;
background:url(/img/deal-coupon.png) no-repeat;
height: 50px;
}

.bott p {
font: normal 13px/20px Signika !important;
padding: 10px 50px 0px 50px;
}

/* =================================================== *
* FEED CSS
* =================================================== */

.entry h4 {
font: normal 16px/22px Signika !important;
padding: 5px 10px 20px 0px !important;
margin-top: 8px;
white-space: wrap;
}

.entry h5 {
font: normal 18px/24px Signika !important;
padding: 5px 10px 20px 0px !important;
margin-top: 8px;
white-space: wrap;
}

.entry a {
color:#FF9000 !important;
}

.entry a:hover {
text-decoration: none !important;
color:#ccc !important;
}

.entry p a {
color:#ccc !important;
}

.entry p a:hover {
text-decoration: none !important;
color:#FF9000 !important;
}

.entry p.timestamp {
color:#B5C0CE;
font: normal 10px/12px arial, helvetica, sans-serif;
margin-bottom: 0px;
padding-bottom: 10px;
}

.entry p {
font: normal 15px/22px Signika;
margin-top: -5px !important;
padding-bottom: 35px;
color: #ededed;
}

.entry p span {
padding-left: 10px;
} 



/* =================================================== *
* PULL DOWN BUTTON
* =================================================== */

.container-mshop {
margin: 0px;
border: 0;
background: transparent;
padding: 0;
}
.container-mshop .drop-button {
position: relative;
}
.container-mshop .drop-button .drop-btn {
display: block;
margin: 0;
width: 100%;
border-top: 1px solid #fff;
border-bottom: 1px solid #ccc;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background: #eee;
background: -webkit-gradient(linear, 0% 10%, 0% 90%, from(#f5f5f5), to(#dddddd));
background: -webkit-linear-gradient(top, #f5f5f5 10%, #dddddd 90%);
background: -moz-linear-gradient(top, #f5f5f5 10%, #dddddd 90%);
background: -ms-linear-gradient(top, #f5f5f5 10%, #dddddd 90%);
background: -o-linear-gradient(top, #f5f5f5 10%, #dddddd 90%);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5, endColorstr=#dddddd)";
font: 400 14px/18px Lato, Arial, Helvetica, sans-serif;
box-shadow: 0 4px 7px #000;
}
.container-mshop .drop-button .drop-btn a {
display: block;
background: transparent url(/images/icon_btn_closed.png) right center no-repeat;
padding: 5px 46px 5px 8px;
color: #333;
text-decoration: none;
}
.container-mshop .drop-button .drop-btn a.open {
background-image: url(/images/icon_btn_open.png);
}
.container-mshop .drop-button .drop-nav-shop {
position: absolute;
left: 8px;
right: 8px;
display: none;
z-index: 99;
width: 93%;
}
.container-mshop .drop-button .drop-nav-shop ul {
margin: 0;
padding: 0;
background: #333;
list-style: none;
}

.container-mshop .drop-button .drop-nav-shop ul li.mark {
background: #FFFF00;
padding: 1px;
}
.container-mshop .drop-button .drop-nav-shop ul li.mark2 {
background: transparent;
padding: 3px;
}
.container-mshop .drop-button .drop-nav-shop ul li {
margin: 0;
border-bottom: 1px solid #666;
background: transparent;
padding: 0;
font: 600 12px/15px Lato, Arial, Helvetica, sans-serif;
}
.container-mshop .drop-button .drop-nav-shop ul li a {
display: block;
margin: 0;
padding: 3px 15px;
color: #eee;
text-decoration: none;
}
.container-mshop .drop-button .drop-nav-shop ul li.wide a {
display: block;
margin: 0;
padding: 6px 15px;
color: #eee;
text-decoration: none;
font: 600 13px/15px Lato, Arial, Helvetica, sans-serif;
}
.container-mshop .drop-button .drop-nav-shop ul li a span {
font: 600 10px/18px Lato, Arial, Helvetica, sans-serif;
}
.container-mshop .drop-button .drop-nav-shop ul li a:hover {
color: #ccc;
}

.container-mshop .drop-image {
background: transparent url(/img/special-deal.png) center 16px no-repeat;
height: 50px;
}



/* =================================================== *
* FORM ELEMENTS
* =================================================== */


input[type="text"],
input[type="number"],
input[type="password"],
select, 
textarea {
width:auto;
padding:0.5em 9px;
font-size:1.2em;
font-family:Open Sans, Arial, Helvetica, sans-serif;
color:#333;
border:1px solid #D4D4D4;
background-color:#fff;
outline:none;
margin:0 0 1em 0; 
}

.widget_search input[type="text"] {
width:95% !important; 
margin:0 0 0 -30px;
display:block;
padding-right:0px;
background:#fff url(images/search_icon.png) right 0.8em no-repeat;
}



/* =================================================== *
* SIDE BAR NEW ELEMENTS
* =================================================== */


#sidebar .widget search{
float:left;
padding:25px 0 25px 0;
width:260px;
border-bottom:0px dotted #d7d7d7;
}

#sidebar h3.widgettitle {
font: normal 18px/30px Signika !important; 
overflow:hidden;
margin-bottom:0.8em;
padding-bottom:0.6em;
background:url(images/divider.png) 0 bottom repeat-x;
}

#sidebar h4 {
font: normal 18px/30px Signika !important; 
overflow:hidden;
margin-bottom:0.8em;
padding-bottom:0.6em;
background:url(images/divider.png) 0 bottom repeat-x;
}

.widgetzzz { 
overflow:hidden;
margin-bottom:0.8em;
padding-bottom:0.6em;
background:url(images/divider.png) 0 bottom repeat-x;
}

#sidebarzzz h4{
display:block;
float:left;
width:260px;
color:#333333;
font-weight:bold;
font-size:12px;
margin:0 0 10px 0;
}


.tabs ul.nav li.shopfirst a{
display:block;
padding:10px 0 10px 20px;
font-weight:bold;
font-size:13px;
text-align:left;
color: #eee;
}


/* TABS -------------- */

.tabshop{
float:left;
background: url(images/header_advert_border.gif) repeat;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

.tabshop h5{
font-size:12px;
line-height:20px;
font-weight:normal;
color:#444444;
font-style: normal !important;
}

.tabshop .image a{
margin:4px 0 0 0;
width:45px;
height:45px;
}

.tabshop .tab_wrap{
background:#fff;
border:1px solid #d3d3d3;
-moz-border-radius:4px;
-webkit-border-radius:4px;
float:left;
}

.tabshop .tab_wrapper {
background:#fff;
border:1px solid #d3d3d3;
-moz-border-radius:4px;
-webkit-border-radius:4px;
float:left;
}

.tabshop ul.nav{
float:left;
background:url(images/duplex_tab_nav_bg.gif) repeat;
/*IE 6 fix 
width:278px;
*/
width:260px;
height:39px;
-moz-border-radius-topleft:3px;
-webkit-border-top-left-radius:3px;
-moz-border-radius-topright:3px;
-webkit-border-top-right-radius:3px;
}

.tabshop ul.nav li a{
display:block;
padding:10px 10px 10px 0px;
font-weight:bold;
font-size:10px;
text-align:right;
}


.tabshop ul.nav li a:hover{
background:url(images/tab_border.gif) repeat-y left #fff;
}

.tabshop ul.nav li:hover{
background:url(images/duplex_tab_nav_hover_bg.gif) repeat;
}

.tabshop ul.nav li{
float:left;
width:100%;
border-bottom:1px solid #d9d9d9;
}


/* POST CATEGORIES -------------- */


.box_lcp{
float:left;
width:302px;
padding:1px 0 1px 1px;
}

.box.firstlcp{

}

.box_item_lcp{
border-bottom:1px solid #e3e3e3;
}

.box_wrap_lcp{
padding:24px;
background:url(images/duplex_box_bg.gif) no-repeat top right;
border:1px solid #e3e3e3;
height: 330px;
}


.lcp_catlist li {
list-style:none !important;
padding: 20px;
}

.lcp_excerpt {
font: italic 12px/18px arial, helvetica, sans-serif;
color:#555555;
border-bottom:0px dotted #ccc;
}

.lcp_date {
font: italic 12px/18px arial, helvetica, sans-serif;
color:#555555;
padding:0px 0 15px 0 !important;
margin-top: -10px !important;
}

.lcp_title {
display:block;
margin:0px 0 0px 0 !important;
}

.lcp_title span img {
margin:0px 0 18px 0 !important;
padding:2px !important;
border:1px solid #abaaa6;
background:#fff;
display:block;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.lcp_title span a:hover img {
border:1px solid #868683 !important;
}

.lcp_title a {
font: bold 13px/18px verdana, arial, helvetica, sans-serif;
color:#cc6633 !important;
}

.lcp_title a:hover {
color:#D88963 !important;
text-decoration:none;
}

.box_paginator {
margin: 50px 0 0 -15px !important;
float: left;
}

.lcp_paginator ul{
list-style:none !important;
margin-left: -20px !important;
}


.lcp_paginator li{
display: inline-block;
border: 1px solid !important;
}

.imgnoborder img {
border: 0px !important;
border-color: #fff;
}




/* SUCCESS BOX -------------- */

#successbox {
border:1px solid #666;
width: 100%;
margin-top: -20px;
}

.successtext {
background:url(images/bkgd-success.png) 1px 1px repeat;
font: normal 18px/30px Signika !important;
padding: 10px 20px;

}

.successtext p {
margin: 0px;
}



/* RSS WORDPRESS BOX -------------- */

.rssSummary {
margin-top: 15px !important;
margin-bottom: 15px !important;
}

.rsswidget {
font: normal 16px/24px Signika !important;
}

.contributewidget {
font: normal 16px/24px Signika !important;
border-bottom:1px dotted #515151;
padding:0 0 10px 0;
margin:0 0 15px 0;
}
