@CHARSET "UTF-8";

a {
	color: #1c7db4;
}

body {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	margin: 0;
	background: #e6e6e6;
}

#innerheader {
	height: 120px;
	position: relative;
}

#content {
	color: 87cff6;
	background: white;
	padding-top: 0em;
}

#body {
	padding-top: 1.5em;
	background: white;
	border: 1px solid white;
}

#header {
	height: 130px;
	background: #87cff6  url('/static/design/daytime/headerback.png') repeat-x bottom center;
}


#footer {
	background: #e8e8e8  url('/static/design/daytime/footerback.png') repeat-x top center;
	padding-top: 100px;
}


.daytime #header {
	background-image: url('/static/design/daytime/headerback.png');
}

.dusk #header {
	background-image: url('/static/design/dusk/headerback.png');
}

.night #header {
	background-image: url('/static/design/night/headerback.png');
}

.night #footer {
	background-color: #000;
	background-image: url('/static/design/night/footerback.png');
}

.dawn #header {
	background-image: url('/static/design/dawn/headerback.png');
}

div#dot {
	position: absolute;
	top: 45px;
	left: 147px;
	background: url('/static/design/daytime/dot-trans.png');
	height: 37px;
	width: 54px;
	z-index: 100;
}

.night #dot {background-image: url('/static/design/thatsno/moon-4-trans.png')}

.moon_0 #dot {background-image: url('/static/design/thatsno/moon-0-trans.png')}
.moon_1 #dot {background-image: url('/static/design/thatsno/moon-1-trans.png')}
.moon_2 #dot {background-image: url('/static/design/thatsno/moon-2-trans.png')}
.moon_3 #dot {background-image: url('/static/design/thatsno/moon-3-trans.png')}
.moon_4 #dot {background-image: url('/static/design/thatsno/moon-4-trans.png')}
.moon_5 #dot {background-image: url('/static/design/thatsno/moon-5-trans.png')}
.moon_6 #dot {background-image: url('/static/design/thatsno/moon-6-trans.png')}
.moon_7 #dot {background-image: url('/static/design/thatsno/moon-7-trans.png')}


.dusk    div#dot {background-image: url('/static/design/thatsno/moon-4-trans.png')}
.dawn    div#dot {background-image: url('/static/design/daytime/dot-trans.png')}
.daytime div#dot {background-image: url('/static/design/daytime/dot-trans.png')}

.centerblock {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

p, h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

#innerfooter {
	text-align: center;
	position: relative;
}

p {
	padding-bottom: 1em;
}

#innerfooter p.copyright {
	bottom: 0;
	width: 100%;
	color: #CCC;
}

p.nav {
	-moz-border-radius:1em;
	background:#FFFFFF none repeat scroll 0 0;
	color:#777777;
	margin-bottom:1em;
	margin-top:1em;
	padding:0.5em;
	padding-bottom: 1em;
}

p.nav {
	color: #777;
	padding-top: 1em;
	}

p.nav a {
	color: #888;
}
p.nav a:hover {
	color: #777;
	text-decoration: underline;
}

#innerheader h1 {
	display: none;
}


#innerheader .poweredbyskimlinks {
	position: absolute;
	font-size: 10pt;
	font-weight: normal;
	top: 30px;
	right: -30px;
	line-height: 40px;
	vertical-align: center;
	z-index: 6000;
	
}


.charitytile {
	float: left;
	width: 110px;
	height: 110px;
	display: block;
	margin-right: 15px;
	text-align: center;
	text-decoration: none;
}

.charitylinks {
		text-align: right;
		width: 440px;
		float: right;
		font-size: 10pt;
	}


.charitylink {
	float: left;
	width: 104px;
	display: block;
	margin-right: 22px;
	text-align: center;
	text-decoration: none;
}

.charitytile p {
	color: #1c7db4;
	text-decoration: none;
	font-weight: bold;
	padding: .25em;
	padding-top: .7em;
	font-size: 12pt;
	
}

.charitytile:hover p {
	color: #1c7db4;
}

#charitytile_cin {
	background-image: url('/static/charity/cin_sprite.png');
}
#charitytile_h4h {
	background-image: url('/static/charity/h4h_sprite.png');
}
#charitytile_oxfam {
	background-image: url('/static/charity/oxfam_sprite.png');
}
#charitytile_amnesty {
	background-image: url('/static/charity/amnesty_sprite.png');
}
#charitytile_wwf {
	background-image: url('/static/charity/wwf_sprite.png');
}
#charitytile_any {
	background-image: url('/static/charity/any_sprite.png');
}


.charitytile:hover {
	background-position: top center;
}

.charitySelected, .charitySelected:hover {
	background-position: top right;
}

#charitytile_soon:hover {
	background-position: top left;
	cursor: default;
}

#books .charitytile {
	background-position: top left;
	cursor: default;
}
#books .charitytile:hover {
	background-position: top left;
	cursor: default;
}

#books .charitySelected, #books .charitySelected:hover {
	background-position: top left;
	cursor: default;
}

.charitySelected p {
	color: #FFF;
}

a img {
	border: none;
}

.badthing {
	color: red;
}

ul {
	list-style: none;
	margin-left: 0;
}

li {
	line-height: 2em;
}

.expn {
	float: left;
	width: 300px;
	height: 100px;
	margin-right: 2em;
}


.expn p {
	color: #555;
	text-align: right;
	padding-top: 1.5em;
	text-align: justify;
}

.urlbox {
		padding-top:    2em;
		padding-bottom: 2em;
	}

hr {
	clear: both;
	border: none;
	border-top: 1px dotted #888;
	margin-top: 1em;
	margin-bottom: 1em;
	height: 1px
}

.charitybox {
	height: 102px;
	margin-bottom: 1em;
}

h1, h2 {
	color: #1c7db4;
	letter-spacing: 0px;
	font-size: 16pt;
	font-weight: none;
}

.faq p {
	line-height: 1.5em;
}
.faq h2 {
	padding-top: 2em;
}


#url {
	font-size: 200%;
	color: #555;
	border: 1px solid black;
	background: #fffbe2;
	width: 500px;
}

#shorturl {
	font-size: 200%;
	color: #555;
	border: 1px solid black;
	background: #fffbe2;
	width: 500px;
}

.TopRecent {
	background: white;
	padding: 2px;
	font-size: smaller;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.TopRecent .recommended {
		float: right;
		color: #666;
	font-size: 8pt;
	padding-right: 5px;
	}

.TopRecent .seen {
	padding-left: 1em;
		color: #666;
	margin-left: 50px;
	font-size: 8pt;
	}

.TopRecent ul {
	padding-left: 0;
}

.TopRecent li {
	display: block;
	vertical-align: top;
	padding-left: 10px;
	line-height: 1em;
	position: relative;
	margin-bottom: 1em;
	clear: both;
}

.TopRecent li div.img {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 1em;
	text-align: center;
	border: 1px solid black;
}

.TopRecent li p.product {
	margin-left: 60px;
	line-height: 1.2em;
	padding-bottom: .5em;
}

.TopRecent li p.product a {
	font-weight: bold;
	font-size: 1.2em;
}


.TopRecent li a {
	text-decoration: none;	
}

#logo {
	z-index: 200;
	position: absolute;
}

.TopRecent {
margin-top:2em;
padding-top:1em;
}


.TopRecent h2 {
	border-bottom:1px solid #ABC2CF;
	margin-bottom:1em;
	padding-bottom:1em;
	text-align:center;
}

.TopRecent h3 {
	color: #1c7db4;
	text-align: center;
}

.TopRecent {
	width: 48%;	
}

.TopDay {
	float: left;
}
.TopWeek {
	float: right;
}

.yourlink {
	text-align: center;
}


.yourlink h1 {
	padding-bottom: 1em;
}


.yourlinkhint {
	padding: 1em;
	padding-top: 2em;
	color: #555;
	text-align: center;
	padding-top: 1.5em;
	font-size: 90%;
}

.yourlinkactions {
	padding: 1em;
	padding-top: 2em;
	text-align: center;
}

.yourlink #url {
	border: 1px solid #CCC;
	background: none;
	
}

.ismerchant {
	width: 500px;
	margin-left: 199px;
	padding: 3px;
	text-align: justify;
	font-size: 8pt;
	color: black;
	}
	
	
.goodhint {
	background: #e2ffe2;
	}
	
.badhint {
	background: #c2ddfd;
	}
	
.makemorerecomendations {
	text-align: center;
	padding: 1em;
	padding-top: 2em;
}




.clearboth {
	
	clear: both;
	}

.submitcontact {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

#link {
	clear: both;
	text-align: center;
}

#checkResult {
		padding-bottom: 2em;
		padding-left: 5em;
		padding-right: 5em;
		text-align: center;
clear: both;
		display: none;
	}

#checkResult.good {
	color: green;
}

#checkResult.bad {
	color: red;
}


.twitter {
border: none;
padding-bottom: .5em;
}

.twitter li {
    line-height: 110%;
}

.twitter li img {
margin-right: 5px;
border: 1px solid black;
-moz-border-radius: 3px;
}

ul.twitter li {
	background: url("/static/design/global/speechbubble.png") top right no-repeat;
	height: 50px;
	width: 398px;
	position: relative;
	margin-top: 5px;
	font-size: 9pt;
	line-height: 11pt;
}

ul.twitter li p {
	padding-left: 63px;
	padding-top: 3px;
}


ul.twitter li.longtweet, ul.twitter li.longertweet {
	background: url("/static/design/global/speechbubble-large.png") top right no-repeat;
	height: 63px;
	position: relative;
}

ul.twitter li a.twit {
	display: block;
	position: absolute;
	bottom: 1px;
	font-size: 8pt;	
	
	font-weight: bold;
	left: 72px;
}

ul.twitter li div.date {
	display: block;
	position: absolute;
	bottom: 1px;
	font-size: 8pt;
	
	right: 3px;
}

ul.twitter li img.profile {
	position: absolute;
	top: 10px;
	left: 20px;
}

ul.twitter {
	padding-bottom: 1em;
	border-bottom: 1px solid #ABC2CF;
}

.goodlydot {
		color: orange;
		font-family: serif;
		letter-spacing: 0em;
	}
	
.goodlyly {
		color: #3698d0;
	}
	
.goodlygood {
	color: #014c76;
}
