/*******************************************************************************

	Name:		%M%
	SCCS Id:	%W%	%G%

	Description:	This file contains the CSS style defintions used by
			Vinylphile.


	Copyright © 2009-2010 by Rich Teer.  All rights reserved.

*******************************************************************************/


html {
	overflow-y: scroll;
}

body {
	background: #e0e0e0;
	font: 14px/16px 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, sans-serif;
}

img {
	border: none;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	outline: none;
}

a:link, a:visited {
	color: #000000;
	outline: none;
}

a:hover, a:active {
	color: #808080;
	outline: none;
}

h2 {
	font-size: 32px;
	line-height: 32px;
	vertical-align: top;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	padding-bottom: 15px;
	border-bottom: 2px solid #000000;
}

h2.toc_section {
	font-weight: lighter;
	color: #ff0000;
	border-bottom: none;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3.cover_story_heading {
	font-size: 16px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	color: #ff0000;
	margin-top: 0px;
}

h3.heading {
	font-size: 20px;
	line-height: 22px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

h3.section_heading {
	font-size: 24px;
	line-height: 24px;
	color: #ff0000;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
}

h3.review_heading {
	font-size: 20px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	margin-bottom: 2px;
}

h3.home_sub_heading {
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	margin-top: 25px;
	padding-bottom: 3px;
}

h3.index_heading,
h3.sub_heading {
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

h3.sub_heading {
	margin-top: 0px;
}

.post_left {
	margin-right: 30px;
	float: left;
	position: relative;
	padding: 0 0 15px 0;
	width: 250px;
}

.post_right {
	clear: none;
	float: left;
	position: relative;
	padding: 0 0 15px 0;
	width: 250px;
}

.cover_story {
	font-size: 24px;
	line-height: 26px;
	text-align: left;
	font-weight: bold;
	color: #000000;
}

.download_link {
	font-size: 14px;
	font-weight: bold;
	color: #404040;
}

.download_link a {
	border-bottom: 1px dotted #808080;
}

.download_link a:link,
.download_link a:visited {
	color: #000000;
}

.download_link a:hover,
.download_link a:active {
	color: #606060;
}

.issue_info {
	display: block;
	padding-top: 5px;
	color: #808080;
	font-size: 13px;
}

.clear {
	clear: both;
}

.clear_l {
	clear: left;
}

.clear_r {
	clear: right;
}

.indent {
	padding-left: 40px;
}


/*
 * Set up the "pages".  The home page has
 * a column of ads on either side of the
 * content, but the subsidiary pages only
 * have a column of ads on the left.  Hence
 * we need to define a different width for
 * the home page.
 */
#page {
	background: #ffffff;
	border: 1px solid #808080;
	margin: 10px auto;
	padding: 15px;
	padding-top: 0px;
	width: 1040px;
}

body.home #page {
	background: #ffffff;
	border: 1px solid #808080;
	margin: 10px auto;
	padding: 15px;
	padding-top: 0px;
	width: 1040px;
}


/*
 * Set up the wrappers, which is the bit that
 * contains the ads and content.  Because the
 * home page has two columns of ads and the
 * others have only one, we have to define two
 * styles because they use different background
 * images.
 */
#page #wrapper {
	background: #ffffff;
	background-image: url(home_bg.png);
	background-repeat: repeat-y;
}

body.home #page #wrapper {
	background: #ffffff;
	background-image: url(home_bg.png);
	background-repeat: repeat-y;
}


/*
 * Set up the left, right, and content
 * columns.  The first two contain the
 * ads, whereas the latter contains the
 * page's actual content.
 */
#left {
	float: left;
	background: #e0e0e0;
	border-left: 1px solid #808080;
	padding-top: 25px;
	padding-bottom: 15px;
	width: 220px;
}

#right {
	float: right;
	background: #e0e0e0;
	border-right: 1px solid #808080;
	padding-top: 25px;
	padding-bottom: 15px;
	width: 220px;
}

/*
 * The width of the main content is greater
 * on the subsidiary pages than it is on the
 * home page.
 */
#content {
	background: #ffffff;
	padding: 25px;
	margin-left: 223px;
	width: 544px;
}

body.home #page #wrapper #content {
	background: #ffffff;
	padding: 25px;
	margin-left: 223px;
	width: 544px;
}


/*
 * Define the styles used for the header
 * (i.e., the bit where the logo goes).
 */
#header {
	background: #ffffff;
	border-bottom: 1px solid #808080;
	padding-left: 10px;
	padding-bottom: 0px;
}

#header h1 span {
	display: block;
	height: 1px;
	overflow: hidden;
	text-indent: -10000px;
}

#header h1 a,
#header h1 a:hover,
#header h1 a:active {
	background-image: url(vinylphile_logo-400x100.png);
	background-repeat: no-repeat;
	border: none;
	display: block;
	width: 400px;
	height: 100px;
	text-indent: -10000px;
}

#date_stamp {
	margin-right: -24px;	/* The Twitter logo is 24px wide, so account for that */
	float: right;
	font-size: 12px;
	line-height: 12px;
}


/*
 * These styles are used by the top
 * navigation bar.
 */
#top_nav {
	list-style-type: none;
	margin-top: 0px;
	margin-left: -30px;
}

#top_nav li {
	display: block;
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	font-weight: bold;
}

#top_nav li a:link,
#top_nav li a:visited {
	display: block;
	width: 200px;
	height: 25px;
	line-height: 25px;
	color: #000000;
}

#top_nav li a:hover,
#top_nav li a:active,
#top_nav li a.active {
	display: block;
	width: 200px;
	height: 25px;
	line-height: 25px;
	color: #ff0000;
	background: #ffffff;
}


/*
 * These styles are used in the page
 * footer and bottom naviagation bar.
 */
#footer {
	background: #ffffff;
	border-top: 1px solid #808080;
	padding-top: 25px;
	color: #808080;
	font: 12px/14px 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

#bottom_nav {
	margin-left: -40px;
	margin-top: -2px;
	list-style-type: none;
}

#bottom_nav li {
	display: inline;
	padding-right: 5px;
}

#bottom_nav li a:link,
#bottom_nav li a:visited {
	color: #000000;
}

#bottom_nav li a:hover,
#bottom_nav li a:active {
	color: #ff0000;
}

#twitter {
	margin-top: 69px;
	float: right;
}

#tagline {
	display: block;
	width: 400px;
	height: 27px;
	margin-top: -50px;
	margin-bottom: 23px;
	margin-left: 430px;
}


.story_image {
	float: left;
	margin-right: 20px;
}

.cover_image_l {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.cover_image_r {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/*
 * This is the style used for all ads.
 */
.ad {
	margin: 10px;
	margin-top: 0;
	width: 200px;
}

/*
 * These define the styles used on the
 * home page.
 */

#current_issue {
	height: 320px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #808080;
}

.byline {
	float: right;
	font-size: 10px;
	font-style: normal;
}

body.home .byline {
	margin-top: -23px;
	float: left;
}

.article {
	border-bottom: 1px dotted #808080;
}

.back_issues {
	position: relative;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.issue_left {
	display: block;
	float: left;
	position: relative;
	padding: 0 0 25px 0;
}

.issue_right {
	clear: none;
	float: left;
	position: relative;
	margin-right: 100px;
}

.bottom_line {
	border-bottom: 1px dotted #808080;
}

.mag_title {
	font-size: 14px;
	font-weight: bold;
}


/*
 * These are used for the Subscribe pages.
 */
.sub_tbl {
	float: right;
	border: 1px solid #000000;
	background: #e0e0e0;
	padding: 5px;
	margin-left: 25px;
}

.sub_tbl input.text_box {
	border: 1px solid #808080;
	padding: 1px;
	margin: 0 2px 1px 0;
}

.sub_tbl input.text_box:focus {
	background: #ffffc0;
}

.sub_tbl input.cancel {
	margin-top: 10px;
	margin-right: 25px;
}


/*
 * These are used for the mailing list
 * admin pages.
 */
.tbl {
	border: 1px solid #000000;
	background: #e0e0e0;
	padding: 5px;
}

.tbl input.text_box, textarea.text_box {
	border: 1px solid #808080;
	padding: 1px;
	margin: 0 2px 1px 0;
}


/*
 * These are used by the review index pages.
 */
#alpha_index {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 10px;
}

#alpha_index li {
	display: inline;
	font-size: 12px;
	line-height: 12px;
	padding-right: 2px;
}

#alpha_index li a:link,
#alpha_index li a:visited {
	padding: 2px;
	outline: 1px solid #808080;
}

#alpha_index li a:hover,
#alpha_index li a.active {
	color: #ff0000;
	outline: 1px solid;
}

#alpha_index #selected,
#alpha_index #selected a:link,
#alpha_index #selected a:visited,
#alpha_index #selected a:hover,
#alpha_index #selected a:active {
	color: #ffffff;
	background: #ff0000;
	padding: 2px;
	outline: 1px solid #ff0000;
}

.index_list li {
	display: block;
	width: 470px;
	background: url('dot.png') repeat-x bottom;
	margin-top: 2px;	/* Need this so that subsequent lines don't stomp on each other */
}

.index_item {
	background-color: #ffffff;
	padding-right: 4px;
}

.index_issue {
	background-color: #ffffff;
	padding-left: 4px;
	float: right;
}


/*
 * This is used by the record reviews.
 */
.record_title {
	font-style: italic;
}


/*
 * This is used by the magazine pages.
 */
.toc_title {
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

