﻿/*
Theme Name: My Fitness Tunes 2014
Theme URI: http://www.myfitnesstunes.com/
Author: PKP
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}



body{
margin:0;
padding:0;
font-size:13px;
font-family: verdana, sans-serif;
color:#000;
background:#fff;
line-height:1.3em;
}

#top_banner{
	height:47px;
	position:relative;
	top:5px;
}
#top_banner a{
	display: block;
	height: 100%;
	text-align: center;
}
#top_banner small{
	font-size: 10px;
	letter-spacing: 1px;
}

#wrapper{

}
#linewrap{
/*	background:url(i/social_line.jpg) repeat-x bottom;*/
	padding-bottom:12px;
}



img{
	border:none;
	margin:0;
	padding:0;
}

a{
	margin:0;
	padding:0;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}

h1,h2{
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
}


#bodywrap{
	width: 1020px;
	margin: 0 auto;
	padding: 0;
}


#header{
	background:url(i/logo.jpg) no-repeat center;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	height: 240px;
	overflow: hidden;
	padding: 3px 0;
	text-align: center;
}
#header_wrap{
	width:1000px;
	margin:0 auto;
}
#logo{

}


#logo h1 a, #logo a{
	color: #000;
    display: inline-block;
    font-family: Georgia;
    font-size: 67px;
    font-weight: normal;
	letter-spacing: 0;
    padding: 24px 0;
    text-align: center;
    text-transform: uppercase;
}
#logo span#by{
	 color: #676767;
	display: inline-block;
	font-family: Verdana;
	font-size: 15px;
	margin-right: 4px;
	position: relative;
	top: -14px;
}
#logo a#pkp {
    color: #676767;
    font-family: Georgia;
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 4px;
    padding: 0;
    text-transform: uppercase;
}
#logo a#pkp img {
    left: 12px;
    margin-left: -14px;
    position: relative;
    top: -18px;
}
#logo a#pkp span{
	color: #000;
	font-family: Georgia;
	font-size: 34px;
}

#logo h1, #logo h2{
    color: #000;
    font-family: Georgia;
    font-size: 17px;
    letter-spacing: 5px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

a#main_link img{
	height: 60px;
	margin-top: 63px;
	width: 700px;
}

/*-----slider---*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
	z-index:1;
}
.a_name{font-weight:bold; color:#32333b}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}


.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}


.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides_container {
	margin-bottom: 12px;
	position: relative;
	max-width: 1365px;
	width: 100%;
	z-index:1;
}


.rslides_nav {
	-moz-border-radius: 70px 70px 70px 70px;
	-webkit-border-radius: 70px 70px 70px 70px;
	-khtml-border-radius: 70px 70px 70px 70px;
	border-radius: 70px 70px 70px 70px;
	behavior: url(/pie/PIE.htc);



  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 3%;
  /*opacity: 0.7;*/
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 45px;
  width: 45px;
  background: url("i/themes.gif") no-repeat 0 -8px;
  margin-top: -30px;
}


.rslides_nav:active {
  opacity: 1.0;
}


.rslides_nav.next {
  left: auto;
  background-position: right -8px;
  right: 3%;
}


.rslides_nav:focus {
  outline: none;
}


.rslides_tabs {
  margin-top: 10px;
  text-align: center;
}


.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}


.rslides_tabs a{
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
}

.rslides_here a {
  background: #222;
  background: rgba(0,0,0, .8);
}

.caption {
  position: absolute;
  display: block;
  bottom: -20px;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background: #000;
  background: rgba(0,0,0, .8);
  color: #fff;
}


/*----end-slider----*/

/*---menu---*/

#menu_wrap{
	-webkit-box-shadow: 0 2px 4px #dbdbda;
	-moz-box-shadow:    0 2px 4px #dbdbda;
	box-shadow: 1px 4px 3px #dbdbda;
	border-top:1px solid #dbdbda;
	margin: 0 auto;
	padding-bottom:1px;
}
#menu_wrap ul.dropline{
	margin: 24px 0 18px;
}
#menu_wrap ul.dropline li{
	display:inline-block;
	float: none;
	margin: 0;
	position: relative;
}
#menu_wrap ul.dropline li.parent{
	background:url(i/sub_ul.jpg) no-repeat 95% center;
}

#menu_wrap ul.dropline li:first-child a{
	border-left:none;
}
#menu_wrap ul.dropline li a{
	border-left:1px solid #dbdbda;
    color: #000;
    font-family: Trebuchet MS;
    font-size: 19px;
    font-weight: bold;
    padding: 10px 24px;
    text-transform: uppercase;
}

#menu_wrap ul.dropline ul.children{
	padding: 0 0 0 4px;
	text-align:left;
	margin-left:20px;
}

#menu_wrap ul.dropline ul.children li{
	border-bottom: 1px solid #dbdbda;
	display:block;
}

#menu_wrap ul.dropline ul.children li a{
	line-height:1;
	font-size:15px;
}


.dropline {
	padding:0; 
	margin:0; 
	list-style:none; 
	/*height:40px; */
	position:relative;
	float:none;
}
.dropline table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	margin:-3px -10px;
}


.dropline li a {
	text-decoration:none; 
}
.dropline li a b {	
	display:block; 
	height:40px; 
	float:left; 
	padding:0 0 0 20px; 
	cursor:pointer;
}
.dropline ul {
	background: #fff;
    left: -9999px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 26px;
    width: 140px;
    z-index: 10;
}

.dropline ul li {
	margin: 0!important;
	padding: 4px!important;
	list-style: none;
	color:#fff;
	font-size:26px;
}

.dropline ul li a {
	border:none!important;
	background: none !important;
	padding: 0 !important;
	text-align: left;
}
.dropline ul li a:hover{
	border-bottom:1px dashed #fff;
}
.dropline ul.right li a {
}
.dropline ul li a.last {
}

.dropline :hover ul {
	left:0;
}

.dropline li.current ul {
	left:0; 
	z-index:1;
}
.dropline li.current a {
	line-height:38px; 
	height:38px
}

.dropline li.current ul li a {
	color:#000; 
	padding:0; 
	height:38px; 
	line-height:38px; 
	background:transparent;
}

/*---end-menu----*/

#contentwrapper{
	clear: both;
	position:relative;
	padding: 0;
	margin: 0;
}
* html #contentwrapper{
	height:1px;
	overflow:visible;
}




#content{
	overflow:hidden;
}

*html #content{
	height:1px;
	overflow:visible;
}

/*
#contenter{
	padding:12px;
}
*/
.archive #contenter, .single #contenter, .page-template-latest-php #contenter, .search #contenter, .page-template-featured-destination-php #contenter{
	min-height: 1135px;
	margin-top: 0;
}
* html .archive #content, * html .single #content, * html .archive .page-template-latest-php #content{
	height:1px;
	overflow:visible;
}
.archive #contenter{
	min-height: 1480px;
	overflow:hidden;
}
/*
.archive #contentwrapper, .search #contentwrapper, .page-template-featured-destination-php #contentwrapper{
	margin-bottom: 20px !important;
}

.page-video-channel #contentwrapper{
	min-height:850px;
}
.page-video #content, .page-about #content, .page-contact #content,  .page-template-advertise-php #content, .page-video-channel #content, .archive #content, .search #content{
	overflow: visible;
}
*/
#searchwrap{
	margin:12px 0;
}
#searchwrap #searchform{
	-webkit-box-shadow: 0 2px 4px rgba(73, 73, 73, 0.3);
	-moz-box-shadow:    0 2px 4px rgba(73, 73, 73, 0.3);
	box-shadow:         0 2px 4px rgba(73, 73, 73, 0.3);

	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	behavior: url(/pie/PIE.htc);

	background: #f1f1f1;
    border: 1px solid #d1cfcf;
    clear: both;
    display: block;
    float: none;
    height: 38px;
    margin: 0 auto;
    padding: 2px 0 0 12px;
    width: 420px;
	
}
#searchwrap #searchform input#s{
	color: #000;
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: normal;
    margin-top: 0;
    padding: 0;
    width: 371px;

}
#searchwrap #searchform input{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin-left: 3px;
    margin-top: 2px;
    vertical-align: middle;
}

#footer_wrap{
	clear:both;
	overflow:hidden;
}
#footer {
	width:1000px;
	margin:0 auto;
	text-align:center;
	color:#000;
}
#foot_text{
	background: url("i/foot_text.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    overflow: hidden;
    padding: 18px 0 18px 60px;
}
#footer p{
    color: #000;
    float: left;
    font-family: Trebuchet MS;
    font-size: 15px;
    line-height: 1.3;
    margin: 2px 10px;
}
#footer p#links{
	float:right;
}
#footer p img{
    margin: 0;
    position: relative;
    top: 11px;
    vertical-align: bottom;
}
#footer p span{
	display: block;
    float: none;
    margin-top: -16px;
    text-align: right;
    text-transform: uppercase;
}
#footer p a{
	color:#000;
	text-decoration:underline;
}
#footer p a:hover{
	text-decoration:none;
}

#footer ul{
	overflow: hidden;
	padding: 6px 4px;	
	margin:0;

}
#footer ul li{
    display: inline-block;
    margin: 0 2px;
    padding: 4px 0;
    text-align: center;
}
#footer ul li a{
    color: #000;
    font-family: Trebuchet MS;
    font-size: 16px;
    padding: 0;
    text-decoration: underline;
}
#footer ul li a:hover{
    text-decoration: none;
}

.clear{
	clear:both;
}
.clear.line{
	clear:both;
	height:6px;
	margin:2px 0;
	display:block;
}

img.alignleft{
	float:left;
	padding:0 6px 6px 0;
}
img.alignright{
	float:right;
	padding:0 0px 6px 6px;
}


#wrap{
	overflow:hidden;
}

a.rm{
	-moz-border-radius: 16px 16px 16px 16px;
	-webkit-border-radius: 16px 16px 16px 16px;
	-khtml-border-radius: 16px 16px 16px 16px;
	border-radius: 16px 16px 16px 16px;
	behavior: url(/pie/PIE.htc);

    background: none repeat scroll 0 0 #989898;
    color: #FFFFFF;
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 14px;
    text-transform: none;
}
.post{
	color:#151515;
	margin:0;
	padding:0;
	font-family: Tahoma;
	font-size: 15px;
    	line-height: 1.4em;
}
.post h2, .single .post h2{
    color: #000;
    font-family: Trebuchet MS;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.post h2 a, .blog .post h2 a, .search .page h2 a, .archive .post h3 a{
    color: #000;
    font-family: Tahoma;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.search .post h2 a, .archive .post h3 a{
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: normal;
}
.post h2 a:hover{
	text-decoration:underline;
}



small.date{
    color: #919191;
    display: block;
    font-family: Trebuchet MS;
    font-size: 12px;
    margin:0;
    padding: 0 ;
}
small.date img{
	vertical-align:middle;
}
small.date h2{
	text-decoration:none;
}
small.date  a{
	color:#32333b;
	text-decoration:none;
}
small.date a:hover{
	text-decoration:underline;
}

.entry{
	padding:8px;
}
.entry ul li{
	list-style:disc inside none;
}
.entry ol li{
	list-style:decimal inside none;
}
.entry p{
	padding:6px 0;
}
.entry a, .entry a:visited{
	color:blue
}
/*--------------Single------------*/

.single .post h2{
    font-size: 22px;
    padding: 9px 0;
}
.single small.date{
	margin-top: -2px;
}
.single .post small h2{
	background: none repeat scroll 0 0 transparent;
	margin: 0;
	padding: 0;
	display:inline;
	font-size:11px;
}
.single .post small h2 a{
	font-size:11px;
	font-family:Verdana;
	text-decoration:underline;
	text-transform:none;
}
.single .post small h2 a:hover{
	text-decoration:none;
}
.single .post .entry img{
	float:left!important;
	margin:0 6px 6px 0!important;
}

.single #rsidebar{
    margin: 12px 0 8px 20px;
    padding-top: 12px;
    text-align: center;
    width: 320px;
}

.single span.top_ad{
	display: block;
	margin: 2px auto 0!important;
	padding-bottom: 2px;
	padding-right: 12px;
	padding-top: 0;
	text-align: center;
}


.single #single_wrap, .search #contentwrapper, .archive #contentwrapper, .page #contentwrapper, #scroll-wrapper{
	margin: 0 ;
	overflow: hidden;
	padding: 0;
}


/*---end-single--*/


#h_728{
	text-align: right;
	width: 728px;
}
#h_728 a{
	color: #000;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
}

#geo{
    background: url("i/weather.jpg") no-repeat scroll center top transparent;
    font-family: Georgia;
    font-size: 16px;
    height: 178px;
    margin-top: 0;
    padding: 35px 0 0;
    text-align: center;
    width: 730px;
}
#geo h2{
	color: #000000;
    font-family: Trebuchet MS;
    font-size: 36px;
	font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
}
#geo table.wp_wunderground thead th span{
    color: #7B7B7F;
    display: none;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 8px;
    width: 200px;
}
#geo .temp{
	margin-top:5px;
}





div#fst{
	overflow:hidden;
	margin: 18px 0;
}

div#fst .post{
    line-height: 1.4;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 665px;
}
div#fst .post small.date{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin:0;
	padding:0;
}
div#fst .post .entry{
    color: #686868;
    text-align: justify;
}
div#fst .post h2{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0 20px 12px;
}
div#fst .post h2 a{
    color: #000;
	font-family: Trebuchet MS;
    font-size: 32px;
    font-weight: bold;
}
div#fst_wrap{
    float: right;
    margin: 0;
    padding: 0;
}
div#fst #advertise{
float:right;
    margin: 0;
    padding: 0;
}
div#fst #advertise a {
    color: #000000;
    display: block;
    font-size: 10px;
}

#side_ad{
    float: left;
    margin-left: 6px;
    margin-right: 4px;
    margin-top: 6px;
    padding: 0;
    text-align: center;
    width: 165px;
}


div#scn{
	margin: 0;
	overflow: hidden;
	padding-bottom: 31px;
}

#scn .post small.date {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0 0 0 6px;
}
#scn #thrd .post .entry {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #686868;
	line-height: 1.5;
	padding: 8px;
	text-align: justify;
}
#thrd{
    display: inline-block;
    margin: 4px 0 15px;
    padding: 0;
    position: relative;
}
#thrd .post:last-child {
    margin: 0;
}
#thrd .post {
    border: 1px solid #e3e3e3;
    float: left;
    margin: 0 24px 0 0;
    min-height: 600px;
    padding: 1px;
    width: 385px;
}
div#thrd .post h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 12px 4px;
}
div#thrd .post h2 a {
	color: #000;
	font-family: Trebuchet MS;
	font-size: 32px;
	font-weight: bold;
}
div#thrd .post a.rm{
	margin-left:8px;
}



.blog #latest{
	background:none;
	display: inline-block;
	margin: 12px 0 0;
}

.blog #latest li{
    border: 1px solid #e3e3e3;
    color: #686868;
    float: left;
    font-family: Tahoma;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 20px 0 0;
    min-height: 400px;
    overflow: hidden;
    padding: 8px;
    text-align: justify;
    vertical-align: top;
    width: 295px;
}
.blog #latest li:last-child{
	margin:0;
}
.blog #latest li h2, .page-template-video-php #latest ul li h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    min-height: 52px;
    overflow: hidden;
    padding: 0 0 0 5px;
    text-align: left;
}

.blog #latest li h2 a {
	color: #000;
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	text-transform: none;
}

.blog #latest li small.date {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #999998;
    font-family: Tahoma;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    padding: 4px 0 0 6px;
    text-align: left;
    text-transform: none;
}

.blog #latest li img, .page-template-video-php #latest ul li img{
    float: none;
    margin: 0 !important;
    padding: 0;
}

.blog #latest li h2, .page-template-video-php #latest ul li h2{
	background: none;
    overflow: hidden;
    padding: 0;
    text-align: cener;
}


.blog #latest li small.date{
	text-align:left;
	color:#919191;
}
.page-template-video-php #latest ul li h2 a{
	color: #32333b;
    font-family: Tahoma;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.3;
    text-decoration: none;
    text-transform: none;
}



#topics{
	border-top: 1px solid #dbdbda;

	clear: both;
	margin: 0;
	padding: 0;
}
* html #topics{
	height:1px;
	overflow:visible;
}


#topics_wrap{
    margin:  0 auto ;
    padding: 0;
    width: 1050px;
}


#followus{
	clear:both;
	color: #000;
	overflow:hidden;
	padding: 12px 0;
	text-align: center;

}
#followus ul li{
	float:left;
	margin:0 2px;
}


#topics ul#foot_ul{
	clear: both;
	height: 25px;
    margin: -4px 0 2px;
    overflow: hidden;
    padding: 0 0 0 315px;
    text-align: center;
    width: auto;
}
#topics ul#foot_ul li{
    background: none repeat scroll 0 0 transparent;
    border-right: 1px solid #59636c;
    float: left;
    margin: 0 8px;
    padding: 0 16px 2px 0;
    text-align: center;
    width: auto;
}
#topics ul#foot_ul li a {
    color: #000;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    padding: 0;
    text-decoration: underline;
}
#topics ul#foot_ul li a:hover{
    text-decoration: none;
}
#sidebar{
	float:left;
	width:300px;
	padding-right:10px;
}
#rsidebar{
	float:right;
	width:165px;
}
.blog #rsidebar{
	width:305px;
	text-align:center;
	margin-top:12px;
}


#connect{
	background: url("i/connect.jpg") no-repeat scroll center top transparent;
	padding: 105px 26px 20px;
	text-align: left;
}
#connect h3{
	color: #000000;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    left: 112px;
    position: relative;
    top: -18px;
    width: 150px;
}
#connect ul li{
	padding:12px 0;
}
#connect ul li#pin{
	padding:18px 0 12px;
}
#connect ul li#pin img{
	vertical-align:middle;
	padding-right:6px;
}
#connect ul li#pin a{
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;	
}
* html #wrapper, * html #wrap{
	height:1px;
	overflow:visible;
}


.search #rsidebar{
	width:305px;
	margin-top:35px;
	margin-left:12px;
}
.search #content{
	padding-left:8px;
}
.search .post, .archive.search .post{
	padding:16px 0;
}

.category #s_filter strong span{
	font-size:0;
}

#s_filter{
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	behavior: url(/pie/PIE.htc);
	
	border: 1px solid #efefef;
	box-shadow: 1px 1px 10px #efefef;
	-webkit-box-shadow: 1px 1px 10px #efefef;
	-moz-box-shadow: 1px 1px 10px #efefef;

	background:#fff;
	margin:12px 0;
	padding:20px;
}
#s_filter strong{
	font-family: Trebuchet MS;
	font-size: 14px;
	text-transform: uppercase;
}
#s_filter input#s{
	border: 2px solid #ededed;
	display: block;
	margin: 6px 0;
	padding: 12px;
	width: 90%;
}
#s_filter input#searchsubmit{
	background: none repeat scroll 0 0 #00c2e4;
	border: medium none;
	color: #fff;
	display: inline-block;
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	height: 42px;
	margin: 4px 0 0;
	text-transform: uppercase;
	width: 190px;
}
#s_filter h2{
	font-family: Trebuchet MS;
    font-size: 18px;
    margin: 0 0 16px;
    text-transform: uppercase;
}
#s_filter select{
	width:200px;
}



h1#ask_title{
	padding:12px 0;
}
ul#rate{
    overflow: hidden;
    padding-left: 30px;
}
ul#rate li{
	color:#0b93ea;
	font-family:Arial;
	font-size:15px;
	padding:4px 0;
	border-bottom:2px solid #cfcdc4;
}
ul#rate li strong{
	color:#000;
	font-size:16px;
	padding-right:40px;
}
ul#rate li span{
	color:#000;
	float:right;
	font-family:Trebuchet MS;
	font-weight:normal;
	font-size:16px;
}

/*------Video------*/

.page-template-video-php #top_advertise{
	margin-bottom: 0;
}

.page-template-video-php #contenter{
	min-height:850px;
}

.page-template-video-php h2.pagetitle{

}

.page-template-video-php a#channel{
	float:left;
	margin: 8px 8px 8px 23px;
}
.page-template-video-php #foot_text{
	clear:both;
}

.page-template-video-php #late_wrap{
	float: left;
	margin: 0 0 0 20px;
	width: 760px;
}
.page-template-video-php #late_wrap h2{
	color:#000;
	display:inline-block;
	padding:0 4px;
	text-align:left;
	width: 100%;
}
.page-template-video-php #late_wrap h2#latest-video{
    display: inline;
    font-family: Tahoma;
    font-size: 29px;
    font-weight: bold;
    left: 300px;
    padding: 0 12px;
    position: relative;
    text-transform: none;
}
.page-template-video-php #late_wrap #latest{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    clear: left;
    float: none;
    height: auto;
    padding: 0;
	margin: 20px 0;
	width: auto;
	display:block;
}
.page-template-video-php #latest ul{

}

.page-template-video-php #latest ul li{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: inline-block;
    margin-right: 85px;
    padding-bottom: 30px;
    text-align: left;
    vertical-align: top;
    width: 185px;
}

.page-template-video-php #latest ul li img{
	float:none;
}

.page-template-video-php #latest ul li:last-child{
	margin:0;
}


.page-template-video-php #latest ul li small.date{
	text-align:left!important;
	padding:2px 0 2px 18px;
	margin:0!important;
}
/*
.page-template-video-php #latest ul li h2 a, .page-template-video-php #latest ul li small.date, .page-template-video-php #latest ul li small.date a{
	color:#fff;
}
*/
.page-template-video-php #latest ul li h2{
	padding:0;
	border:none;
	width:auto;
}






h2.vid_title{
    font-size: 16px;
    font-weight: normal;
    padding: 8px 38px;
    text-align: left;
}
h2.vid_title_b{
	font-size: 18px;
	font-weight: normal;
	padding: 8px 36px;
}
#feat_video{
	margin:10px 0;
	width:275px;
	padding:12px;
}
#video-sidebar{
	float:left;
	width:305px;
	margin-right:0px;
	margin-top:10px;
	margin-left:7px;
}

/*
.page-template-video-php #latest ul li h2{
     margin-left: 7px;
}

.page-template-video-php #latest ul li small.date{
	background:#d1cdcc;
}

.page-template-video-php #latest{
	margin-right: 176px;
	margin-bottom:12px;
	overflow: hidden;
}

.page-template-video-php #latest ul{
    margin-top: 4px;
    overflow: hidden;
    padding-bottom: 26px;
    padding-left: 16px;
    width: auto;
}

.page-template-video-php #latest ul li{
    float: left;
    padding: 4px 0 4px 29px;
    width: 46%;
}
.page-template-video-php #face_wrap{
	margin-left:30px;

}
.page-template-video-php #face_wrap a{
	float:left;
	margin:0 12px;
}
.page-template-video-php #face_wrap a img{
	vertical-align:middle;
}

#video-sidebar li img{
    display: block;
    margin: 5px auto;
    width: 16px;
}

.page-template-video-php #latest ul li h2 a{
	color:#375d3b;
}
*/
.page-template-video-php #latest ul li h2 a:hover{
	text-decoration: underline;
}

#feat_video h2, #late_wrap h2, #video_wrap h2{
    background: none repeat scroll 0 0 transparent;
    color: #fff;
    font-family: Trebuchet MS;
    font-size: 26px;
    line-height: 1.3;
    text-transform: uppercase;
}



#late_wrap ul# recent_ul h2{
	padding:0;
}
#video_wrap{
    overflow: hidden;
    padding: 11px;
}


#late_wrap #latest li small.date{
    display: block;
    font-size: 11px;
    margin: 0px;
	padding:0;
	border:none;
	text-align:center;

}

ul#recent_ul{
	padding: 4px 12px 12px 12px;
	margin-top:12px;
}
ul#recent_ul li small{
	color:#000;
	font-size:11px;
	padding: 0;
	border:none;
	background:none;
}
ul#recent_ul li small a{
	font-size:11px;
	display:inline;
}



#top_advertise{
	margin:6px auto 20px;
	text-align:center;
	width:730px;
	
}
#right_advertise{
	float:right;
	margin:0 6px;
}



h2.pagetitle, h1.pagetitle{
    color: #000;
    font-family: Tahoma;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 12px 0;
    padding: 12px 0;
    text-align: center;
    text-transform: none;
}
/*
h2.pagetitle:before {
    border-bottom: 4px solid #EEEEEE;
    border-right: 5px solid #000000;
    content: "";
    display: inline-block;
    height: 2px;
    left: -36px;
    position: relative;
    top: 16px;
}

.page h2.pagetitle:before{
    left: -500px;
}
*/
.wp-pagenavi{
	padding:12px;
	text-align:center;
}

.page-submit #content {
	overflow: hidden;
}



.archive #contentwrapper, .search-results #contentwrapper{
	overflow:hidden;
	padding-top:12px;
}

/*
.page-about .post, .page-about #content, .page-about #contenter,
.page-contact .post, .page-contact #content, .page-contact #contenter,
.page-template-advertise-php .post, .page-template-advertise-php #content, .page-template-advertise-php #contenter,
.page-template-video-php .post, .search-results #contenter{
	overflow:visible;
}
*/


.page-about #topics_wrap,
.page-contact #topics_wrap{
	margin-top:0;
}

/*--------------About----------*/


.page-about h2.pagetitle, .page-contact h2.pagetitle{

}

.page-about #contenter{

}
.page-about .post{
	background:url(i/tune-up.jpg) no-repeat top center;
	padding-top:290px;
}
.page-about .entry{

    float: left;
    font-size: 16px;
    margin-top: 4px;
    padding: 12px 10px;
    width: 787px;
}
.page-about .entry a, .page-contact .entry a, .page-advertise #wr a{
	color:#000;
	text-decoration:underline;
}
.page-about .entry a:hover, .page-contact .entry a:hover, .page-advertise #wr a:hover{
	text-decoration:none;
}


#quantcast{
    margin: 25px 0 0;
    padding: 0;
    text-align: center;
}
/*--------------Contact----------*/
.page-contact h2.pagetitle{
}

.page-contact #contenter{
	padding-bottom:20px;
}

.page-contact .post{	
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.page-contact .entry{
	background:url(i/map.jpg) no-repeat top center;
	font-family: Trebuchet MS;
	line-height: 1;
	padding: 200px 80px 0;
	text-align: center;
}
.page-contact .entry ul{
	padding:12px 0;
}
.page-contact .entry ul li{
	float:left;
	list-style:none;
	text-align:center;
}
.page-contact .entry ul li:first-child{
	padding: 0 200px 0 20px;
}

.page-contact .entry ul li a{
	display:block;
}
.page-contact #content .entry p{
    line-height: 1;
    padding: 12px 0 26px;
    text-align: center;
}
.page-contact .entry strong{
	color: #000000;
    display: inline-block;
    font-family: Trebuchet MS;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 4px;
}
.page-contact .entry a{
	line-height: 1.2;
	text-decoration:underline;
}
.page-contact .entry a:hover{
	text-decoration:none;
}

/*--------------Archives----------*/


.archive span.left_ad, .search-results span.left_ad{
	height:auto!important;
	margin: 20px 0 -12px;
}
.search-results span.left_ad{
	padding-bottom:10px;
}


.archive h2.pagetitle, .search h2.pagetitle{
    font-family: Trebuchet MS;
    font-size: 38px;
    font-weight: bold;
    padding: 12px 0 40px;
    text-transform: uppercase;
}
.archive h2.pagetitle span{

    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    white-space: nowrap;
    display: inline-block;
	vertical-align:text-top;
	padding: 10px 0;
}

.archive.category-beaches-action-adventures h2.pagetitle span,
.archive.category-hiking-outdoors-destination-highlight h2.pagetitle span,
.archive.category-skiing-outdoors-destination-highlight h2.pagetitle h2.pagetitle span,
.archive.category-theme-parks-destination-highlight h2.pagetitle span,
.archive.category-walking-tours-action-adventures h2.pagetitle span,
.archive.category-arts-theatre-destination-highlight h2.pagetitle span,
.archive.category-fairs-festivals-destination-highlight h2.pagetitle span,
.archive.category-budget-travel-destination-highlight h2.pagetitle span,
.archive.category-family-travel-destination-highlight h2.pagetitle span,
.archive.category-romantic-travel-destination-highlight h2.pagetitle span,
.archive.category.category-night-life h2.pagetitle span,
.archive.category.category-museums-destination-highlight h2.pagetitle span,
.archive.category.category-budget-dining h2.pagetitle span,
.archive.category.category-budget-hotels h2.pagetitle span,
.archive.category.category-splurge-dining h2.pagetitle span,
.archive.category.category-splurge-hotels h2.pagetitle span,
.archive.category.category-cruises h2.pagetitle span,
.archive.category.category-group-tours h2.pagetitle span{
display: inline;
    line-height: 1;
    overflow: -moz-hidden-unscrollable;
vertical-align: baseline;
    padding: 10px 0;
    white-space: normal;
}

.archive.category h2.pagetitle span:after {
/*
    color: #6A8717;
    content: "";
    margin-left: -13px;
    overflow: hidden;
    width: 20px;
*/
background: none repeat scroll 0 0 #fff;
    color: #6a8717;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: -13px;
    overflow: hidden;
    width: 20px;
}


.archive #sidebar{
	width:165px;
	padding: 6px 10px 6px 4px;
	text-align:center;
}
.archive .left_slide{
	margin: 8px 0 0;
	width:auto!important;
}

.archive #sidebar .left_slide{
	width:165px;
}

.archive #sidebar ul#rand_imgs li div.icon{
	padding: 4px 0 8px 8px;
	width: auto;
}
.archive #sidebar ul#rand_imgs li div.icon h2{
	background: none !important;
	line-height: 1;
	padding: 2px 6px !important;
	text-align: left;
}

.archive #rsidebar ul li, .search #rsidebar ul li{
	padding: 0 0 14px 0;
}
.archive #rsidebar ul li h3, .search #rsidebar ul li h2{
    line-height: 1;
    padding: 6px 4px 11px 4px;
    text-align: left;
	font-weight:normal;

}
.archive #sidebar ul#rand_imgs li div.icon a, .archive #rsidebar ul li h3 a, .search #rsidebar ul li h2 a{
	    color: #000000;
    font-family: Trebuchet MS;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}

.archive #rsidebar ul li small.date, .search #rsidebar ul li small.date{
	margin-left: 2px;
	margin-top: 0;
	padding-left: 0;
	text-align: left;
}




.archive #rsidebar, .search #rsidebar{
	margin:0 0 0 30px;
	padding: 0;
	text-align: center;
	width: 310px;
}


.archive .post{
    overflow: hidden;
    padding: 2px 0 18px 16px;
	
}
.archive .post img{
	float:left!important;
	margin:0 6px 6px 0!important;
}
.archive .post h3{
	color: #000;
    font-family: Trebuchet MS;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.archive .post small.date{
	margin: 0;
}
.archive .post .entry, .search .post .entry{
	font-family: Verdana;
    font-size: 14px;
    line-height: 1.5;
    margin: 6px 0 0;
    padding: 0;
text-align:justify;
}
.search .post .entry{
    margin: 16px 0 0;
}
.archive .post .entry a{
	color: #A4B5C2;
}
.archive .post .entry img{
	float:left!important;
	padding:0 6px 6px 0!important;
}

.archive .post iframe{
	display:none;
}



.archive h2.pagetitle div, .search h2.pagetitle div{
	display:inline-block;	
}
.archive h2.pagetitle img{
	margin-top: -1px;
	vertical-align: text-bottom;
}
.search h2.pagetitle img{
	margin-bottom: -8px;
	margin-top: -4px;
}



span.left_ad{
	display:block;
	text-align:center;
}

.left_slide{
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	behavior: url(/pie/PIE.htc);
	
	background:#fff;
    margin: 4px 0 16px;
    padding: 6px 0;
    width: 306px;
}
.single .left_slide{
    width: 312px;
}
.left_slide strong{
	display:block;
	color: #D35533;
    font-family: Trebuchet MS;
    font-size: 28px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}

.left_slide span {
    border-bottom: 1px solid #3a3a3a;
    color: #3a3a3a;
    display: block;
    font-family: Trebuchet MS;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 6px;
    margin-top: 4px;
    padding: 2px 0;
    text-align: left;
    text-transform: uppercase;
}
.archive span.left_ad, .search span.left_ad{

}
#sidebar span.left_ad{
	display:block;
	text-align:center;
}
span.house_ad{
    float: right;
    margin-bottom: 5px;
    margin-right: 8px;
    margin-top: -1px;
}
span.left_ad img, span.house_ad img{
	vertical-align:top;
}









.category-special-interest-section h2.pagetitle{
    border: medium none;
    color: #FFFFFF;
    font-family: Georgia;
    font-size: 22px;
    letter-spacing: -1px;
    margin: 44px 0 12px;
    padding: 6px 0 8px 163px;
    text-transform: uppercase;
    width: 709px;
}

.category-special-interest-section #sidebar{
	float:right;
	margin-left:12px;
}
.archive.category-special-interest-section .post h2 a{
	font-size:24px;
}


span#fbshare{
	float:left;
}
.wpbuttons{
	float:left;
	clear:none!important;
	width:auto!important;
}
.pin-it-btn-wrapper, .pin-it-btn-shortcode-wrapper, .pin-it-btn-wrapper-shortcode{
	margin-top: 5px!important;
}


div.success {
    color: #000 !important;
    font-family: Tahoma;
    font-size: 20px;
    font-weight: normal;
}


ul#rand_imgs li{
	padding:0px 0 6px;
	text-align:center;
}
ul#rand_imgs li div.icon{
    display: inline-block;
    padding: 4px 0;
    text-align: center;
    vertical-align: top;
    width: 150px;
}

ul#rand_imgs li div.icon a{
	display: block;
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	line-height: 1 !important;
	margin-top: 7px;
	text-transform: none;
}
ul#rand_imgs li div.icon div.imagefix a{
	margin-top:0;
}
ul#rand_imgs li img{
	background:url(http://www.pekupublications.com/default.png) no-repeat center center;
	display: block;
    float: none;
    height: 150px;
    margin: 0 !important;
    padding: 0;
    width: 150px;
}
ul#rand_imgs li a, ul#rand_imgs li h3{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
line-height: 1.2 !important;
    font-weight: normal;
    padding: 0 !important;
}



a#submit{
    clear: both;
    display: block;
    text-align: center;
}

/*-------------Latest---------*/

.page-template-latest-php #bodywrap{
	width: auto;
}

.page-template-latest-php #content{
	padding: 0 12px;
}

.page-template-latest-php #sidebar{
	width:165px;
}
.page-template-latest-php #rsidebar{
	width:305px;
	margin-left:12px;
}

.page-template-latest-php .post{
	margin-bottom:12px;
	border:1px solid #000;
	padding:12px;
	overflow:hidden;
}
.page-template-latest-php #video{
	margin-right:12px;
	margin-bottom:8px;
	padding-top:20px;
}



.page-template-latest-php .scroll-wrap{
	float:left;
	width:800px;
	margin:0 12px;
	height:700px;
}
.page-template-latest-php .scroll-wrap#medium{
	width:730px;
}
.page-template-latest-php .scroll-wrap#small{
	width:300px;
}
.page-template-latest-php .scroll-wrap#small-medium{
	width:420px
}
.page-template-latest-php a.rm{
	margin-bottom:0;
}


.ad160{
	width:162px;
	text-align:center;
}
.ad160#left{
	float:left;
	margin-right:6px;
}
.ad160#right{
	float:right;
	margin-left:6px;
}

.ad300{
	width:302px;
	text-align:center;
}
.ad300#left{
	float:left;
	margin-right:6px;
}
.ad300#right{
	float:right;
	margin-left:6px;
}

.ad728{
	width:730px;
	height:92px;
	text-align:center;
	position:relative;
}
.ad728#top{
	margin-bottom:6px;
}
.ad728#bottom{
	margin-top:6px;
}

div#video{
	overflow:hidden;
}

div#video, div#image{
	float:left;
}
div#image{
    margin-left: 12px;
    margin-top: -6px;
    text-align: center;
    width: 402px;
}
div#image img{
	float:none!important;
	margin:0!important;
	padding:0!important;
}
div#video h2, div#image h2{
	color:#000;
    font-family: Georgia;
    font-size: 24px;
    padding: 18px;
    text-align: center;
    text-transform: uppercase;
}
div#image h2{
	background:url(i/image-title.png) no-repeat left top;
	padding-top: 24px;
}



/*-----------Advertise------*/

.page-template-advertise-php #left_advertising ul, .page-template-advertise-php #right_advertising ul{
	overflow:hidden;
	padding:2px 12px;
}
.page-template-advertise-php #left_advertising ul li, .page-template-advertise-php #right_advertising ul li{
	line-height:1.4;
	font-size:14px;
	background:url("images/ul_line.jpg") no-repeat scroll left 12px transparent;
	padding-left:8px;
}
.page-template-advertise-php div#center_advertising{
	text-align:center
}

.page-template-advertise-php #left_advertising{
	float:left;
	width:450px;
}
.page-template-advertise-php #right_advertising{
	overflow:hidden;
}
.page-template-advertise-php #wr img.alignleft{
	margin: 0;
	padding:0;
}

.page-template-advertise-php #wr{
	padding: 12px 0;
}
.page-template-advertise-php #contentwrapper{
	overflow:visible;
	width:1100px;
}
.page-template-advertise-php #content{
	overflow:visible;
}
.page-template-advertise-php #rates{
	background: url("i/rates.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
	height: 109px;
	float:left;
	margin-left:8px;
	width: 635px;
}
.page-template-advertise-php h2#rate{
	display: block;
	font-family: 'Raleway', serif;
    font-size: 34px;
    letter-spacing: 1px;
    padding-bottom: 12px;
    padding-left: 35px;
    text-align: center;
}
.page-template-advertise-php #rates span{
	color: #000000;
	clear:both;
    display: block;
    font-family: Trebuchet MS;
    font-size: 24px;
    padding: 27px 0 12px;
    text-align: center;
}
.page-template-advertise-php #rates ul li{
	color: #000000;
    float: left;
    font-family: Arial;
    font-size: 16px;
    padding: 23px 90px 0 26px;
}
.page-template-advertise-php #rates ul li:last-child{
	margin-left: -20px;
	padding-left: 0;
	padding-right: 0;
}
.page-template-advertise-php #rates ul li strong{
	color:#000;
}
.page-template-advertise-php #wr #rates ul li span{
    color: #000000;
    display: inline-block;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    margin-right: 40px;
    margin-top: 0;
    padding: 0;
    vertical-align: top;
}

.page-template-advertise-php #left_advertising ul, .page-template-advertise-php #right_advertising ul{
	overflow:hidden;
	padding:2px 12px;
}
.page-template-advertise-php #left_advertising ul li, .page-template-advertise-php #right_advertising ul li{
	line-height:1.4;
	font-size:14px;
	background:url("i/ul_line.jpg") no-repeat scroll left 12px transparent;
	padding-left:8px;
}
.page-template-advertise-php div#center_advertising{
	text-align:center
}

.page-template-advertise-php #left_advertising{
	float:left;
	width:450px;
}
.page-template-advertise-php #right_advertising{
	overflow:hidden;
}
.page-template-advertise-php #left_advertising h2, .page-template-advertise-php #right_advertising h2, .page-template-advertise-php #center_advertising h2{
    background: none repeat scroll 0 0 transparent;
    color: #1D73BC;
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
    padding: 12px 0;
    text-transform: none;
}


div.rightcol_wrap h2:after, #rates h2:after, #left_advertising h2:after, #right_advertising h2:after, #center_advertising h2:after{
	padding:0;
	background: none;
}


.page-template-advertise-php #wr .rightcol ul li span{
    background: url("i/alexa-box.png") no-repeat scroll left top transparent;
    color: #000000;
    display: block;
    font-family: Arial;
    font-size: 15px;
    height: 32px;
    margin-bottom: 40px;
    margin-top: 4px;
    padding-left: 18px;
    padding-top: 28px;
    text-align: left;
    width: 142px;
}
.page-template-advertise-php #wr .rightcol ul li iframe{
    margin-top: 7px;
}

.page-template-advertise-php h2.pagetitle {
	margin: 12px 0;
	padding-bottom: 20px;
	font-family: 'Raleway', serif;
	font-size:36px;
	font-weight: normal;
}


div.rightcol_top{
	background:none;
	padding:0;
}
div.rightcol{
    background: url("i/stats-box.jpg") no-repeat scroll left top transparent;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 350px;
} 
div.rightcol#pkp{
    background: url("i/stats-box-pkp.jpg") no-repeat scroll left top transparent;
	margin-bottom:5px;
}
div.rightcol#pkp .rightcol_wrap h2{
	padding-left: 0;
	padding-top:12px;
}
div.rightcol_wrap{
	background:none;
	padding:0;
}

div.rightcol_wrap h2{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-family: Trebuchet MS;
    font-size: 17px;
    font-weight: normal;
    padding: 12px 0 12px 85px;
    text-align: center;
    text-transform: uppercase;
}
div.rightcol_wrap h2 img{
    margin-left: 34px;
    vertical-align: text-bottom;
}
.rightcol_wrap li{
	background:none; 
	float: left;
    list-style: none outside none;
    text-align: center;
    width: 165px;
}
.rightcol_wrap li img{
    margin-right: 4px;
    vertical-align: middle;
}


/*
#wr span{
	color:#068;
	float:right;
	font-family:Georgia;
	font-size:18px;
	font-style:normal;
} 
*/
#middlebar .rightcol_wrap h2{
	color:#23384F;
	font-family:Tahoma;
	font-size:20px;
	font-weight:bold;
	padding-bottom:9px;
}
.rightcol_wrap ul{
	padding:0 10px;
	list-style:none;
}


/*-----accordion----*/

.ac-container{
	width: auto;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: Trebuchet MS;
	padding: 5px 20px 5px 60px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #000;
	line-height: 33px;
	font-size: 15px;
	font-weight:bold;
	background: #eee url("i/arrow_up.jpg") no-repeat scroll left center;
	text-transform: uppercase;
	
}
.ac-container input:checked ~ label{
	background: #eee url("i/arrow_down.jpg") no-repeat scroll left center;
}

.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
.ac-container input:checked ~ article.ac-small{
	height: 100px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}

/*----acordion-end-----*/
.page-template-advertise-php article ul{
	padding:12px 12px 12px 60px;
}
.page-template-advertise-php article ul li{
	list-style:none;
	background:url(i/ad_li.jpg) no-repeat left center;
	padding-left:24px;
}


/*--------Advertise-end----------*/



/*#rsidebar div.icon{
	background: url("http://www.pekupublications.com/default.png") no-repeat scroll center top transparent;
    height: 50px;
    margin-left: 10px;
    padding-top: 100px;
    width: 100px;
}
*/
#rsidebar div#icon-1, #sidebar div#icon-1,
#rsidebar div#icon-2, #sidebar div#icon-2,
#rsidebar div#icon-3, #sidebar div#icon-3,
#rsidebar div#icon-4, #sidebar div#icon-4,
#rsidebar div#icon-5, #sidebar div#icon-5,
#rsidebar div#icon-6, #sidebar div#icon-6,
#rsidebar div#icon-11, #sidebar div#icon-11,
#rsidebar div#icon-12, #sidebar div#icon-12,
#rsidebar div#icon-13, #sidebar div#icon-13,
#rsidebar div#icon-14, #sidebar div#icon-14,
#rsidebar div#icon-15, #sidebar div#icon-15,
#rsidebar div#icon-16, #sidebar div#icon-16{
	display:none;
}


/*----latest-form-----*/
#latest-signup{

	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	behavior: url(/pie/PIE.htc);
	border-bottom: 1px solid #dbdbda;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#latest-signup.home, #latest-signup.single_bot{
	-webkit-box-shadow: 0 2px 6px rgba(73, 73, 73, 0.3);
	-moz-box-shadow:    0 2px 6px rgba(73, 73, 73, 0.3);
	box-shadow:         0 2px 6px rgba(73, 73, 73, 0.3);

	background:#fff;
	border:1px solid #d2d2d2;

	height: 180px;
	margin: 5px 0;
	width: 255px;
}
#latest-signup.single_top{
	margin: 5px 0;
}
#latest-signup.single_bot{
	width:600px;
	height:auto;
}

#latest-signup .mc_custom_border_hdr, #latest-signup div#likeyou, .blog #latest-signup div#likeyou, #latest-signup.single_bot div#likeyou{
    color: #000;
    float: none;
    font-family: Tahoma;
    font-size: 40px;
    font-weight: normal;
    height: auto;
    letter-spacing: 0;
    line-height: 1;
    margin-left: 0;
    padding-left: 0;
    padding-top: 11px;
    text-align: center;
    text-transform: none;
    width: auto;
}
#latest-signup.single_top .mc_custom_border_hdr, #latest-signup div#likeyou{
	float: left;
	font-size: 32px;
	margin-left: 16px;
}

#latest-signup.single_bot .mc_custom_border_hdr, #latest-signup.single_bot div#likeyou{
	font-family: Trebuchet MS;
	font-size: 0px;
	text-transform: uppercase;
}
#latest-signup.single_bot .mc_custom_border_hdr:before, #latest-signup.single_bot div#likeyou:before {
    color: #000;
    content: "PS - We’ll miss you!";
    display: block;
    font-size: 34px;
    margin: 0;
    padding: 0;
}

#latest-signup #mc_subheader, #latest-signup span#signup, .blog #latest-signup span#signup{
    clear: left;
    color: #000;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 5px 8px 9px;
    padding: 0;
    text-align: center;
    text-transform: none;
    width: auto;
}
#latest-signup.single_top #mc_subheader, #latest-signup span#signup{
	clear: none;
	float: left;
	margin: 22px 10px 0;
}
#latest-signup.single_bot #mc_subheader, #latest-signup.single_bot span#signup{
	font-family: Trebuchet MS;
	font-size: 0px;
	letter-spacing: 1px;
	margin: 0 0 6px;
}
#latest-signup.single_bot #mc_subheader:before, #latest-signup.single_bot span#signup:before{
    color: #000;
    content: "Before you leave this page, be sure to sign up for the My Fitness Tunes newsletter.";
    display: block;
    font-size: 16px;
    margin: 0 2px;
    padding: 0;
	text-transform: uppercase;
    line-height: 1.2;
}
#latest-signup.single_bot  #mc_signup{
	clear:both;
}
#latest-signup #mc_signup{
	float:none;
	height:auto;
}

#latest-signup.single_top .mc_merge_var{
	float: left;
	margin-top: 16px;
}
#latest-signup.single_bot .mc_merge_var{
	float: left;
	margin-left: 12px;
}


#latest-signup #mc_signup_form .mc_var_label {
    display: none;
}
#latest-signup #mc_signup_form .mc_input{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	background: #f1f1f1;
	border: 1px solid #b4b3b3;
	height: 30px;
	margin: 0;
	padding: 0;
}
#latest-signup.home #mc_signup_form .mc_input{
	width: 235px;
}
#latest-signup.single_top #mc_signup_form .mc_input{
	width: 178px;
}
#latest-signup.single_bot #mc_signup_form .mc_input{
	width: 445px;
}

#latest-signup .mc_signup_submit{
	clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#latest-signup.single_top .mc_signup_submit{
	clear: none;
	float: left;
	margin-top: 16px;
	margin-left: 8px;
}
#latest-signup.single_bot .mc_signup_submit{
	clear: none;
	text-align: left;
}


#latest-signup .mc_signup_submit input{
	background: none repeat scroll 0 0 #1f479a;
    border: medium none;
    color: #FFFFFF;
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    margin-left: 6px;
    margin-right: 2px;
    margin-top: 0;
    width: 120px;
}
#latest-signup.single_top .mc_signup_submit input{
	margin-left:0;
}
/*-----end-latest-form----*/







#read-author, #read-author a{
	font-size:15px;
	color:#d35002;
}
#read-author{
	line-height: 2;
}






#comment_wrap{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    padding: 12px;
    width: 600px;
}
#comment_wrap a{
	color:#000;
	text-decoration:underline;
}
#comment_wrap a:hover{
	text-decoration:none;
}

#respond strong{
	padding:6px 0;
	display:block;
	font-weight:normal;
	font-size:20px;
	font-family:Tahoma;
}
#respond table td{
	padding:2px 14px 2px 0;
}
#respond table td input{
    height: 40px;
    padding: 0 12px;
    width: 255px;
}
#respond table td input, #respond textarea{
	border:1px solid #cacaca;
	background:#fdfdfd;
}
#respond textarea{
    padding: 12px;
    width: 551px;
}
strong#comments-title{
    font-family: News Cycle;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding: 10px 0;
    text-transform: uppercase;
}


#scroll-wrapper{
	width: 7540px;
	height:735px;
	padding:12px;
	margin:20px 0 12px;
}





.smooth_nav a{
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	behavior: url(/pie/PIE.htc);
	position:relative;
	background:#fff;
	border:1px solid #333;
	color:#000;
}




ul.alphabet li{
	list-style: upper-alpha inside none;
}




/*------------Error404-----------*/



.error404 #ad160{
	float:right;
	width:165px;
	text-align:center;
	margin: 14px 10px;
}

.error404 #penguin{
	float:left;
	margin-top:12px;
}

.error404 #looksearch{
	overflow:hidden;
	padding-top:20px;
}

.error404 #fotyfor_wrap h3{
	color:#000;
	font-weight:normal;
	font-size:55px;
	line-height:1;
	text-align:center;
}
.error404 #fotyfor_wrap #trysearch h3{
	font-size: 32px;
	letter-spacing: -1px;
	padding: 22px 0;
}

.error404 #fotyfor_wrap #trysearch{
	-webkit-box-shadow: -2px -2px 2px rgba(70, 70, 70, 0.5);
	-moz-box-shadow:    -2px -2px 2px rgba(70, 70, 70, 0.5);
	box-shadow:         -2px -2px 2px rgba(70, 70, 70, 0.5);

	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	behavior: url(/pie/PIE.htc);
	
	background:#fffafa;
	border:1px solid #c8c8c8;
	text-align: center;
	width: 410px;
	height:200px;
	padding:0;
	margin-left: 33px;
	margin-top: 40px;
}
.error404 #fotyfor_wrap #trysearch form{
	width:auto;
	height:auto;
	background:none;
	border:none;
	margin:0;
	padding:0;
}
.error404 #fotyfor_wrap #trysearch form input{
	background:none;
	border:none;
	vertical-align:middle;
}
.error404 #fotyfor_wrap #trysearch form input#s{
	background: url("i/404/searchform.png") no-repeat scroll left top transparent;
	font-weight: normal;
	height: 36px;
	margin-bottom: 12px;
	padding: 0 12px;
	width: 367px;
}

.error404 #fotyfor_wrap #mailing{
	background:url(i/404/signup.jpg) no-repeat left top;
	float:left;
	clear:left;
	height:160px;
	width:270px;
	margin: 27px 4px 0 12px;
}
.error404 #fotyfor_wrap #mailing a{	
	margin-left:24px;
}
.error404 #fotyfor_wrap #mailing a img{
	width:225px;
	height:38px;
	margin-top:63px;
}

.error404 #fotyfor_wrap #latest{
	background:none;
	border: medium none;
	clear: none;
	float: left;
	margin: 0;
}
.error404 #fotyfor_wrap #latest h3{
	background: url("i/404/recent.png") no-repeat scroll 7px 14px transparent;
    font-size: 19px;
    letter-spacing: -1px;
    padding: 5px 0 20px;
    text-align: center;
}

.error404 #fotyfor_wrap #latest ul li{
	width:135px;
	display:inline-block;
	margin:0 0 0 24px;
	vertical-align:top;
}
.error404 #fotyfor_wrap #latest ul li img{
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.error404 #fotyfor_wrap #latest ul li h2 a{
	color: #000000;
	font-family: verdana;
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
}




img#wpstats{display:none}

.blog .entry iframe{
	display:none;
}

/*---------footer-popup--------*/



#sister_sites, #sister_sites_sc { display: none; width: 135px; height: 125px; padding: 5px 10px 10px; background-color: #262626; position: absolute; border: 1px solid #333; top: -95px; left: 0; -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; box-shadow: 0 0 6px #000; }
#sister_sites a, #sister_sites_sc a { background: none; text-indent: 0; font-family: Trebuchet MS; font-size: 14px; font-style: normal; color: #fff; width: auto; }
#sister_sites .title, #sister_sites_sc .title { font-family: Trebuchet MS; font-size: 15px; color: #fff; padding: 0 0 10px; margin: 0 0 10px; border-bottom: 1px solid #fff;text-align:center; }
#sister_sites ul, #sister_sites_sc ul { width: 139px; height: 88px; overflow: auto; }
#sister_sites li, #sister_sites_sc li { margin: 2px 0; width: 122px; text-align: left;}
#sister_sites li{margin: 5px 0;}
#sister_sites li a{text-decoration:none;}
#sister_sites_sc {width:145px;}
#sister_sites_sc ul {width:150px;}
#channels_wrap{
	display: block;
    margin: 9px auto;
    padding: 0;
    width: 200px;
}
div#channel {
    float: right;
    margin: 2px 2px 6px;
}



strong.bold-archive, ul.links_wrap li strong.bold-archive {
    color: #fff;
    float: left;
    font-family: Verdana;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-right: 8px;
    margin-top: 0;
    /*text-shadow: 0 0 1px #005EB0;*/
    text-transform: none;
}

strong.bold-archive:after {
    color: #fff;
    content: "▼";
    font-size: 10px;
    left: 6px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -2px;
}
strong.bold-archive a{
	color:#000;
}


p#disclaimer{
	clear:both;
    color: #fff;
    display: block;
    font-size: 11px;
    margin: 0 auto;
    padding: 6px 0;
    text-align: center;
    width: 700px;
}

.DropDownField {
    padding: 20px 0;
    text-align: left;
    width: 213px;
}

/*

#sumome-smartbar-popup, .sumome-smartbar-popup{
bottom:0!important;
top:auto!important;
}
#wpadminbar{
top:0!important;
}
*/





#slideout {
color:#fff;
  position: absolute;
  top: 55px;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
	z-index:99999;
}

#slideout_inner {
  position: fixed;
  top: 55px;
  left: -250px;
	z-index:9999;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout:hover {
  left: 250px;
}
#slideout:hover #slideout_inner {
  left: 0;
}

#slideout:hover img#badge{
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
	left:-56px;
}
#slideout_inner h2{
	background: none repeat scroll 0 0 #333;
    color: #fff;
    font-family: Tahoma;
    font-size: 20px;
    font-weight: bold;
	padding: 20px 12px;
}
#slideout_inner h2 img{
	display:inline-block;
	margin-right: 4px;
	vertical-align:middle;
}
#slideout_inner ul{
	-webkit-box-shadow: 0 2px 4px rgba(73, 73, 73, 0.3);
	-moz-box-shadow:    0 2px 4px rgba(73, 73, 73, 0.3);
	box-shadow:         0 2px 4px rgba(73, 73, 73, 0.3);
}
#slideout_inner ul li{
	background:#dfdfdf;
	border-bottom:1px solid #eee;
	padding:5px 13px;
}
#slideout_inner ul li:last-child{
	border-bottom:none;
}

#slideout_inner ul li img{
	display:inline-block;
	margin-right: 6px;
	vertical-align:middle;
}
#slideout_inner ul li a{
	text-transform:uppercase;
	color:#333;
	font-size:14px;
}




small.disclaimer{
	clear:both;
    color: #000;
    display: block;
    font-size: 11px;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center;
    width: 700px;
}


/** search input **/
#topsearch{
	display: block;
	margin: 10px;
	position: relative;
	top: 10px;
}
/*
.fieldcontainer {
	display: block;
	position: relative;
	width: 50%;
	margin: 0 20px;
}
*/
#topsearch .searchfield {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 6px #f0f0f0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 6px #f0f0f0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 6px #f0f0f0;  
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	background: #fff url('i/search.png') right center no-repeat;
	border: 1px solid #c8c8c8;
	border-bottom-color: #d2e2e7;
	display: block;
	width: 0;
	padding: 10px 21px 10px 12px;
	position:absolute;
	right:20px;
	font-size: 1.3em;
	color: #000;
}

#topsearch .searchfield:focus {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 6px #e0e0e0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 6px #e0e0e0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 6px #e0e0e0;
	color: #000;
	width: 30%;
}

#topsearch .searchfield:focus + #searchbtn {
	right: 10px; /* adjust btn position as the field expands */
}




/** landing **/

#port{
	background: url(i/01.png) no-repeat top center;
	margin: 1.5em 0px;
	overflow: hidden;
	position: relative;
	height: 360px;
}
/*
		.letter-icons{
			background:url(i/01.png) no-repeat;
			height:360px;
		}
		.letter-icons2{
			background:url(i/03.png) no-repeat center;
			height:367px;
			margin-top:-361px;
		}
*/
#text{
	background: url("i/03.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	height: 360px;
	margin: 0 auto;
	padding: 105px 0 0;
	position: relative;
	width: 1141px;
}

		
.page-template-landing-php #bodywrap{
	width:auto;
}		
.page-template-landing-php #mc_embed_signup form {
    display: block;
    padding: 10px 0 10px 10px;
    position: relative;
    text-align: left;
}

.page-template-landing-php #mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif;  width:950px;margin: 0 auto;}
.page-template-landing-php #mce-EMAIL{background:none;}
	
.page-template-landing-php #mc_embed_signup .button {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	behavior: url(/pie/PIE.htc);
		
	background-color: #0099cc;
	display: inline-block;
	color:#fff;
	border:none;
	margin-top:1px;
	font-family: Tahoma;
	font-size: 21px;
	font-weight: bold;
	height: 55px;
	width:220px;
}
.page-template-landing-php #mc_embed_signup input.email {
    border: 2px solid #aaa;
    float: left;
    font-size: 14px;
    margin: 0 2% 10px 160px;
    padding: 18px 0;
    text-indent: 10px;
    width: 373px;
}
.page-template-landing-php #mc_embed_signup label {
    display: block;
    font-family: Tahoma;
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 34px;
    text-align: center;
}

.page-template-landing-php #mc_embed_signup div.mce_inline_error {
    background-color: #6b0505;
    color: #fff;
    font-weight: bold;
    margin: -24px 0 0 159px;
    padding: 5px 10px;
    z-index: 1;
}
.page-template-landing-php #mc_embed_signup input.mce_inline_error {
    border-color: #6b0505;
}


/*-----new-single-article---------*/

.single h2.title {
    font-family: Trebuchet MS;
    font-size: 40px;
    font-weight: bold;
	line-height: 1;
    letter-spacing: 1px;
    padding: 30px 0;
    text-align: center;
}
.single small.date {
    font-size: 14px;
    text-align: center;
}


#comment_wrap .navigation{
	clear:left;
}
#respond .hsc-button.hsc-buttonskin-none a.hsc-link{
	font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
#respond .hsc-button{
	margin:2px 0!important;
}
strong#comments-title{
    display: block;
    font-family: Trebuchet MS;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    margin: 16px 0 0;
}
span#comment_badge{
	background: url(i/comment.jpg) no-repeat left top;
	color: #fff;
    float: left;
    font-family: Trebuchet MS;
    font-size: 60px;
    font-weight: bold;
    height: 100px;
    line-height: 65px;
    margin-right: 10px;
    padding: 6px 0;
    position: relative;
    text-align: center;
    width: 76px;
}

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:9px; }
ol.commentlist li.comment div.comment-meta a { color:#ccc; }
ol.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


#latest-signup.single{
	background:url(i/latest-single.jpg) repeat-x bottom;
	border: 1px solid #cfcfcf;
	box-shadow: 1px 1px 10px #cfcfcf;
	-webkit-box-shadow: 1px 1px 10px #cfcfcf;
	-moz-box-shadow: 1px 1px 10px #cfcfcf;
	margin: 0 12px;
	padding: 0 8px;
}
#latest-signup.single .mc_merge_var{
	float: left;
}
#latest-signup.single #mc_signup_form .mc_input{
	width: 175px;
}
#latest-signup.single .mc_signup_submit{
	clear: none;
}
#latest-signup.single .mc_signup_submit input{
	width:92px;
}
#latest-signup.single div#likeyou{
	float: none;
	font-size: 40px;
	margin: 0;
}
#latest-signup.single span#signup{
	clear: both;
	display: block;
	float: none;
	margin: 5px 8px 9px;
}
.addtoany_list {
    float: left;
}

/*-----end-new-single------*/

.sumome-control{
	display:none!important;
}
.logged-in .sumome-control{
	display:block!important;
}

[title~="SumoMe"] {
	height:0!important;

}
.logged-in [title~="SumoMe"] {
	height:40px!important;
}

.home .post .entry {
    color: #000!important;
    font-family: Tahoma!important;
    font-size: 14px!important;
    line-height: 1.4!important;
    text-align: justify!important;
}


#homelink_wrap{
	clear:both;
}
p#homelnk{
	color:#111;
	display: inline-block;
	margin: 12px 12px 0;
}
p#homelnk a{
	color:#111;
	text-decoration: underline;
}

.wp-caption {
	background: #f1f1f1;
	border: none;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.single .post .entry .wp-caption img {
	margin: 5px !important;
	float:none !important;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
