/*
Theme Name: AndthenRecords
Theme URI: http://wordpress.org/
Description: Theme for AndThenRecords - Independent music label.
Author: Nicholas Sheehy
Author URI: http://www.nicksheehy.com
Tags: Dark, texture, simple
*/

/* Begin Typography & Colors */

html, body
	{
	height:100%; /* Required by google chrome to stop page looking cut off when content is short */
	}

body {
	font-size:11px;
	line-height:16.5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #3F3F3F;
	text-align: center;
	background-image:url(images/body-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#00000d;
	padding:0;
	margin:0;
	}

h1#logo
	{
	position:absolute;
	top:13px;
	left:20px;
	}
	
div#logoarea
	{
	height:144px;
	background-color:#FFFFFF;
	}

#content 
	{
	border:20px solid white;
	border-bottom:none;
	border-top:none;
	margin-bottom:1px;
	}

p
	{
	margin:0 0 16.5px 0;
	}

h1, h2, h3 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:33px;
	margin:0;
	}

h2 
	{
	color:#592613;
	font-size:18px;
	font-weight:normal;
	margin-bottom:11px;
	}

h3 
	{
	font-size: 14px;
	}

.admin
	{
	background-color:#FFFF66;
	padding:0 4px;
	opacity:0.75;
	}
	
.admin:hover
	{
	opacity:1;
	}
	
a .admin, .admin a
	{
	color:#FF6600;
	}

.entry p a:visited 
	{
	color: #b85b5a;
	}

a
	{
	color: #06c;
	text-decoration: none;
	}

a:hover 
	{
	color: #147;
	text-decoration:underline;
	}

/* End Typography & Colors */


/* Begin Structure */

#page {
	margin:0px auto;
	width:640px;
	}

#header 
	{
	height:212px;
	margin:0 0 1px;
	position:relative;
	}

.post 
	{
	background-color:white;
	overflow:hidden;
	padding:16.5px 10px;
	text-align:justify;
	margin-bottom:1px;
	}

.clear 
	{
	clear: both;
	}

#footer 
	{
	clear: both;
	background-color:#FFFFFF;
	}
	
#footer p 
	{
	opacity:.5;
	}
	
#footer p:hover
	{
	opacity:1;
	}
	
#footer p 
	{
	margin: 0;
	padding: 16.5px 0;
	text-align: center;
	}
/* End Structure */

/* Begin Images */
p img 
	{
	padding: 0;
	max-width: 100%;
	}

img.centered 
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright 
	{
	padding: 0px;
	margin: 0 0 9px 20px;
	display: inline;
	}

img.alignleft 
	{
	padding: 0px;
	margin: 0 20px 9px 0;
	display: inline;
	}

.alignright 
	{
	float: right;
	}

.alignleft 
	{
	float: left
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps 
	{
	cursor: help;
	}

acronym, abbr 
	{
	border-bottom: 1px dashed #999;
	}

.center 
	{
	text-align: center;
	}

.hidden 
	{
	display: none;
	}

hr 
	{
	display: none;
	}

a img 
	{
	border: none;
	}

/* End Various Tags & Classes*/


/* nav */
div#nav
	{
	background-image:url(images/nav.jpg);
	background-position:top;
	bottom:0px;
	height:67px;
	position:absolute;
	width:640px;
	}
	
div#nav ul
	{
	height:67px;
	margin:0;
	padding:0;
	}

div#nav li
	{
	display:inline;
	}
	
div#nav a
	{
	display:block;
	float:left;
	text-indent:-5000px;
	}	

a#homenav
	{
	width:143px;
	height:67px;
	}
a#homenav:hover,
#home a#homenav
	{
	background:url(images/nav.jpg) -0px -67px;
	}

a#artistnav
	{
	width:199px;
	height:67px;
	}
a#artistnav:hover,
.artists a#artistnav,
.interior a#artistnav
	{
	background:url(images/nav.jpg) -143px -67px;
	}
	
a#shopnav
	{
	width:137px;
	height:67px;
	}
a#shopnav:hover,
.Shop a#shopnav
	{
	background:url(images/nav.jpg) -342px -67px;
	}
	
a#pressnav
	{
	width:160px;
	height:67px;
	}
a#pressnav:hover,
body.press a#pressnav
	{
	background:url(images/nav.jpg) -479px -67px;
	}
/* end nav */


/* Captions */
.aligncenter,
div.aligncenter 
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
/* End captions */

blockquote
	{
	margin:0 0 16.5px;
	}

blockquote p
	{
	margin:0 0 8.25px;
	font-style:italic;
	}
	
blockquote cite
	{
	font-weight:bold;
	}