/*---- Copyright - Version Info
AppleHits CSS version 20100414.01
Copyright 2008 - 2009 Web2Spin LLC, Las Vegas, Nevada. All Rights Reserved.
http://applehits.com/
----*/

/* @group Body, Text */

* {
	padding: 0; 
	margin: 0; 
}

/* adds full scroll bar to short content pages */
html {
	 height: 100%;
	 margin-bottom: 1px;
}

/* body, background, text color, font family */
body {
	margin: 0px;
	color: #eaeaea;
	background-color: #303538;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, "Lucida Grande", sans-serif;
}

body p.small { 
	font-size: 11px; 
}

body p.medium {
	font-size: 13px; 
}

body p.large {
	font-size: 15px;
}
/* @end Body, Text */

/* @group Links */
/* default link colors used throughout site (with exceptions for navbar, navmenu, or breadcrumbs) */
a {
	color: #eaeaea;
	text-decoration: none;
}

a:link {
	color: #eaeaea;
	padding-bottom: 2px;
	text-decoration: none;
}

a:visited {
	color: #eaeaea;
	padding-bottom: 2px;
	text-decoration: none;
}

a:hover {
	color: #fe9124;
	padding-bottom: 2px;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #eaeaea;
	padding-bottom: 2px;
	text-decoration: none;
}

a img {
	display: block;
	border: none;
	text-decoration: none;
}

.mobile_promo a img {
	margin: 0px auto 10px auto;
}

.navbar_style_switcher {
	float: right;
	margin-top: 12px;
	margin-right: 10px;
	font-size: 10px;
	color: #a7a7a7;
}

span.navbar_style_switcher_small a:link {
	border-bottom: none;
	font-size: 9px;
	color: #a7a7a7;
}

span.navbar_style_switcher_middle a:link {
	border-bottom: none;
	font-size: 12px;
	color: #a7a7a7;	
}

span.navbar_style_switcher_large a:link {
	font-size: 14px;
	border-bottom: none;
	color: #a7a7a7;
}

/* navlinks in footer */
.navlinks {
	margin: auto;
	padding: 4px 10px 0px 10px;
	text-align: center;
	font-size: 92%;
	width: 940px;
	color: #bebebe;
	line-height: 20px;
}

.navlinks a:link {
	padding: 0px 0px 2px 0px;
	color: #bebebe;
	text-decoration: none;
}

.navlinks a:visited {
	padding: 0px 0px 2px 0px;
	color: #bebebe;
	text-decoration: none;
}

.navlinks a:hover {
	padding: 0px 0px 2px 0px;
	color: #fe9124;
	background-color: transparent;
	border-bottom: 1px solid #fe9124;
	text-decoration: none;
}

.navlinks a:active {
	padding: 0px 0px 2px 0px;
	color: #bebebe;
	text-decoration: none;
}

/* @end Links*/

/* @group Headings */

/* h1 - main article title */
h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	color: #fff;
	text-decoration: none;
	font: normal normal normal 150% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h1 a:link {
	color: #f4f4f4;
}

h1 a:visited {
	color: #f4f4f4;
}

h1 a:hover {
	color: #fe9124;
	background: transparent;
}

h1 a:active {
	color: #f4f4f4;
}

#blog h1 {
	margin-top: 36px;
}
/* h2 - article sub titles */
h2 {
	margin: 30px 0px 2px 0px;
	text-decoration: none;
	font: normal normal normal 100% Verdana, Arial, Helvetica, "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
}

h2 a:link {
	color: #f4f4f4;
}

h2 a:visited {
	color: #f4f4f4;
}

h2 a:hover {
	color: #fff;
}

h2 a:active {
	color: #f4f4f4;
}

/* h3 - heading within content */

h3 {
	margin: 0;
	padding: 14px 0px 0px 0px;
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
}

/* h4 - sub heading within content */
h4 {
	margin: 0px;
	width: 70%;
	padding: 14px 0px 0px 0px;
	font-size: 105%;
	text-transform: capitalize;
	line-height: 150%;
}

h5 {
	font-size: 150%;
	padding-bottom: 28px;
}

h6 {
	font-size: 100%;
}

/* @end Headings*/

/* @group Content Elements */
/* date used on home page, category pages */
.date {
	padding: 0px 0px 20px 0px;
	font-size: 92%;
	color: #bebebe;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* date used on article pages */
.date_small {
	margin: 0px;
	padding: 18px 0px 8px 0px;
	font-size: 92%;
	color: #bebebe;
}

#blog .date_small {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	font-size: 92%;
	color: #bebebe;
}

/* standard line height and margins for paragraph text */
p {
	margin: 12px 0px 12px 0px;
	font-size: 11px;
	line-height: 1.6em;
}

p a:link {
	color: #eaeaea;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px solid #787878;
}

p a:visited {
	color: #eaeaea;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px solid #787878;
}

p a:hover {
	color: #fe9124;
	padding-bottom: 2px;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #fe9124;
}

p a:active {
	color: #eaeaea;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px solid #787878;
}

p img {
	margin: auto;	
	display: block;
	border: none;
}

blockquote {
	margin: 10px 40px 10px 20px;
	padding: 0px 60px 0px 14px;
	border-left: 1px solid #787878;
	color: #d4d4d4;
	line-height: 1.5em;
}

.paginate {
	margin: 0px;
	padding: 2px 0px 12px 0px;
	position: relative;
	text-align: right;
	width: 100%;
	font-size: 92%;
}

/* spans to paginate 'left' and 'right' links to next page */
span.left {
	margin: 0px;
	padding-left: 4px;
	position: absolute;
	left: 0px;
}

span.right {
	margin: 0px;
	padding-right: 15px;
	position: absolute;
	right: 0px;
}

.previous_next {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 20px;
	text-align: left;
	font-size: 92%;
	line-height: 190%;
}

ul, ol {
	padding: 2px 20px 2px 30px;
	line-height: 180%;
	font-size: 96%;
	color: #d4d4d4;
}

li {
	padding: 4px 0px 4px 0px;
	line-height: 140%;
}

hr {
	margin: 40px 0px 10px 0px;	
	border: 0px;
	color: #fe9124;
	background-color: #fe9124;
	height: 1px;
	width: 100px;
	text-align: left;
}

.news_frame {
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

.recent_list ul {
	margin: 6px 0px 0px 2px;
}

.recent_list li {
	margin: 0px;
	padding: 6px 0px 6px 2px;
	line-height: 130%;
}

/* css inserted with uploaded images to float left */
.image_left {
	margin: 0px;
	padding: 2px 16px 6px 0px;
	float: left;
}

/* css inserted with uploaded images to float right */
.image_right {
	margin: 0px;
	padding: 2px 0px 6px 16px;
	float: right;
}

/* css inserted with uploaded images to align center */
.image_center {
	display:  block;
	margin: 0px auto 0px auto;
	padding: 2px 0px 8px 0px;
}
/* @end Content Elements*/

/* @group Sections (wrappers) */

/* full wrapper for 960px wide page design */
#section_top { 
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* main section for 960px or 100% wide page design */
#section_main { 
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* bottom section for 960px or 100% wide page design */
#section_bottom { 
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* @end Sections */

/* @group Banner, Logo, Navbar */

/* box holds 728x90 ad, sits between footer and logo below, text and content above */

.scroll-head {
	margin: 0px;
	float: left;
	padding: 5px 0px 0px 12px;
	color: #888D90;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-variant: normal;
}

div#news-slide {
	background: #23282C;
    position:relative;
    overflow:hidden;
    float:left;
    width:490px;
    height: 22px;
    margin: -2px 0px 0px 12px;
	font-size: 14px;
}

div#news-slide a:link {
	margin: 0px;
	color: #fe9124;
	border: none;
	text-decoration: none;
	text-align: left;
}

div#news-slide a:visited {
	color: #d4d4d4;
}

div#news-slide a:hover {
	color: #d4d4d4;
}

div#news-slide a:active {
	color: #d4d4d4;
}

ul#news-slide-list {
	background: #23282C;
    position: relative;
    overflow:hidden;
    width:520px;
    height:24px;
   	list-style-type: none; 
}

ul#news-slide-list li {
	background: #23282C;	
    position: absolute;
    left:600px;
    top:0px;
}

ul#news-slide-list li.news-slide-first, li.news-slide-first {left:0;}

#banner_login {
	margin: 0px;
	padding: 6px 24px 6px 10px;
	background: #23282C;
	width: 926px;
	color: #888D90;
	text-align: right;
	border-left: 1px solid #3D4144;
	border-bottom: 1px solid #3D4144;
	border-right: 1px solid #3D4144;
}

#banner_login a:link {
	color: #888D90;
	text-decoration: none;
}

#banner_login a:visited{
	color: #888D90;
	text-decoration: none;
}

#banner_login a:hover {
	color: #fe9124;
	border: none;
	text-decoration: none;
}

#banner_login a:active {
	color: #888D90;
	text-decoration: none;
}

span.login-area a:link {
	color: #888D90;
	text-decoration: none;
}

span.login-area a:visited {
	color: #888D90;
	text-decoration: none;
}

span.login-area a:hover {
	color: #fe9124;
	border: none;
}

span.login-area a:active {
	color: #888D90;
	text-decoration: none;
}

#banner_top {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: #303538;	
}

/* header holds background images, logo, and optional leaderboard ad */

#banner_logo {
	 margin: 0px;
	 width: 960px;
	 height: 70px;
	background: url(http://applehits.com/images/applehits/banner_logo_bg.png) 0 0 repeat-x;
	border-top: 2px solid #248ffc;
	border-bottom: 2px solid #fe9124;
}

/* logo image floats to left within the header, not clickable */
#logo {
	margin: 4px 0px 0px 16px;
	padding: 0px;
	float: left;
	width: 200px;
	height: 60px;
	background: url(http://applehits.com/images/applehits/logo_apple_2.png) no-repeat;
}

#logo a {
	float: left;
	margin: 18px 72px 0 0;
}

#logo b {
	float: left;
	font: bold 16px tahoma;
	color: #737984;
	margin-top: 26px;
	margin-left: 230px;
	width: 500px;
}

#logo b span {color:#ABB0B3;}

#navi {
	display: inline;
	float: right;
	width: auto;
	margin: 12px 8px 0 0;
}

#navi span {
	float: left;
	width: auto;
	height: 34px;
	background: url(http://applehits.com/images/applehits/navi_bar.jpg) no-repeat right;
	padding-right:1px;
}

#navi a	{
	float: left;
	margin: 6px 20px 0;
	border: 0;
}

#navi img {border:0;}

#banner_promo {
	margin: 0px;
	width: 960px;
	height: 153px;
	background: url(http://applehits.com/images/applehits/banner_promo_bg.png) 0 0 repeat-x;
	border-bottom: 1px solid #fe9124;
}

#navbar {
	width: 960px;
	height: 73px;
	background: url(http://applehits.com/images/applehits/navbar_bg.png) 0 0 repeat-x;
}

#header_navi {
	float: left;
	width: 960px;
	height: 54px;
	margin-top: 2px;
}

#header_navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header_navi li {float:left;}

#header_navi li a {
	float: left;
	text-decoration: none;
	font: bold 12px verdana;
	color: #888D90;
	padding: 17px 30px 22px ;
	background: url(http://applehits.com/images/applehits/menu_br.jpg) no-repeat right;
}

#header_navi a:hover{
	color: #fe9124;	
	background: url(http://applehits.com/images/applehits/menu_bg.jpg) repeat-x;
}

#mainlevel-nav li.active a {
	color: #fe9124;
	text-transform: uppercase;
	background: url(http://applehits.com/images/applehits/menu_bg.jpg) repeat-x;
}

.moduletable {
	padding:0px;
	color:#fff;
	font:12px tahoma;
}

.moduletable h3 {
	font: bold 17px arial;
	color: #384C77;
	margin-bottom: 5px;
}

.menu_header {
	margin-left: auto;
	margin-right: auto;
	width: 170px;
	height: 24px;
	color: #212C31;
	background: url(http://applehits.com/images/applehits/menu_header.png) no-repeat;
}

.menu_header h3 {
	margin: 0px;
	padding: 4px 0px 0px 16px;
	color: #212C31;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	letter-spacing: inherit;
}

.navmenu {
	margin: 0px 0px 0px 13px;
	padding: 6px 0px 6px 0px;
	font-size:12px;
	display: block;
	width: 140px;
}

.navmenu a:link {
	color: #eaeaea;
	text-decoration: none;
	border-bottom: 1px solid #5e5e5e;
}

.navmenu a:visited {
	color: #eaeaea;
	text-decoration: none;
	border-bottom: 1px solid #5e5e5e;
}

.navmenu a:hover {
	color: #fe9124;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px solid #fe9124;
}

.navmenu a:active {
	color: #eaeaea;
	text-decoration: none;
}

.moduletable ul#mainlevel {
	list-style:none;
	margin:0;
	padding:0;
}

.moduletable ul#mainlevel li {
	background:url(http://applehits.com/images/applehits/submenu_bar.jpg) no-repeat 3px 100%;
	padding:6px 0 10px;
}
.moduletable ul#mainlevel li a.mainlevel{
	text-decoration: none;
	color: #ABB7BD;
	font-weight: bold;
	background: url(http://applehits.com/images/applehits/submenu_bull.jpg) no-repeat left;
	padding: 0 0 0 27px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 960px;
	height: 153px;
	text-align: left;
}

#wrapper img {
	padding-bottom: 2px;
}

.post {
	float: left;
	margin: 8px 5px 8px 6px;
	width: 180px;
	height: 135px;
}

.post p {
padding: 0;
margin: 0;
}

.newsletter {
	margin: 0px 0px 24px 0px;
	border: none;
}

.newsletter input {
	margin: 2px 0px 2px 0px;
	padding: 4px 6px 4px 6px;
	color: #f4f4f4;
	border: 1px solid #283237;
	background-color: #626363;
}

.newsletter_submit input {
	margin: 8px;
	padding: 0px;
}

.newsletter p {
	margin: 2px;
	padding: 2px;
}

/* small logo fits at bottom of text on each page, above ads */
.logo_small {
	margin: 0px auto 0px auto;
	padding: 35px 0px 35px 0px;
	background: url(http://applehits.com/images/applehits/logo_small_apple.png) no-repeat;
	background-position: center;
	height: 56px;
	width: 55px;
}

/* @end Banner, Logo, Navbar */

/* @group Main Columns */

/* main content section: left column, middle column, right column */
#main {
	margin: 0;
	overflow: hidden;
	width: 960px;
	background: url(http://applehits.com/images/applehits/main_bg.png) repeat-y;
}

/* padding within each column; left, middle, right */
.columnpad_left { 
	margin: 0px auto 0px auto;
	padding: 10px 10px 10px 10px; 
}

.columnpad_middle { 
	margin: 0px;
	padding: 0px 20px 40px 20px; 
}

.columnpad_right {
	margin: 10px auto 0px auto;
	padding: 10px 10px 10px 10px; 
}

/* content column measurements */
#leftcolumn { 
	 margin: 0px; 
	 display: inline;
	 padding: 0px;
	 width: 190px;
	 float: left;
}

#middlecolumn {
	 margin: 0px;
	 padding: 0px;
	 float: left;
	 width: 580px;
	 display: inline;
	 position: relative;
}

#rightcolumn { 
	 margin: 0px; 
	 display: inline;
	 position: relative;
	 padding: 0px;
	 width: 190px;
	 float: right;
}

/* frames article content on home page */
.entry_frame {
	margin: 2px 0px 36px 0px;
}

#index .entry_frame {
	margin: 2px 0px 54px 0px;
}

.media {
	margin: 6px 0px 6px 0px;
	}

.breadcrumb {
	margin: 0px 100px 22px 0px;
}
/* @end Main Columns*/

/* @group Banner, Footer */

/* box holds 728x90 ad, sits between footer and logo below, text and content above */
#banner_bottom {
	margin-left: auto;
	margin-right: auto;
	height: 110px; 
	width: 960px;
	background: #303538;
}

/* footer area holds logo, background images, sits below all advertising */
#footer {
	margin: 0px;
	width: 960px;
	height: 60px;
	background: url(http://applehits.com/images/applehits/footer_bg.png) 0 0 repeat-x;
	border-top: 2px solid #fe9124;
}

/* footer logo */
#footer_logo {
	margin: 0px auto 0px auto;
	padding: 16px 0px 0px 0px;
	height: 24px; 
	width: 95px;
	background: url(http://applehits.com/images/applehits/logo_small.png) no-repeat;
	background-position: center;
}
/* @end Banner, Footer */

/* @group Copyright */

/* basic copyright information and links, badge farm links */
.copyright {
	margin: auto;
	padding: 20px 10px 30px 10px;
	text-align: center;
	font-size: 92%;
	width: 960px;
	color: #bebebe;
	line-height: 20px;
}

.copyright a:link {
	padding: 0px 0px 2px 0px;
	color: #bebebe;
	border-bottom: 1px solid #787878;
	text-decoration: none;
}

.copyright a:visited {
	padding: 0px 0px 2px 0px;
	color: #bebebe;
	border-bottom: 1px solid #787878;
	text-decoration: none;
}

.copyright a:hover {
	padding: 0px 0px 2px 0px;
	color: #fe9124;
	border-bottom: 1px solid #fe9124;
	background-color: transparent;
	text-decoration: none;
}

.copyright a:active {
	padding: 0px 0px 2px 0px;
	color: #bebebe;
	border-bottom: 1px solid #787878;
	text-decoration: none;
}
/* @end Copyright Info */

/* @group Search */
.search_box {
	margin: 16px 24px 0px 0px;
	float: right;
	font-size: 10px;
	padding-top: 6px;
	width: auto;
}

.search_box textfield {
	width: 180px;
	color: #666;
	margin: 0;
	padding: 2px;
	font: 11px/11px verdana, arial,sans-serif;
	float: left;
}

.search_box search_button {
	position: relative;
	left: 5px;
	top: -1px;
	float: left;
}

.advancedSearchLink {
	float: right;
}

input {
	margin: 6px 0px 12px 0px;
	padding: 4px;
	color: #f4f4f4;
	border: 1px solid #283237;
	background-color: #626363;
}

textarea {
	margin: 6px 0px 12px 0px;
	padding: 4px;
	color: #f4f4f4;
	background-color: #626363;
	font: 12px/1.6em Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #283237;
}

/* @end Search */

/* @group AdManager */

.Leaderboard-Top-728x90 {
	margin: 10px auto 10px auto;
	width: 728px;
	height: 90px;
	overflow: hidden;
}

.Content-Banner-Top-468x60 {
	margin: 10px auto 10px auto;
	width: 468px;
}

.Sidebar-Skyscraper-160x600 {
	margin: 10px auto 10px auto;
	width: 160px;
	height: 600px;
	overflow: hidden;
}

.Sidebar-Square-1-125x125 {
	margin: 10px auto 10px auto;
	width: 125px;
	overflow: hidden;
	visibility: hidden;
}

.Column-Square-1-125x125 {
	margin: 10px auto 10px auto;
	width: 125px;
	overflow: hidden;
} 

.Content-Rectangle-1-300x250 {
	margin: 4px 14px 8px 0px;
	float: left;
	width: 300px;
	overflow: hidden;
}

.Content-Banner-Bottom-468x60 {
	margin: 10px auto 10px auto;
	width: 468px;
}

.Leaderboard-Bottom-728x90 {
	margin: 10px auto 10px auto;
	width: 728px;
	height: 90px;
	overflow: hidden;
}

/* @end AdManager*/