/* styles for M2Results */

html {
	overflow: scroll;
} 

body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	background: url("/images/red_bg.png") top left no-repeat;
	background-color: #4c0c15;
	text-align: center;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

/* portfolio/carousel styles */
#portfolio {
	display: block;
	text-align: left;
	float: right;
	width: 440px;
	margin-top: -320px;
	margin-right: 28px;
	position: relative;
}

.headline {
	color: #a31327;
	font: 30px Adobe Garamond Pro, Times, serif;
	line-height:28px;
}

.text {
	color: #555555;
	font: 14px Century Gothic, Helvetica, san-serif;
}

.text a:link {
	color: #CC0000;
	text-decoration: underline;
}

.text a:hover {
	color: #FF0000;
	text-decoration: none;
}

.text a:visited {
	color: #CC0000;
	text-decoration: underline;
}

#stories {
	float: left;
	color: #555555;
	font: 12px Century Gothic, Helvetica, san-serif;
	display: block;
	text-align: left;
	margin-top: -20px;
	margin-left: 411px;
	position: relative;
}

#sequences {
	float: left;
	color: #555555;
	font: 12px Century Gothic, Helvetica, san-serif;
	display: block;
	text-align: left;
	margin-top: -23px;
	margin-left: 457px;
	position: relative;
}

#sequences a:link, #stories a:link {
	color: #555555;
	text-decoration: none;
	padding-right: 5px;
	cursor: pointer;
}

#sequences a:hover, #stories a:hover {
	color: #ab283a;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	cursor: pointer;
}

#sequences a:focus, #stories a:focus {
	color: #ab283a;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	cursor: pointer;
}

#sequences a:visited, #stories a:visited {
	color: #555555;
	font-weight: normal;
	text-decoration: none;
	padding-right: 5px;
	cursor: pointer;
}

#sequences a.highlighted, #stories a.highlighted {
	color: #ab283a;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	cursor: pointer;
}

#sequences a.not_highlighted, #stories a.not_highlighted {
	color: #555555;
	font-weight: normal;
	text-decoration: none;
	padding-right: 5px;
	cursor: pointer;
}

#gallery_title {
	color: #FFFFFF;
	font: 12px Century Gothic, Helvetica, san-serif;
	position: relative;
	margin-left: 15px;
}

#container, #wrap, #carousel li {
	width: 880px;
	height: 360px;
}

#container {
	padding: 0px;
}

#wrap {
	clear: left;
	display: block;
	overflow: hidden;
	position: relative;
}

#carousel {
	width: 50000px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#carousel li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#previous, #next {
	display: block;
	text-indent: -4000em;
	cursor: pointer;
}

#previous {
	background: url("/images/arrow_left.png") center left no-repeat;
	width: 44px;
	height: 360px;
}

#next {
	background: url("/images/arrow_right.png") center left no-repeat;
	width: 44px;
	height: 360px;
}

/* BRAND GALLERY toggle link (and image) */
#toggle_link {
	color: #FFFFFF;
	font: 12px Century Gothic, Helvetica, san-serif;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}

.toggle_opened, .toggle_closed {
	height: 9px;
	width: 16px;
	margin-left: 5px;
	overflow: hidden;
	cursor: pointer;
}

.toggle_opened {
    background: url('/images/arrow_down.png') center no-repeat;
	
}

.toggle_closed {
    background: url('/images/arrow_up.png') center no-repeat;
}

.toggle_row {
	display: table-row;
}

.toggle_none {
	display: none;
}

/* top nav */
.top_nav {
	color: #FFFFFF;
	text-decoration: none;
	font: 12px Century Gothic, Helvetica, san-serif;
}

.top_nav a {
	color: #FFFFFF;
	text-decoration: none;
}

.top_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.top_nav a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

.top_nav td {
	padding-top: 14px;
	padding-bottom: 14px;
}

.top_nav .underline {
	border-bottom: #FFFFFF 1px solid;
}

.top_nav .no_underline {
	border-bottom: transparent 1px solid;

}

.no_underline {
	border-bottom: transparent 1px solid;

}

.top_nav td.spacer {
	width: 29px;
}

/* left nav */
.left_nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 15px;
	padding-left: 55px;
	font: 12px Century Gothic, Helvetica, san-serif;
}

.left_nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.left_nav a:hover {
	color: #AAAAAA;
	text-decoration: none;
}

.left_nav a:focus {
	color: #AAAAAA;
	text-decoration: none;
}

.copyright {
	color: #FFFFFF;
	font: 12px Century Gothic, Helvetica, san-serif;
}

.contributors {
	color: #FFFFFF;
	font: 12px Century Gothic, Helvetica, san-serif;
}

a.bio {
	text-decoration: none;
	color: #FFFFFF;
	font: 12px Century Gothic, Helvetica, san-serif;
	padding: 0px;
}

.blockquote {
	padding-bottom: 50px;
}
