/****************
	home
****************/
#content {
	position: relative;
	height: 100%;
	background-color: white;
}

/* exhibitions */
#exhibitions {
	position: absolute;
	width: 450px;
	left: 25px;
}

#current_exhibitions {
	position: relative;
	padding: 25px 0px 0px 0px;
}

.exhibition {
	margin: 0px 0px 20px 0px;
}

.exhibition img {
	border: 0;
}

#future_exhibitions {
	
	position: relative;
	border-top: #272727 dashed 1px;
	padding-top: 0px;
	margin-top:50px;
}

#future_exhibition_left {
	position: absolute;
	width: 220px;
	left: 0px;
}

#future_exhibition_right {
	position: absolute;
	width: 220px;
	left: 230px;
}

/* events */
#events {
	background: #f7f7f9;
	position: absolute;
	margin-top: 25px;
	padding: 0px 0px 0px 0px;
	padding-right: 5px;
	width: 280px;
	height: 1300px;
	left: 500px;
}

/* moca now */
#moca_now {
	background: #FFFFFF;
	position: absolute;
	margin-top: 25px;
	width: 175px;
	height: 400px;
	left: 810px;
}

#moca_now_headline {
	position: relative;
	width: 190px;
	top: 60px;
	left: 20px;
}

#now_news_headline {
	background: #FFFFFF url('../images/home/moca_now/now_hed.gif') no-repeat 0 0;
	position: relative;
	width: 205px;
	height: 45px;
	top: 45px;
	left: 11px;
}

#now_news {
	background-color: #FFFFFF;
	position: relative;
	width: 195px;
	height: 210px;
	top: 0px;
	left: 0px;
	padding-left: -5px;
	padding-right: 5px;
}

#moca_now_signup {
	position: relative;
	width: 205px;
	height: 90px;
	top: 40px;
	left: 11px;
}

form#signup {
	position: relative;
	margin: 0;
	padding: 0;
	width: 210px;
	top: 5px;
}

fieldset.signup {
	border: 0;
	position: relative;
	margin: 0;
	padding: 0;
	left: 22px;
}

input.email {
	margin: 5px 0px 0px 5px;
	padding: 0;
}

input.zip {
	margin: 5px 0px 0px 5px;
	padding: 0;
}

input.submit {
	margin: 5px 0px 0px 43px;
	padding: 0;
}

/* opening soon */
.open_soon img {
	border: 0;
}

#open_soon_right_column_1 {
	position: relative;
	width: 189px;
	padding-top:0px;
	padding-bottom:7px;
	top: 0px;
	left: 0px;
}

#open_soon_right_column_2 {
	position: relative;
	width: 189px;
	padding-top:0px;
	padding-bottom:7px;
	top: 0px;
	left: 0px;
}



/* join moca */
#join_moca {
	position: relative;
	width: 189px;
	height: 95px;
	padding-top:0px;
	padding-bottom:7px;
	top: 0px;
	left: 0px;
	border-bottom: dashed;
	border-bottom-width: thin;
	border-color: #272727;
}



/* the curve */
#the_curve {
	background: #FFFFFF;
	position: relative;
	width: 189px;
	height: 95px;
	padding-bottom:30px;
	padding-top:20px;
	left: 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}



/* fresh */
#fresh {
	background: #FFFFFF;
	position: relative;
	width: 226px;
	padding-top:60px;
	top: 125px;
	left: 0px;
}



/****************
	text
****************/
/* exhibition */
.exhibition p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

p.exhibition_title {
	font-family: Arial, Helvetica, sans-serif;
	color: #272727;
	background-color: transparent;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
}


p.exhibition_title_red {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	background-color: transparent;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
}

p.exhibition_title_small {
	color: #272727;
	background-color: transparent;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.3em;
}

p.exhibition_date {
	color: #FF2C37;
	background-color: transparent;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.3em;
}

p.exhibition_location {
	color: #272727;
	background-color: transparent;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.3em;
	float: left;
	margin-bottom: 20px;
}

p.exhibition_note {
	color: #272727;
	background-color: #DFDFDF;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.0em;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
}

p.exhibition_title_small_right {
	color: #272727;
	background-color: transparent;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: -3px;
	font-family:Arial, Helvetica, sans-serif;
}


/* event */
dl.events {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

dt.event_title {
	color: #272727;
	background-color: transparent;
	padding: 0px 0px 0px 10px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 1em 1em 0em 0em;
}

dd.event {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
	border-bottom: dashed;
	border-bottom-width: thin;
	border-color: #272727;
}

.event p {
	font-family: Arial, Helvetica, sans-serif;
}

p.event_description {
	color: #272727;
	background-color: transparent;
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 0.5em 1em 0em 0em;
}

p.event_date_time_location {
	color: #FF2C37;
	background-color: transparent;
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 1em 1em 0em 0em;
}

p.more {
	background-color: transparent;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 0em 0em 0em 0em;
	text-align: right;
}

/* now news */
.now_news p {
	font-family: Arial, Helvetica, sans-serif;
}

p.moca_now_headline_dark {
	color: #272727;
	background-color: transparent;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0em 0em 0em 0em;
	padding-bottom: 10px;
}

p.moca_now_headline_light {
	color: #FFFFFF;
	background-color: transparent;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0em 0em 0em 0em;
	padding-bottom: 10px;
}

p.moca_now_headline_red {
	color: #FF2C37;
	background-color: transparent;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0em 0em 0em 0em;
	padding-bottom: 10px;
}

dl.now_news {
	font-family: Arial, Helvetica, sans-serif;
	margin: -10px 5px 10px -5px;
}

dt.now_news_title {
	color: #333333;
	background-color: transparent;
	padding: 0px 0px 5px 10px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 1em 1em 0em 0em;
}

dd.now_news {
	color: #FF2C37;
	background-color: transparent;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 5px 0px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
}

p.now_news_description {
	color: #333333;
	background-color: transparent;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0em 1em 0em 0em;
	padding-left: 10px;
}

/* join moca */
.join_moca p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/* party */
p.party {
	color: #272727;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 90px 10px 0px 10px;
}

p.party_more {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 0em 0em 0em 0em;
	text-align: right;
	font-weight: bold;
	padding-right: 15px;
}

/****************
	links
****************/
/* exhibition */
a.exhibition_title:link, a.exhibition_title:visited {
	color: #272727;
	background-color: #FFFFFF;
	text-decoration: none;
}

a.exhibition_title:hover, a.exhibition_title:active {
	color: #FFFFFF;
	background-color: #FF2C37;
}


a.exhibition_title_small_right:link, a.exhibition_title_small_right:visited {
	color: #272727;
	background-color: #FFFFFF;
	text-decoration: none;
}

a.exhibition_title_small_right:hover, a.exhibition_title_small_right:active {
	color: #FFFFFF;
	background-color: #FF2C37;
}



/* general */
a.more:link, a.more:visited {
	color: #00D3C8;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a.more:hover, a.more:active {
	color: #FFFFFF;
	background-color: #00D3C8;
	font-weight: bold;
}

/* party */
a.party:link, a.party:visited {
	color: #EB008B;
	background-color: transparent;
	text-decoration: none;
}

a.party:hover, a.party:active {
	color: #FFFFFF;
	background-color: #EB008B;
	text-decoration: none;
}

