/* LAYOUT CONTAINERS */

#samMetaContainer {
	width: 864px;
	background-color: #382819;
	background-repeat: repeat-x;
	background-position: 0 360px;
	margin: auto;
}
#samContainer {
	margin: 0 65px;
	width: 733px;
	font-family: sans-serif;
	font-size: 12px;
	color: white;
}

#samHeader {
	background: #2b1e15;
	padding: 2px 0;
	font-size: 9px;
}

#samHeaderLeft {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	width: 40%;
	margin: 0 10px;
}

#samHeaderRight {
	text-transform: uppercase;
	width: 40%;
	float: right;
	text-align: right;
	margin: 0 10px;
}

#samBottom {
	margin: 0;
	padding-top: 20px;
	clear: both;
}


/* TABLE OF CONTENTS */

#samTOC {
	margin-top: 5px;
	background: #2b1e15;
	padding: 0px 0;
}

#samTOC div {
	display: inline;
	margin: 0 10px;
}

#samTOC #articles {
	color: #90effa;
	font-family: serif;
	text-transform: uppercase;
	margin-right: 0;
}

#samTOC ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#samTOC li {
	display: inline;
	margin: 0 6px;
	padding: 0;
}

#samTOC .star {
	font-size: large;
	color: red;
	visibility: hidden;
}

#samTOC a {
	color: #a7a03e;
}

#samTOC a:hover {
	color: white;
}

/* TITLE IMAGE AND HEADINGS */

#samTitleEmbed {
	background-image: url('images/embed.jpg'); /* may not always be present */
	position: absolute;
	margin: 5px 0 0 0;
	width: 733px;
	height: 336px;
}

#articleTitle {
	position: absolute;
	margin: 365px 0 0 0;
}

#caption {
	background: #2b1e15;
	padding: 20px;
}

/* ARTICLE/INTERVIEW STYLES */

#articleContent {
	margin: 410px 0 0 0;
}

#articleBody, #articleHeader {
	color: black;
	background: #c2bcb1;
	width: 380px;
	padding: 10px;
}

#articleHeader {
	font-weight: bold;
	margin-bottom: 10px;
}

#articleBody .question {
	font-weight: bold;
}

#articleBody .interviewPerson {
	color: #b0560c;
	font-weight: bold;
	margin: 0;
}

#articleSidebar {
	width: 310px;
	float: right;
}

p.pageNav {
	text-align: right;
}

p.pageNav a {
	color: black;
	font-weight: bold;
}

p.pageNav a:hover {
	color: white;
}

/* CONTRIBUTOR LIST */

#contributorList {
	background: #c2bcb1;
	padding: 20px;
	color: #382819;
	font-size: 10pt;
}

#contributorList a {
	color: #382819;
}

#contributorList a:hover {
	color: white;
}

#contributorList .contributorIssue {
	margin-top: 20px;
}

#contributorList .contributor {
	margin: 5px 0;
}

#contributorList .contributor a {
	font-size: 10pt;
	text-decoration: none;
}

#contributorList .contributor a:hover {
	color: white;
}
