body {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: .9125em;
	color: #666666;
	background-color: #5a78bb;
	background-image:  url("../../images/gradient_bg.jpg"); 
	background-repeat: repeat-x;
	background-attachment: fixed;

}
#container {
	position: relative;
	display: block;
	margin-left: 80px;
}

/* top logo bar
-------------------------------------------*/
#top_row {
	background-color: #5a78bb; 
	height: 48px;
	z-index: 6000;
	position: fixed;
	float: left;
	top: 0px;
	width: 100%;
}
h1.title {
	background:  url("../../images/greenlight_gala_logo.gif") no-repeat;
	text-align: left;
	left: 20px;
	height: 48px;
	text-indent: -9000px;
}
#news_top {
	position: absolute;
	left: 385px;
	top: 18px;
	display: block;
}
#news_top a {
	color: #80a3cb;
}
#news_top a:hover {
	color: #ffffff;
	border: none;
}
h3#home_btn {
	background:  url("../../images/home_btn.gif") no-repeat 0 0;
	position: absolute;
	display: block;
	width: 161px;
	height: 33px;
	top: 0px;
	right: 20px;
}
h3#home_btn:hover {
	background:  url("../../images/home_btn.gif") no-repeat 0px -46px;
}
h3#home_btn, #event_graphic, #bottom {
	text-indent: -9999px;
}
#event_graphic {
	background-image:  url("../../images/talk_bubbles.gif"); 
	position: fixed;
	float: left;
	bottom: 50px;
	left: 140px;
	height: 264px;
	width: 347px;
	z-index: -1;

}

/* bottom fade graphic
-------------------------------------------*/
#bottom {
	background:  url("../../images/families.gif");
	bottom: 0px;
	left: 40px;
	position: fixed;
	float: left;
	height: 53px;
	width: 258px;
	z-index: -2;
}

/* main nav
-------------------------------------------*/
ul#main_nav {
}

ul#main_nav li {
	font-size: 90%;
	font-weight: normal;
	display: block;
	padding: none;
	margin: none;
}
ul#main_nav li a {
	font-family: Calibri, Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #ffffff;
	display: block;
	padding: .5em 1em;	

}
ul#main_nav li:hover {
	background-color: #63b44a; 
}
ul#main_nav li:hover, ul#main_nav li.donate:hover {
	/* test border-radius */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
ul#main_nav li.donate:hover {
	background-color: #2d5074;
}
ul#main_nav li#news a {
	color: #80a3cb;
}


/* columns - shared attributes
-------------------------------------------*/


/* left column
-------------------------------------------*/
#left_column {
	position: fixed;
	float: left;
	width: 300px;
	padding-left: 20px;
	padding-top: 72px;
}

/* right column
-------------------------------------------*/
#right_column {
	padding-left: 360px;
    padding-top: 0em;
	padding-bottom: 3em;
	width: 600px;
	overflow: hidden;
}

/* content area entries */
ul#content_area li {
	width: auto;
}
.entry {
	width: 600px;
	padding: 2em 2em 4em 2em;
	background-color: #ffffff;
	min-height: 700px;
	display: block;
	position: relative;
}

hr.spacer {
	width: 100%;
	height: 40em;
	visibility: hidden;
}

/* overview section classes
-------------------------------------------*/
#feature {
	background-image:  url("../../images/photo_purple.jpg"); 
	background-repeat: no-repeat;
	display: block;
}
#feature_post {
	background-image: url("../../images/photo_frame.jpg");
	background-repeat: no-repeat;
	display: block;
	padding-top: 85px;
}
#feature_post h2 {
	font_size: 100%;
	border-top: 1px dotted #333366;
	border-bottom: none;
	padding-top: .75em;
	padding-bottom: 0em;
	line-height: 1.125em;
}
#feature h2 {
	color: #5a78bb;
	border-bottom: none;
	font-size: 180%;
	padding-top: 2.75em;
	padding-bottom: 1em;
	line-height: 1.125em;
}
#feature a h2 {
	border: none;
}
#feature h2 span.highlight {
	color: #ffffff;
}
#feature h2 span.highlight_green {
	color: #62bd19;
}
#feature h3 {
	color: #62bd19;
}

#feature h4 {
	padding-top: .325em;
}

#feature_box {
	height: 300px;
}
.gala09 {
	background:  url("../../images/photo_thumbnail.jpg") no-repeat; 
	margin-top: 2em;
	padding: 2em 0em 0em 8em;
	height: 101px;

}

/* beneficiaries section classes
-------------------------------------------*/

/* sponsor section classes
-------------------------------------------*/
#right_column ul.sponsor_list {
	display: block;
	float: left;
	padding: 1em 0em 1em 0em;
}
#right_column ul.sponsor_list li {
	display: block;
	width: 150px;
 	padding: 0em 2em 0em 0em;
}
#right_column ul.sponsor_list li p {
	font-size: 85%;
}
#premier, #emerald, #jade, #general {
	display: block;
	float: left;
	padding-top: .5em;
}


/* contact section classes
-------------------------------------------*/


/* universal classes
-------------------------------------------*/
.shadow {
	/*shadow */
	-webkit-box-shadow: 9px 3px 9px rgba(0,0,0,0.25);
	-moz-box-shadow: 9px 3px 9px rgba(0,0,0,0.25);
	box-shadow: 9px 3px 9px rgba(0,0,0,0.25);
}
.spec { 
	text-transform: uppercase;
	font-size: 55%;
	letter-spacing: .2em;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: .25em;
	border-top: 1px dotted #CCC;
	margin-top: 1em;
}
.section {
	border-bottom: 1px dotted #CCC;
	padding-bottom: .25em;
}
.btn {
	padding: .5em .75em .25em .75em;
	display: block;
	float: left;
	background:  url("../../images/btn_bg.gif") repeat-x 0 0;
	/* test border-radius */
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.btn:hover a {
	border-bottom: none;
}
/*
.strong, #right_column .strong a {a
	font-weight: bold;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

#right_column p a.strong {
	font-style: normal;
}
*/

/* master text styles 
-------------------------------------------*/
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #62bd19;
	padding: 3em 0em .25em 0em;
	border-bottom: 1px dotted #333366;
	margin-bottom: 1em;
}
h3 {
	font-size: 1em;
	padding-top: .5em;
	line-height: 1.325em;
	color: #777777;
}
h4 {
	font-size: 1em;
	padding-top: .75em;
	font-weight: bold;
}
h5  {
	font-size: .875em;
}
h5, h5 a {
	color: #888888;
}
h2, h3, h4, h5 {
	padding-bottom: .5em;
}
#left_column, .spec, .strong, #right_column p a.strong, #right_column p a.greenlight {
	border-bottom: none;
	font-style: normal;
}
p {
	font-size: 1em;
	line-height: 1.325em;
	padding-bottom: .75em;
}
h1 a, a#entry1, a#entry2, a#entry3, a#entry4, a#entry5, a#entry6, a#entry7  {
	font-weight: normal;
	font-style: normal;
    border-bottom: none;
}
a {
	cursor: pointer;
}

h4, h3 a, h4 a, h5 a,  p a {
	color: #405d7a;
	border-bottom: none;
}
p a:hover, h3 a:hover, h3:hover span.highlight, h5 a:hover {
	color: #62bd19;
}
p a:hover, h3 a:hover, h5 a:hover {
	border-bottom: 1px dotted #62bd19;
}
.italic {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-style: italic; 
}
img {
	padding: .5em 0em 1em 0em;
	border: none;
}
.bold {
	font-weight: bold;
}
