/* import base CSS style */
@import '../base.css';

/* globals */
body					{ background-color: #fff; color: #333; font: 14px/18px 'HelveticaNeue',Arial,Helvetica,sans-serif;}
ol,ul {list-style:none;}

a, a:link, a:visited	{ color: #019ad2; text-decoration: none; }
a:hover					{ color: #33bcef; }

blockquote				{ border-left: 2px solid #CCC; color: #666; padding: 5px 10px 1px; margin: 10px; font-style: normal; }
code					{ background: #EAEAEA; color: #333; font-family: Consolas, Monaco, Courier, monospace; font-size: 11px; margin: 1px 0; padding: 1px 3px; }
pre code				{ background: #322E2C; border: 1px solid #635957; color: #FFF; display: block; overflow: scroll; padding: 1.5em 1.75em; }

input[type=text], input[type=password], textarea	{ background: url(../../images/form.jpg) repeat-x top #FFF; border: 1px solid #CCC; padding: 5px 3px; }
input[type=submit]  { font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background: url(../../images/feed-title-white.jpg) repeat-x; border: 1px solid #CCC; padding: 5px 10px; font-size: 12px; color: #000; font-weight: 700; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
input[type=submit]:hover  { background: /*#313428*/ #019AD2; color: #FFF; }

table, th, td			{ border: 1px solid #CCC; }
th, thead th			{ font-weight: 700; color: #333; background: #DDD; }
td, tbody td			{ background: #F0F0F0; }

dl  { margin: 10px 0; font-size: 14px; }
dl dt  { color: #666; padding-bottom: 3px; }
dl dd  { margin: 0 0 10px 0; line-height: 1.5em; }

#social li{
  display:inline;
}

#mailchimp {
 width: 160px;
 font: 20px;
}
#mailchimp li {
display:inline;
}

#top-banner {
float:left;
margin-left:45px;
padding-left:10px;

}

/* common classes */
img.aligncenter, img.alignright, img.alignleft  { /*border: 1px solid #DDD;*/ text-align: center; background: #F3F3F3; /*padding: 4px;*/ }

.wp-caption { border: 1px solid #DDD; text-align: center; background: #F3F3F3; padding-top: 4px; margin: 10px }
.wp-caption img { margin: 0; padding: 0; border: none }
.wp-caption .wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0 }

.sub					{ font-size: 11px; color: #848485; }
.sub a					{ font-weight: normal !important; }

.tags a:link, .tags a:visited	{ text-decoration: none; font-weight: 700; padding: 0 5px 3px; line-height: 1.3em; display: inline-block; }
.tags a:hover					{ text-decoration: underline; }

.avatar					{ float: left; margin: 0 10px 10px 0; border: 1px solid #CCC; padding: 2px; background: #FFF; }

label.error				{ border: 1px solid #D8000C; color: #D8000C; background: #FFBABA; margin: 5px 0; }

/* structure */
#main					{ background: #fff; /*border: 1px solid #d3d1c7;*/ }

/* header */
#header					{ padding-top:52px; width:1032px; background: #fff; /*border-bottom: 2px solid #ddd;*/ margin: 0 auto;    }
.logo					{ max-width: 590px; float: left; font-weight: 700; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; text-transform: uppercase; }
.blog-name				{ font-size: 22px; letter-spacing: 1px;  }
.blog-name a:link, .blog-name a:visited	{ color: #FFF; text-decoration: none; }
.blog-description		{ font-size: 12px; font-style: italic; color: #afafaf; }

/* top menu */
#top-menu  { background: #111; border-bottom: 1px solid #333; }
#top-menu-content  { height: 25px; padding: 3px 0; }
#top-menu-content .sf-menu  { text-transform: uppercase; margin: 0 2px; }
#top-menu .sf-menu a  { display: block; text-decoration: none; padding: 7px 10px 8px; color: #AAA; font-size: 10px; border-right: 1px solid #333; }
#top-menu .sf-menu ul a  { border: none; }
#top-menu .sf-menu ul li  { border: 1px solid #333; margin-top: -1px; }
#top-menu .sf-menu a:hover, #top-menu .sf-menu li:hover, #top-menu .sf-menu li.sfHover, #top-menu .sf-menu ul li  { color: #FFF; background: #111; }
#top-menu .sf-menu ul a:hover, #top-menu .sf-menu ul li.sfHover, #top-menu .sf-menu ul li:hover { color: #373331; background: #FFF; }
#top-menu .sf-menu ul li.sfHover a.sf-with-ul { color: #373331; }
#top-menu .sf-menu li li a  { padding: 7px 10px; line-height: 1; height: auto; font-size: 10px; }
#top-menu .sf-menu .sf-with-ul  { padding-right: 15px; }
#top-menu .sf-sub-indicator  { background: url(../../images/dropdown.png) no-repeat; width: 5px; height: 5px; text-indent: -9999px; display: inline-block; position: relative; left: 7px; top: 0; vertical-align: middle; }
#top-menu .sf-menu ul .sf-sub-indicator	{ display: none; }
#top-menu .sf-menu li:hover ul, #top-menu .sf-menu li.sfHover ul { top: 2.4em; }
#top-menu ul.sf-menu li li:hover ul, #top-menu ul.sf-menu li li.sfHover ul, #top-menu ul.sf-menu li li li:hover ul, #top-menu ul.sf-menu li li li.sfHover ul { top: 0; }

/* main navigation */
//#nav  { width:1000px; margin: 0 auto; /*background: url(../../images/topnav.jpg) repeat-x bottom #322C2C;*/ min-width: 1000px;  border-bottom: 2px solid #ddd;  }
#nav  { 
height:50px;
//box-shadow: 0 0 20px 1px #7E7E7E; 
//-webkit-box-shadow: 0 0 10px 1px #8F8686; 
z-index:1000; 
position:fixed; 
width:100%;  
/*padding: 3px;*/  
background-color: #32A1D2; 
//background-image: -webkit-linear-gradient(top, #3EB0E1, #2996CC); 
margin: 0 auto;   
min-width: 1020px;  
/*border: 1px solid #eee; border-radius:4px;*/
}

#nav .fixed {
 position: fixed;
 top: 0;
}

#nav-content  { margin: 0 auto; width: 1080px; padding-top:8px;}
#nav .sf-menu  { float: left; line-height: 1.1; max-width: 828px; }
#nav .sf-menu a  { display: block; text-decoration: none; padding: 8px 6px 11px; color: #fff; font-size: 13px; text-transform:uppercase; font-weight:bold; }
#nav .sf-menu ul li  { /*border: 1px solid #ddd; margin-top: -1px;*/ }
#nav .sf-menu a:hover, #nav .sf-menu li:hover, #nav .sf-menu li.sfHover, #nav .sf-menu ul li  { color: #dbdbdb; text-decoration: none; }
#nav .sf-menu ul a:hover, #nav .sf-menu ul li.sfHover, #nav .sf-menu ul li:hover { 
color: #fff; 
//background: #f4f4f4; 
}
#nav .sf-menu ul.sub-menu a:hover {
    color: #dbdbdb;
}

#nav .sf-menu ul li.sfHover a.sf-with-ul { color: #ddd; }
#nav .sf-menu li li a  { padding: 7px 10px; line-height: 1; height: auto; font-size: 12px; }
#nav .sf-menu .sf-with-ul  { padding-right: 15px; }
#nav .sf-sub-indicator  { background: url(../../images/dropdown.png) no-repeat; width: 5px; height: 5px; text-indent: -9999px; display: inline-block; position: relative; left: 7px; top: 0; vertical-align: middle; }
#nav .sf-menu ul .sf-sub-indicator	{ display: none; }
#nav .quick-nav li  { padding-top: 8px; }

.quick-nav li			{ padding: 5px 0 0 8px; }
.quick-nav a:link, .quick-nav a:visited	{ display: block; text-indent: -9000px; width: 16px; height: 16px; float: left; clear: left; opacity: 1; }
.quick-nav a:hover  { opacity: 0.6; }

.quick-nav #rss			{ background: url(../../images/rss.png) no-repeat; }
.quick-nav #twitter		{ background: url(../../images/twitter.png) no-repeat; }
.quick-nav #facebook	{ background: url(../../images/facebook.png) no-repeat; }

#nav-box {
height:50px;
margin: auto;
width:1100px;
}

/* search bar */
#searchbar  { margin: 0px 0 0; }
.searchform  { border: 2px solid #ddd; background: #EFEFEF; width: 250px; padding: 5px 5px; margin: 0; }
.searchform .s  { font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 14px; border: none; background: #EFEFEF; padding: 0; margin: 0; float: left; width: 234px; }
.searchform .searchsubmit  { background: url(../../images/searchsubmit.gif) no-repeat; text-indent: -9000px; width: 16px; height: 16px; border: none; float: left; cursor: pointer; opacity: 0.7; text-transform: capitalize; padding: 0; margin: 0; }
.searchform .searchsubmit:hover  { background: url(../../images/searchsubmit.gif) no-repeat; opacity: 1; }

/* sidebar */
.widgetcontainer		{ border: solid #ddd; border-width: 1px; background: repeat-x #FFF; line-height: 1.4em; }
.widgetcontainer a		{ font-weight: 700; }
.widgetcontainer .excerpt	{ font-size: 11px; margin: 5px 0; }
.widgettitle			{ color: #333; font-size: 12px; font-weight: 700; margin: -10px -10px 10px; padding: 5px 10px; background: url(../../images/feed-title-white.jpg) repeat-x top #EFEFEF; /*border-bottom: 1px solid #CCC;*/ }
.widgettitle a			{ color: #333; }

.multi-sidebar .thumb, .multi-sidebar .recentcomments .avatar, .featured-stories .thumb	{ float: left; border: 1px solid #CCC; margin: 0 10px 0 0; background: #FFF; padding: 2px; }
.sidebar-read-more:link, .sidebar-read-more:visited	{ text-transform: uppercase; font-weight: normal; font-size: 10px; padding: 2px 4px; margin: 5px 0 0; display: inline-block; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #FFF; background: #333; }
.sidebar-read-more:hover  { background: #CC0000; }

.multi-sidebar .tabs li	{ background: #383332; border: 1px solid #CCC; }
.multi-sidebar .tabs a:link, .multi-sidebar .tabs a:visited	{ text-decoration: none; font-weight: 700; color: #FFF; }
.multi-sidebar .tabs a:hover	{ border-bottom: 1px dotted #FFF; }
.multi-sidebar .tabs .ui-tabs-selected	{ background: #FFF; }					
.multi-sidebar .tabs .ui-tabs-selected a:link, .multi-sidebar .tabs .ui-tabs-selected a:visited	{ color: #37322F; }			
.multi-sidebar .widgetcontainer	{ background: #FFF; border: 1px solid #CCC; }

.multi-sidebar .widgetcontainer li, .featured-stories li,  .related-posts li	{ border-bottom: 1px dotted #CCC; }
.multi-sidebar .recentcomments .author	{ color: #666; font-size: 11px; }

#wp-calendar			{ border: 1px solid #999; }
#wp-calendar td			{ text-align: center; }
#wp-calendar caption	{ color: #333; font-size: 12px; font-weight: 700; margin: 0; padding: 5px 9px; background: url(../../images/feed-title-white.jpg) repeat-x top #EFEFEF; border: 1px solid #CCC; text-align: center; }

#wrapper-top {width:960px; }
.top-featured {width:300px; height:350px; float:right;}
.featured {width:600px; float:left; }
.featured clearfix {width:600px; float:left;}


/* featured slideshow */
#featured-slideshow		{ width: 600px; height:350px; border: 5px solid #333; }			

.featured-article		{ text-decoration: none !important; background-position: center !important; }
.featured-entry			{ width:600px; background: #000; height: 25px; color: #a7a7a7; }
.featured-entry .entry-title	{ color: #FFF; padding: 10px 15px 5px; font-size: 14px; font-weight: 700; }

/* bottom content */
#bottom-content-1 .widgettitle, #bottom-content-2 .widgettitle	{ background: #F0F0F0; }

/* tapestries */
.entry-thumbnails-link { background: #111; text-decoration: none !important; }

.posts-default li  { margin: 0 14px 10px 0; font-size: 12px; padding-left:9px;}
.posts-default img		{ border: 1px solid #ccc; /*background: #111;*/ }
.posts-default img:hover        { opacity:.8; border: 1px solid #999;}
.posts-default .entry-title, .cont-from-home ul.posts-default .entry-title	{ font-weight: 700; font-size: 14px;  }
.posts-default .entry-summary, .posts-quick .entry-summary	{ width:304px; color: #333; }
.posts-default .entry-thumbnails-link	{ /*border: 1px solid #E1E1E1;*/ background: #FFF; }
.posts-default .published { text-transform: uppercase; font-size: 10px; color: #999; border-bottom: none; }


.posts-quick .entry-title	{ font-weight: 700; font-size: 16px; }
.posts-quick .entry-summary	{ font-size: 12px; }
.posts-quick .entry-thumbnails	{ border: 1px solid #CCC; background: #FFF; }
.posts-quick .entry-info { font-size: 14px; color: #666; border: none; }
.posts-quick .entry-info abbr { text-decoration: underline; border: none; }







.btn1 {


         color: #fff;
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
        height:20px;
        width:150px;
	*zoom: 1;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	*margin-left: .3em;
}

.btn1 a{
color: #fff;
}


.btn1:hover,
.btn1:active,
.btn1.active,
.btn1.disabled,
.btn1[disabled] {
	background-color: #e6e6e6;
}
.btn1:active,
.btn1.active {
	background-color: #cccccc \9;
}
.btn1:first-child {
	*margin-left: 0;
}
.btn1:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn1:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn1.active,
.btn1:active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	outline: 0;
}
.btn1.disabled,
.btn1[disabled] {
	cursor: default;
	background-image: none;
	background-color: #e6e6e6;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}






.btn1-join {


	color: #fff;
	background-color: #019ad2;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#33bcef), to(#019ad2));
	background-image: -moz-linear-gradient(top, #33bcef, #019ad2);
	background-image: -ms-linear-gradient(top, #33bcef, #019ad2);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33bcef), color-stop(100%, #019ad2));
	background-image: -webkit-linear-gradient(top, #33bcef, #019ad2);
	background-image: -o-linear-gradient(top, #33bcef, #019ad2);
	background-image: linear-gradient(top, #33bcef, #019ad2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bcef', endColorstr='#019ad2', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border:none;
}
.btn1-join:hover {
	color: #fff;
	/*background-color: #f3960a;*/
        background-color: #019AD2;
}








.btn1-large {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn1-large [class^="icon-"] {
	margin-top: 1px;
}





.posts-quick .quick-read-more a:link, .posts-quick .quick-read-more a:visited	{ padding: 5px 10px; margin: 3px 0; font-size: 14px; background: url(../../images/feed-title-white.jpg) top repeat-x #EFEFEF; color: #000; text-decoration: none; border: 1px solid #CCC; font-weight: 700; display: inline-block; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.posts-quick .quick-read-more a:hover { background: #383332; color: #FFF; }
.posts-default .entry-meta, .posts-quick .entry-meta	{ color: #CCC; background: #000; height: 25px; font-weight: 700; opacity: 0.7; }
.posts-default .entry-meta a:link, .posts-default .entry-meta a:visited, .posts-quick .entry-meta a:link, .posts-quick .entry-meta a:visited	{ color: #FFF; text-decoration: none; }
.posts-line				{ background: #FFF; border: 1px solid #CCC; }
.posts-line	li			{ padding: 7px 0; border-bottom: 1px solid #EEE; }
.posts-line .entry-cat	{ font-size: 11px; color: #848485; }
.posts-line .entry-title	{ font-size: 12px; }
.posts-line .entry-comments	{ font-size: 11px; color: #848485; }

.home-title				{ text-transform: uppercase; font-weight: 700; font-size: 14px; padding: 0 3px 8px; border-bottom: 1px solid #DDD; margin: 0 15px 10px 0; color: #333; }

/* single post */
.single .post, #main .single-post	{ background: #FFF; //border: 1px solid #ddd; }
.single .post .entry-title, .single-post .entry-title	{ font-size: 22px; font-weight: 700; }
.single .post .entry-info, .single-post .entry-info	{ color: #848485; font-size: 11px; text-transform: uppercase; border-bottom: 1px dotted #CCC; }
.single .post .entry-info .published, .single-post .entry-info .published { border: none; }
.single .post .entry-cat, .single-post .entry-cat	{ color: #848485; line-height: 1.5em; }
.single-post .entry-info a:link, .single-post .entry-info a:visited	{ color: #666; text-decoration: none; }
.single-post .entry-info a:hover	{ color: #333; }
.single .post .entry-author, .single-post .entry-author { font-weight: 700; color: #848485; }
.single .post .entry-author address, .single-post .entry-author address	{ font-style: normal; }
#main .single .post .tags, #main .single-post .tags { color: #848485; border-top: 1px dotted #CCC; line-height: 1.5em; }
#main .single .post .tags strong, #main .single-post .tags strong { text-transform: uppercase; font-size: 11px; }
.single .post .entry-photo img, .single-post .entry-photo img	{ border: 1px solid #CCC; }
.single .post .entry-comments, .single-post .entry-comments  { float: right; padding: 3px 3px 3px 17px; margin-top: 20px; background: url(../../images/comments.gif) no-repeat 3px 6px #383331; display: inline-block; color: #FFF; font-size: 14px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

.post-edit-link:link, .post-edit-link:visited	{ text-decoration: none; }

.single-post-meta-field  { background: #313428; display: block; border: 1px solid #383332; padding: 5px 10px; color: #FFF; font-weight: 700; }
.single-post-meta-value	 { border: 1px solid #CCC; padding: 5px 10px; background: #F0F0F0; display: block; }

.module-title, .feed-title, #reply-title	{ line-height: 1em; color: #333; font-size: 12px; font-weight: 700; margin: 0 10px 0 0; padding: 7px 10px; background: url(../../images/feed-title-white.jpg) repeat-x top #EFEFEF; border: 1px solid #CCC; display: block; }
.feed-title  { border-bottom: none; }

.gallery-icon img  { background: #FFF; border: 1px solid #CCC; }

.about-author  { border: 1px solid #CCC; background: #F5F5F5; }
.about-author h4  { color: #333; font-weight: 700; font-size: 12px; }

/* wp-pagenavi */
.wp-pagenavi  { margin: 0 0 30px; font-size: 12px; }
.wp-pagenavi a, .wp-pagenavi span  { margin: 2px !important; display: inline-block; }
.wp-pagenavi span.pages  { border: 1px solid #CCC; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 5px 8px; }

/* comments */
#commentlist  { background: #F0F0F0; border: solid #CCC; border-width: 0 1px; }
#commentlist .avatar  { border: 1px solid #CCC; padding: 1px; float: left; margin: 0 5px 10px 0; }
#commentlist cite  { font-weight: 700; font-style: normal; line-height: 20px; font-size: 14px; }

#commentlist .comment-node  { background: #FFF; border: 1px solid #CCC; }
#commentlist .children .comment-node  { background: #F5F5F5; }
#commentlist .comment-content  { font-size: 12px; }
#commentlist .comment-meta, #commentlist .comment-meta abbr	{ border: none; text-decoration: none; color: #999; font-size: 11px; }
#commentlist .comment-controls	{ padding: 15px 10px; font-weight: 700; float: right; }
#commentlist .comment-controls a:link, #commentlist .comment-controls a:visited	{ background: url(../../images/feed-title-white.jpg) top repeat-x #EFEFEF; color: #000; text-decoration: none; padding: 4px 8px; margin: 0; border: 1px solid #CCC; font-weight: 700; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#commentlist .comment-controls a:hover	{ background: #019AD2; color: #FFF; }

#commentlist .reply a, .comments-navigation a, .read-more, .navigation a, .wp-pagenavi a  { background: url(../../images/feed-title-white.jpg) top repeat-x #EFEFEF; color: #000; text-decoration: none; padding: 5px 8px; margin: 0; border: 1px solid #CCC; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; display: inline-block; }
#commentlist .reply a:hover, .comments-navigation a:hover, .navigation a:hover, .read-more:hover, .wp-pagenavi a:hover  { background: #019AD2; color: #FFF; }
.comments-navigation span.current, .wp-pagenavi span.current  { background: #019AD2; color: #FFF; text-decoration: none; padding: 5px 8px; margin: 0; border: 1px solid #CCC; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.comments-navigation	{ background: #F0F0F0; padding: 0 10px 10px; border: solid #CCC; border-width: 0 1px 1px; }
.comments-navigation a	{ display: inline-block; }


.nocomments				{ background: #FFF; border: solid #CCC; border-width: 0 1px 1px; padding: 15px 10px; margin: 0 10px 10px 0; font-size: 12px; }

#commentsform			{ background: #FFF; border: solid #CCC; border-width: 0 1px 1px; margin-right: 10px; padding: 10px; }
#commentsform label		{ color: #999; }
#commentsform label.error  { margin: 5px 0; color: #D8000C; font-weight: bold; padding: 5px; }
#commentsform span.required	{ color: #FF0000; }
#commentsform input[type=text]  { display: block; width: 300px; font: 14px 'Lucida Grande',Arial,Helvetica,sans-serif; margin: 5px 0; }
#commentsform textarea	{ display: block; font: 14px 'Lucida Grande',Arial,Helvetica,sans-serif; width: 90%; margin-bottom: 5px; }
#cancel-comment-reply-link	{ font-size: 11px; }

#disqus_thread			{ background: #FFF; border: 1px solid #CCC; margin-right: 10px; padding: 10px; }
.dsq-brlink				{ background: #FFF; padding: 5px; margin: 10px 10px 10px 0; display: block; border: 1px solid #CCC; }

.pingbacks				{ background: #FFF; border: solid #CCC; border-width: 0 1px 1px; padding: 15px 10px 15px 30px; margin: 0 10px 20px 0; }
.pingbacks li			{ padding: 2px 0; font-weight: 700; }
.pingbacks a:link, .pingbacks a:visited	{ text-decoration: none; }

/* search results */
.search-results h2      { color: #333; font-size: 12px; font-weight: 700; margin: 0 10px 0 0; padding: 6px 10px; background: url(../../images/feed-title-white.jpg) repeat-x top #EFEFEF; border: 1px solid #CCC; }
.search-results-content { border: solid #CCC; border-width: 0 1px 1px; background: #FFF; margin: 0 10px 10px 0; padding: 10px; }
.search-results-content .searchform, .sidebar .searchform { padding: 5px 4px; border: 4px solid #CCC; background: #EFEFEF; width: 250px; }

/* author template */
.author-posts-title, .author-content h1, .archive-title { font-family: Century Gothic, Apple Gothic, sans-serif; text-transform: uppercase; font-weight: 700; font-size: 14px; padding: 0 3px 8px; border-bottom: 1px solid #DDD; /*margin: 0 15px 10px 0;*/ color: #383331; }

/* footer */
#footer				{ width:1032px; //background: #f9f9f9; //border: 1px solid #eee; }
#footer .widgetcontainer	{ background: none; border: none; }
#footer .widgettitle	{ background: none; border: none; font-size: 14px; color: #444; padding: 0 0 10px; letter-spacing: -1px; margin: 0; }
#footer .widgetcontent	{ font-size: 12px; background: none; padding: 0; border: none; }
#footer .footer-message	{ font-size: 11px; }
.footer-sidebar-container  { border-bottom: 1px solid #CCC; }

/* arif */

.clear-flt {
	clear: both;
}

.affiliate-items-cont {
	padding: 0 5px;
	padding-bottom: 10px;
	/*height: 42px;*/
}
.affiliate-items-cont .aflt-link-btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    height: auto;
    float: right;
    color: #FFF;
    background-color: #32a1d2;
    background-image: none;
}
.affiliate-items-cont .aflt-link-btn:hover {
    background-color: #2291c2;
}

.affiliate-items-cont .aflt-pv-cont{
        padding-top:5px;
	float: left;
}

.affiliate-items-cont .aflt-price-cont {
    color: #347C17;
    font-size: 16px;
    font-weight: bold;
}

.affiliate-items-cont .aflt-via-cont a {
	/*color: #F79403;*/
          color: #afafaf;
}
.affiliate-items-cont .aflt-via-cont a:hover {
	text-decoration: underline;
}

div .aflt-i-cont-single-p {
    padding-top: 10px;
    background-color: #FFFFFF;
}

.pra-inp-button {
	float: left;
	margin-right: 10px;
	padding: 5px 10px;
	background-color: #019AD2;
	color: #FFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	font-family: 'Lucida Grande',Arial,Helvetica,sans-serif;
	font-weight: 700;
}

.pra-inp-submit:hover {
	cursor: pointer;
}

.aflt-order-nav{
	margin-bottom: 10px;
}

.singl-p-r-sbar-cont{
	float: right;
    width: 325px;
}

.singl-p-r-sbar-cont #primary, .singl-p-r-sbar-cont #secondary {
	display: block;
}

.sharethis-cust-btns{
    padding-bottom:15px;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    background-color: #32a1d2;
}

.ftr-stick-fixp-able {
    background-color: white;
    bottom: 0;
    position: fixed;
    width: 100%;
    font-size: 14px;
}

.ftr-stick-fixp-able .fsfa-i1 {
    padding: 5px 150px;
    border-top: 1px solid #f1f1f1;
}

#nav .sf-menu .sfmi-store a {
    background-image: url("../../images/icons/cart.png");
    background-position: right 40%;
    background-repeat: no-repeat;
    background-size: auto 60%;
    color: #feff28;
    padding-right: 21px;
}

/* end: arif */

#social-icon {
    float: right;
    padding-right: 10px;
    padding-top: 6px;
}



.holder_order {
  padding-top: 10px;
  padding-bottom: 10px;
  //border-bottom: 1px solid #333;
}

.fixp-on-scrlhide .holder_order {
    background-color: #FFFFFF;
}

#holder_order1.fixed{
z-index:1001;
border-bottom: 1px solid #f1f1f1;
//box-shadow: 0 0 50px 1px #e5e5e5;
//-webkit-box-shadow: 0 0 50px 1px #e5e5e5;
//border-left: 1px solid #CCB;
//border-bottom: 1px solid #ccc;
background: #fff;
width: 1032px;
position: fixed;
top: 52px;
padding: 0px 0px 8px;
padding-top: 10px;
padding-bottom: 6px;
}


#social-buttons-fixed.fixed{
z-index:1001;
border-bottom: 1px solid #f1f1f1;
//box-shadow: 0 0 50px 1px #e5e5e5;
//-webkit-box-shadow: 0 0 50px 1px #e5e5e5;
//border-left: 1px solid #CCB;
//border-bottom: 1px solid #ccc;
background: #fff;
position: fixed;
top: 39px;
padding: 0px 0px 8px;
padding-top: 10px;
padding-bottom: 10px;
}

#intro-text {
 font-style: italic;
 font-size: 11px;
 color: #afafaf;
 //padding-left: 400px;
}

.post-next-prev {
    padding-top: 5px;
    float: right;
    margin-right: 28px;
}

.post-next-prev .prev-post {
    background: url("http://shutupandtakemymoney.com/suatmm-sprite.png") no-repeat -10px -126px transparent;
    width: 35px;
    display: block;
    float: left;
    height: 26px;
    margin: 8px 0 0;
    overflow: hidden;
    text-indent: -9999px;
}

.post-next-prev .next-post {
    background: url("http://shutupandtakemymoney.com/suatmm-sprite.png") no-repeat -45px -152px transparent;
    width: 35px;
    display: block;
    height: 26px;
    margin: 8px 0 0;
    float: right;
}

.post-next-prev .random-post {
    background: url("http://shutupandtakemymoney.com/images/suatmm-sprite.png") no-repeat -100px -126px transparent;
    width: 45px;
    display: block;
    height: 26px;
    margin: 8px 0 0;
    float: right;
}

.post-next-prev .random-post:hover {
    background: url("http://shutupandtakemymoney.com/images/suatmm-sprite.png") no-repeat -100px -100px transparent;
}

.post-next-prev .random-post:active {
    background: url("http://shutupandtakemymoney.com/images/suatmm-sprite.png") no-repeat -100px -100px transparent;
}


.post-next-prev .prev-post:hover {
    background: url("http://shutupandtakemymoney.com/suatmm-sprite.png") no-repeat -10px -152px transparent;
}

.post-next-prev .prev-post:active {
    background: url("http://shutupandtakemymoney.com/suatmm-sprite.png") no-repeat -10px -100px transparent;
}

.post-next-prev .next-post:hover {
    background: url("http://shutupandtakemymoney.com/suatmm-sprite.png") no-repeat -45px -126px transparent;
}

.post-next-prev .next-post:active {
    background: url("http://shutupandtakemymoney.com/suatmm-sprite.png") no-repeat -45px -74px transparent;
}


.single .post .entry-cat a, .single-post .entry-cat a {color:#00a5f0 !important}
.single .post .entry-cat a:hover, .single-post .entry-cat a:hover {color:#24bbff !important}



.recommended #ac_1066 {
    clear:both;
    display:block;
    margin:5px 0;
    position:relative;
    }

.recommended #ac_1066 .ac_header_title {
    margin:0px;
    border:none;
    direction:ltr;
    text-align:left;
    vertical-align:middle;
    padding:4px;
    width:272px;
    min-height:15px;
    font-weight:bold;
    font-style:italic;
    font-size:120%;
    font-weight:normal;
    line-height:115%;
    text-decoration:none;
    background-color:#f2f2f2;
    color:#019ad2;
    font-variant:small-caps;
    font-weight:bold;
    word-wrap:break-word;
    }

#ac_1066 div.ac_header_title:after {
    content:":";
    }

.recommended #ac_1066 .ac_adbox {
    width:220px;
    position:relative;
    overflow:visible;
    display:inline-block;
    *display:inline;
    zoom:1;
    clear:both;
    line-height:16px;
    text-decoration:none;
    }

#ac_1066 .ac_adbox:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
    }

.recommended #ac_1066 .ac_image {
    width:220px;
    height:140px;
    border:none !important;
    margin:0px !important;
    display:block;
    padding:0px !important;
    max-width:100%;
    }

.recommended #ac_1066 .ac_container {
    position:relative;
    display:block;
    margin:30px 12px 3px 0;
    background-color:#f2f2f2;
    vertical-align:top;
    width:220px;
    height:160px;
    overflow:hidden;
    }

.recommended #ac_1066 .ac_container:hover {
    background-color:#e8e8e8;
    }

.recommended #ac_1066 .ac_container:hover .ac_title_wrapper .ac_title {
    color:#019ad2;
    }

#ac_1066 .ac_container a {
    display:block;
    direction:ltr;
    text-align:left;
    }

#ac_1066 .ac_title_wrapper {
    width:100%;
    }

#ac_1066 .ac_title_wrapper a {
    }

.recommended #ac_1066 .ac_title_wrapper .ac_title {
    margin:0px;
    border:none;
    direction:ltr;
    text-align:left;
    vertical-align:middle;
    text-decoration:none;
    word-wrap:break-word;
    display:block;
    color:#019ad2;
    font-size:16px;
    font-weight:bold;
    line-height:1.4;
    margin-right:20px;
    position:relative;
    overflow:hidden;
    padding:138px 12px 0 6px;
    height:40px;
    }

#ac_1066 .ac_referrer {
    font-size:10px;
    color:#888;
    text-align:left;
    word-wrap:break-word;
    line-height:150%;
    margin-top:2px;
    }

.recommended #ac_1066 a.ac_image_link {
    position:absolute;
    top:0;
    right:0;
    margin:0;
    width:220px;
    height:140px;
    }

#ac_1066 .ac_container a.ac_image_link .ac_sponsored {
    position:absolute;
    bottom:0;
    right:0;
    padding:0 1px 0 4px;
    background-color:#000;
    opacity:0.5;
    font-size:9px;
    text-transform:capitalize;
    letter-spacing:1px;
    color:#ccc;
    line-height:17px;
    border-radius:5px 0 0 0;
    }

#ac_1066 .ac_credit {
    position:absolute;
    bottom:-15px;
    right:0;
    font-size:11px;
    color:#999;
    }

#ac_1066 .ac_credit a {
    display:inline-block;
    background-color:#707070;
    opacity:0.5;
    padding:0 5px;
    margin-left:2px;
    border-radius:15px;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    line-height:17px;
    text-decoration:none;
    }

#ac_1066 .ac_credit_copy {
    position:fixed;
    text-align:left;
    width:40%;
    left:0;
    color:#333;
    font-family:arial,sans-serif;
    font-size:12px;
    padding:2%;
    background-color:#fff;
    margin:0 28%;
    top:25%;
    display:none;
    z-index:1000000;
    box-shadow:5px 5px 5px rgba(0,0,0,0.7);
    border:1px solid #000;
    }

#ac_1066 .ac_credit_logo {
    width:50%;
    max-width:300px;
    margin:0 auto 24px;
    text-align:center;
    }

#ac_1066 .ac_credit_logo img {
    width:100%;
    }

#ac_1066 .ac_credit_copy a {
    color:#F06924;
    text-decoration:underline;
    }

#ac_1066 a.ac_credit_copy_exit {
    position:absolute;
    top:-10px;
    right:-10px;
    background-color:#fff;
    border:1px solid #000;
    border-radius:15px 15px 15px 15px;
    color:#000;
    display:inline-block;
    font-size:15px;
    font-weight:bold;
    line-height:18px;
    padding:0 5px;
    text-decoration:none;
    box-shadow:3px 3px 3px rgba(0,0,0,0.3);
    }

#ac_1066 .ac_modal_shading {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.75);
    z-index:999999;
    }

#top-banner-2{
text-align: center;
padding:10px;
margin: auto;
margin-top:23px;
margin-bottom:6px;
}

}
.stop-sopa {
   text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 1038px;
  background-color: rgba(243,3,3, 0.07);
  //border: 1px solid red;
  padding: 10px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  margin: auto;
  margin-top: 18px;
  margin-bottom:12px;
}
.stop-sopa a {
  color: black;
}
.stop-sopa a:hover{
  text-decoration:underline;
}

.stop-sopa a {
  color: black;
}
.stop-sopa a:hover {
  text-decoration: underline;
}


.close-subscription:hover {
	cursor:pointer;
	opacity: 0.8;
}

.search-side1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-side {
 padding-top:10px;
 padding-bottom:10px;
}

.search-side .searchform {
 border: 2px solid #ddd; 
   background: #EFEFEF; 
   width: 313px; 
   margin: 0;
}

.search-side .searchform .s  { font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 14px; border: none; background: #EFEFEF; padding: 0; margin: 0; float: left; width: 294px; }

.search-results-content .searchform {
 border: 2px solid #ddd; 
   background: #EFEFEF; 
   width: 313px; 
   margin: 0;
}

.search-results-content .searchform .s  { font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 14px; border: none; background: #EFEFEF; padding: 0; margin: 0; float: left; width: 294px; }

.footer-tag {
 color: #afafaf;
 font-style: italic;
}
#fixed-anchor {
height:40px;
background-color: #000;
background: rgba(0, 0, 0, 0.8);
bottom: 0;
color: #fff;
left: 0;
position: fixed;
z-index: 1000;
width: 100%;
}

#fixed-anchor .container {
margin: 0 auto;
width: 970px;
position: relative;
z-index: 2;
}

#fixed-anchor .fb-message {
float: left;
font-size: 15px;
font-weight: bold;
line-height: 38px;
margin-right: 15px;

}

#fixed-anchor .fb-action {
padding-top:10px;
line-height: 38px;
height: 38px;
position: relative;
overflow: hidden;
font-size: 14px;
float: left;
width: 110px;
}

#fixed-anchor .fb-action2 {
padding-top:10px;
line-height: 38px;
height: 38px;
position: relative;
overflow: hidden;
font-size: 14px;
float: left;
width: 152px;
}

#fixed-anchor #close-anchor {

height: 25px;
line-height: 25px;
padding-left: 32px;
position: absolute;
right: 0;
top: 6px;
}

#fixed-anchor #close {
display: none;
}

#logo1 {
 padding-top:4px;
 padding-right:25px;
 padding-left:23px;
 width:25px;
 float:left;
}

#social-buttons {
 //width:150px;
 float:left;
 /*padding-left:35px;*/
 margin-left: 42px;
}
#social-buttons ul{
 margin:0;
 padding: 0;
}
#social-buttons li{
opacity:.7;
padding-left:5px;
padding-right:5px;
height:40px;
display:inline;
}
#social-buttons li:hover{
opacity:1;
}

#social-buttons2 {
margin-bottom:10px;
border: solid #ddd;
border-width: 1px;
background: repeat-x #FFF;
 padding-bottom:5px;
 padding-top:7px;
 padding-left:12px;
}
#social-buttons2 ul{
 padding-left:4px;
 margin:0;
}
#social-buttons2 li{
opacity:.9;
padding-left:10px;
height:40px;
display:inline;
}
#social-buttons2 li:hover{
opacity:1;
}

.insta {
margin-left:5px;
  margin-bottom:5px;
}




#sidebarAd1 {
float:left;
}

#sidebarAd2 {
float:left;
}

#singleAd {
margin-left: 40px;
}

#footerad {
 padding-top:8px;
}

#newtopbar {
 margin-right: 36px;
 margin-top: 22px;
 
}

#newtopbar a img:hover{
opacity:.9;
}

.cont-from-home {
    border-top: 1px solid #CCCCCC;
    clear: both;
    padding-top: 15px;
    margin-top: 15px;
}

.cont-from-home .posts-default {
    padding: 0;
}

.cont-from-home .posts-default .post {
    padding: 0 12px;
}

.overlay-box-container {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 2;
}

.overlay-box-container .box {
width: 300px;
padding: 20px;
position: relative;
background-color: #fff;
box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 1px 4px rgba(0,0,0,.3);
}

.overlay-box-container .box .close {
position: absolute;
top: 10px;
right: 10px;
}

.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .2;
filter: alpha(opacity=20);
}

.overlay-box-container .box .box-content {
padding: 0 0 10px;
}

.overlay-box-container .box h4 {
font-weight: 700;
}

.input-group {
position: relative;
display: table;
border-collapse: separate;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}

.hide {
display: none!important;
}

.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}

.input-group-addon, .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
display: table-cell;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
margin-left: -1px;
