body {
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 12px/18px Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #000;
}

a {
	outline: 0;
}

img {
	border: 0;
}

h2 {
	font-size: 21px;
}

ul, ul li {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}

.credit {
	font-style: italic;
	font-size: 10px;
	color: #999;
}


.content {
	margin: 0px auto;
	width: 960px;
}

.return-to-top-right a, .return-to-top-left a {
	/*position: absolute;*/
	width: 250px;
	height: 90px;
	text-indent: -10000px;
	display: block;
}

.return-to-top-right a {
	background: url(/img/return-to-top-right.png) no-repeat 0 1px;
	margin-left: 650px
}

.return-to-top-left a {
	background: url(/img/return-to-top-left.png) no-repeat;
	margin-left: 60px
}

#container {
	position: relative;
}

.chronology-date {
	color: #DC4C43;
	font-weight: bold;
}

.formInput input, .formInput textarea {
    font-family: Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
    margin-bottom: 18px;
    font-size: 15px;
    color: #2D86C5;
}

fieldset {
    border: 1px solid #B7D0CC;
    padding: 11px;
    margin-top: 20px;
}

legend 
{
    padding: 0px 10px 0px 2px;
    font-size: 15px;
	color: #96A5C4;
}





#header {
    border-bottom: 1px solid #222;
    height: 63px;
}

#logo {
    position: absolute;
    margin: 0px 0px 0px 5px;
}

#logo a 
{
    background-image: url(/img/chihuly-logo.png);
    background-repeat: no-repeat;
    display: block;
    width: 224px;
    line-height: 88px;
    height: 88px;
    text-indent: -10000px;
}

#navigation 
{
    position: absolute;
    margin: 25px 0px 0px 440px;
	width: 550px;
	display: inline-table;
}

#navigation li 
{
    float: left;
	text-align: right;
}

#navigation li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-left: 25px;
}





#latest-news {
	border-bottom: 1px solid #fff;
	background: url(/img/top-glow.jpg) no-repeat center top;
}

#latest-news h2 {
	margin-left: -67px;
	font-size: 21px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 21px;
	margin-bottom: 21px;
	border-bottom: 1px solid #222;
}

#latest-info-container {
	margin: 115px 0px 0px 25px;
}

#seaform-top {
	width: 450px;
	float: left;
}

#latest-info {
	color: #8694AD;
	margin-left: 140px;
	width: 290px;
	float: left;
}

#latest-info h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

.latest-news-date {
	color: #98A7C4;
	font-size: 15px;
	text-transform: uppercase;
	width: 38px;
	height: 38px;
	padding: 7px;
	background-color: #1C1F24;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	margin-left: -67px;
}

.read-more:link, .read-more:visited, .news-story a:link, .news-story a:visited {
	color: #006EBC;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	text-decoration: none;
}

.read-more:hover, .news-story a:hover {
	color: #DC4C43;
}

.news-story a:link, .news-story a:visited, .news-story a:hover {
    font-weight: normal;
    font-size: 12px;
}

.news-story {
    margin-bottom: 30px;
}





#about-chihuly {
	background: #fff url(/img/about-us-background.jpg) repeat-x left bottom;
}

#about-chihuly h2 {
	padding: 45px 0px 20px 50px;
	color: #DC4C43;
}

#about-chihuly-content {
	width: 600px;
	margin-left: 50px;
}

.hidden-chihuly-info {
	display: none;
}

#about-chihuly-links {
	position: absolute;
	margin-left: 650px;
}

#chihuly-official-website, #selected-pieces-by-chihuly, #visit-our-links-section {
	font-size: 19px;
	text-decoration: none;
	width: 145px;
	display: block;
	line-height: 22px;
	margin-bottom: 20px;
}

#chihuly-official-website {
	color: #96A5C4;
}

#selected-pieces-by-chihuly {
	color: #2D86C5;
}

#visit-our-links-section {
	color: #DC4C43;
}

#visit-our-links-section span {
	font-size: 12px;
	color: #96A5C4;
	margin-top: -5px;
	display: block;
}

#seaforms {
	margin-top: 100px;
	text-align: center;
	padding-bottom: 2px;
}









#upcoming-events {
	background: #2B3038 url(/img/upcoming-events-background.jpg) repeat-x left bottom;
}

#upcoming-events h2 {
	color: #fff;
	padding: 125px 0px 20px 400px;
}

#event-painting {
    float: left;
    margin: -20px 0px 0px 50px;
}

.event-date, .event-artist, .event-url {
	font-style: italic;
	font-size: 12px;
	display: block;
	line-height: 15px;
	margin: 0px 0px 3px 5px;
	color: #fff;
}

.event-date strong, .event-artist strong, .event-url strong {
	font-weight: bold;
	width: 60px;
}

.event-date strong, .event-artist strong, .event-url strong, .arrow {
	font-style: normal;
	display: inline-table;
	vertical-align: bottom;
}

.arrow {
	color: #DC4C43;
	font-style: normal;
	width: 10px;
}

.event-url a:link, .event-url a:visited {
	color: #DC4C43;
	text-decoration: none;
}

.event-url a:hover {
	color: #006EBC;
}

.event-description {
	color: #BCC7C6;
	margin: 10px 0px 35px;
}

#event-listing {
	margin-left: 400px;
}

#event-listing li h4 {
	color: #2C85C5;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 0px 15px;
}

.hidden-event {
	display: none;
}

#more-events {
    margin: 25px 0px 0px 400px;
}

#return-events 
{
    float: left;
}






#art-collection {
	background: #fff url(/img/blue-glow.jpg) no-repeat center bottom;
	border-bottom: 5px solid #fff;
	padding-bottom: 60px;
}

#art-collection h2 {
	padding: 45px 0px 20px 50px;
	color: #DC4C43;
}

#art-collection ul {
	display: table;
	width: 850px;
	margin: 30px 0px 100px 50px;
    background-color: #0F1012;
    border: 1px solid #202124;
}

#art-collection ul li {
    background-color: #0F1012;
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 10px;
    text-align: center;
    float: left;
}

#art-collection ul li a img {
    border: 1px solid #202124;
}

#selected-works-description {
    width: 600px;
    margin: 10px 0px 10px 50px;
}

.art-category {
	color: #2C85C5;
	font-weight: bold;
	margin: -90px 0 0 52px;
	padding-bottom: 25px;
}








#news-links {
	padding-bottom: 60px;
	color: #fff;
}

#news-links .content .return-to-top-left {
}

#news-links-content {
	width: 500px;
	margin: 0px 0px 50px 345px;
}

#news-links h2 {
	padding: 45px 0px 20px 0px;
	color: #006DBB;
	font-weight: normal;
	font-style: normal;
	width: 300px;
}

#link-columns {
	margin-left: 72px;
}

.link-column {
	text-align: left;
	width: 262px;
	padding-right: 10px;
	float: left;
}

.link-column h4 {
	color: #DC4C43;
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 25px;
	padding-right: 20px;
}

.link-column div span {
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	color: #DC4C43;
}

.link-column div a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	line-height: 25px;
	padding-right: 20px;
}






.shadow {
	background: url(/img/shadow.png) no-repeat center 1px;
}





#exhibition-history li
{
    margin-bottom: 50px;
}

#exhibition-history li p
{
    font-style: italic;
}

#exhibition-history li p span
{
    font-weight: bold;
    font-size: 15px;
    color: #2D86C5;
    font-style: normal;
}

#exhibition-history li p strong
{
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
}





#chihulyxiv {
    display: none;
}

#chihulyxiv-catalog {
    border: 1px solid #f5f5f5;
}

.top-notes {
    font-size: 9px;
}

.top-notes a:link, .top-notes a:visited {
    text-decoration: none;
    color: #006EBC;
}

.top-notes a:hover {
    color: #DC4C43;
}



#aspnetForm a:link, #aspnetForm a:visited {
    text-decoration: none;
    color: #006EBC;
}

#aspnetForm a:hover {
    color: #DC4C43;
}
