
/* TYPOGRAPHY */
/* ----------------------------------------- */

/* h1, h2, h3, h5, h5, h6 { font-weight:bold }  This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.



/* general text style and colour */

body {
	color: #333;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

p {
	}

h1, h2, h3, h5, h5, h6 { 
	/*font-weight: bold;*/
	font-family: Georgia, Times, "Times New Roman", serif;
	}

h2, h3, h4 { 
	color: #333;
	font-style: italic;
	}

a, a:visited, a:active {
	color: #6699ff;
	text-decoration: none;
	outline:none;
	}

#footer {
	color: #777;
	font-size: 0.750em;
	}

ul#nav {
	letter-spacing: 0.1em;
	font-style: italic;
	font-weight: bold;
	font-size: 0.875em;
	font-size: 0.845em;
	}

#nav a {
	color: #333;
	}
#nav a:hover {
	color: #A4B81B;
	}

.side_feat, .side_feat_player {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	}

#contactform label {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	}

.published, .price {
	font-size: 0.875em; /*14*/
	}

span.review_source {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 0.875em; /*14*/
	margin-top: -1em; 
	margin-bottom: 2em;
	line-height: 1.5em; /*21*/
	}


/* general text sizing and spacing */
html { 
	font-size: 100%; /*IE reminder*/ 
	}
body { 
	font-size: 1em; 
	letter-spacing: .016em;
	}
table { 
	font-size: 100%; /*IE reminder*/ 
	}

p { 
	font-size: 0.750em; /*12*/
	font-size: 0.875em; /*14*/
	margin-top: 1.5em; 
	margin-bottom: 1.5em;
	line-height: 1.5em; /*21*/
	}
h1 { 
	font-size: 1.3em; /*24*/ 
	margin-top: 0.75em; 
	margin-bottom: 0.5em;
	line-height: 0.75em;
	}
h2 { 
	font-size: 1.3em; /*24*/ 
	margin-top: 2em; 
	margin-bottom: 1em;
	line-height: 0.75em;
	}
h2#main_title { 
	margin-top: 0em; 
	}
h3 { /*same as h2 spacing */
	font-size: 0.875em; /*14*/
	font-size: 1.2em;
	margin-top: 2.271em;
	margin-top: 1.5em;
	margin-bottom: -1em;
	margin-bottom: -0.5em;
	/*line-height: 1.286em;*/
	}
.side_feat h3, .side_feat_player h3 {
	margin-top: 1em;
	/*font-size: 1em;*/
	margin-bottom: -0.5em;
	}
.side_feat_player h3 {
	margin-bottom: 0em;
	padding-left: 10px;
	}
h4 { 
	font-size: 0.875em; /*14*/
	margin-top: -0.285em;
	margin-bottom: -1em;
	line-height: 1.285em;
	}

#content ul, #content ol {
	font-size: 0.750em; /*12*/
	line-height: 1.5em;
	padding-left: 1.5em;
	margin-top: 1.5em;
	}
#content ul#links { /*
	font-size: 0.875em;
	line-height: 2.2em;
	padding-left: 1.5em;
	margin-top: 1em; */
	}
#links li {
	font-size: 1.2em;
	margin-top: 0em;
	margin-bottom: 0.945em; /*roughly*/
	}
ul ul, ol ol {
	padding-left: 1.5em;
	}
ol {
	margin-left: 1.5em;
	}
