@import 'http://fonts.googleapis.com/css?family=Abel';
@import 'http://fonts.googleapis.com/css?family=Open Sans';

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#1A1A1A;
	color:#FFF;
	font-family:'Open Sans', sans-serif;
}
#nav-container {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-width:1024px;
	height:45px;
	z-index:9999;
	box-shadow:0px 3px 12px 0px black;
}
#nav {
	height:45px;
	width:100%;
	min-width:1024px;
	background: #282828; /* Old browsers */
	background: -moz-linear-gradient(top,  #282828 0%, #2d2d2d 50%, #282828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282828), color-stop(50%,#2d2d2d), color-stop(100%,#282828)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #282828 0%,#2d2d2d 50%,#282828 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #282828 0%,#2d2d2d 50%,#282828 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #282828 0%,#2d2d2d 50%,#282828 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #282828 0%,#2d2d2d 50%,#282828 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
	margin-left:auto;
	margin-right:auto;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	text-align:center;
}
#nav li {
	display:inline-block;
	height:45px;
	min-width:150px;
}
#nav li.active {
	background-color:#333;
}
#nav li:hover {
	background-color:#666;
}
#nav li a {
	display:block;
	text-decoration:none;
	font-size:25px;
	padding:3px;
}
#head {
	margin-top:45px;
	height:90px;
	box-shadow:0 1px 0px #2D2D2D;
	background-color:#222;
	color:#FFF;
	width:100%;
	min-width:1024px;
}
#head .head-container {
	width:auto;
	height:64px;
	margin:auto;
	padding-top:13px;
	display:table;
}
#head .img-container {
	display:inline;
	vertical-align:middle;
	display:table-cell;
}
#head .title-container {
	display:inline;
	display:table-cell;
	text-align:left;
	padding-top:8px;
}
#head h1 {
	display:inline;
	vertical-align:middle;
	padding-left:10px;
	line-height:0;
}
#head .sub-title {
	line-height:0;
	margin-left:10px;
}
#about-container {
	position:relative;
	width:100%;
	min-width:1024px;
}
#about {
	height:100px;
	background-color:#333;
}
#about-text {
	width:512px;
	height:100%;
	margin:auto;
	text-align:center;
}
#about-toggle {
	width:100%;
	cursor:pointer;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#about-toggle-text {
	display:inline-block;
	margin:0;
	padding:0;
	width:100px;
	color:#999;
	margin-left:auto;
	margin-right:auto;
	background-color:#444;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#back-top {
	position:fixed;
	right:0;
	bottom:75px;
	height:60px;
	width:25px;
	background-color:#333;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
#back-top a {
	display:block;
	width:100%;
	height:100%;
	line-height:60px;
	cursor:pointer;
}
#main-content {
	margin-top:30px;
	margin-bottom:30px;
	width:1024px;
	min-width:1024px;
	margin-right:auto;
	margin-left:auto;
	height:100%;
	background-color:#222;
	padding-top:30px;
}
#footer {
	height:90px;
	box-shadow:0 -1px 0px #2D2D2D;
	background-color:#222;
	color:#FFF;
	width:100%;
	min-width:1024px;
}
#page-back {
	float:left;
	display:inline-block;
	height:45px;
	margin:0;
	padding:10px 10px 0px 10px;
	color:#888;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-decoration:none;
}
#page-forward {
	float:right;
	display:inline-block;
	height:45px;
	margin:0;
	padding:0;
	padding:10px 10px 0px 10px;
	color:#888;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-decoration:none;
}
.post {
	width:90%;
	height:auto;
	margin:auto;
	overflow:hidden;
	background-color:#555;
	margin-bottom:20px;
	position:relative;
}
.post-type {
	display:block;
	width:50px;
	height:50px;
	background-color:#333;
	float:left;
	clear:left;
	margin:15px 5px 0px 15px;
}
.hide-post {
	display:block;
	width:50px;
	height:50px;
	background-color:#333;
	float:left;
	clear:left;
	margin:15px 5px 15px 15px;
	cursor:pointer;
}
.hide-post a {
	display:block;
	line-height:0;
	margin-top:23px;
}

.hide-photo-post a {
	display:block;
	line-height:0;
	margin-top:23px;
}
.post-type img {
	margin-top:9px;
}
.post-type a {
	display:block;
	width:100%;
	height:100%;
}
.post-title {
	margin-top:10px;
	margin-bottom:-20px;
	display:inline-block;
	width:832px;
	text-align:left;
}
.post-title h1 {
	line-height:0;
	padding-top:8px;
	margin-left:0px;
}
.post-text {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.post-photo {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.photo-frame {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:-20px;
}
.photo-frame img {
	width:820px;
	height:auto;
}
.post-quote {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:center;
}
span.quotation-left {
	font-size:100px;
	float:left;
	display:block;
	font-family:Times;
	margin-left:10px;
}
span.quotation-right {
	font-size:100px;
	float:right;
	display:block;
	margin-right:10px;
	font-family:Times;
}
.quote {
	margin-top:18px;
	font-size:30px;
	display:inline-block;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	font-style:italic;
	font-family: 'Abel', sans-serif;
	text-shadow:black 0.1em 0.1em 0.2em;
	text-align:left;
}
.quote-attr {
	font-size:20px;
	float:right;
	margin-right:10px;
	margin-bottom:5px;
}
.post-link {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:left;
}
a.link {
	display:inline-block;
	font-size:30px;
	margin-top:15px;
	margin-left:5px;
	padding:0 5px;
	color:#888;
	text-decoration:none;
	text-shadow:black 0.1em 0.1em 0.2em;
}
a.link:hover {
	background-color:#444;
}
a.link:active {
	color:#888;
}
.post-chat {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:left;
}
.chat-container {
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	width:827px;
}
.even-line {
	display:block;
	padding:3px;
}
.odd-line {
	display:block;
	padding:3px;
	background-color:#444;
}
.post-audio {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:left;
}
.track-name-artist {
	font-size:20px;
	font-weight:500;
	display:inline-block;
	margin-left:5px;
	margin-top:20px;
}
.audio-player {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.post-video {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:left;
}
.video-container {
	width:700px;
	height:393px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.content {
	text-align:left;
	padding:10px;
	float:right;
	clear:right;
}
.post-information {
	
}
.post-date {
	line-height:0;
	padding-top:8px;
	margin-right:20px;
	float:right;
}
.tags {
	
}
blockquote {
	font-style: italic;
	color:#DDD;
	border-left: 4px solid #444;
	padding: 2px 0 2px 8px;
	margin: 10px 0 10px 0;
}
