/******************
  general
******************/
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a img {
	border: 0;
}
a {
	color: #00aeef;
}
a:hover {
	text-decoration: none;
}
a:focus{
	outline: 0;
}
html {
	font: .627em Verdana, Arial, Helvetica, sans-serif;
	background-color: #55869f;
}
body {
	text-align: center;
	color: #fff;
	background: #003a58 url(/assets/images/body_bgr.gif) no-repeat 50% 0;
}
#container {
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	background: url(/assets/images/container_bgr.jpg) no-repeat 509px 0;
}
.clb {
	clear: both;
}
/******************
  header & footer
******************/
#logo_wrapper {
	float: left;
	position: relative;
	z-index: 3;
	display: inline;
	margin-left: -5px;
	width: 343px;
	height: 100px;
} 

#logo_wrapper a {
  display:block;
  cursor: pointer; 
  width: 343px;
  height: 100px;
}

#header {
float: left;
padding: 12px 0 12px;
width: 950px;
}  

#header #logo {
	float: left;
	display: block;
}
#header #logo_print {
	display: none;
}
#header #links {
	float: right;
	padding: 0 10px 25px;
	color: #00aeef;
	font-size: 1.2em;
}
#header #links a {
	color: #00aeef;
}
#footer_wrapper {
	padding-top: 40px;
	width: 100%;
	background: #55869f url(/assets/images/footer_bgr.png) repeat-x 0 0;
}	
#footer {
	margin: 0 auto;
	padding: 12px 5px 0;
	height: 138px;
	width: 940px;
	color: #fff;
	font-size: 1.2em;
	text-align: left;
	background: url(/assets/images/footer_lines.gif) no-repeat 5px 0;
}
#footer img#unicef_logo {
	float: left;
	display: block;
	padding-left: 1px;
}
#footer #address {
	float: left;
	display: inline;
	padding: 5px 0 0 20px;
	width: 430px;
}
#footer #address p {
	padding-bottom: 5px;
}
#footer #btm_nav {
	float: right;
}
#footer #btm_nav ul {
	float: left;
	display: inline;
	margin-right: -7px;
}
#footer #btm_nav ul li {
	float: left;
	display: inline;
	padding: 0 7px;
	background: url(/assets/images/btm_nav_bullet.gif) no-repeat center left;
}
#footer #btm_nav ul li.first {
	background: none;
}
#footer #btm_nav a {
	float: left;
	display: block;
	color: #00aeef;
}
/******************
  navigation
******************/
#nav {
	float: right;
	clear: right;
}
#nav ul {
	float: left;
	display: inline;
}
#nav ul li {
	float: left;
	display: inline;
}
#nav ul li a {
	float: left;
	display: block;
	padding-top: 14px;
	height: 0;
	overflow: hidden;
}
#nav ul li#gift a {
	width: 101px;
	background: url(/assets/images/nav.gif) no-repeat 0 0;
}
#nav ul li#ball a {
	width: 152px;
	background: url(/assets/images/nav.gif) no-repeat -101px 0;
}
#nav ul li#schedule a {
	width: 101px;
	background: url(/assets/images/nav.gif) no-repeat -253px 0;
}

#nav ul li#gift a:hover,
#nav ul li#gift a.on {
	background-position: 0 -14px;
}
#nav ul li#ball a:hover,
#nav ul li#ball a.on {
	background-position: -101px -14px;
}
#nav ul li#schedule a:hover,
#nav ul li#schedule a.on {
	background-position: -253px -14px;
}

/******************
  main content
******************/
#content {
	float: left;
	width: 950px;
}
.left_col {
	float: left;
	padding: 22px 0 30px 0;
	width: 590px;
	background: url(/assets/images/hor_lines.gif) repeat-x 0 0;	
}
h1#give_a_gift,
h1#snowflake_ball_heading,
h1#give_a_gift_nyc,
h1#about_snowflake_heading,
h1#unicef_afterflake_heading{
	margin-bottom: 18px;
	display: block;
	padding-top: 30px;
	height: 0;
	width: 484px;
	overflow: hidden;
	font-size: 1px;
	background: url(/assets/images/h1_give_a_gift.gif) no-repeat 0 0;
}
h1#snowflake_ball_heading {
	padding-top: 30px;
	width: 218px;
	background: url(/assets/images/h1_snowflake_ball.gif) no-repeat 0 0;
}
h1#give_a_gift_nyc {
	padding-top: 35px;
	width: 528px;
	background: url(/assets/images/h1_give_a_gift_nyc.gif) no-repeat 0 0;
}
h1#about_snowflake_heading {
	padding-top: 30px;
	width: 275px;
	background: url(/assets/images/h1_about.gif) no-repeat 0 0;
	
}
h1#unicef_afterflake_heading {
	padding-top: 30px;
	width: 283px;
	background: url(/assets/images/h1_afterflake.gif) no-repeat 0 0;
	
}
#happenings_interior h2 {
	display: block;
	margin-bottom: 14px;
	height: 0;
	overflow: hidden;
	font-size: 1px;
	padding-top: 22px;
	width: 303px;
	background: url(/assets/images/happenings_at_the_snowflake_interior.png) no-repeat 0 0;
}
.left_col p {
	padding-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}  	

.right_col p,
#snowflake_ball p {
	padding-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}  	

.right_col p a,
#snowflake_ball p a {
font-size: 1em;
}


.left_col p.short,
.right_col p.short,
#snowflake_ball p.short {
	padding-bottom: 6px;
}
.left_col p.tagline {
	font-size: 1.2em;
} 

.left_col .tagline p{
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}
.left_col img.photo {
	margin: 0 8px 0 0;
	float: left;
}
#nyc_snowflake,
#bh_snowflake,
#nyc_purchase_tickets {
	display: block;
	float: left;
	padding-top: 44px;
	height: 0;
	width: 280px;
	overflow: hidden;
	font-size: 1px;
	background: url(/assets/images/nyc_snowflake.gif) no-repeat 0 0;
}
#bh_snowflake {
	float: right;
	background: url(/assets/images/bh_snowflake.gif) no-repeat 0 0;
}
#nyc_purchase_tickets {
	padding-top: 44px;
	width: 311px;
	background: url(/assets/images/nyc_purchase_tickets.gif) no-repeat 0 0;
}
.right_col {
	float: left;
	padding: 200px 0 30px 18px;
	width: 342px;
}
.right_block {
	float: left;
	margin-bottom: 10px;
	padding: 15px;
	width: 312px;
	color: #003a58;
	background: #fff;
}
.right_block_in {
	float: left;
	width: 312px;
	background: url(/assets/images/right_col_block_bgr.gif) repeat-x 0 3px;
}
#about_the_snowflake,
#further_reading_module {
	float: left;
	padding: 12px 0 10px 0;
	width: 342px;
	background: none;
	background: url(/assets/images/about_the_snowflake_lines.gif) no-repeat 0 15px;
	color: #fff;
}
#further_reading_module {
	background: url(/assets/images/further_reading_lines.gif) no-repeat 0 15px;
}
#about_the_snowflake img,
#further_reading_module img {
	float: left;
}
#about_the_snowflake a,
#further_reading_module a {
	color: #00aeef;
}
#about_the_snowflake h3 a,
#further_reading_module h3 a {
	line-height: 1.6em;
	color: #fff;
}
h2#other_ways_to_give,
h2#attend_the_ball,
h2#visit_the_snowflake,
h2#about_the_snowflake_heading,
h2#about_artist,
h2#contact_details,
h2#further_reading {
	display: block;
	margin: 0 0 12px 93px;
	padding-top: 11px;
	height: 0;
	width: 127px;
	overflow: hidden;
	font-size: 1px;
	background: url(/assets/images/other_ways_to_give.gif) no-repeat 0 0;
}
h2#attend_the_ball {
	margin-left: 98px;
	padding-top: 10px;
	width: 117px;
	background: url(/assets/images/attend_the_ball.gif) no-repeat 0 0;
}
h2#visit_the_snowflake {
	margin-left: 90px;
	padding-top: 11px;
	width: 134px;
	background: url(/assets/images/visit_the_snowflake.gif) no-repeat 0 0;
}
h2#about_artist {
	margin-left: 102px;
	padding-top: 11px;
	width: 110px;
	background: url(/assets/images/about_artist.gif) no-repeat 0 0;
}  
h2#contact_details {
	margin-left: 102px;
	padding-top: 11px;
	width: 110px;
	background: url(/assets/images/contact_details.jpg) no-repeat 0 0;
} 

h2#further_reading {
	margin: 0 0 12px 116px;
	padding-top: 13px;
	width: 110px;
	background: url(/assets/images/further_reading.gif) no-repeat 0 0;
}
h2#about_the_snowflake_heading {
	margin-left: 104px;
	padding-top: 11px;
	width: 134px;
	background: url(/assets/images/about_the_snowflake.gif) no-repeat 0 0;
}
.right_block p {
	padding-bottom: 10px;
}
span.links_in,
span.links {
	color: #00aeef;
}
span.links {
	font-size: 1.2em;
	font-weight: bold;
}
.right_block a {
	/*font-size: 1.2em;	*/
	font-weight: bold;
	text-decoration: underline;
	color: #007aaa;
}

.right_block a:hover {
	text-decoration: none;
}
.right_block_2 {
	clear: left;
	padding: 15px 0;
	width: 342px;
	background: url(/assets/images/hor_lines.gif) repeat-x 0 0;
}
.right_block_2 h2 {
	display: block;
	margin-bottom: 5px;
	padding-top: 45px;
	height: 0;
	width: 274px;
	overflow: hidden;
	font-size: 1px;
	background: url(/assets/images/shop_snowflake.png) no-repeat 0 0;
}
.right_block_2 a {
	color: #00aeef;
	font-weight: bold;
}
.right_block_2 a:hover {
	text-decoration: none;
}
.shop_image {
	margin-right: 12px;
	width: 165px;
	float: left;
}
.sec {
	margin: 0;
}
.shop_image p {
	font-size: 1.1em;
}
.left_block {
	float: left;
	width: 590px;
}
#event_details {
	padding: 15px 0 18px;
	background: url(/assets/images/hor_lines.gif) repeat-x 0 0;
}
.left_block h2,
#schedule_list h2 {
	padding-bottom: 10px;
	font-size: 1.2em;
	text-transform: uppercase;
}
.left_block p {
	padding-bottom: 6px;
}
.left_block_img {
	width: 190px;
	float: left;
}
.left_block_img img {
	margin-bottom: 8px;
}
.left_block_img p {
	font-size: 1.1em;
}
.left_block_text {
	float: left;
	padding-left: 20px;
	width: 380px;
}
.left_block_text p.last {
	padding-bottom: 18px;
}
.left_block ul li {
	padding-bottom: 8px;
	font-size: 1.1em;
	line-height: 1.4em;
}
.left_block .text_column ul li {
	font-size: 1.1em;
}
.left_block ul {
	padding-bottom: 10px;
}
.left_block ul li a,
.left_block .text_column a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
.left_block ul li a:hover,
.left_block .text_column a:hover {
	text-decoration: underline;
}
.left_block h3 {
	font-size: 1em;
}
#committee,
#benefactors {
	padding: 22px 0 18px;
	background: url(/assets/images/hor_line.gif) repeat-x 0 0;
}
.text_column {
	float: left;
	padding-right: 35px;
}
.text_column p {
	font-size: 1.1em;
}
#text_column_first,
#text_column_first_ben {
	width: 175px;
}
#text_column_second,
#text_column_second_ben {
	width: 165px;
}
#text_column_third,
#text_column_third_ben {
	width: 145px;
}
.right_block_in img {
	float: left;
}
.right_block_in_text {
	float: left;
	padding-left: 10px;
	width: 180px;
}
.right_block h3 {
	font-size: 1em;
}
.right_block h3 a {
	text-decoration: none;
	color: #003A58;
}
.right_block h3 a:hover {	
	text-decoration: underline;
}
.right_block_in ul,
.right_block_in_text ul {
	color: #007aaa;
}
.right_block_in ul li,
.right_block_in_text ul li {
	padding: 0 0 8px 12px;
	background: url(/assets/images/ul_bullet.gif) no-repeat 0 5px;
}
#schedule_list {
	float: left;
	clear: left;
	padding-top: 38px;
	width: 590px;
	background: url(/assets/images/hor_lines.gif) repeat-x 0 0;
}
#schedule_list.making {
	/*background: none;*/
}

#schedule_list li {
	float: left;
	clear: left;
	padding: 0 0 12px 210px;
	width: 380px;
}
#schedule_list li img {
	float: left;
	display: inline;
	margin: -23px 0 0 -210px;
}
#schedule_list.making li img {
	margin: 0 0 0 -210px;
}
div#sub_nav li#nyc_schedule a {
	width: 200px;
	background: url(/assets/images/sub_nav_schedule.gif) no-repeat 0 0;
}
div#sub_nav li#bh_schedule a {
	width: 199px;
	background: url(/assets/images/sub_nav_schedule.gif) no-repeat -200px 0;
}
div#sub_nav li#nyc_schedule a:hover,
div#sub_nav li#nyc_schedule a.on {
	background-position: 0 -27px;
}
div#sub_nav li#bh_schedule a:hover,
div#sub_nav li#bh_schedule a.on {
	background-position: -200px -27px;
}

#sponsors {
	float: left;
	width: 590px;
	background: url(/assets/images/hor_lines_white.gif) repeat-x 0 7px;
}
#sponsors_heading,
#making_crystals {
	display: block;
	margin: 0 0 25px 210px;
	padding-top: 16px;
	height: 0;
	width: 161px;
	overflow: hidden;
	font-size: 1px;
	background: url(/assets/images/sponsors_heading.gif) no-repeat 0 0;
}
#making_crystals {
	position: relative;
	z-index: 5;
	margin: 0 auto -9px;
	width: 159px;
	background: url(/assets/images/making_crystals_heading.gif) no-repeat 0 0;
}

#sponsors ul {
	float: left;
}
#sponsors ul li {
	padding: 0 0 24px 14px;
	float: left;
}
#sponsors ul li.first {
	padding-left: 0;
}
#sponsors ul li.last {
	padding-bottom: 0;
}
#sponsors ul li img {
	display: block;
}
/*** snowflake_ball ***/

div#snowflake_ball {
	float: left;
	padding-top: 22px;
	width: 466px;
	background: url(/assets/images/hor_lines.gif) repeat-x 0 0;
}
div#sub_nav {
	float: left;
	clear: left;
	width: 466px;
	padding: 10px 0;
}
div#sub_nav ul {
	float: left;
	display: inline;
	width: 466px;
	margin-right: -3px;
}
div#sub_nav ul li {
	float: left;
	display: inline;
}
div#sub_nav ul li a {
	float: left;
	display: block;
	padding-top: 27px;
	height: 0;
	overflow: hidden;
	font-size: .1em;
}
div#sub_nav li#nyc_ball a {
	width: 163px;
	background: url(/assets/images/sub_nav.gif) no-repeat 0 0;
}
div#sub_nav li#bh_ball a {
	width: 168px;
	background: url(/assets/images/sub_nav.gif) no-repeat -163px 0;
}
div#sub_nav li#photo_gallery a {
	width: 135px;
	background: url(/assets/images/sub_nav.gif) no-repeat -331px 0;
}

div#sub_nav ul li#nyc_ball a:hover,
div#sub_nav ul li#nyc_ball a.on {
	background-position: 0 -27px;
}
div#sub_nav li#bh_ball a:hover,
div#sub_nav li#bh_ball a.on {
	background-position: -163px -27px;
}
div#sub_nav li#photo_gallery a:hover,
div#sub_nav li#photo_gallery a.on {
	background-position: -331px -27px;
}

#photo_gallery_container {
	float: left;
	clear: left;
	width: 980px;
}

#gallery {
	float: left;
	clear: left;
	width: 466px;
}
#gallery ul {
	float: left;
	display: inline;
	margin-left: -8px;
	width: 474px;
}
#gallery ul li {
	float: left;
	display: inline;
	width: 150px;
	padding: 0 0 9px 8px;
}
#gallery ul li a {
	float: left;
	display: block;
}
#gallery_control {
	float: left;
	clear: left;
	padding-top: 5px;
	width: 466px;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
}
#gallery_control a {
	padding: 0 3px;
}

#photo {
	float: left;
	display: inline;
	margin-left: 18px;
	width: 466px;
}
#photo p {
	padding-bottom: 5px;
	font-size: 1.1em;
	line-height: 1.4em;
}
#photo img {
	display: block;
	/*padding-bottom: 10px;	  */
	padding-bottom:0px;
}

/*** about ***/

img.f_left {
	float: left;
	display: block;
	padding: 0 28px 25px 0;
}

#t1 .right_col,
#t2 .right_col,
#t3 .right_col {
	padding-top: 0;
}
/*#t1 .left_col,
#t2 .left_col,
#t3 .left_col {
	background: transparent;
}*/	 

#nyc_snowflake {
	clear: left;
	margin-top: 15px;
}
#bh_snowflake {
	margin-top: 15px;
}

#photo_gallery_container #gallery img {
	border: 1px solid #fff;
}
#photo_gallery_container #photo img {
	border: 6px solid #fff;
}






