/*
Theme Name: Affilotheme Avenue
*/

@import url("reset.css");
@import url("nivo-slider.css");

body {
	background: #f6f6f6 url('../images/patterns/pattern6.png') repeat;
	font-family: Arial;
	font-size: 12px;
}	

a {
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

a:hover {
	text-decoration: underline;
}

h4,
h5,
h6 {
	font-family: Oswald, sans-serif;
	color: #333;
	text-transform: uppercase;
}

.arrows {
	font-family: Arial;
	font-size: 34px;
	color: #d00000;
	text-align: left;
}

#wrapper {
	background: url('../images/wrapper-bg.png') repeat-y;
	width: 1020px;
	overflow: hidden;
	margin: 0 auto;
}

#wrapper-content {
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	padding: 25px 0;
}

.clear {
	clear: both;
}

#header {
	margin-bottom: 25px;
}

#header #logo>a {
	display: block;
	width: 100%;
	height: 300px;
}

.nav-affilo_before_header>ul {
	height: 35px;
	background: url('../images/header-top-bg.png') repeat-x;
	width: 940px;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}

.nav-affilo_before_header>ul li {
	height: 35px;
	float: left;
	display: block;
	margin-right: 18px;
	text-transform: uppercase;
	color: #999;
	text-shadow: 1px 1px 1px #FFF;
	position: relative;
	z-index: 10000;
}

.nav-affilo_before_header.nav>ul li a,
.nav-affilo_before_header.nav>ul li a:visited,
.nav-affilo_before_header.nav>ul li a:hover,
.nav-affilo_before_header.nav>ul li a:active {
	color: #999;
	display: block;
	float: left;
	height: 35px;
	line-height: 33px;
	font-family: Arial;
    font-size: 12px;
	font-weight: normal;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-affilo_before_header>ul li ul {
	display: none;
}

.nav-affilo_before_header>ul li:hover > ul,
#navigation li.hover > ul {
	display: block;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 10;
	width: 150px;
	border: 1px solid #dcdcdc;
	border-top: 0;
	background: #fff url('../images/criteria-bg.gif') repeat-x bottom left;
}

.nav-affilo_before_header>ul li > ul li {
	background: #fff url('../images/criteria-bg.gif') repeat-x bottom left;
	width: 150px;
	height: 35px;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	padding: 0;
}

.nav-affilo_before_header>ul li > ul li a {
	width: 120px;
	text-align: left;
	font-size: 11px;
	color: #555;
	text-shadow: none;
	text-transform: none;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
}

.nav-affilo_before_header>ul li > ul li a:hover {
	background: #fff url('../images/criteria-bg.gif') repeat-x bottom left;
}

.nav-affilo_before_header>ul li ul li:hover > ul,
#navigation li ul li.hover > ul {
	display: block;
	position: absolute;
	top: 0;
	left: 150px;
	z-index: 10;
	width: 150px;
	border: 1px solid #dcdcdc!important;
	background: url('../images/criteria-bg.gif') repeat-x bottom left;
}

#social-media {
	float: right;
	margin-top: 9px;
}

#social-media img {
	margin-left: 4px;
}

#header-middle {
	margin-bottom: 22px;
	overflow: hidden;
}

#header-banner {
	float: right;
	padding-top: 14px;
}

#wrapper-navigation {
	background: url('../images/navigation-bg.jpg') no-repeat;
	height: 50px;
}

#navigation li {
	background: url('../images/navigation-line.gif') no-repeat right;
	float: left;
	height: 45px;
	position: relative;
	z-index: 1000;
	padding: 0 2px 0 0;
}

#navigation li a {
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	display: block;
	padding: 11px 18px 10px;
}

#navigation > div > ul > li > a:hover,
#navigation > div > ul > li.current-menu-item > a {
	background: url('../images/navigation-current.png') repeat-x;
}

#navigation li:hover > ul,
#navigation li.hover > ul {
	display: block;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 10;
	width: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url('../images/subnav_bg.png') repeat-x top left;
	padding-top: 5px;
}

#navigation li > ul li {
	background: url('../images/subnav_item_bg.png') repeat-x top left;
	width: 100%;
	height: 34px;
	position: relative;
	padding: 0;
}

#navigation li > ul li a {
	text-align: left;
	line-height: 35px;
	font-size: 16px;
	color: #555;
	text-shadow: none;
	padding: 0 15px;
	overflow: visible;
	height: 34px;
    display:inline-block;
    white-space:nowrap;
    width:auto;
}

#navigation li > ul li a:hover {
	background: url('../images/subnav_item_hover_bg.png') repeat-x top left;
}

#navigation li > ul li.current-menu-item > a {
	background: url('../images/subnav_item_bg.png') repeat-x top left;
}

#navigation li ul li:hover > ul,
#navigation li ul li.hover > ul {
	display: block;
	position: absolute;
	top: 0;
	left: 170px;
	z-index: 10;
	width: 170px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url('../images/subnav_bg.png') repeat-x top left;
	padding-top: 5px;
}

/** Layouts styling **/

/** one col mmm **/
body.layout-one-col #main {
	width: 100%;
	margin-right: 20px;
}

body.layout-one-col #primary,
body.layout-one-col #secondary,
body.layout-two-col-left #secondary,
body.layout-two-col-right #secondary {
	display: none;
}

/** two cols s-mm **/
body.layout-two-col-left #main {
	width: 620px;
	float: right;
}
body.layout-two-col-left #primary {
	width: 300px;
	float: left;
}

/** two cols mm-s **/
body.layout-two-col-right #main {
	width: 620px;
	float: left;
}
body.layout-two-col-right #primary {
	float: right;
	width: 300px;
}

/** three cols s-s-m **/
body.layout-three-col-left #main {
	width: 300px;
	float: right;
}
body.layout-three-col-left #primary,
body.layout-three-col-left #secondary {
	width: 300px;
	float: left;
	margin-right: 20px;
}

/** three cols m-s-s **/
body.layout-three-col-right #main {
	width: 300px;
	float: left;
	margin-right: 20px;
}
body.layout-three-col-right #primary {
	width: 300px;
	float: left;
	margin-right: 20px;
}
body.layout-three-col-right #secondary {
	width: 300px;
	float: right;
}

/** three cols s-m-s **/
body.layout-three-col-both #main {
	margin-left: 320px;
	width: 300px;
	float: left;
}
body.layout-three-col-both #primary {
	margin-left: -620px;
	width: 300px;
	float: left;
}
body.layout-three-col-both #secondary {
	margin-left: 0;
	width: 300px;
	float: right;
}

/** End Layout styling **/


#wrapper-featured {
	background: url('../images/featured-bg.png') repeat;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 10px;
}

#wrapper-slides {
	float: none;
	margin-right: 10px;
}

#slider {
	background: url('../images/loader.gif') no-repeat 50% 50%;
}

#slider .nivo-controlNav {
	position: absolute;
	top: -1px;
	right: -83px;
	width: 70px;
	height: 60px;
}

#slider .nivo-controlNav img {
	display: inline-block;
	position: relative;
	border: 1px solid #000;
	margin-bottom: 5px;
	width: 70px;
	height: 60px;
}

#slider .nivo-controlNav .active .overlay {
	background: url('../images/current-thumb.png');
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	width: 70px;
	height: 60px;
}

.nivo-caption h1 a {
	color: #fff;
}

.block.half {
	width: 300px;
	float: left;
	margin-right: 18px;
}

.block h1,
.block h3 {
	background: url('../images/heading-box.png') no-repeat;
	margin-bottom: 25px;
	text-shadow: 1px 1px 1px #FFF;
	height: 51px;
	padding-left: 10px;
}

.block img:hover {
	border: 1px solid #c2c2c2;
	background: #f8f8f8;
}

.block-meta {
	font-size: 11px;
	color: #888;
	margin-bottom: 4px;
	display: block;
}

.block-meta a {
	color: #888!important;
}

.block-meta a:hover {
	color: #333!important;
	text-decoration: none;
}

.block p {
	line-height: 18px;
	color: #545454;
}

.block-arrows,
.block-arrows a {
	color: #d00000;
}

.block-item-big {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.block-item-big .block-meta {
	font-size: 12px;
}

.block-item-big h2 {
	font-size: 20px;
	margin-bottom: 2px;
}

.block-item-small {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 13px;
	margin-bottom: 13px;
	overflow: hidden;
	width: 300px;
	height: 56px;
}

.block-item-small h2,
.block-item-small h2 a {
	font-size: 12px;
	font-family: Arial;
	font-weight: 700;
	line-height: 18px;
	color: #333;
}

.video-icon {
	position: absolute;
	bottom: 13%;
	right: 20%;
	background: url('../images/video-icon.png') no-repeat;
	width: 26px;
	height: 26px;
}

.gallery-icon {
	position: absolute;
	bottom: 13%;
	right: 20%;
	background: url('../images/gallery-icon.png') no-repeat;
	width: 26px;
	height: 26px;
}

.audio-icon {
	position: absolute;
	bottom: 13%;
	right: 20%;
	background: url('../images/music-icon.png') no-repeat;
	width: 26px;
	height: 26px;
}

.block-item-small .video-icon {
	position: absolute;
	bottom: 19%;
	right: 18%;
	background: url('../images/video-icon-small.png') no-repeat;
	width: 16px;
	height: 16px;
}

.block-item-small .gallery-icon {
	position: absolute;
	bottom: 19%;
	right: 18%;
	background: url('../images/gallery-icon-small.png') no-repeat;
	width: 16px;
	height: 16px;
}

.block-item-small .audio-icon {
	position: absolute;
	bottom: 19%;
	right: 18%;
	background: url('../images/music-icon-small.png') no-repeat;
	width: 16px;
	height: 16px;
}

.block-item-big .video-icon {
	position: absolute;
	bottom: 18%;
	right: 5%;
	background: url('../images/video-icon.png') no-repeat;
	width: 26px;
	height: 26px;
}

.block-item-big .gallery-icon {
	position: absolute;
	bottom: 18%;
	right: 5%;
	background: url('../images/gallery-icon.png') no-repeat;
	width: 26px;
	height: 26px;
}

.block-item-big .audio-icon {
	position: absolute;
	bottom: 18%;
	right: 5%;
	background: url('../images/music-icon.png') no-repeat;
	width: 26px;
	height: 26px;
}

.wrapper-carousel {
	position: relative;
	padding: 0 0 0 62px;
}

.anyClass img {
	float: left;
	margin-right: 20px;
	display: block;
	width: 140px;
	height: 90px;
}

.anyClass {
	height: 102px;
	margin-bottom: 0;
}

a.prev,
a.next {
	background: url('../images/carousel-arrows.png') no-repeat transparent;
	width: 34px;
	height: 32px;
	display: block;
	position: absolute;
	top: 35px;
}

a.prev {
	left: 0;
	background-position: 0 0;
}

a.prev:hover {
	background-position: 0 -34px;
}

a.next {
	right: 0;
	background-position: -34px 0;
}

a.next:hover {
	background-position: -34px -34px;
}

.block .block-item-big .stars {
	margin-bottom: 4px;
	padding-top: 2px;
	float: left;
	margin-right: 6px;
}

.block.archive .block-item-big {
	width: 100%;
	overflow: hidden;
}

.block.archive .block-item-big h2 {
	margin-bottom: 4px;
}

.block.archive .block-item-big p {
	line-height: 20px;
}

.block.archive .block-item-big .block-meta {
	margin-bottom: 8px;
}

.block.archive .block-item-big .readmore {
	color: #888;
	background: url('../images/readmore.png') no-repeat;
	font-size: 11px;
	text-shadow: 1px 1px 1px #FFF;
	width: 85px;
	height: 25px;
	display: block;
	text-align: center;
	float: left;
	padding-top: 3px;
	margin-top: 10px;
}

.block.archive .block-item-big .block-arrows {
	font-size: 14px;
}

.rating {
	background: #ccc;
	color: #fff;
	margin-left: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 4px;
}


.widget {
	overflow: hidden;
	margin-bottom: 25px;
}

.widget-title {
	background: url('../images/widget-title-bg.png') repeat-x;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
	margin-bottom: 25px;
	height: 33px;
	padding: 8px 0 0 10px;
}

.widget.affilo_social_widget .widget-title {
	margin-bottom: 10px;
}

.widget.affilo_social_widget ul {
	margin-top: 15px;
}

.widget .widget-title a {
	display: inline;
}

.social-item {
	float: left;
	margin-right: 22px;
	border: 1px solid #E5E5E5;
	width: 83px;
	background: url('../images/social-bg.png') repeat;
	text-align: center;
	height: 72px;
	padding: 10px 0;
}

.social-item:hover {
	border: 1px solid #D9D9D9;
}

.social-item.last {
	margin-right: 0;
	margin-left: 1px;
	float: left;
}

.social-item img {
	padding-top: 3px;
}

.social-count {
	font-family: Oswald, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
	display: block;
	margin-bottom: -2px;
	text-shadow: 1px 1px 1px #FFF;
}

.social-descrip {
	font-size: 11px;
	font-style: italic;
	color: #999;
	display: block;
	text-shadow: 1px 1px 1px #FFF;
}

.widget_affilo_tabbed_posts .horiz-tabs {
	background: url('../images/widget-title-bg.png') repeat-x;
	float: left;
	width: 100%;
	padding-left: 0!important;
	margin-bottom: 0!important;
}

.widget_affilo_tabbed_posts .horiz-tabs .single-tab  {
	background: none!important;
	float: left;
	border: 1px solid #d6d6d6;
	padding-left: 0!important;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
	bottom: -3px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin: 8px 0 0 8px !important;
	height: 31px;
}

.widget_affilo_tabbed_posts .horiz-tabs .single-tab .tab-inner-glow {
	width: 81px;
	height: 25px;
	margin-bottom: 0;
	padding: 2px 0;
	background-image: none;
}

.widget_affilo_tabbed_posts .horiz-tabs .tabbed-content {
	border: 0 none;
}

.widget_affilo_tabbed_posts .horiz-tabs .tab-content-glow {
	border-bottom: 0 none;
}

.widget_affilo_tabbed_posts .tabbed-image {
	display: block;
	float: left;
	margin-right: 10px;
}
.widget_affilo_tabbed_posts .tabbed-image img {
	margin-right: 0;
}

.widget_affilo_tabbed_posts .tabbed-title {
	display: block;
	color: #333;
	font-weight: bold;
	margin-bottom: 3px;
}
.widget_affilo_tabbed_posts .tabbed-title a {
	color: #333;
}

.widget_affilo_tabbed_posts .tabbed-date,
.widget_affilo_tabbed_posts .tabbed-comment{
	display: block;
	color: #888;
}

ul.tabs li a {
	height: 28px;
	line-height: 30px;
	text-decoration: none;
	font-size: 18px;
	color: #777;
	display: block;
	outline: none;
	text-shadow: 1px 1px 1px #FFF;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding: 0 10px;
}

ul.tabs li a:hover {
	background: #FFF!important;
}

.widget_affilo_tabbed_posts .horiz-tabs .single-tab.active-tab {
	background: #fff!important;
	border-bottom: 1px solid #fff;
}

.tabs_container {
	border-top: none;
	overflow: hidden;
	float: left;
	width: 300px;
	background: #fff;
	clear: both;
}

.tab_content {
	padding: 25px 0 0;
}

.post-entry .tabs_container {
	width: 100%;
}

.widget li {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget_calendar h3 {
	display: none;
}

#calendar_wrap {
	margin: 0 auto;
}

#calendar_wrap caption {
	text-align: center;
}

#wp-calendar caption {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
}

#wp-calendar {
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	line-height: 15px;
	text-align: left;
	margin: 0 0 22px;
	width: 100%;
}

#wp-calendar th {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	border-right: 1px solid #e6e6e6;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #666;
	padding: 10px;
	text-align: center;
}

#wp-calendar td {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	color: #333;
	padding: 10px;
	text-align: center;
}

tr.even {
	background: #fafafa;
}

.widget-excerpt {
	margin-bottom: 5px;
}

#wrapper-footer {
	background: #f8f8f8;
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	padding: 25px 0 15px;
}

#footer {
	width: 940px;
	margin: 0 auto;
}

#footer-bottom {
	border-top: 1px solid #DDD;
	clear: both;
	padding-top: 15px;
	color: #888;
}

#footer .widget {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

#footer .backToTop {
	background: url('../images/arrowup.png') no-repeat center left;
	padding-left: 20px;
	margin-left: 20px;
	height: 12px;
}

.post-heading {
	padding: 0 0 25px;
}

.post-heading h1 {
	text-shadow: 1px 1px 1px #FFF;
}

.heading-author {
	background: url('../images/author-icon.png') no-repeat left;
	padding-left: 20px;
}

.heading-date {
	background: url('../images/clock-icon.png') no-repeat left;
	padding-left: 20px;
}

.heading-comments {
	background: url('../images/comment-icon.png') no-repeat left;
	padding-left: 24px;
}

.post-thumb img {
	border: 1px solid #D7D7D7;
	padding: 5px;
}

.entry-content p {
	margin-bottom: 20px;
	line-height: 21px;
	font-size: 13px;
}

.post-meta {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: 11px;
	color: #777;
	overflow: hidden;
	margin-bottom: 1px;
	padding: 8px 2px 10px;
}

.post-meta a {
	color: #444;
}

.post-meta-tags {
	float: left;
	background: url('../images/tag-icon.png') no-repeat left;
	padding-left: 18px;
}

.post-meta-cats {
	float: right;
	background: url('../images/category-icon.png') no-repeat left;
	padding-left: 18px;
}

.meta-arrow {
	font-size: 16px;
	color: #d00000;
	margin-right: 4px;
}

.post-author {
	background: #EEE;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 20px;
}

.post-author img {
	background: #FFF;
	border: 1px solid #D7D7D7;
	float: left;
	margin-right: 12px;
	padding: 5px;
}

.post-author h5 {
	font-size: 14px;
	font-family: Arial;
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #FFF;
}

.post-author h5 em {
	color: #636363;
}

.post-author small {
	float: right;
	color: #636363;
}

.author-descrip {
	color: #444;
	line-height: 19px;
	text-shadow: 1px 1px 1px #FFF;
}

.navigation {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.entry-content ul {
	padding-left: 26px;
	margin-bottom: 20px;
	font-size: 12px;
}

.entry-content ul li {
	background: url('../images/ul-dot.png') no-repeat;
	padding-left: 18px;
	margin-bottom: 10px;
}

.entry-content ol {
	padding-left: 42px;
	margin-bottom: 20px;
	font-size: 12px;
}

.entry-content ol li {
	list-style-type: decimal;
	margin-bottom: 6px;
}

.entry-content h1 {
	font-size: 28px;
	margin-bottom: 14px;
}

.entry-content h2 {
	font-size: 24px;
	margin-bottom: 14px;
}

.entry-content h3 {
	font-size: 20px;
	margin-bottom: 14px;
}

.entry-content h4 {
	font-size: 18px;
	margin-bottom: 14px;
}

.entry-content h5 {
	font-size: 16px;
	margin-bottom: 14px;
}

.entry-content h6 {
	font-size: 14px;
	margin-bottom: 14px;
}

.entry-content hr {
	border: 0;
	background-color: #DDD;
	height: 1px;
	margin-bottom: 14px;
	color: #DDD;
}

.entry-content blockquote {
	background: url('../images/quote.png') no-repeat;
	padding-left: 32px;
	padding-top: 3px;
	margin-left: 25px;
	color: #777;
	font-style: italic;
}

.entry-content pre {
	overflow: auto;
	margin-bottom: 20px;
}

.entry-content .alignright {
	float: right;
	margin: 0 0 4px 10px;
}

.entry-content .alignleft {
	float: left;
	margin: 0 10px 4px 0;
}

.wp-caption,
.gallery-caption {
	border: 1px solid #D7D7D7;
	padding-top: 4px;
	margin-bottom: 20px;
	text-align: center;
}

p.wp-caption-text {
	margin-bottom: 2px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post-review {
	float: right;
	width: 200px;
	border: 1px solid #D7D7D7;
	margin-left: 10px;
	margin-bottom: 20px;
}

.overall-score {
	background: #EEE;
	text-align: center;
	margin: 1px;
	padding: 10px;
}

.post-review ul {
	border-top: 1px solid #D7D7D7;
	margin: 0;
	padding: 0;
}

.post-review ul li {
	background: url('../images/criteria-bg.gif') repeat-x bottom;
	border-bottom: 1px solid #D7D7D7;
	color: #555;
	margin: 0;
	padding: 10px;
}

.post-review ul li:last-child {
	border-bottom: none;
}

.post-review-widget img {
	border: 0!important;
	padding: 0!important;
}

.affilo_social_widget li {
	clear: both;
	overflow: hidden;
}

.affilo_social_widget li img {
	float: left;
}

.affilo_social_widget li span {
	margin-top: 5px;
	display: inline-block;
	margin-left: 5px;
}

#comments {
	margin-top: 20px;
}

#comments h3 {
	font-size: 16px;
	border-bottom: 4px solid #DDD;
	margin-bottom: 25px;
}

ol.commentlist {
	margin-bottom: 40px;
}

.the-comment {
	margin-bottom: 24px;
}

.avatar {
	border: 1px solid #CCC;
	float: left;
	margin-right: 14px;
}

.comment-arrow {
	background: url('../images/comment-arrow.png') no-repeat;
	width: 8px;
	height: 15px;
	float: left;
	margin-top: 16px;
	margin-right: -1px;
}

.comment-box {
	background: url('../images/comment-bg.png') repeat-x;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	padding: 14px;
}

#comments .children {
	margin: 20px 0 0 83px;
}

#comments .children li.comment {
	margin: 0 0 20px;
}

.comment-author a {
	color: #3a3a3a;
}

.comment-text-side {
	color: #888;
	font-style: italic;
	line-height: 18px;
}

#comment-input input {
	border: 0;
	margin-bottom: 17px;
}

#comment-input label .req {
	color: #999;
}

.input-name {
	background: url('../images/input-name.png') no-repeat;
	width: 198px;
	padding: 11px 10px 14px 34px;
}

.input-email {
	background: url('../images/input-email.png') no-repeat;
	width: 198px;
	padding: 11px 10px 14px 34px;
}

.input-website {
	background: url('../images/input-website.png') no-repeat;
	width: 198px;
	padding: 11px 10px 14px 34px;
}

.textarea-comment {
	background: url('../images/textarea-comment.png') no-repeat;
	border: 0;
	width: 308px;
	height: 163px;
	font-family: arial;
	padding: 14px;
}

#comment-textarea-admin {
	float: none;
	margin-bottom: 16px;
}

#comment-textarea-admin label {
	display: block;
	margin: 10px 0 5px;
}

#comment-submit {
	clear: both;
	float: right;
	margin-bottom: 10px;
}

#comment-submit-admin {
	clear: both;
	margin-bottom: 10px;
}

.comment-submit {
	background: url('../images/black-button.png') repeat-x;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
	padding: 11px 10px 7px;
}

.related-item {
	float: left;
	margin-right: 20px;
	width: 140px;
	position: relative;
}

.related-item img {
	margin-bottom: 6px;
}

.related-item h2 a {
	font-family: arial;
	font-size: 12px;
	color: #333;
	font-weight: 700;
}

.related-item span {
	top: 46%;
	right: 5%;
}

.post-share {
	width: 80px;
	background: #fff;
	border: 1px solid #CCC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	position: fixed;
	top: 255px;
	left: auto;
	z-index: 15;
	margin-left: -120px;
	padding: 10px 0 0;
}

.gallery-item .gallery-icon {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	background-image: none;
	width: auto;
	height: auto;
}

.entry404 {
	padding: 55px;
}

.entry404 img {
	border-right: 1px dashed #D7D7D7;
	padding-right: 30px;
	margin-right: 30px;
	float: left;
}

.text404 p {
	line-height: 18px;
	color: #666;
	margin-bottom: 10px;
}

.homepage-widget {
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%;
}

.homepage-widget:last-child {
	margin-bottom: 0;
}

#sidebar .widget {
	margin-bottom: 35px;
}

#sidebar .widget .block-item-small:last-child {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 13px;
	margin-bottom: 0;
}

.tag_cloud a {
	color: #333;
	background: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.tag_cloud a:hover {
	background: #444;
	color: #DDD;
	text-decoration: none;
}

li .rsswidget {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

.rss-date,
#sidebar cite {
	font-size: 11px;
	color: #888;
	display: block;
	margin-bottom: 5px;
	font-style: italic;
}

#sidebar cite {
	margin-top: 5px;
}

.flickr-photo {
	border-bottom: 0!important;
	float: left;
	border: 1px solid #D7D7D7!important;
	margin: 6px!important;
	padding: 5px!important;
}

.searchform {
	background: #F8F8F8;
	width: 278px;
	border: 1px solid #D9D9D9;
	overflow: hidden;
	padding: 10px;
	margin-top: 35px;
}

.affilo_search_widget .searchform {
	margin-top: 0;
}

.searchform .searchtext {
	background: none;
	border: none;
	color: #777;
	font-style: italic;
	width: 240px;
	float: left;
	
}

.searchform input.button {
	width: 16px;
	height: 16px;
	float: right;
	background: none;
	background-image: url('../images/search-button.png');
	background-repeat: no-repeat;
	border: 0 none;
	box-shadow: none;
	margin:0;
	text-shadow: none;
}

.affilo_search_widget h3.widget-title {
	display: none;
}

.tweets {
	width: 300px;
}

.tweet {
	background: url('../images/twitter.png') no-repeat left top;
	padding-left: 26px;
	line-height: 18px;
}

.textwidget {
	width: 300px;
	color: #444;
}

.textwidget p {
	margin-bottom: 18px;
	line-height: 18px;
}

.textwidget p:first-child {
	margin-top: -4px;
}

.textwidget p:last-child {
	margin-bottom: -3px;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth {
	margin-right: 4%;
	float: left;
	line-height: 21px;
	margin-bottom: 20px;
}

.one_half {
	width: 48%;
}

.one_third {
	width: 30.6666%;
}

.two_third {
	width: 65.3332%;
}

.one_fourth {
	width: 22%;
}

.three_fourth {
	width: 74%;
}

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

.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

.dropcap {
	font-size: 32px;
	margin-right: 6px;
	padding-top: 4px;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 5px;
	color: #888;
}

.highlight1 {
	background: #f6f67a;
}

.highlight2 {
	background: #000;
	color: #CCC;
}

.tab-content {
	overflow: hidden;
	padding: 16px 16px 0;
}

.tabs-wrapper .tab-content {
	border: 1px solid #d7d7d7;
	border-width: 0 1px 1px;
}

.toggle {
	background: url('../images/light-button.png') repeat-x;
	border: 1px solid #AAA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 6px;
	padding: 11px 10px 9px 14px;
}

.toggle a {
	background: url('../images/toggle-arrow.png') no-repeat left;
	text-decoration: none;
	padding-left: 30px;
	text-shadow: 1px 1px 1px #FFF;
	color: #444;
	font-size: 18px;
}

.toggle-content {
	display: none;
	background: #e6e6e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DDD;
	font-size: 14px;
	line-height: 18px;
	text-shadow: 1px 1px 1px #FFF;
	margin-bottom: 16px;
	padding: 20px;
}

.toggle-content .block {
	padding: 0;
}

.checklist li {
	background: url('../images/check-list.png') no-repeat left!important;
	padding-left: 28px!important;
}

.badlist li {
	background: url('../images/bad-list.png') no-repeat left!important;
	padding-left: 28px!important;
}

.button {
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	cursor: pointer;
	margin: 0 10px 20px 0;
	padding: 11px 10px 9px;
}

.button a {
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}

.button.black {
	background: url('../images/black-button.png') repeat-x;
	border: 1px solid #000;
}

.button.red {
	background: url('../images/red-button.png') repeat-x;
	border: 1px solid #690000;
}

.button.red:hover {
	background: url('../images/red-button.png') repeat-x;
	background-position: 0 -42px;
}

.button.green {
	background: url('../images/green-button.png') repeat-x;
	border: 1px solid #0e5800;
}

.button.green:hover {
	background: url('../images/green-button.png') repeat-x;
	background-position: 0 -42px;
}

.button.blue {
	background: url('../images/blue-button.png') repeat-x;
	border: 1px solid #003162;
}

.button.blue:hover {
	background: url('../images/blue-button.png') repeat-x;
	background-position: 0 -42px;
}

.button.orange {
	background: url('../images/orange-button.png') repeat-x;
	border: 1px solid #824700;
}

.button.orange:hover {
	background: url('../images/orange-button.png') repeat-x;
	background-position: 0 -42px;
}

.button.light {
	background: url('../images/light-button.png') repeat-x;
	border: 1px solid #afafaf;
}

.button.light a {
	color: #5d5d5d;
	text-shadow: 1px 1px 1px #FFF;
}

.pagination {
	font-size: 18px;
}

.pagination a {
	background: url('../images/pagination_normal_bg.png') repeat-x top left;
	height: 28px;
	border: 1px solid #d1d1d1;
	display: block;
	float: left;
	line-height: 30px;
	color: #333;
	margin-right: 6px;
	padding: 0 10px;
}

.pagination span.current {
	background: url('../images/pagination_hover_bg.png') repeat-x top left;
	height: 30px;
	border: 0 solid #d1d1d1;
	display: block;
	float: left;
	line-height: 30px;
	color: #fff;
	margin-right: 6px;
	padding: 0 10px;
}

.pagination span.arrows {
	font-size: 18px;
}

.postForm label {
	font-size: 12px;
	font-weight: 700;
	display: block;
	color: #555;
	margin-bottom: 5px;
}

.postForm label span {
	font-style: italic;
	color: #888;
	font-weight: 400;
}

.postForm .text {
	background: url('../images/form_bg.png') repeat-x bottom left;
	border: 1px solid #d8d8d8;
	color: #555;
	font-size: 12px;
	width: 278px;
	padding: 9px 10px;
}

.postForm .error {
	border: 1px solid red;
}

.postForm textarea {
	background: url('../images/textarea_bg.png') repeat-x bottom left;
	border: 1px solid #d8d8d8;
	color: #555;
	font-size: 12px;
	width: 400px;
	height: 170px;
	padding: 10px;
}

.postForm .submit {
	background: #4e4e4e;
	border: 1px solid #3d3d3d;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 6px 20px;
}

.postForm .submit:hover {
	background: #414141;
}

.postForm .error_msg {
	display: none;
	margin-top: 5px;
	color: red;
}

.postForm .email_sent {
	color: green;
	margin-bottom: 10px;
	display: none;
}

.topNav li ul,
#navigation li ul,
a.prev span,
a.next span {
	display: none;
}

#logo,
#footer-bottom .left,
.navigation .alignleft {
	float: left;
}

#navigation li a:hover,
.button a:hover {
	text-decoration: none;
}

#slider .nivo-controlNav .nivo-control,
.block-image,
.anyClass ul li {
	position: relative;
}

.block.half.last,
.block.full .block-item-big.last,
#footer .widget.last,
div.related-item:last-child {
	margin-right: 0;
}

.block h3 a,
.block-item-big h2 a,
#footer-bottom a,
.post-author a {
	color: #333;
}

.block img,
.widget .block-item-small img {
	border: 1px solid #D7D7D7;
	padding: 2px;
}

.block-item-big img,
.comment-author,
.cancel-comment-reply,
.share-widget {
	margin-bottom: 10px;
}

.block.full,
.tabs-wrapper {
	overflow: hidden;
	width: 100%;
}

.block.full .block-item-big,
#comment-input {
	float: left;
	margin-right: 20px;
}

.block-item-small .block-image,
.block-item-big .block-image {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	float: left;
}

.block .stars,
.widget .block-item-small .stars {
	border: none;
	margin: 0;
	padding: 0;
}

.block.archive .block-item-big .block-meta span,
.post-heading span {
	font-size: 11px;
	text-transform: uppercase;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
	margin-right: 8px;
}

.widget p,
.comment-text {
	line-height: 18px;
}

#footer-bottom .right,
.navigation .alignright,
.score,
#comment-textarea {
	float: right;
}

.heading-comments a,
.comment-author small,
.no-comments {
	color: #888;
}

.post-thumb,
.video-shortcode,
.postForm div {
	margin-bottom: 20px;
}

#comment-input input:focus,
textarea:focus,
#searchform #s:focus {
	outline: none;
}

#comment-input label,
#comment-textarea label {
	display: block;
	margin-bottom: 5px;
}

.comment-submit:hover,
.button.black:hover {
	background: url('../images/black-button.png') repeat-x;
	background-position: 0 -42px;
}

#fullwidth,
#fullwidth .post-entry {
	width: 940px;
}

.homepage-widget .block .block-item-small:last-child,
.homepage-widget .block .block-item-big-last,
.widget .block-item-small:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.toggle:hover,
.button.light:hover {
	background: url('../images/light-button.png') repeat-x;
	background-position: 0 -42px;
}

/*Squeeze Page & Opt-in Styles*/

.layout-squeeze .sqz-squeeze{
	width:980px;
	margin-left:-20px;
}

.layout-squeeze #wrapper, .layout-squeeze #wrapper-content{
	overflow:visible;
}

.layout-squeeze-noheader #wrapper-content {
	padding-top:0;
}

/*** Styling to resove issue #1028864 ***/
#main .archive .entry-footer {
clear:both;
}

#main {
clear:both;
}