@import "reset.css";

body{
	font-size: 62.5%;
	padding:0;
	margin:0;
	text-align: center;
	background:#fcd2f1 url(/public/gfx/page-bg.jpg) -9px 375px repeat-x;
	font-family: Helvetica,Arial,Verdana,_sans;
}

p {
	line-height: 1.3em;
	margin:1em 0;
}

strong {
	font-weight: bold;
}

a {
	color:#822757;
}

em {
	font-style: italic;
}


/* LAYOUT */
#wrapperFull,#tweetbubble {
	width:940px;
	margin:0 auto;
	text-align: left;
}

#content {
	font-size: 1.4em;
	padding:2em 0 4em;
	position: relative;
}

#content h1 {
	font-size:1.5em;
	color:#320313;
	margin:0 0 1em 0;
}
#header {
	height:375px;
	margin-bottom:70px;
	position: relative;
}
#hed {
	height:375px;
	background:#fcd2f1 url(/public/gfx/hed-bg.jpg) center top no-repeat;
	position: absolute;
	top:0px;
	left:0px;
	width:100%;

}
#how {
	background:#360f20;
	color:#fbf4d9;
	font-size:1.8em;
	width:"100%";
	border-bottom:1px solid #b54781;
}
#how table td {
	padding:10px;
	width:33%;
}
#tweetbubble {
	background: url(/public/gfx/bird-bubble.png) bottom left no-repeat;
	height:400px;
	width:700px;
	position: absolute;
	left: -70px;
	top:22px;
	
}
#tweetbubble div.tweet {
	position: absolute;
	top:105px;
	left:230px;
	font-size: 22px;
	width:320px;
}

#nav {
	position: absolute;
	left:135px;
	top:300px;
}
#nav small {
	position: absolute;
	top:40px;
	left:165px;
}
#nav a {
	color:#fff;
	font-size:1.6em;
	font-weight: bold;
	display: block;
	float:left;
	padding:6px 12px;
	margin-right:20px;
	background:#b54781 url(/public/gfx/button-bg.png) center center repeat-x;
	border:1px solid #822757;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	box-shadow: 0px 0px 4px #ff4dab;
	-moz-box-shadow: 0px 0px 4px #ff4dab;
	-webkit-box-shadow: 0px 0px 4px #ff4dab;

}
#nav a:hover {
	background:#6b1844;
	color:#fff;
	
}


#social {
	position:absolute;
	bottom:-28px;
	left:135px;
	color:#fff;
	font-size: 1.3em;
	text-shadow: 0px 0px 4px #ff00f6;
	-moz-text-shadow: 0px 0px 4px #ff00f6;
	-webkit-text-shadow: 0px 0px 4px #ff00f6;
}
#social .links {
	position: absolute;
	left:140px;
	top:-6px;
	width:300px;
	

} 

#message {
	position: absolute;
	top:50px;
	right: 0px;
	width:340px;
}
#message h1 {
	font-weight: normal;
	font-size:2.5em;
	line-height: 1.0em;
	color:#320313;
	text-shadow: 0px 0px 4px #f5c8e4;
	-moz-text-shadow: 0px 0px 4px #f5c8e4;
	-webkit-text-shadow: 0px 0px 4px #f5c8e4;
}
#message h1 span {
	font-weight: bold;
}
#message p {
	color:#320313;
	font-size: 1.4em;

}
#tweetcount {
	position: absolute;
	bottom:44px;
	right: 0px;
	font-weight: bold;
	width:340px;
	color:#320313;
	font-size: 2em;
	text-shadow: 0px 0px 4px #F5C8E4;
	-moz-text-shadow: 0px 0px 4px #F5C8E4;
	-webkit-text-shadow: 0px 0px 4px #F5C8E4;
}
#progressbar {
	height:25px;
	background:#822757;
	border:1px solid #480723;
	position: relative;
	padding:2px;
	border:1px solid #822757;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

}
#progressbar .inner{
	background:url(/public/gfx/stripe-bg.png) repeat-x center;
	height:25px;
	position: absolute;
	border-radius: 10px 0px 10px 10px;

	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright:0px;

	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:0px;

}
#progressbar .inner p#tally {
	
	
}
table#pledge_totals {
padding:10px;
	background: #b54781;
	color:#fff0fa;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
table#pledge_totals td {
	padding:5px 10px;
}

table#pledge_totals th {
	padding:10px 10px;
	font-size:15px;
}

table#pledge_totals tr.even td {
	background:#9d3e70;
}
table#pledge_totals a {
	color:#ffd0e9;
}
ol.tops,#disqus_thread {
	padding:10px;
	background: #b54781;
	color:#fff0fa;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.pinkwrap {
	padding:10px;
	background: #b54781;
	color:#fff0fa;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}
#disqus_thread a{
	color:#fff;
}
ol.tops li {
	display: block;
	clear:right;
}
ol.tops li a{
	color:#fff0fa;
	text-decoration: none;
	display: block;
	clear:right;
	height:28px;
	padding:2px;

}
iframe {
		overflow: hidden;

}
ol.tops li a span {
	padding-top:5px;
	display: block;
}
ol.tops li a img {
	margin-right: 10px;
	border:2px solid #F4C8E3;
	float:left;
}
ol.tops li a:hover{
	background: #822757;
	}
/* COLS */
#lcol h1, #mcol h1, #rcol h1 {
	text-align: center;
}
#lcol {
	width:240px;	

}
#mcol {
	width:400px;
	position: absolute;
	left:270px;
	top:0;

}
#rcol {
	position: absolute;
	left:700px;
	top:35px;
	width:240px;


}
/* FOOTER */
#footer {
	background: #350e1f;
	padding: 20px 0px 200px 0px;
	color:#b64983;
	
}

#footer a {
	color:#da569b;

}
#footer div.footerinner {
	width:940px;
	margin:0 auto;
	text-align: left;
	
}
#footer div.footerinner p {
	width:240px;
}