/*
YUI Reset
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/*
YUI Fonts
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*
YUI Base
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2
*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

html, body {
	background-color: #828282;
}

h2,h3{ margin: 0 0 1em 0; }

h1 {
	color: #0094CD;
	font-family: 'Comic Sans MS',arial,helvetica,clean,sans-serif;
	font-size: 197%;
}

h2 {
	font-size: 100%;
	color: #EF2C30;
}

#page {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 880px;
}

#left {
	float: left;
	width: 200px;
}

#left .content {
	padding-left:10px;
}

#right {
	float: left;
	width: 680px;
}

#right .content {
	background: url(http://elesplace.org/Portals/_default/Skins/eles/images/hearts.gif) no-repeat top right;
	padding-left:20px;
	margin-right:20px;
}

#footer {
	border-top: solid 1px #CCCCCC;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

.clear {
	clear: both;
}

a:link, a:active, a:visited, a:hover {
	color: #0094c2;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#nav{
	width:160px;
	margin:10px 0 10px 20px;
}

a.navlink:link, a.navlink:active, a.navlink:visited {
	color: #0094c2;
	display: block;
	text-transform: lowercase;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 8px;
	background:url(http://www.elesplace.org/Portals/_default/Skins/eles/images/nav-bg.gif) no-repeat -99999px 0;
}
a.navlink:hover{
	background-color: #0094c2;
	background-position: 0 0;
	color: #FFFFFF;
}

#sponsors img {
	margin: 8px;
}

.section {
	border-top: solid 1px #CCCCCC;
	padding: 1.5em 0 1em 0;
}

.section p {
	margin-bottom: 0.5em;
}

.total_raised {
	color: #0094CD;
	font-size: 197%;
	font-weight: bold;
	margin-bottom: 20px;
}

ul.fundraisers {
	margin: 0 0 1em 0;
}

ul.fundraisers li {
	list-style: none;
	margin-bottom: 0.5em;
}

.thumbnail {
	margin-right: 5px;
}
.thumbnail.last {
	margin-right: 0;
}