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

body {
	background: #508082 url(images/dieter_bg.png) no-repeat;
}


#space {
	background-color: rgba(0,0,0,0.5);
}

#info {
	background-color: rgba(0,0,0,0.5);
}

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

#logo a:hover {
	background-position: 0 -180px;
	background-color: transparent;
}

#info a {
	color: #fff;
}

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

#meta hr {
	border-color: #fff;
}

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

.info_click:hover {	background-color: #000; 	background-position: 0px 0px;
 }

/* Menu */

#menu li a {
	color: rgba(0,0,0,0.5);
}

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

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

/* Post */

#title h2 a {
	color: #fff;
	font-size: 159px;
	border-bottom: 2px solid;
	display: block;
	line-height: 170px;
	margin-bottom: 20px;
}

#title h2 a:hover {
	color: #000;
}

.post.grid_4.last {
	margin-top: 413px;
}

#videocaption p {
	width: 600px;
	padding: 9px;
	border: 1px solid rgba(255,255,255,0.5);
}

#detervideo  {
	box-shadow: rgba(0,0,0,0.14) -1px 1px 1px;
}

.post {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: rgba(255,255,255,0.78);
	text-shadow: rgba(0,0,0,0.14) -1px 1px 1px;
}

.post span {
	font-size: 18px;
	color: #fff;
}

.post h2 a {
	color: #fff;
}

.post h2 a:hover {
	color: #000;
}

.post h3 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}

.post a {
	color: #fff;
	border-color: #fffeff;
}

.post li, .post ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.post .webtip p {
	padding: 8px 11px;
	border: 1px solid rgba(255,255,255,0.5);
	color: #fff;
	margin-bottom: 30px;
}

.post img {
}

.container_12 {
	margin-top: 50px;
}

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