/*
	iPad CSS
*/

@media only screen and (min-device-width:768px) and (max-device-width:1024px)
{
	html { zoom: 0.8; }
	body { font-size: 18px !important; }
	.grid-content h2 { font-size: 1.6em !important; }
}


/*
	Regular CSS 
*/

html, body
{
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
}

body
{
	background: #000;
	color: #fff;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
h1 { font-size: 3.4em; margin: 0 0 40px 20px; }
h2 { font-size: 2em; margin: 1em 0; }
h3 { font-size: 1.6em; margin: 1.2em 0; }
img { border: 0; }
a { color: #ff00b5; text-decoration: none; }
a:hover { text-decoration: underline; }
a.more { padding-right: 12px; background: url("../img/arrow.png") no-repeat right center; }
p { margin: 2.6em 0; }
br { line-height: 2em; }
.float-left { float: left; }
.mobile { display: none; }

.container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -350px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push
{
	height: 350px;
}

.content
{
	width: 961px;
	margin: 0 auto 40px auto;
}

.header ul { margin: 0; padding: 0; }
.header li { margin: 0; padding: 0; float: left; list-style-type: none; }
.header li img { display: block; padding-bottom: 2px; }
.navimage:hover { opacity: 0.85; filter: alpha(opacity=85); }

.article { margin: 0 0 20px 0; }
.article p { line-height: 1.6em; }

.grid
{
	padding-top: 20px;
	border-spacing: 0;
	border-collapse: collapse;
}

.grid-cell
{
	display: table-cell;
	padding: 0 20px 1em 20px;
	width: 280px;
}
.grid-content
{
	padding-top: 2.6em;
	border-top: 1px solid #555;
}
.grid-cell img { border: 5px solid #fff; }
.grid-cell:hover { cursor: pointer; }
.grid-cell:hover a { text-decoration: underline; }
.grid-cell:hover img { -webkit-filter: brightness(1.05); }
.grid.store .grid-cell { padding-bottom: 2em; }
.grid.store .grid-cell img { margin-bottom: 1em; width: 270px; height: 270px; }

.mf-album-id { /* display: none; */ }


.footer
{
	background: url("../img/background.png") repeat-x center bottom;
}
.footer .content
{
	padding-top: 100px;
	margin-bottom: 0;
}

.post
{
	margin: 20px 20px 40px 20px;
	/*padding: 20px 280px 20px 0;*/
	padding: 20px 0;
	border-top: 1px #555 solid;
}
.post h1, .post p { margin: 1.6em 0; }
.post h2 { margin-top: 0 !important; }
.pagination { margin: 0 20px; padding: 20px 0 40px 0; border-top: 1px #555 solid; }
.source { margin: 0 0 20px 0; }
.permalink { margin-bottom: 0 !important; }
.tags-section { margin: 20px 0; color: #bbb; }
.dateline { color: #bbb; margin-bottom: 20px; /*float: right;*/ }

.post.artist img
{
	display: block;
	float: right;
	width: 400px;
	margin: 5px 0 40px 40px;
}

.tags
{
	margin: 0;
	padding: 0;
	display: inline;
}
.tags li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
	float: left;
}

.tags li:before
{
	content: '\002C\00a0';    /* Add comma and space after each tag */
}  

.tags li:first-child:before
{
	content: ' ';    /* Eliminate comma after last tag */
}

.social { margin: 50px auto 0 auto; padding: 0; width: 532px; /* width: 608px; */ }
.social li { margin: 0; padding: 0; float: left; list-style-type: none; margin: 0 6px; }
.footer-links { padding: 10px 0; margin-top: 40px; background: #000; text-align: center; }

.pre-read-more { margin-bottom: 0 !important; }

.post.artists .dateline { display: none; }
.post.artists .tags-section { display: none; }

.secret { display: none; }


/* CLEAR FIX */
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; /* For IE 6/7 (trigger hasLayout) */ }
