/* GLOBAL STYLES
------------------------------------------------------------ */


a:link, a:visited, a:active {
	color: #3399FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #6DB6FF;
	font-weight: bold;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #444444;
	text-align: left;
}
body {
	background-color: #FFFFFF;
}
body#navHome, body#navGallery {
	margin: 0;
	background: url(../images/body-bg1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body#navBio, body#navMedia {
	margin: 0;
	background: url(../images/body-bg2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body#navEducation, body#navStore {
	margin: 0;
	background: url(../images/body-bg3.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body#navTour, body#navContact {
	margin: 0;
	background: url(../images/body-bg4.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
a {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: none;
}
.floatleft {
	clear: none;
	float: left;
	margin: 0 14px 10px 0;
}
.floatright {
	clear: none;
	float: right;
	margin: 0 0 10px 14px;
}


/* MAIN CONTAINERS & PAGE TITLES
------------------------------------------------------------ */


#container {
	background-color: transparent;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
	width: 800px;
}
#home-container {
	background-image: url(../images/content-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
}
#bio-container {
	background-image: url(../images/page-bio.png);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 100px 0px 0 0;
	width: 800px;
}
#bio-container h1 {
	color: rgb(553,54,1);
}
#education-container {
	background-image: url(../images/page-education.png);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 120px 0 0 0;
	width: 800px;
}
#tour-container {
	background-image: url(../images/page-tour.png);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 120px 0 0px 0;
	width: 800px;
	height: 500px;
}
#media-container {
	background-image: url(../images/page-media.png);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 100px 0 0 0;
	width: 800px;
}
#gallery-container {
	background-image: url(../images/page-gallery.png);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 130px 0 40px 0;
	width: 800px;
}
#contact-container {
	background-image: url(../images/page-contact.png);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 100px 0 0 0;
	width: 800px;
}
#contact-container h1 {
	color: #D59901;
}
#contact-container a {
	color: #D59901;
}
#contact-container a:hover {
	color: #D47202;
}
#store-container {
	background-image: url(../images/page-store.png);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 100px 0 0 0;
	width: 800px;
}
#footer-container {
	background-image: url(../images/yellow/y-footer-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	margin: 0 auto 0px auto;
	padding: 115px 0 50px 0;
	width: 800px;
}


/* MAIN NAVIGATION
------------------------------------------------------------ */


	/* Measurements for the nav image replacement:
	
		The distance from the top to the...
			initial state = 0
			rollover state = 50px
			active state = 100px
	
		The distance from the far-left to the...
			home button = 0px
			bio button = 105px
			education button = 160px
			tour button = 225px
			gallery button = 360px
			media button = 480px
			store button = 585px
			blog button = 635px
			contact button = 685px
		
		The width of the...
			home button = 105px
			bio button = 55px
			education button = 95px
			tour button = 105px
			gallery button = 120px
			media button = 105px
			store button = 50px
			blog button = 50px
			contact button = 115px
			
		
------------------------------------------------------------ */


#navcontainer {
	background-color: #FFFFFF;
	color: #FFFFFF;
	float: left;
	height: 50px;
	margin: 0;
	padding: 0;
	width: 800px;
}
ul#nav {
	background: url(../images/yellow/y-nav-states.png);
}
ul#nav li {
	float: left;
	list-style-type: none;
}
ul#nav li a {
	height: 50px;
	display: block;
	position: absolute;
	top: 170px;
	text-indent: -9999px;
	outline: none;
}	
li#navHome a, li#navBio a, li#navBlog a, li#navEducation a, li#navTour a, li#navMedia a, li#navGallery a, li#navContact a, li#navStore a {
	background: url(../images/yellow/y-nav-states.png);
}
li#navHome a { 						background-position: 0 0; width: 105px; left: 0; }
li#navHome a:hover { 				background-position: 0 -50px; }
body#navHome li#navHome a { 		background-position: 0 -100px; }

li#navBio a { 						background-position: -105px 0; width: 55px; left: 105px; }
li#navBio a:hover { 				background-position: -105px -50px; }
body#navBio li#navBio a { 			background-position: -105px -100px; }

li#navEducation a {						background-position: -160px 0; width: 95px; left: 160px; }
li#navEducation a:hover {				background-position: -160px -50px; }
body#navEducation li#navEducation a {	background-position: -160px -100px; }

li#navTour a {						background-position: -255px 0; width: 105px; left: 255px; }
li#navTour a:hover {				background-position: -255px -50px; }
body#navTour li#navTour a {			background-position: -255px -100px; }

li#navGallery a {					background-position: -360px 0; width: 120px; left: 360px; }
li#navGallery a:hover {				background-position: -360px -50px; }
body#navGallery li#navGallery a {	background-position: -360px -100px; }

li#navMedia a {						background-position: -480px 0; width: 105px; left: 480px; }
li#navMedia a:hover {				background-position: -480px -50px; }
body#navMedia li#navMedia a {		background-position: -480px -100px; }

li#navStore a {						background-position: -585px 0; width: 50px; left: 585px; }
li#navStore a:hover {				background-position: -585px -50px; }
body#navStore li#navStore a {		background-position: -585px -100px; }

li#navBlog a {						background-position: -635px 0; width: 50px; left: 635px; }
li#navBlog a:hover {				background-position: -635px -50px; }
body#navBlog li#navBlog a {			background-position: -635px -100px; }

li#navContact a {					background-position: -685px 0; width: 115px; left: 685px; }
li#navContact a:hover {				background-position: -685px -50px; }
body#navContact li#navContact a {	background-position: -685px -100px; }



/* CONTENT BLOCKS
------------------------------------------------------------ */


#left-content-home {
	border-right: 1px dashed #3399FF;
	float: left;
	margin: 50px 0 25px 30px;
	min-height: 625px;
	padding: 0 20px 0 0;
	width: 450px;
}
#left-content-home h1 {
	background-image: url(../images/header-welcome.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 34px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#left-content-home ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left-content-home ul li {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}
#left-content-home li .headline {
	background-image: url(../images/home-h1-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 10px 10px 0 10px;
	width: 430px;
}
#left-content-home li .headline a {
	color: #666666;
	font-size: 22px;
	font-weight: lighter;
	line-height: 30px;
}
#left-content-home li .headline a:hover {
	color: #3399FF;
}
#left-content-home li p.date {
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
}
#left-content-home img {
	float: left;
	margin: 0 15px 10px 0;
}
#left-content {
	border-right: 1px dashed #3399FF;
	float: left;
	margin: 75px 0 25px 0px;
	padding: 0 20px 0 0;
	width: 450px;
}
#left-content h1 {
	background-image: url(../images/header-welcome.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 34px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#news-spiff {
	float: left;
	margin: 10px 0 10px 20px;
	padding: 0;
	width: 250px;
}
#news-spiff h1 {
	background-image: url(../images/header-news.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 39px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#news-spiff ul {
	background-color: #EAEAEA;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	height: 450px;
	margin: 0;
	overflow: scroll;
	padding: 0;
	width: 248px;	
}
#news-spiff ul {
	font-size: 12px;
	line-height: 18px;
	list-style-type: none;
}
#news-spiff ul a span{
	color: #0066CC;
	font-weight: bold;
}
#news-spiff ul a {
	background-color: #EAEAEA;
	border-bottom: 1px solid #CCCCCC;
	color: #444444;
	display: block;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
}
#news-spiff ul a:hover {
	color: #3399FF;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-weight: normal;
}
#tour-spiff {
	float: left;
	margin: 75px 0 10px 20px;
	padding: 0;
	width: 250px;
}
#tour-spiff h1 {
	background-image: url(../images/header-tourdates.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 39px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#tour-spiff ul {
	background-color: #EAEAEA;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	height: 300px;
	margin: 0;
	overflow: scroll;
	padding: 0;
	width: 248px;	
}
#tour-spiff ul {
	font-size: 12px;
	line-height: 18px;
	list-style-type: none;
}
#tour-spiff ul a span{
	color: #0066CC;
	font-weight: bold;
}
#tour-spiff ul a {
	background-color: #EAEAEA;
	color: #444444;
	display: block;
	font-weight: normal;
}
#tour-spiff ul li {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #CCCCCC;
}
#tour-spiff ul a:hover {
	color: #3399FF;
	font-weight: normal;
}
#tour-container h1 {
	background-image: url(../images/header-news.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 39px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#tour-container ul {
	background-color: #ffffff;
	border-right: 0px solid #BBBBBB;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #BBBBBB;
	margin: 0;
	height: auto;
	overflow: hidden;
	padding: 0;
	width: 700px;	
}
#tour-container ul {
	font-size: 12px;
	line-height: 20px;
	list-style-type: none;
}
#tour-container ul a span{
	color: #0066CC;
	font-weight: bold;
}
#tour-container ul a {
	background-color: #EAEAEA;
	border-bottom: 0px solid #CCCCCC;
	color: #444444;
	display: block;
	font-weight: normal;
	padding: 6px 10px 6px 10px;
}
#tour-container ul a:hover {
	border-bottom: 0px solid #CCCCCC;
	background-color: #FFFFFF;
	font-weight: normal;
}



/* COMMON ELEMENTS
------------------------------------------------------------ */


#masthead {
	background-image: url(../images/yellow/y-masthead.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 170px;
	float: left;
	margin: 0;
	width:800px;
}
#masthead h1 {
	text-indent: -9999px;
}
#footer-copyright {
	border-right: 1px dashed #D59901;
	color: #D59901;
	float: left;
	font-size: 12px;
	line-height: 18px;
	height: 54px;
	margin: 0 0 0 30px;
	padding: 0;
	width:320px;
}
#footer-facebook p {
	padding: 0;
	margin: 0;
}
#footer-facebook p a {
	background-image: url(../images/yellow/y-footer-facebook.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-right: 1px dashed #D59901;
	height: 54px;
	padding: 0 22px 0 0;
	margin: 0 0 0 22px;
	width: 102px;
	float: left;
	text-indent: -9999px;
}
#footer-facebook p a:hover {
	background-image: url(../images/yellow/y-footer-facebook-over.jpg);
}

#footer-myspace p {
	padding: 0;
	margin: 0;
}
#footer-myspace p a {
	background-image: url(../images/yellow/y-footer-myspace.png);
	background-position: top left;
	background-repeat: no-repeat;
	border-right: 1px dashed #D59901;
	height: 54px;
	padding: 0 22px 0 0;
	margin: 0 0 0 22px;
	width: 102px;
	float: left;
	text-indent: -9999px;
}
#footer-myspace p a:hover {
	background-image: url(../images/yellow/y-footer-myspace-over.png);
}
#footer-robotarmies p {
	padding: 0;
	margin: 0;
}
#footer-robotarmies p a {
	background-image: url(../images/yellow/y-footer-robotarmies.png);
	background-position: top left;
	background-repeat: no-repeat;
	border-right: 1px dashed #D59901;
	height: 54px;
	padding: 0 22px 0 0;
	margin: 0 0 0 22px;
	width: 74px;
	float: left;
	text-indent: -9999px;
}
#footer-robotarmies p a:hover {
	background-image: url(../images/yellow/y-footer-robotarmies-over.png);
}



/* SUBPAGE ELEMENTS
------------------------------------------------------------ */



#education-container h1 {
	color: #06941B;
	font-size: 22px;
	font-weight: lighter;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#education-container a {
	color: #06941B;
}
#education-container a:hover {
	color: #005A19;
}
#education-container p {
	margin: 0 0 15px 0;
	padding: 0;
}
#education-container img {
	float:left;
	margin: 5px 10px 5px 0;
}
#tour-container ul li {
	padding: 8px 10px 8px 10px;
	border-bottom: 1px solid #CCCCCC;
}
#tour-container ul li a {
	background-color: #FFFFFF;
	color: #D59901;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
#tour-container ul li a:hover {
	color: #D47202;
}
