/*  
Theme Name: The Remains
Theme URI: http://wordpress.org/
Description: A WordPress theme for The Remains
Version: 1.0
Author: Carl Tashian
Author URI: http://www.tashian.com/carl/

	Thanks.

*/

/* Typography & Color */

body {
	font-family: Frutiger, Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #401320;
	margin: 0 10px;
}

h1, h2, h3, h4, h5 {
	font-family: Frutiger, Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0px;
}

p + p, h2 + p {
	margin-top: 10px;
}

h1 {
	font-size: 48px;
	line-height: 50px;
	margin: 0 0 20px 0; padding: 0;
}

h1.pagetitle {
	text-transform: lowercase;
}

h2 {
	font-size: 24px;
	line-height: 26px;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #494c21;
}

h2 + h3 {
	margin-top: 0px;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #0C97CE;
}

a:active {
	color: #6c5dff;
	text-decoration: underline;
}

#main {
	background-color: #f0ff00;
	min-height: 700px;
}

#container {
	position: relative;
	min-height: 700px;
	top: -30px;
}

#header h1 span {
	display: none;
}

#body {
	font: 14px/20px Georgia, 'Hoefler Text', 'Times New Roman', sans-serif;
}

#body .intro {
	font-size: 28px;
	line-height: 35px;
	display: block;
}

.left-menu ul {
	list-style: none;
	font-family: Frutiger, Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
	text-transform: lowercase;
}

.left-menu ul a, .left-menu ul a:link {
	text-decoration: none;
	color: #333;
}

.left-menu ul a:hover {
	color: #0C97CE;
}

/* Structure */
/* TOTAL PAGE WIDTH = 900PX.
From left to right:
75px margin
230px left column
25px margin
495px right column
75px margin
*/

#header {
	margin: 0px auto;
	position: relative;
	width: 900px;
	height: 408px;
	background: url(images/top-bg.jpg) no-repeat top left;
}

#header h1 {
	margin: 0;
}

#newcd a i { visibility: hidden; }

#newcd a {
	position: absolute;
	left: 735px;
	top: 210px;
	display: block;
	width: 80px;
	height: 80px;
  	text-decoration: none;
}


#main {
	margin: 0px auto;
	width: 900px;
}


#player {
	display: inline;
	vertical-align: -3px;
	padding-left: 2px;
}

#body {
	margin: 0 75px 0 75px;
	padding: 0;
}

#body p, #body h1, #body h2, #body h3, #body h4,
#body pre, #body table, #body ul {
	margin-left: 255px;
}

#body ul {
	padding-left: 0;
}

#body > img,
#body > a img {
	margin: 3px 10px 3px 255px;
	clear: both;
}

#body p img,
#body img.figure-l {
	float: left;
	margin: 3px 10px 3px 0px;
}

/* other options for figures: float right, center, float right */
#body img.figure-r {
	float: right;
	margin: 0 0 6px 6px;
}

#body img.figure-c {
	padding-left: 255px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.left-menu {
	float: left;
	position: relative;
	font-family: Frutiger, Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 230px; /* 255px - 25px margin */
	color: #333;
	text-align: right;
	margin: 0 25px 0 0;
	padding-left: 0px;
}

#body .left-menu h3, #body .left-menu ul {
	text-transform: lowercase;
	margin: 0;
}

#body .left-menu h3 {
	padding: 10px 0 0 0;
}

#body .left-menu ul {
	padding: 15px 0 0 0;
}

img.left-col {
	width: auto;
}

.footer {
	font: bold 11px/14px Frutiger, Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 20px 0 50px 0;
}
