body {
	background-color: #6cbee4;
}

p {
	margin: 0;
	font-size: 18px;
}

p, h2, #footer, li {
	font-family: sans-serif;
}

p {

}

ul {
	margin-bottom: 0;
	list-style-type: circle;
}

h2 {
	color: #7b8652;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 1px 1px #d9ec90;
}

a {
	text-decoration: underline;
	font-weight: bold;
	opacity: 0.7;
}

a:hover {
	opacity: 1.0;
	text-decoration: none;
}

#main {
	background-color: #f8fcff;
	margin: 0 auto 0 auto;
	width: 80%;
	min-width: 400px;
	max-width: 700px;
	padding: 20px;
	box-shadow: 0px 0px 3px #407f9c;
}

#logo {
	margin: 0;
	padding: 0;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	height: 47px;
	margin: 0 0 15px 5px;
	text-align: right;
}

#menu {
	font-size: 14px;
	float: right;
}

#menu a {
	padding: 5px 7px 5px 7px;
	text-decoration: none;
	font-family: sans-serif;
	color: white;
	opacity: 0.8;
	border-radius: 0 5px 5px 5px;
}

#menu a:hover {
	opacity: 1.0;
}

#menu .pink_button {
	background-color: #e658a0;
}

#menu .blue_button {
	background-color: #2680c6;
}

#menu .green_button {
	background-color: #7caf45;
}

#footer {
	border-radius: 0 0 0 5px;
	padding: 20px 20px 20px 68px;
	font-size: 12px;
	border-top: 1px solid #b7ca6c;
	background-image: url(nyu.png);
	background-repeat: no-repeat;
	background-position: 12px 10px;
	min-height: 32px;
}

.columns {
	display: table;
	border-spacing: 1px 0px;
}

.column {
	display: table-cell;
	vertical-align: top;
}

#primary {
	border-radius: 5px 0 0 0;
}

#nekogear{
	border-radius: 0px 5px 5px 0px;
	background-color: #e9f2c7;
	width: 10%;
}

#nekogear p {
	font-size: 12px;
	font-weight: bold;
	color: #88937c;
}

#nekogear a {
	opacity: 0.9;
	color: #252b1d;
}

#nekogear a:hover {
	opacity: 1;
}

#widecat {
	background-image: url(widecat.png);
	width: 120px;
	height: 40px;
	display: block;
	margin-bottom: 10px;
}

#donate {
	width: 10%;
}

#donation_options {
	text-align: center;
}

#flattr {
	margin-bottom: 5px;
}

.lrad {
	border-radius: 5px 0 0 5px;
}

.rrad {
	border-radius: 0 5px 0 5px;
}

.rad {
	border-radius: 5px;
}

.box {
	padding: 20px;
}

.blue h2 {
	color: #6ba1c5;
	text-shadow: none;
	margin-top: 0;
}

.blue p, .blue a, .blue li {
	color: #153c54;
}

.blue {
	background-color: #e9f2f8;
}

.space {
	margin-top: 20px;
}

.green {
	background-color: #c8dd76;
}

.green p, .green a, #footer, #footer a {
	color: #4f4c4d;
}

#screenshots {
	margin-top: 10px;
}

#screenshots a {
	display: inline-block;
	content: "";
	width: 100px;
	height: 78px;
	opacity: 1.0;
}

#screenshots #appalanche { background: url(appalanche_t.png) no-repeat; }
#screenshots #copters { background: url(copters_t.png) no-repeat; }
#screenshots #love_particle_1 { background: url(love_particle_1_t.png) no-repeat; }
#screenshots #love_particle_2 { background: url(love_particle_2_t.png) no-repeat; }
#screenshots #love-060 { background: url(love_060_t.png) no-repeat; }
#screenshots #seaotters { background: url(seaotters_t.png) no-repeat; }
#screenshots #love-070 { background: url(love_070_t.png) no-repeat; }

.sep {
	clear: both;
}

.dropbox .image, .linode .image, .bitcoin .image {
	float: right;
	width: 64px;
	height: 64px;
	margin-right: 25px;
	margin-left: 25px;
	text-decoration: none;
	display: block;
}

.dropbox .image {
	background: url(dropbox_logo.png);
}
.linode .image {
	background: url(linode_logo.png);
}
.bitcoin .image {
	background: url(bitcoin_logo.png);
}
