/* @override 
	//localhost:20081/media/assets/css/history.css
	//media.lasvegassun.com/media/assets/css/history.css
	//localhost:20081/assets/css/history.css
	//10.85.90.33:81/assets/css/history.css
*/

/* @group History All */

body.history {
	background: #eaeade url(../images/history/bg_gradient.jpg) repeat-x;
}

div#container {
	background-color: transparent;
}

div#folio {
	float: left;
	height: 20px;
	width: 1000px;
}

div#folioDate {
	height: 20px;
}

#nameplate {
	background: url(../images/history/masthead_bg.png) repeat-x 0 bottom;
	height: 51px;
}

#nameplate p.timestamp {
	color: #333;
	padding: 0;
}

div#nameplate-logo img {
	float: left;
}

ul#SunNavMenu {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}

ul#SunNavMenu li {
    border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

ul#SunNavMenu li a {
	color: #333;}

ul#SunNavMenu li a:hover {
	color: #ccc;
}

ul#SunNavMenu li#Jobs, ul#SunNavMenu li#Autos, ul#SunNavMenu li#Housing {
	background-color: transparent;
}

ul#SunNavMenu li#Autos {
	background-color: transparent;
}

#main-container {
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #fff;
	border: 1px solid #333;
}



/* @end */

div#historyMapFlash {
	text-align: center;
	margin-bottom: 1.5em;
	height: 600px;
}

div#historyMapVR {
	display: none;
}

/* @group History Home */

div#history-quotes p {
	font-style: italic;
	text-align: center;
	margin-bottom: .5em;
	border-bottom: 4px solid #999;
	color: #333;
	padding-left: 2em;
	padding-right: 2em;
	font-size: 1.1em;
	line-height: 1.4;
}

div#history-quotes p a {
	display: block;
	padding-top: .5em;
	font: normal bold .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 1em;
}

div#PrologueBelt {
	background-color: #fff;
	border: 1px solid #333;
	padding: 3px;
	height: 80px;
	margin-bottom: 1em;
}

div#colA div#PrologueText {
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid #ccc;
}

div#PrologueText h2.headline {
	line-height: 1;
	margin-bottom: 1em;
	height: 58px;
	text-indent: -5000px;
	background: url(../images/history/prologue_headline.png) no-repeat;
}

div#historyPrologue{clear:both;}
div#historyPrologue div#PrologueText {
	width: 655px;
	float: left;
	margin-right: 11px;
}

div#historyPrologue div#HistoryTOC {
	float: right;
	width: 322px;
}

div#PrologueText p.intro {
	color: #000;
	line-height: 1.8;
	font-size: .97em;
}

div#PrologueText p.intro a.continue {
	font-weight: bold;
	font-style: italic;
}



div#PrologueText p strong {
	text-transform: uppercase;
}

div#historyPrologue {
	background: url(../images/history/prologue_header.jpg) no-repeat;
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: .5em;
}

div#historyPrologue-mini {
	background: url(../images/history/mini_header.jpg) no-repeat;
	height: 136px;
}

div#historyPrologue-mini h2 {
	color: #fff;
	font-size: 3em;
	position: absolute;
	bottom: 6px;
}

div#historyPrologue-mini div.link a {
	height: 110px;
	width: 529px;
	position: absolute;
	right: 0;
}



/* @end */

/* @group TOC Widget */

div#HistoryTOC li {
	font: bold .8em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: .5em;
}

div#HistoryTOC h3.sectionHeader {
	text-indent: -5000px;
	height: 109px;
	background: url(../images/history/toc_marquee.png) no-repeat;
}

div#HistoryTOC h3.sectionHeader a {
	display: block;
	height: 109px;
}

div#HistoryTOC li ul li {
	font-size: .85em;
	font-weight: normal;
	font-style: normal;
	list-style-type: square;
	margin-left: 1.5em;
	color: #666;
	margin-bottom: 0;
}

div#HistoryTOC {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 1em;
}

div#HistoryTOC li ul li.gotolink {
	list-style-type: none;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

div#HistoryTOC div.colB1 {
	width: 130px;
	float: left;
	margin-left: 35px;
}

div#HistoryTOC div.colB2 {
	width: 120px;
	float: right;
}


/* @end */



/* @group History Page Tabs */

div#historyPrologue-mini {
	position: relative;
}

ul.nav-tabs { text-align: left; /* set font as desired */
list-style-type: none;
padding: 2px 0 2px 4px;
	font: bold .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	position: absolute;
	bottom: 0;
	right: 15px;
}


ul.nav-tabs li {
display: inline;
}

ul.nav-tabs li.selected a {
	background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 2px; /* must change with respect to padding (X) above and below */
}

ul.nav-tabs li a.active {
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff;
	color: #333;
}

ul.nav-tabs li.more {
	border-style: none;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	margin-left: 6px;
}

ul.nav-tabs li.more a {
	background-color: #fff;
	border-style: none;
	font-weight: normal;
	font-style: normal;
}

ul.nav-tabs li.more a:hover {
	color: #000;
}

ul.nav-tabs li a {
	padding: 2px 6px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #ccc; /* set unselected tab background color as desired */
color: #fff; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/history/60-opacity.png);
	margin-right: 2px;
}

ul.nav-tabs li a:hover {
	background: #fff;
	color: #950a09;
}

/* @end */

/* @group Overview Widget */

div#history-overview h2 {
	color: #950a09;
	font-weight: bold;
	margin-bottom: .3em;
	text-transform: uppercase;
	font-size: .9em;
}

div#history-overview li {
	color: #999;
	border-bottom: 1px dashed #ccc;
	padding-bottom: .2em;
	margin-bottom: .4em;
	font: 1.2em/1.3 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#history-overview li a {
	color: #999;
	display: block;
}

div#history-overview li a strong {
	font-weight: bold;
	color: #333;
}


div#history-overview li a:hover {
	text-decoration: none;
	color: #333;
}

div#history-overview li a:hover strong {
	text-decoration: underline;
	color: #950a09;
}

div#history-overview {
	margin-bottom: 1em;
}



/* @end */

/* @group Video Container */

div#videoContainer h3.headline {
	font-weight: normal;
	font-style: normal;
	margin-bottom: .1em;
	font-size: 2em;
}

div#videoContainer p.teaser {
	font-size: .9em;
	line-height: 1.3;
	margin-bottom: 1em;
}

div#videoContainer div#video_player {
	margin-bottom: .5em;
}



/* @end */

body.history div#sectionstories h3.year {
	text-align: right;
	font-style: italic;
	color: #666;
	font-size: 1.8em;
	padding-right: .5em;
	margin-top: 1em;
}

/* @group Credits Page */

body.history ul.credits li {
	position: relative;
	text-align: left;
	margin-bottom: .2em;
	font-weight: bold;
	color: #333;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}

body.history ul.credits li em {
	position: absolute;
	left: 12em;
	font-weight: normal;
	font-style: normal;
	color: #999;
}

body.history div#credits h3 {
	font-size: 1em;
	margin-bottom: .25em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: .2em;
	border-bottom: 1px solid #999;
}

body.history div#credits ul.acknowledgements li {
	font-size: .85em;
	margin-bottom: .5em;
	margin-left: 4em;
}

body.history ul.credits {
	margin-left: 4em;
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 1.5em;
}



/* @end */

/* @group Timeline Page */

body.history div#history-timeline ul {
	margin-bottom: 1em;
}

body.history div#history-timeline ul.decade li span.date {
	position: absolute;
	left: 1em;
	text-align: right;
	display: block;
	width: 10.5em;
	color: #666;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body.history div#history-timeline ul.decade li {
	padding-left: 12em;
	position: relative;
	margin-bottom: .3em;
	font-size: .85em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: .3em;
}

body.history div#history-timeline h2.dates {
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #ccc;
	padding-top: .1em;
	padding-bottom: .1em;
	padding-left: .2em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: .3em;
}

body.history div#history-timeline h2.dates em {
	float: right;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: .6em;
	font-weight: bold;
	font-style: normal;
	color: #ccc;
}

body.history div#history-timeline ul.nav li {
	display: inline;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	margin-right: 1.25em;
	line-height: 1.5;
}

/* @end */

/* @group TOC Page */

div#TOC-highlights {
	margin-bottom: 1em;
	width: 100%;
	display: block;
	overflow: hidden;
}

div#TOC-highlights div.container {
	width: 359px;
	float: left;
	margin-right: 11px;
}

div#TOC-highlights div.promo1 {
	border: 1px solid #666;
	margin-bottom: 11px;
}

div#TOC-highlights div.promo2 {
	border: 1px solid #666;
	width: 172px;
	float: left;
}

div#TOC-highlights div.promo3 {
	border: 1px solid #666;
	width: 172px;
	float: right;
}

div#TOC-highlights h3.headline {
	background-color: #333;
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#TOC-highlights div.promo1 h3.headline {
	font-size: 1.2em;
}

div#TOC-highlights h3.headline a {
	color: #fff;
	padding: 4px;
	display: block;
}

div#TOC-highlights h3.headline a:hover {
	background-color: #000;
}

div#TOC-highlights h3.headline a:hover {
	text-decoration: none;
	color: #c90d0c;
}

div#TOC-highlights h3.headline span.kicker {
	text-transform: uppercase;
	font-size: .75em;
	font-weight: normal;
	font-style: normal;
}

div#TOC-highlights div.promo1 h3.headline span.kicker {
	display: block;
	font-size: .7em;
}

div#TOC-highlights div.promo4 {
	width: 285px;
	
	float: right;
}

div#TOC-highlights ul li {
	margin-bottom: .35em;
	border-bottom: 1px dashed #ccc;
	padding-bottom: .35em;
}

div#TOC-highlights ul li a {
	color: #666;
	display: block;
}

div#TOC-highlights ul li a:hover {
	text-decoration: none;
	color: #000;
}

div#TOC-highlights ul li strong {
	font-weight: bold;
	font-style: italic;
}

div#TOC-highlights ul li a strong {
	color: #369;
}

div#TOC-highlights ul li a:hover strong {
	text-decoration: underline;
}



div#TOC-col2 {
	width: 211px;
	float: left;
	clear: both;
}

div#TOC-col3 {
	float: right;
	width: 433px;
}

div#TOC-col2 h2.sectionHeader, div#TOC-col3 h2.sectionHeader {
	padding-top: .5em;
	border-top: 4px solid #999;
}

div#TOC-col2 li, div#TOC-col3 li {
	font-size: .85em;
	margin-bottom: .2em;
	list-style-type: square;
	list-style-position: inside;
	color: #333;
	font-weight: bold;
}

div#video_player {
	margin-bottom: .5em;
}

div#TOC-col2 li.first, div#TOC-col3 li.first {
	list-style-type: none;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#TOC-col2 li.first img {
	border: 1px solid #333;
	display: block;
}

div#TOC-col2 ul {
	margin-bottom: 1em;
}

/* @end */

div#historyFooter {
	padding-top: .5em;
	border-top: 4px solid #999;
	margin-bottom: .8em;
}

div#historyTOC div#subcols {
	display: block;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/global/655_1-211.png);
}

div#historyTOC div#video_promo {
	display: block;
	overflow: hidden;
	width: 100%;
	font: 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: .2em;
	border-top: 1px dashed #ccc;
	margin-bottom: .5em;
}

div#historyTOC div#video_promo a {
	display: block;
}

div#historyTOC div#video_promo a:hover {
	text-decoration: none;
	color: #950a09;
}

div#historyTOC div#video_promo a:hover strong {
	color: #000;
}

div#historyTOC div#video_promo strong {
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: .5em;
	display: block;
}

div#historyTOC div#video_promo img {
	float: right;
}

div#swfDiv {
	margin-bottom: 1em;
}

div#history-today h4.sectionHeader {
	height: 50px;
	background-image: url(//media.lasvegassun.com/media/projects/history/sidePromos/today_header.png);
	position: relative;
	text-indent: -5000px;
}

div#history-today h4 span.date {
	position: absolute;
	top: 22px;
	left: 164px;
	color: #333;
	text-indent: 0;
	font-size: 1.1em;
}

div#history-today p {
	color: #333;
	font-size: 1em;
	margin-bottom: .3em;
	font-style: italic;
}

div#history-today p.link {
	font: bold .75em "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#history-promos.colB-module div.promo {
	border: 2px solid #333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}

div#history-promos.colB-module div.promo strong {
	padding: 3px;
	display: block;
	background-color: #333;
}

div#history-promos.colB-module div.promo span.kicker {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	display: block;
	font-size: .75em;
}

div#history-promos.colB-module div.promo a {
	color: #999;
}

div#history-promos.colB-module div.promo a:hover {
	text-decoration: none;
	color: #fff;
}