/*  black style */

#secnav li{
	text-transform:uppercase;
	font-size:13px;
	background:url(black/webtreats/menu-divider.jpg) no-repeat top right;
}

body{background-color:#000;}

/*  Images */
#wrap{
	background: url(black/webtreats/wrap.jpg) repeat-x 0 0;
	min-width:1009px;
}
#top-out {
	background: transparent url(black/webtreats/top.jpg) no-repeat scroll center 0;
	min-width:1009px;
}
#header {
//	background: url(black/bg_top_gradient.gif) no-repeat 60px 0;
	background: none;
}
#middle-out-top { /* Background - Middle Top */
	background: #171717 url(black/bg_middle_out_top.gif) repeat-x 0 0;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: url(black/bg_middle_out_bottom.gif) repeat-x left bottom;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(black/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(black/bg_middle_content.gif) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(black/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}
#content {
	background: url(black/webtreats/bg_middle_top.gif) no-repeat 0 0;
}
#footer {
	background: url(black/bg_footer_gradient.jpg) no-repeat 0 0;
}

#middle-out-bottom .full { /* Background - Content - Full Width Page */
	background: url(black/bg_page_full.gif) repeat-y;
}
#content.full {
	background: url(black/bg_middle_top_full.gif) no-repeat 0 0;
}
#middle-content-bottom.full { /* Background - Content Bottom */
	background: url(black/bg_middle_content_bottom_full.gif) no-repeat 0 bottom;
}


/*  Colors */
a {
	color: #838c1c;
}
#footer h2.widget_title {
	background: #222222;
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap, #footer .block .execphpwidget{
	border: #333333 5px solid;
	background: #EDEDED;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul.idTabs li a {
	background: #767676;
}
#main-content .post h4.continue a,
#main-content .post h4.continue a:hover {
	background:transparent url(../images/mysite/indexpost-button.png) no-repeat scroll center top;
	color:#626262;
}
#sidebar ul.idTabs li a.selected {
	background: #848D1E;
}
#sidebar ul.idTabs li a:hover {
	background: #607125;
}
.Nav .on, .Nav a:hover {
	background: #838383 !important;
}
#copyright-out {
	background: #000000;
	min-width:1009px;
}
#nav li ul li a {
	background: #3a3a3a;
	border-bottom: 1px solid #333333;
}
#footer-out {
	background: #2D2D2D;
	min-width:1009px;
}




/* ----------------------------------------------*/
/* ----------------------------------------------*/
/* MySite Added Styles
/* ----------------------------------------------*/
/* ----------------------------------------------*/


/* Added Rss And Twiter Link Styles
/* ----------------------------------------------*/
#rss-feed-link {
background-image:url(../images/mysite/rss-subscribe2.png);
background-repeat:no-repeat;
height:30px;
position:absolute;
right:208px;
top:96px;
width:105px;
}

#email-feed-link {
background-image:url(../images/mysite/email-subscribe.png);
background-repeat:no-repeat;
height:30px;
position:absolute;
right:100px;
top:96px;
width:105px;
}

#twitter-link {
background-image:url(../images/mysite/twitter-follow2.png);
background-repeat:no-repeat;
height:30px;
position:absolute;
right:0px;
top:96px;
width:105px;
}

/* Fix Alignment of Preview Image on Single Page
/* ----------------------------------------------*/
.alignright-singlepic {
float:left;
margin:0px 0 10px 0px;
}


/* Add Image Styles to NextGen Pics
/* ----------------------------------------------*/
.ngg-singlepic {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#EEEEEE;
border:1px solid #DDDDDD;
padding:5px;
margin:0 0 10px 0;
}

/* Contact Form Styles
/* ----------------------------------------------*/
#contact_wrap textarea {
margin-bottom:5px;
width:340px;
}
#contact_wrap textarea, #contact_wrap input {
background:#F7F6F6 none repeat scroll 0 0;
border-color:#C5C3C3 #EDEDED #EDEDED #C5C3C3;
border-style:solid;
border-width:1px;
color:#676563;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:7px 10px;
}

#contact_wrap input.submit {
border-style:solid;
border-width:0px;
padding:0px 0px 0px 0px;
}

/* Faq Styles
/* ----------------------------------------------*/
#main-content .faq, ol {
	padding-left:20px;
	padding-right:26px;
}

/* Etc Network DropDown
/* ----------------------------------------------*/
#etc-dropdown {
	height: 32px;
	width: 184px;
	margin: auto;
	position:absolute;
	right:55px;
	cursor:pointer;
	
}

.menu_class ul, li {
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu_class {
	margin-top:2px;
}

.the_menu {
	display:none;
	border: 1px solid #1c1c1c;
	margin-top:6px;
	width:207px;
}

.the_menu li {
	background-color: #2D2D2D;
}

.the_menu li a {
	color:#FFFFFF; 
	text-decoration:none; 
	padding:10px; 
	display:block;
}

.the_menu li a:hover {
	padding:10px;
	font-weight:bold;
	color: #F00880;
}

/* Archive Post Wrap
/* ----------------------------------------------*/
.archives{
	margin-left:20px;
	margin-right:28px;
}

/* Right Align Read More Button
/* ----------------------------------------------*/
.continue{
	text-align:right;
}

/* Attribution Widget
/* ----------------------------------------------*/
.attribution-widget{
	text-align:right;
	margin-bottom:17px;
	margin-top:20px;
	cursor:pointer;
}
#footer .attribution-widget a{
	background:#848D1E none repeat scroll 0 0;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
	text-decoration:none;
}
#footer .attribution-widget a:hover{
	background:#607125 none repeat scroll 0 0;
	text-decoration:underline;
}

/* User Link Feed SideBar
/* ----------------------------------------------*/
#sidebar #community-news-submissions .fvCommunityNewsList li{
	background:none;
	padding:7px 0 0;
}

#sidebar .link-feed-submit{ margin-left:5px; }
#sidebar .link-feed-submit a{
	background:#848D1E none repeat scroll 0 0;
	color:#FFFFFF;
	padding:4px;
	text-decoration:none;
	width:47px;
	text-align:center;
	float:left;
}

#sidebar .link-feed-submit a:hover{
	background:#607125 none repeat scroll 0 0;
	text-decoration:underline;
}

#sidebar .link-feed-more{ margin-left:72px; }
#sidebar .link-feed-more a{
	background:#848D1E none repeat scroll 0 0;
	color:#FFFFFF;
	padding:4px;
	text-align:center;
	text-decoration:none;
	width:38px;
	float:left;
}
#sidebar .link-feed-more a:hover{
	background:#607125 none repeat scroll 0 0;
	text-decoration:underline;
}


/* User Link Feed Page
/* ----------------------------------------------*/
.submit-link{
	margin-bottom:26px;
}
#main-content .submit-link a{
	text-decoration:none;
	background:#848D1E none repeat scroll 0 0;
	color:#FFFFFF;
	padding:4px;
	width:146px;
}
#main-content .submit-link a:hover{
	background:#607125 none repeat scroll 0 0;
	text-decoration:underline;
}
#main-content .fvCommunityNewsList li{ padding:3px 28px 3px 25px;  }

/* Adsense Link Units
/* ----------------------------------------------*/
.webtreats-link-units{
	text-align:left;
}
/* Adsense Related Posts
/* ----------------------------------------------*/
.webtreats-related-posts-ads{
	float:left;
}

/* Breadcrumb Navigation
/* ----------------------------------------------*/
.breadcrumb{
	text-align:left;
	margin-bottom:12px;
	margin-left:4px;
	margin-top:8px;
}

/* Related Posts 
/* ----------------------------------------------*/
#main-content .related-posts ol {
padding-left:24px;
}
.related-posts{
	float:left;
	width:300px;
}
.related-posts img {
margin:0 8px 8px 3px;
}
.webtreats-related-posts-ads{
	float:left;
	margin-left:38px;
}

/* Graphic River Premium */

#gr-premium-80x80 {
	width:280px !important;
	padding-bottom: 25px !important;
	overflow: hidden;
}

#gr-premium-80x80 img {
	display: block;
	float: left;
	margin:0 10px 10px 3px;
	display: inline;
}

/* Change Copyright Link Color
/* ----------------------------------------------*/
#copyright a{
color:#FFFFFF;
}
#copyright a:hover{
color:#CCCCCC;
}

/* Change Padding on Contact Form Submit Message
/* ----------------------------------------------*/
div.wpcf7-response-output {
margin:0em;
}

/* Google Search
/* ----------------------------------------------*/
#search input#search-header {
border:2px solid #CECFC6;
color:#333333;
font-size:1.4em;
height:26px;
padding-top:3px;
text-align:left;
width:170px;
}

#search input#search-header-submit {
height:33px;
vertical-align:top;
}

#search input#search-header-submit {
border-style:solid;
border-width:0px;
color:#FFFFFF;
font-family:arial,sans-serif;
font-size:12px;
padding:7px;
background-image:url(http://webtreats.mysitemyway.com/wp-content/themes/busybee/images/mysite/img_search.gif);
background-position:center center;
background-repeat:repeat-x;
border:medium none;
cursor:pointer;
}

#cse-search-results{
margin-top:20px;
}


/* Adds Padding to Read More on Latest Post
/* ----------------------------------------------*/
#main-content .latest .featured h4 {
	margin-top:8px;
}


/* Socialble Styles
/* ----------------------------------------------*/
.sociable-hovers {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* Added so width and height match new icons
/* ----------------------------------------------*/
.sociable ul li:before { content: ""; }
.sociable img {
	width: 38px;
	height: 36px;
}

/* Padding for Tagline
/* ----------------------------------------------*/
.sociable_tagline{
	padding-bottom:10px;
}

/* Padding Icons
/* ----------------------------------------------*/
#main-content .sociable ul li {
padding:0 34px 0 0;
}


/* Adsense Post Single Header
/* ----------------------------------------------*/
.adsense-post-header{
	float:left;
	padding:0 4px 0 0;
	width:340px;
}
.adsense-post-header-blog-title{
	float:left;
	margin-top:27px;
	width:275px;
}
#adsense-post-header-wrap{
	display:block;
	height:292px;
}


/* Faq answer padding
/* ----------------------------------------------*/
.answer p{
	margin:10px;
}

/* Download Box Padding
/* ----------------------------------------------*/
.mysite_download_box {
background-color:#EDEDED;
background-position:14px 12px;
background-repeat:no-repeat;
margin:15px 0 25px;
padding:11px 20px;
}



/* hostgator header ad */

#header .advert {
left:534px;
position:absolute;
top:18px;
}


