/* --------------------------------------------
   reset
----------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
ul, ul li, ol, ol li {list-style: none; margin: 0; padding: 0;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
address {font-style:normal;}

/* --------------------------------------------
   
----------------------------------------------- */
body
{
	font: 16px/20px georgia, serif;
	background-color: #fff;
}

a
{
	text-decoration: none;
	color: #009;
}

a:hover
{
	text-decoration: underline;
}

select option
{
	margin-right: 10px;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#main
{
	width: 958px;
	padding: 15px 20px 0 20px;
	margin: 0 auto;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	overflow: hidden;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#header
{
	height: 210px;
	position: relative;
}

a#logo
{
	background: url(../img/global/img_logo.gif) no-repeat;
	width: 545px;
	height: 180px;
	position: absolute;
	top: 0px;
	left: 5px;	
	text-indent: -2000px;
	overflow: hidden;
}

div#issue-date
{
	position: absolute;
	top: 35px;
	right: 0px;
}

p#tagline
{
	background: url(../img/global/text_tagline.gif) no-repeat;
	text-indent: -2000px;
	overflow: hdden;
	width: 230px;
	height: 72px;
	position: absolute;
	top: 113px;
	right: 0px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#content-wrapper
{
	overflow: hidden;
	_height: 1%;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#content
{
	float: left;
	width: 620px;
	margin-bottom: 20px;
}

/* --------------------------------------------
   
----------------------------------------------- */
ul#nav-main,
ul#nav-footer
{
	height: 30px;
}

ul#nav-main
{
	margin-bottom: 15px;
}

ul#nav-footer
{
	margin-bottom: 6px;
}

ul#nav-main li,
ul#nav-footer li
{
	float: left;
	height: 30px;
	margin-right: 5px;
}

ul#nav-main li.about-us,
ul#nav-footer li.contact
{
	margin-right: 0;
}

ul#nav-main li,
ul#nav-main li a,
ul#nav-footer li,
ul#nav-footer li a
{
	width: 150px;
}

ul#nav-main li a,
ul#nav-footer li a
{
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}

ul#nav-main li a:hover,
ul#nav-footer li a:hover
{
	background-position: 0px -30px;
}

ul#nav-main li.subscribe a,
ul#nav-footer li.subscribe a
{
	background-image: url(../img/nav_main/bg_subscribe.gif);
}

ul#nav-main li.current-issue,
ul#nav-main li.current-issue a,
ul#nav-footer li.current-issue,
ul#nav-footer li.current-issue a
{
	width: 155px;
}

ul#nav-main li.current-issue a,
ul#nav-footer li.current-issue a
{
	background-image: url(../img/nav_main/bg_current_issue.gif);
}

ul#nav-main li.purchase-music a,
ul#nav-footer li.purchase-music a
{
	background-image: url(../img/nav_main/bg_purchase_music.gif);
}

ul#nav-main li.about-us a,
ul#nav-footer li.about-us a
{
	background-image: url(../img/nav_main/bg_about_us.gif);
}

ul#nav-footer li.advertise-contact a
{
	background-image: url(../img/nav_main/bg_advertise.gif);
}

ul#nav-footer li.contact a
{
	background-image: url(../img/nav_main/bg_contact.gif);
}

/* --------------------------------------------
   
----------------------------------------------- */
div#content h1,
div#content p.subhead
{
	font: bold 24px/25px arial, sans-serif;
	color: #09d;
	margin-bottom: 20px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#sidebar
{
	float: right;
	width: 300px;
	margin-bottom: 20px;
}

div#sidebar div.ad
{
	padding-bottom: 9px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

div#issue-cover
{
	margin-bottom: 20px;
}

div#issue-cover img
{
	width: 300px;
	height: 380px;
}

ul#issue-archive
{

}

ul#issue-archive li
{
	overflow: hidden;
	margin-bottom: 20px;
}

ul#issue-archive li a.issue
{
	display: block;
}

ul#issue-archive li a.issue:hover
{
	text-decoration: none;
}

ul#issue-archive li a.issue img.cover
{
	float: left;
	margin-right: 20px;
	width: 140px;
	height: 175px;
}

ul#issue-archive li a.issue span.date
{
	font: bold 16px/17px arial, sans-serif;
	display: block;
	padding-top: 8px;
	margin-bottom: 3px;
}

ul#issue-archive li a.issue span.description
{
	display: block;
	font-size: 13px;
	line-height: 17px;
	color: #666;
}

ul#issue-archive li a.issue:hover span
{
	text-decoration: underline;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#footer
{
	margin-bottom: 20px;
}

div#footer p.attribution
{
	color: #999;
	font-size: 12px;
	line-height: 18px;
}

div#footer p.attribution a
{
	color: #999;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#content div.article
{
	margin-bottom: 20px;
}

div#content div.article a.title,
div#content div.article h2.title
{
	display: block;
	font: bold 18px/19px arial, sans-serif;
}

div#content div.article h2.title
{
	color: #999;
}

div#content div.article a.title
{
	color: #09d;
}

div#content div.article-lead a.title
{
	font: bold 24px/25px arial, sans-serif;
	color: #09d;
}

div#content div.article a.title:hover
{
	color: #005780;
	text-decoration: none;
}

/* subsection images */
img.subsection
{
	height: 20px;
	margin-bottom: 7px;
	display: block;
}

/*
div#content div.article h3.subsection-letter-from-the-editor
{
	background-image: url(../img/headers/header_letter_from_the_editor.gif);
}

div#content div.article h3.subsection-music-in-my-life
{
	background-image: url(../img/headers/header_music_in_my_life.gif);
}

div#content div.article h3.subsection-on-record
{
	background-image: url(../img/headers/header_on_record.gif);
}

div#content div.article h3.subsection-from-the-podium
{
	background-image: url(../img/headers/header_from_the_podium.gif);
}

div#content div.article h3.subsection-unsung
{
	background-image: url(../img/headers/header_unsung.gif);
}

div#content div.article h3.subsection-composer
{
	background-image: url(../img/headers/header_composer.gif);
}

div#content div.article h3.subsection-in-the-studio
{
	background-image: url(../img/headers/header_in_the_studio.gif);
}

div#content div.article h3.subsection-crossing-borders
{
	background-image: url(../img/headers/header_crossing_borders.gif);
}

div#content div.article h3.subsection-on-screen
{
	background-image: url(../img/headers/header_on_screen.gif);
}

div#content div.article h3.subsection-at-home
{
	background-image: url(../img/headers/header_at_home.gif);
}

div#content div.article h3.subsection-feature
{
	background-image: url(../img/headers/header_feature.gif);
}
*/

/* --------------------------------------------
   
----------------------------------------------- */
div#content div.article p,
div#content div.article blockquote
{
	font-size: 18px;
	line-height: 24px;
	color: #333;
	margin-bottom: 20px;
}

div#content div.article p a
{
	color: #09d;
}

div#content div.article p.author
{
	font-style: italic;
}
