/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/* Fonts */

@font-face {
    font-family: 'Coffee';
    src: url('includes/fonts/coffeeservice-webfont.eot');
    src: url('includes/fonts/coffeeservice-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/coffeeservice-webfont.woff') format('woff'),
         url('includes/fonts/coffeeservice-webfont.ttf') format('truetype'),
         url('includes/fonts/coffeeservice-webfont.svg#coffee_serviceregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Turnpike';
    src: url('includes/fonts/turnpike-webfont.eot');
    src: url('includes/fonts/turnpike-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/turnpike-webfont.woff') format('woff'),
         url('includes/fonts/turnpike-webfont.ttf') format('truetype'),
         url('includes/fonts/turnpike-webfont.svg#turnpikeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
				font-family: 'Helvetica';
				src: url('includes/fonts/helvetica.eot');
				src: url('includes/fonts/helvetica.eot?#iefix') format('embedded-opentype'),
						 url('includes/fonts/helvetica.woff') format('woff'),
						 url('includes/fonts/helvetica.ttf') format('truetype'),
						 url('includes/fonts/helvetica.svg#helvetica') format('svg');
				font-weight: normal;
				font-style: normal;
		}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 36px Coffee;
	color: #c2bdbc;
	margin: 0 0 15px 0;
	line-height: 1.1em;
}

h2 {
	font: 30px Coffee;
	color: #d5a395;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e1d7c5;
}

h3 {
	font: 20px Coffee;
	color: #c79385;
	margin: 0 0 15px 0;
}

h3#reply-title {
	color: #c2bdbc;
}

h4 {
	font: 11px Turnpike;
	text-transform: uppercase;
	color: #2f2d2d;
	margin: 0 0 10px 0;
	text-align: center;
	letter-spacing: 1px;
}

h5 {
	font: bold 14px Helvetica;
	text-transform: uppercase;
	color: #535353;
	margin: 0 0 5px 0;
}

h5 a:link, h5 a:visited {
	color: #535353;
}

h5 a:hover {
	color: #c79385;
}

h6 {
	font: 30px Coffee;
	color: #d5a395;
	margin: 0 0 15px 0;
}

/* Links */

a:link, a:visited, a:active {
	color: #c79385;
	text-decoration: none;
}

a:hover {
	color: #535353;
	text-decoration: none;
}

/* Paragraphs */
 
p {
	margin: 0 0 21px 0;
	line-height: 1.75em;
}

/* Lists */

.content ul {
	margin: 0 0 15px 15px;
}

.content ul li {
	list-style: disc;
	margin: 0 0 2px 0;
}

.content ol {
	margin: 0 0 15px 30px;
}

.content ol li {
	list-style: decimal;
	margin: 0 0 2px 0;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 14px Helvetica, Arial, sans-serif;
	color: #535353;
	background: #d9d5bf url('i/page-bg.jpg');
}

.frame {
	width: 1017px;
	margin: 0 auto;
}

/* Header */

.header {
	background: url('i/header-bg.png') no-repeat;
	height: 352px;
	overflow: hidden;
	position: relative;
	z-index: 20;
}

.logo {
	margin: 141px 0 0 392px;
}

.wrapper {
	width: 1017px;
	background: #f9f8f7;
	-webkit-box-shadow: 5px 0px 5px 0px #d7d4c2, -5px 0px 5px 0px #d7d4c2;
	box-shadow:  5px 0px 5px 0px #d7d4c2, -5px 0px 5px 0px #d7d4c2;
}

/* Menu */

.menu {
	background: url('i/menu-bg.jpg') no-repeat;
	height: 42px;
}

.menu ul {
	margin: 0 0 0 35px;
}

.menu li {
	float: left;
	display: inline;
	font: 14px Turnpike;
	text-transform: uppercase;
	height: 42px;
	line-height: 42px;
	margin: 0 49px;
	color: #484848;
}

.menu a:link, .menu a:visited {
	color: #484848;
}

.menu a:hover, .menu li.current_page_item a:link, .menu li.current_page_item a:visited,
.menu li.current_page_parent a:link, .menu li.current_page_parent a:visited,
.menu li.current_page_ancestor a:link, .menu li.current_page_ancestor a:visited {
	color: #FFF;
}

/* Sidebar */

.sidebar {
	float: left;
	display: inline;
	width: 301px;
	margin: 20px 0 0 17px;
}

/* About */

.about {
	font-size: 12px;
}

.about-pic {
	margin: 0 0 12px 0;
}

.about p {
	line-height: 1.5em;
	text-align: center;
	margin: 0 0 17px 0;
}

/* Box */

.box {
	margin: 0 0 10px 0;
}

.box-caption {
	background: #e1e0df;
	font: 14px Turnpike;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #c79385;
	height: 39px;
	line-height: 39px;
	text-align: center;
	margin: 0 0 6px 0;
}

.categories-box {
	overflow: hidden;
}

.box ul  {
	overflow: hidden;
}

.box li {
	font: 11px Turnpike;
	text-transform: uppercase;
	color: #817f7b;
	text-align: center;
	padding: 13px 0 12px 0;
	border-top: 1px solid #e1d7c5;
	margin: -1px 0 0 0;
}

.box li a:link, .box li a:visited {
	color: #817f7b;
}

.box li a:hover {
	color: #c79385;
}

.archives-box ul {
	display: none;
}

.heading a:link, .heading a:visited {
	font: italic 14px "Times New Roman";
	color: #000000;
	background: #ecebea url('i/arrow-down.png') no-repeat 100% 50%;
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 10px;
}

.categories-link {
	display: none;
}

/* Search Form */

.search-form .text {
	float: left;
	display: inline;
	background: #ecebea;
	font: italic 14px "Times New Roman";
	color: #000000;
	padding: 9px 10px;
	width: 198px;
	border: none;
}

.search-form .btn {
	float: left;
	display: inline;
	font: italic 14px "Times New Roman";
	color: #f9f8f7;
	padding: 9px 20px;
	background: #23201f;
	border: none;
	margin: 0 0 0 5px;
	cursor: pointer;
}

.search-form .btn:hover {
	background-color: #c79385;
}

/* Social */

.social {
	margin: 29px 0 21px 2px;
}

.social li {
	float: left;
	display: inline;
	margin: 0 0 0 27px;
	height: 22px;
	overflow: hidden;
}

.social li a:hover img {
	margin-top: -22px;
}

/* Twitter Feed */

.box-content {
	background: #ecebea;
	margin: -10px 0 0 0;
	padding: 17px 15px 17px 20px;
}

ul.tweet_list {
	margin: 0 !important;
}

ul.tweet_list li {
	list-style: none !important;
	margin: 0 !important;
	font: 12px "Times New Roman";
	color: #3c3c3c;
	text-transform: none;
	text-align: left;
	padding: 0;
	border-top: none;
}

.username {
	font-style: italic;
}

.username span {
	font-weight: bold;
}

.tweet_time {
	display: block;
}

.recent li {
	text-align: center;
	font: italic 14px "Times New Roman";
	color: #3c3c3c;
	margin: 0 0 7px 0;
	text-transform: none;
	padding: 0;
	border-top: none;
}

.recent a:link, .recent a:visited {
	color: #3c3c3c !important;
}

.recent a:hover {
	color: #c79385 !important;
}

.recent-pic {
	margin: 0 0 7px 0;
}

/* Content */

.content {
	float: right;
	display: inline;
	width: 640px;
	margin: 47px 20px 0 0;
}

.columns {
	position: relative;
	z-index: 10;
}

/* Post */

.post {
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 14px 0;
	margin: 0 0 50px 0;
}

.single .post {
	margin-bottom: 15px;
}

.post-date {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #999589;
	background: url('i/double-line-top.gif') repeat-x 0 4px;
}

.post-date span {
	background: #f9f8f7;
	padding: 0 15px;
}

.post-intro {
	background: url('i/double-line-bottom.gif') repeat-x 0 100%;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.post-caption {
	font: 24px Turnpike;
	text-align: center;
	text-transform: uppercase;
	color: #565353;
	margin: 9px 0 0 0;
}

.post-caption a:link, .post-caption a:visited {
	color: #565353;
}

.post-caption a:hover {
	color: #c79385;
}

.post-info {
	text-align: center;
	font-size: 12px;
	color: #999589;
	margin: 13px 0 0 0;
}

.post-info a:link, .post-info a:visited {
	color: #999589;
}

.post-info a:hover {
	color: #c79385;
}

.post-categories {
	margin: 0 40px 0 0;
}

.post-pic {
	margin: 0 0 15px 0;
}

.post p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 0 18px 0;
}

/* Similar Posts */

.similar {
	border-top: 1px solid #e7e7e7;
	padding: 10px 0 0 0;
}

.similar ul {
	margin: 0 !important;
}

.similar ul li {
	float: left;
	display: inline;
	list-style: none !important;
	width: 145px;
	margin: 0 0 0 12px !important;
	text-align: center;
	color: #2f2d2d;
	font: italic 14px "Times New Roman";
}

.similar a:link, .similar a:visited {
	color: #2f2d2d;
}

.similar a:hover {
	color: #c79385;
}

.similar-pic {
	margin: 0 0 5px 0;
}

/* Navigation */

.navigation {
	background: #d5d2cd;
	font: italic 14px "Times New Roman";
	color: #3c3c3c;
	height: 28px;
	line-height: 28px;
}

.navigation a:link, .navigation a:visited {
	color: #3c3c3c;
}

.navigation a:hover {
	color: #c79385;
}

.prev {
	float: left;
	display: inline;
	margin: 0 0 0 15px;
}

.next {
	float: right;
	display: inline;
	margin: 0 10px 0 0;
}

/* Footer */

.footer {
	background: #d5d2cd;
	margin: 50px 0 0 0;
}

.home .footer {
	margin-top: 0;
}

.copyright{
	font: italic 14px "Times New Roman";
	color: #3c3c3c;
	height: 41px;
	line-height: 41px;
	margin: 0 0 0 20px;
}

.credits {
	float: right;
	display: inline;
	text-align: right;
	margin: 0 25px 0 0;
	font: italic 12px "Times New Roman";
	color: #3c3c3c;
	height: 41px;
	line-height: 41px;
}

.credits p {
	line-height: 41px;
	margin: 0;
}

.credits a:link, .credits a:visited {
	color: #000;
}

.credits a:hover {
	color: #c79385;
}

.credits span {
	margin: 0 0 0 14px;
}

/* DJ page */

.dj-page {
	margin: 31px 40px 0 0;
	overflow: hidden;
}

.dj-page .indent {
	margin: 0 0 0 78px;
}

.hr hr {
	display: none;
}

.hr {
	background: #e1d7c5;
	height: 1px;
	margin: 20px -8px;
}

/* About page */

.about-page {
	background: url('i/line.gif') no-repeat 0 100%;
}

.about-text {
	float: left;
	display: inline;
	background: url('i/line.gif') no-repeat;
	width: 530px;
	font-size: 12px;
	padding: 25px 0 0 0;
}

.about-text p {
	line-height: 2em;
	margin: 0 0 5px 0;
}

.about-photo {
	float: left;
	display: inline;
	width: 365px;
	margin: 0 0 0 25px;
}

.about-photo img {
	width: 365px !important;
	height: auto !important;
}

.internal-page {
	margin: 35px 0 0 50px;
}

/* Links page */

.links {
	margin: 0 0 0 -47px;
}

.links-category {
	float: left;
	display: inline;
	width: 273px;
	margin: 0 0 22px 47px;
	/*min-height: 250px;*/
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	/*_height: 250px;*/
}

.links h1 {
	border-bottom: 1px solid #e1d7c5;
	padding: 0 0 9px 0;
	margin: 0 0 17px 0;
}

.links li {
	font-size: 12px;
	color: #898989;
	margin: 0 0 20px 0;
}

.links p {
	line-height: 1.45em;
	margin: 0;
}

.url {
	font-weight: bold;
}

/* Compilations */

.compilations {
	margin: 49px 0 35px -42px;
}

.compilation {
	float: left;
	display: inline;
	width: 470px;
	height: 182px;
	position: relative;
	margin: 0 0 35px 25px;
}

.compilation-pic {
	float: left;
	display: inline;
	border: 1px solid #b4b3b2;
	padding: 4px;
	margin: 3px 0 0 0;
}

.compilation-pic img {
	float: left;
	display: inline;
}

.compilation-info {
	float: left;
	display: inline;
	width: 285px;
	margin: 0 0 0 5px;
}

.compilation-info p {
	line-height: 1.1em;
	margin: 0 0 10px 0;
	padding-left: 10px;
}

.compilation-info h2 {
	padding-left: 10px;
}

.details {
	border-bottom: 1px solid #e1d7c5;
	padding: 0 0 5px 0;
}

/* Player */

.player-line {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 285px;
	height: 25px;
	font-size: 12px;
	color: #646262;
	background: #f0efee;
	overflow: hidden;
}

.player-line label {
	float: left;
	display: inline;
	margin: 8px 0 0 11px;
	text-transform: uppercase;
	color: #646262;
	letter-spacing: 1px;
}

.player-line label a:link, .player-line label a:visited {
	color: #646262;
}

.controls {
	float: right;
	display: inline;
	margin: 6px 18px 0 0;
}

.controls a {
	float: left;
	display: inline;
	margin: 0 0 0 23px;
	height: 13px;
	overflow: hidden;
}

.controls a:hover img, .current-play .controls .play-button img {
	margin: -100px 0 0 0;
}

.management {
	margin: 60px 0 0 0;
}

.management-item {
	margin: 0 0 0 0;
}

.management-pic {
	float: right;
	display: inline;
	width: 230px;
	margin: 0 48px 0 0;
}

.odd .management-pic {
	float: left;
	margin-right: 0;
}

.management-info {
	float: left;
	display: inline;
	width: 402px;
	margin: 0 0 0 256px;
	text-align: right;
	display: table; height: 270px; #position: relative; overflow: hidden;
}

.odd .management-info {
	float: left;
	margin: 0 0 0 26px;
	text-align: left;
}

.management-info .inner-1 {
	#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;
}

.management-info .inner-2 {
	border-top: 1px solid #e1d7c5;
	border-bottom: 1px solid #e1d7c5;
	padding: 18px 0 22px 0;
	#position: relative; #top: -50%;
	margin: 35px 0 0 0;
}

.management-info strong {
	font-size: 18px;
}

.management-url {
	font-weight: bold;
}

.management-info p {
	line-height: 2.1em;
	margin: 0 0 8px 0;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

#respond {
	margin: 0 0 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 0;
}

.logged-in-as {
	margin: 0 0 20px 0 !important;
}

.form-allowed-tags {
	display: none;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

textarea#comment {
	border: 1px solid #bdbdbd;
	background: #FFF;
}

.form-submit input {
	font: italic 14px "Times New Roman";
	color: #f9f8f7;
	padding: 9px 20px;
	background: #23201f;
	border: none;
	cursor: pointer;
}


/* New DJ page */

.left-column h3, .right-column h3 {
	font: 24px Coffee;
	color: #d5a395;
	margin: 0 0 7px 0;
	line-height: 1.1em;
}

.left-column {
	float: left;
	display: inline;
	width: 470px;
	margin: 0 0 0 75px;
}

.right-column {
	float: right;
	display: inline;
	width: 418px;
	margin: 0 5px 0 0;
}

.top-line .right-column {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 603px 0 0 0;
}

.dj-page p {
	line-height: 1.45em;
	margin: 0 0 20px 0;
}

.left-column-bottom {
	text-align: center;
	background: url('i/separator-1.gif') no-repeat 50% 0;
	margin: -10px 0 0 0;
	padding: 23px 0 0 0;
}

.left-column-bottom p {
	line-height: 1.7em;
	margin: 0 0 10px 0;
}

.left-column p span {
	line-height: 1.7em;
}

.left-column-bottom h3 {
	margin-bottom: 13px;
}

.right-column {
	text-align: center;
}

.top-line .right-column .inner {
	border-bottom: 1px solid #e1d7c5;
}

.right-column .inner {
	margin: 0 0 0 20px;
}

.right-column h3 {
	text-align: center;
	border-bottom: 1px solid #e1d7c5;
	padding: 0 0 8px 0;
}

.right-column p {
	line-height: 1.6em;
}

.bottom-line {
	width: 922px;
	height: 1221px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: -80px 0 0 64px;
}

.bottom-line .left-column {
	margin: 10px 0 0 20px;
}

.pink-box {
	width: 440px;
}

.pink-box h3 {
	color: #FFF;
}

.pink-box strong {
	color: #FFF;
}

.pink-box p {
	line-height: 1.3em;
}

.bottom-line .right-column {
	margin-top: 200px;
}

.post .player-line {
	position: static;
	width: 100%;
}
.player .player {overflow: hidden;}
.player embed { margin: -1px 0 0 0; height: 1px; overflow: hidden;}

.content .player-line {
	margin-bottom: 15px;
}

.page-links {
	font-size: 12px;
	color: #535353;
	margin: 0 0 20px 0;
	font-style: normal;
	font-weight: normal;
}

.wpcolumn-1 {
	float: left;
	display: inline;
	width: 45%;
}

.wpcolumn-2 {
	float: right;
	display: right;
	width: 45%;
	margin-top: 17px;
}

.wpcolumn-wrapper:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.wpcolumn-wrapper {
    display:inline-block;
}

.wpcolumn-wrapper {
    display:block;
}

* html .wpcolumn-wrapper {
    height: 1%;
}