body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em; /* 16px, 1px = 0.0625em */
    line-height: 1.25em; /* 20px */
}
p {
	margin: 0 0 1.25em 0;
	font-size: 13px;
}
table {
	font-size: 13px;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #999999;
	line-height: 32px;
	text-shadow: #000 0 0 0;
}
a {
	color: #3399FF;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	color: #666;
}

.narrow {
	margin-left: 240px;
}

hr {
	border: none;
	height: 1px;
	background: #666;
	margin: 15px 0 10px 0;
}

#content a:hover {
	text-decoration: underline;
}
#content a {
	text-decoration: none;
	font-weight: bold;
}

#header {
    height: 150px;
    background: #FFCC33;
    overflow: hidden;
}
	#header #header-ribbon {
        position: absolute;
        width: 320px;
        height: 150px;
		top: 0;
		left: 0;
    }
    #header #header-ribbon span {
        display: none;
    }
	#header #header-content {
		width: 780px;
		margin: 0 auto;
	}
    #header #header-right {
        width: 450px;
        height: 150px;
        float: right;
        text-align: right;
        overflow: hidden;
        font-size: 20px;
        color: white;
        text-shadow: #000 0 0 0;
    }
        #header-right a {
            color: white;
        }
		#header .button strong {
			font-weight: normal;
		}
		#header a:hover {
			color: #332623;
		}
    #header #header-left {
        width: 320px;
        height: 150px;
        float: left;
        overflow: hidden;
    }
        #header #header-left .logo {
            position: absolute;
            margin: 55px 0 0 0;
            display: block;
        }
		#header #header-navigation p {
			font-size: 20px;
	    color: white;
			text-shadow: #000 0 0 0;
			margin: 25px 0 32px 0;
		}
        
#content {
    margin: 40px 0 0 0;
	width: 680px;
	padding-top: 8px;
}

.wide #content {
	margin: 40px 0 0 0;
	width: 440px;
	float: left;
}
.wide #sidebar {
	margin: 40px 20px 150px 0;
	width: 220px;
	float: left;
	text-align: right;
}

#container {
	width: 680px;
	margin: 0 auto;
	overflow: hidden;
}

#footer {
    height: 60px;
    background: #1A1A1A;
    padding: 40px 0 0 0;
	margin: 0;
}
	#footer #footer-content {
		width: 780px;
		margin: 0 auto;
	}
	#footer #search-form {
        width: 320px;
        height: 20px;
        float: left;
        text-align: left;
	}
	#footer #language-change select {
		display: none;
	}
    #footer #footer-navigation {
        display: block;
        float: right;
        width: 400px;
        font-size: 11px;
        color: #666;
        text-align: right;
    }
        #footer #footer-navigation a {
            color: #666;
        }
		#footer #footer-navigation a:hover {
			color: white;
		}
            
.bull {
    padding: 0 4px 0 2px;
}

.clear {
	clear: both;
	width: 1px;
	height: 1px;
	font: 1px/1px monospace;
}

dl.define {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: #333333;
	font-size: 13px;
	margin: -11px 0 20px 0;
	padding: 10px;
}
dl.define em {
	font-style: italic;
}
		
.button {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 20px !important;
	line-height: 30px !important;
	font-weight: normal !important;
	margin-bottom: 5px;
	text-shadow: #000 0 0 0;
}
div.button {
  width: auto;
}
.button strong {
	font-weight: normal;
}
#content .button a {
	text-decoration: none;
}
#content .button a:hover {
	text-decoration: underline;
}

ol, ul {
	font-size: 13px;
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
}
	ol li, ul li {
		font-weight: bold;
		margin-bottom: 5px;
	}
	ol li p, ul li p {
		font-weight: normal;
		margin-bottom: 0;
	}
ul {
	list-style-type: square;
}
ul.errorlist {
	margin: 0 0 10px 0;
	padding-left: 0;
	list-style-type: none;
}
	ul.errorlist li {
		font-size: 9px;
		font-weight: bold;
		line-height: 16px;
		color: #FF3333;
		margin: 0 0 5px 0;
		text-transform: uppercase;
	}

table.donations {
	color: #333333;
	margin: 25px 0 0 0;
	border-bottom: 1px solid #666;
}
	table.donations thead td {
		text-align: center;
		line-height: 28px;
		border-bottom: 1px solid #666;
		font-weight: bold;
	}
	table.donations tbody tr td {
		padding: 10px 0 10px 0;
	}
	
.ico-link {
	font-size: 13px;
	color: #333333;
	padding: 2px 0 4px 25px;
	margin: 0 20px 0 0;
}
.delicious {
	background: transparent url(/assets/icons/delicious.png) top left no-repeat;
}
.digg {
	background: transparent url(/assets/icons/digg.png) top left no-repeat;
}
.twitter {
	background: transparent url(/assets/icons/twitter.png) top left no-repeat;
}

#id_blog_link {
	height: 35px;
}

.success, .success small {
	color: green !important;
}

#email-additional {
	display: none;
}

.hearts {
	color: #FF1900 !important;
}

.border {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 20px;
	padding-bottom: 15px;
}

/* Pagination */

div.paginator {
	margin: 0 0 0 100px;
}
body.wide div.paginator {
	margin: 0;
}
div.paginator, div.paginator a, div.paginator span {
	font-size: 20px;
	font-weight: normal !important;
	text-shadow: #000 0 0 0;
}
	div.paginator span.previous, div.paginator span.next {
		display: block;
		width: 20%;
		float: left;
		padding: 10px 0;
	}
	div.paginator span.next {
		text-align: right;
	}
	div.paginator span.steps {
		width: 60%;
		padding: 10px 0;
		float: left;
		text-align: center;
		color: #999999;
	}
	
/* Generic two column layout */
	
dl.pledge-form {
	text-shadow: #000 0 0 0;
}
dl.pledge-form:after, dl.pledge-form dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html dl.pledge-form, * html dl.pledge-form {
	height: 1%;
}
	dl.pledge-form dt {
		width: 220px;
		min-height: 65px;
		float: left;
		padding: 0 20px 0 0;
		text-align: right;
		font-size: 20px;
		color: #666;
		line-height: 46px;
	}
	dl.pledge-form dd {
		width: 440px;
		min-height: 65px;
		float: left;
		padding: 6px 0 0 0;
		clear: right;
	}
	
	* html dl.pledge-form dt, * html dl.pledge-form dd {
	  height: 65px;
	}
	* html .submit {
	  font-size: 12px !important;
	  line-height: 15px;
	}
	
		dl.pledge-form dd p {
			line-height: 12px;
			margin: 0 0 5px 0;
		}
			dl.pledge-form dd p span {
				position: absolute;
				font-size: 20px;
				color: #666;
				line-height: 46px;
				margin-top: -6px;
			}
			dl.pledge-form dd p small {
				color: #C1C1C1;
				font-size: 10px;
				font-weight: bold;
				line-height: 16px;
				text-transform: uppercase;
			}
	
	dl.pledge-form input {
		font-size: 20px;
		font-family: Helvetica, Arial, sans-serif;
		color: #999;
		text-shadow: #000 0 0 0;
	}
	dl.pledge-form input[type="submit"], .submit {
		color: black;
		font-size: 13px;
		line-height: 20px;
	}
	dl.pledge-form .bigselect select {
	    padding-top: 2px;
		font-size: 20px;
		font-family: Helvetica, Arial, sans-serif;
		color: #777;
		text-shadow: #000 0 0 0;
	}
	
	dl.pledge-form #id_promise, dl.pledge-form #id_user_email {
		width: 380px;
	}
	dl.pledge-form #id_end_date_textual, dl.pledge-form #id_charity, dl.pledge-form #id_signup, dl.pledge-form #id_private {
		margin: 8px 10px 0 0;
	}
	dl.pledge-form #id_end_date_day {
		margin: 0 0 0 10px;
	}
	dl.pledge-form #id_charity_sum, dl.pledge-form #id_charity_currency {
		width: 125px;
		margin: 0 15px 0 0;
	}

    dl.pledge-form dd .recents {
        padding: 10px;
        border-top: 1px dotted #FFCC33;
        border-bottom: 1px dotted #FFCC33;
        background-color: #FFFFCC;
    }
    
    dl.pledge-form dd .recents p {
        font-weight: bold;
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 20px;
    }
    dl.pledge-form dd .recents p:last-child {
        margin-bottom: 0px;
    }

dl.promise {
	background: #FFFFCC;
	margin: 35px 0 35px 0;
	border-top: 1px dotted #FFCC33;
	border-bottom: 1px dotted #FFCC33;
}
		dl.promise dt {
			color: #999999;
		}
		dl.promise dd {
			padding-top: 9px;
			color: #FF0000;
		}
			dl.promise dd p {
				font-size: 20px;
				line-height: 28px;
				margin-right: 9px;
			}
			
dl.confirm {
	margin: 35px 0 -35px 0;
}
	dl.confirm dd p {
		font-weight: bold;
	}
	
dl.thanks dd p {
	font-size: 20px;
	line-height: 32px;
	color: #666;
}
dl.thanks dd em {
	color: #333333;
	font-weight: bold;
	vertical-align: bottom;
}
dl.thanks dt  {
/*    clear: left;*/
}
dl.thanks dt.display_name {
    line-height: 32px;
    padding-top: 6px;
}

span.pledge-progress {
	display: inline-block;
	height: 20px;
	width: 372px;
	background: white url(/assets/sprites/progress_back.png) top left no-repeat;
	padding: 0 6px;
	line-height: 18px;
	margin: 7px 10px 0 0;
}

* html span.pledge-progress img {
  margin-top: 6px;
}

dl.thanks dd.pledgeCheer {
    padding-top: 17px;
}
dl.thanks dd.pledgeCheer p {
    font-size: 12px;
    line-height: 16px;
}

/* Small pledge element */

/*div.pledge:after, div.pledge dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div.pledge, * html div.pledge dl {
	height: 1%;
}
	div.pledge {
		border-top: 1px dotted #FFCC33;
		border-bottom: 1px dotted #FFCC33;
		margin: 0 0 10px 100px;
		background: #FFFFCC;
	}
		div.pledge dl dt h2, div.pledge dl dd p {
			margin: 10px;
		}
			div.pledge dl dd p strong {
				color: #FF0000;
			}
		div.pledge dl dt {
			width: 260px;
			float: left;
			text-align: right;
		}
		div.pledge dl dd {
			width: 420px;
			float: left;
		}
		div.pledge span.info {
			float: left;
			width: 560px;
			height: 10px;
			background: #FFE599;
			padding: 10px;
			text-align: left;
		}
		div.pledge span.details {
			float: left;
			width: 80px;
			height: 10px;
			background: #FFE599;
			padding: 10px;
			font-size: 13px;
			line-height: 13px;
			text-align: right;
		}*/
		
p.pledge {
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	border-top: 1px solid #666;
	padding-top: 15px;
	margin-bottom: 15px;
}
	p.pledge a {
		font-size: 11px;
	}
		
#pledger-registration {
	display: none;
}

#pledge-listing-head {
	overflow: hidden;
	height: 50px;
}
	#pledge-listing-head h1 {
		float: left;
		width: 260px;
		line-height: 50px;
	}
	#pledge-listing-head span,
	#pledge-listing-head form {
		float: right;
		width: 180px;
		line-height: 50px;
		text-align: right;
	}
	#pledge-listing-head span {
		font-size: 11px;
	}
	#pledge-listing-head a.active {
	    text-decoration: underline;
	}

#cheer-listing-head {
	overflow: hidden;
	height: 100%;
	padding-bottom: 10px;
}
	#cheer-listing-head h1 {
		line-height: 26px;
	}
	#cheer-listing-head h1 span {
		color: #666666;
	}
	#cheer-listing-head h1 span.quoted_pledge {
		font-size: 14px;
	}
#cheer-list p{
	border-top: 1px solid #666666;
	padding-top: 10px;
	color: #666666;
	line-height: 26px;
	font-size: 16px;
}
#cheer-pages .paginator {
	margin: 0px;
	overflow: hidden;
	height: 100%;
}
	
.col2 {
	width: 50%;
	float: left;
}
.col2.left {
	width: 400px;
}
.col2.right {
	width: 260px;
	margin-left: 20px;
}

.right #id_email, .right #id_password, .right #id_subscriber_email {
	width: 250px;
}

#myself-navigation {
	background: #E1BB4D;
	height: 40px;
}
	#myself-navigation ul {
		width: 440px;
		margin: 0 auto;
		overflow: hidden;
	}
		#myself-navigation ul li {
			float: left;
			margin: 10px -25px 0 30px;
			font-size: 14px;
			font-weight: bold;
			line-height: 26px;
			min-height: 30px;
			padding-left: 25px;
			display: inline;
		}
			#myself-navigation li {
				background: #F0DDA6 url(/assets/sprites/tab_notactive_left.png) top left no-repeat;
			}
			#myself-navigation li.active {
				background: white url(/assets/sprites/tab_active_left.png) top left no-repeat;
			}
				#myself-navigation li a {
					color: #332623;
					text-decoration: none;
					padding: 0px 25px 4px 0;
					min-height: 20px;
					display: block;
				}
				#myself-navigation li a {
					background: #F0DDA6 url(/assets/sprites/tab_notactive_right.png) top right no-repeat;
				}
				#myself-navigation li.active a {
					background: white url(/assets/sprites/tab_active_right.png) top right no-repeat;
				}
				
.vcard {
	margin-bottom: 50px;
}

.vcard .left {
	width: 260px;
}
.vcard .right {
	width: 400px;
}		
	.vcard blockquote p {
		font-size: 28px;
		line-height: 32px;
		color: #999;
		text-align: right;
	}
	.vcard div.photo {
		float: left;
		width: 150px;
		min-height: 150px;
		background: white url(/assets/sprites/photo_background.png) top right no-repeat;
	}
	.vcard div.photo img, .vcard div.photo div {
		margin: 5px 0 0 15px;
	}
	.vcard dl {
		float: left;
		width: 250px;
	}
		.vcard dl dt {
			width: 75px;
			float: left;
			padding-right: 5px;
			text-align: right;
		}
		.vcard dl dd {
			color: #333;
			width: 170px;
			float: left;
			clear: right;
		}
		.vcard dl {
			font-size: 13px;
			font-weight: bold;
			color: #999;
		}