/* @override http://danny-garcia.com/uploads/customcss/style_color_1.css */

@font-face {
	font-family: Rockwell;
	src: url(/uploads/customcss/fonts/Rockwell.ttf);
	font-weight: normal;
}

@font-face {
	font-family: Rockwell;
	src: url(/uploads/customcss/fonts/Rockwell_Bold.ttf);
	font-weight: bold;
}

body { background: #1094b5 url(/uploads/customcss/images/surf.jpg) no-repeat 0 0px; }

#space {
	background-color: #c1245c;
}

#logo a:hover {
	background-position: 0 0;
}

#info {
	background-color: #c1245c;
}

#info a {
	color: #fff;
}

#info hr {
	border-color: rgba(254,255,254,0.3);
}

.info_click {
	background-color: rgba(0,0,0,0.14);
}

.info_click:hover {	background-color: rgba(0,0,0,0.75); }

/* Menu */

#menu li a {
	color: rgba(254,255,254,0.75);
}

#menu li a:hover {
	color: #fff;
}

#menu li a:active, #menu li a.active {
	color: rgba(252,255,255,0.75);
}

#menu a.disabled, #menu a.disabled:hover, #menu a.disabled:active {
	color: rgba(0,0,0,0.2);
}

/* Posts */

h2 {
	color: #fff;
	margin: 20px 0 0 30px;
	font-size: 49px;
	font-weight: normal;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	margin-bottom: -10px;
	display: block;
}

h2 span {
	font-size: 78px;
	line-height: 50px;
	position: relative;
	top: -5px;
	z-index: 10;
	margin-left: 30px;
}

.post { color: rgba(255,255,255,0.8);}

.post #credit {
	font-size: 11px;
	color: rgba(254,255,254,0.5);
}

.post #first {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	margin-right: 100px;
}

.post h2 {
	color: rgba(255,255,255,0.9);
}

.post hr { border-color: rgba(255,255,255,0.3); }

.post a {
	color: rgba(255,255,255,0.7);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 0 3px;
	white-space: nowrap;
}

.post a:hover {
	color: #c1245c;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	background-color: #fff;
}

	/* Special Post Image Thingy */
	
.pic p, .caption {
	color: rgba(254,254,254,0.5);
}