/* @override http://danny-garcia.com/css/style_tumblelog.css */
@font-face {
	font-family: Aller;
	src: url(/css/Aller_BdIt.ttf);
	font-style: italic;
	font-weight: bold;
}


body { background-color: #000; }

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

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

/* Menu */

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

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

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

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

/* Main Page*/

#post_area .post span {
	color: rgba(255,254,255,0.25);
}

#post_area .post.link h3.link_title a.outlink {
	color: #fff;
	background: transparent url(../img2/rarr4.png) no-repeat right center;
	opacity: 0.9;
}

#post_area .post.link h3.link_title a.outlink:hover {
	opacity: 1;
}

/* Posts */

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

.post p {
	margin-bottom: 10px;
}

.post .meta {
	margin-top: 10px;
	color: rgba(254,255,254,0.25);
}

.post .meta a {
	color: rgba(254,255,254,0.30);
}

.post .imagepost {
	max-width: 370px;
	border: 5px solid #fff;
	margin-bottom: 10px;
	-webkit-transition: border-color 0.2s;
}

.post .imagepost:hover {
	border: 5px solid transparent;
	-webkit-transition: border-color 0.5s;
}

.post .imagearea a, .post .imagearea a:hover {
	border: none;
}

.post h2, #post_area h1 {
	color: rgba(255,254,255,0.9);
}

#post_area hr { border-color: rgba(255,254,255,0.25);
margin-top: 50px;
 }
 
hr#firsthr {
	margin-top: inherit;
}

.post a {
	color: rgba(255,254,255,0.7);
	border-bottom: 1px solid rgba(255,254,255,0.2);
}

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

.post.quote .content p:first-child {
	display: inline;
}

.post.quote .quotequote {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	font-variant: normal;
	line-height: 30px;
	padding: 20px 20px 20px 95px;
	margin-bottom: 10px;
	background: #fff url(../img2/quote.png) no-repeat 21px 24px;
}

.post blockquote {
	margin-left: 20px;
	border-left: 2px solid;
	padding-left: 20px;
	margin-bottom: 10px;
}

.post.video object, embed.photoset {
	max-width: 380px;
}

.post.text h3 {
	color: #fff;
}

/* other */

#pagination {
	display: block;
	height: 30px;
	text-align: center;
	margin-bottom: 50px;
}

#pagination a {
	float: left;
	color: rgba(255,255,255,0.75);
	display: block;
	text-decoration: none;
	border: 1px solid rgba(254,255,254,0.25);
	padding: 5px 8px;
}

#pagination a:hover {
	border-color: #fff;
	color: #fff;
}

#pagination #pagecount {
	width: 80px;
	margin: 0 50px;
	float: left;
	color: rgba(255,255,255,0.75);
	text-align: center;
}

#pagination a#nextpage {
	float: right;
}

.notes {
	background-color: #fff;
	font-size: 11px;
	color: rgba(0,0,0,0.5);
}

.notes h3 {
	margin: 0;
	text-align: center;
}

.notes ol {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.notes ol li {
	list-style: none;
	margin: 0;
	border-top: 1px solid rgba(0,0,0,0.15);
	padding: 10px;
}

.notes .tumblelog_dannygarcia {
	background-color: #000;
	color: rgba(255,255,255,0.75);
}

.notes .tumblelog_dannygarcia a {
	color: #fff;
}

.notes a {
	color: rgba(0,0,0,0.75);
}

.notes img {
	display: none;
}