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

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

body { background-color: #2f252d; }


#space {
	background-color: #622e1d;
}

#info {
	background-color: #622e1d;
}

#logo a {
	background-position: 0px -180px;
	background-color: #2f252d;
}

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

#info a {
	color: #fff;
}

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

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

.info_click:hover {	background-color: rgba(0,0,0,0.5); 	background-position: 0px 0px;
 }

/* Menu */

#menu li a {
	color: #D3CCB2;
}

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

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

#menu a.disabled, #menu a.disabled:hover, #menu a.disabled:active {
	color: rgba(254,255,254,0.3)!important;
}

/* Posts */

.post {
	color: #D3CCB2;
	font-family: "Bell", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
}

.post span {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: -20px;
	display: block;
	color: #fff8db;
}

h2 a {
	display: block;
	width: 250px;
	height: 377px;
	background: url(images/6_words_title.jpg);
}

h2 a:hover {
	background-position: 0 -377px;
}

h2 span {
	display: none;
}

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

.post a {
	color: #D3CCB2;
	border-bottom: 1px solid #D3CCB2;
}

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

.post img {
	margin: 50px 0 70px -80px;
}

.container_12 {
	margin-top: 50px;
}

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