/*
Theme Name: Intransitive
Theme URI: http://www.intransitiverecordings.com/
Description: The default theme for Intransitive Recordings.
Author: Daniel Quinn
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { 
	line-height: 1; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { 
	border-collapse: collapse;
	border-spacing: 0;
}
.container { overflow: hidden; }
a { 
	color: #ac0205; 
	font-weight: bold;
	text-decoration: none;
}

.screen-reader-text { display: none; }

.alignleft { margin-right: 10px; float: left; }
.alignright { margin-left: 10px; float: right; }

/********** LAYOUT */
#bounds {
	width: 911px;
	margin: 0 auto;
}

#bounds #header {
	padding-top: 40px;
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #9e0b0f;
	padding-bottom: 10px;
}

#bounds #content {
	margin-bottom: 100px;
}

#bounds #content #page { overflow: hidden; }

.share-link {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: -5px;
}

#bounds #content .entry {
	position: relative;
	float: left;
	width: 570px;
	padding-right: 70px;
	padding-left: 60px;
}

#bounds #content .archive {
	margin: 10px 0 20px 0;
	overflow: hidden;
}

.navigation {
	overflow: hidden;
}

#bounds #content .archive .entry {
	padding: 0;
}

.archive .hentry,
.archive .entry .post {
	border-bottom: 5px solid #DA9C9D;
	margin-bottom: 20px;
}

.archive .hentry:last-child,
.archive .entry .post:last-child {
	border-bottom: none;
}

.archive .hentry h3,
.archive .entry .post h3 {
	margin-top: 0;
}

#bounds #content #entry h2 {
	text-transform: uppercase;
	font-size: 20px;
	color: #505050;
}


/********** ENTRY */
.entry h3 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
	padding-top: 20px;
	text-transform: uppercase;
}

.entry p.author {
	font-weight: normal !important;
	font-size: 16px;
}

.entry .hgroup {
	margin-bottom: 15px;
}

.entry .hgroup p.date {
	margin: 0;
}

.entry .hgroup h2 {
	line-height: 30px;
	font-size: 22px;
	color: #666;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
	border-top: 3px solid #eccece;
	padding-top: 20px;
	margin-top: 20px;
}

.entry .hgroup p.date {
	border-bottom: 5px solid #d69e9f;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #d69e9d;
	font-size: 16px;
	font-weight: bold;
}

.entry .hgroup p.subtitle {
	margin: 0;
	text-transform: uppercase;
	color: #3e3e3e;
	font-size: 16px;
	font-weight: bold;
}

.entry {
	color: #929292;
	font-size: 12px;
	line-height: 16px;
}

.entry p {
	margin: 15px 0;
}

/********** HEADER */
#header h1 {
	height: 165px;
	text-indent: -99999px;
	width: 911px;
	background: url(images/bg-header.jpg) no-repeat;
}

#header h1 a {
	display: block;
	width: 911px;
	height: 165px;
}

#bounds #header ul {
	padding: 10px;
	margin-top: 20px;
	background-color: #ffe4e5;
	margin-bottom: 10px;
	text-align: right;
}

#bounds #header ul li {
	display: inline;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#bounds #header ul li a {
	color: #9e0b0f;
	font-size: 13px;
	text-decoration: none;
}

/********** FOOTER */
#footer p {
	padding-bottom: 20px;
	padding-left: 40px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px auto;
	width: 500px;
	font-size: 12px;
	color: #9e0b0f;
	background: url(images/logo-intransitive.jpg) no-repeat left top;
}

#footer p a {
	text-decoration: none;
	color: #9e0b0f;
}

#footer p span {
	text-transform: uppercase;
}

/********** HEADERS */
h2.section-header {
	font-size: 18px;
	color: #e0b6b7;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top: 1px solid #9e0b0f;
	font-weight: normal;
}

/********** NEW RELEASES */
.new-releases ul { 
	overflow: hidden; 
	margin-top: 20px;
}

.new-releases ul li {
	margin-right: 30px;
	float: left;
}

.new-releases ul li:last-child {
	margin-right: 0;
}

.new-releases a img {
	display: block;
	margin-bottom: 5px;
}

.new-releases p span {
	display: block;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	color: #818181;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

/********** HOMEPAGE PANELS */
.featured-article,
.home-recent-articles {
	width: 600px;
	float: left;
	margin-top: 20px;
}

.recent-articles,
.home-events {
	margin-top: 20px;
	width: 300px;
	float: right;
}

.home-recent-articles ul.loop {
	margin-top: 20px;
}

.home-events ul.loop {
	margin-top: 20px;
}

.home-recent-articles ul.loop li {
	padding-left: 40px;
	margin-bottom: 30px;
	background: url(images/logo-intransitive.jpg) no-repeat left top;
}

.home-events p {
	margin: 15px 0;
}

p.date {
	color: #d69e9d;
	font-weight: bold;
	margin: 15px 0;
}

.home-recent-articles .section-header {
	margin-bottom: 15px;
}

.home-recent-articles h2 a {
	color: #818181;
}

.home-events ul.loop li h2 a {
	color: #666;
	font-size: 12px;
}

.home-events ul.loop li p.date {
	margin-top: 10px;
	font-size: 12px;
}

/********** LOOP */
ul.loop li h2 a {
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

ul.loop li {
	color: #666;
	line-height: 16px;
	font-size: 14px;
	margin-bottom: 10px;
}

ul.loop li p { margin: 15px 0; }

/********** ARTICLES TEMPLATE */
.columns { 
	margin-top: 20px;
	overflow: hidden; 
}

.columns .column { 
	width: 220px;
	margin-right: 10px;
	float: left;
}

p.author {
	color: #a60203;
	margin-top: 5px !important;
	font-weight: bold;
}

.columns .column .loop li {
	border-top: 5px solid #da9c9d; 
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 10px;
}

#respond h3,
#comment-area h3#comments,
h3.widgettitle,
.columns .column h4 {
	color:#e0b6b7;
	padding-left: 45px;
	border-bottom: 10px solid #da9c9d; 
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-size:18px;
	padding-top: 8px;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:uppercase;
	background: url(images/logo-intransitive.jpg) no-repeat left top;
}
 
.columns .column h5 a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.recent-articles .loop h3 { 
	background: url(images/logo-intransitive-small.jpg) no-repeat left top;
	padding-left: 20px;
}

.recent-articles .loop h3 a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.recent-articles h2 {
	color:#e0b6b7;
	padding-left: 40px;
	border-bottom: 10px solid #da9c9d; 
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-size:18px;
	padding-top: 8px;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:uppercase;
	background: url(images/logo-intransitive.jpg) no-repeat left top;
}

.recent-articles ul.loop {
	border-bottom: 10px solid #da9c9d; 
}

/********** HEADER LINKS */
.magazineHeader {
	color:#e0b6b7;
	font-size:18px;
	padding-top: 8px;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:uppercase;
}

/********** CATALOG */
ul.catalog { 
	overflow: hidden;
	margin: 0 auto;
	width: 860px;
}

ul.catalog li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/********** SIDEBAR */
#sidebar {
	padding-top: 20px;
	float: right;
	width: 211px;
}

#sidebar .widget {
	margin-bottom: 30px;
	overflow: hidden;
}

#sidebar .widget ul {
	margin-left: 20px;
}

#sidebar .widget ul li {
	font-size: 12px;
	line-height: 22px;
	color: #000;
	list-style: disc;
}

#sidebar .widget_archive ul {
	margin: 0;
}

#sidebar .widget_archive ul li {
	list-style: none;
}

#sidebar .widget_archive ul li a {
	padding: 5px;
	background-color: #ececec;
	color: #666;
}

#sidebar .widget_rss ul li {
	margin-bottom: 15px;
}

#sidebar .widget_rss ul li .rssSummary {
	margin: 5px 0 5px 0;
}

#sidebar .widget_rss ul li .rss-date {
	font-style: italic;
}

#sidebar .widget_rss ul {
	margin-left: 0;
}

#sidebar .widget_rss ul li {
	list-style: none;
}

#sidebar #wp-calendar td {
	padding: 5px;
	text-align: center;
}

#sidebar #wp-calendar {
	width: 100%;
}

#sidebar .widget select {
	border-top: 2px solid #adadad;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4; 
	padding: 3px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e8e8e8;
}

#sidebar .widget p {
	color: #929292;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
}

#sidebar #wp-calendar caption {
	margin-bottom: 15px;
	text-transform: uppercase;
}

#sidebar #wp-calendar th {
	background-color: #ccc;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

/********** FORMS */
form input#s {
	border-top: 2px solid #adadad;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4; 
	padding: 3px;
	width: 120px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e8e8e8;
}

form input#searchsubmit {
	border: none;
	padding: 3px;
	color: #fff;
	background-color: #cfcfcf;
	cursor: pointer;
}

.postmetadata {
	font-style: italic;
}

/********** ARTIST/ALBUM */
ul.new-albums {
	overflow: hidden;
	margin-top: 20px;
}

ul.new-albums li {
	margin-bottom: 10px;
	width: 150px;
	margin-right: 10px;
	float: left;
}

ul.new-albums li p {
	margin: 0;
}

ul.new-albums li span {
	display: block;
	margin-top: 5px;
}

#sidebar .widget ul.album-details {
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

#sidebar .widget ul.album-details li {
	list-style: none;
}

#sidebar .widget ul.album-details li strong {
	text-transform: uppercase;
}

#sidebar ul.profile-links {
	margin: 0;
}

#sidebar ul.profile-links li {
	list-style: none;
	margin: 10px 0;
}

#sidebar ul.profile-links li a {
	padding: 5px;
	background-color: #666;
	text-transform: uppercase;
	color: #fff;
}

#sidebar p { margin: 15px 0; }

#sidebar a.artist,
#sidebar a.buy-link {
	padding: 5px;
	background-color: #9E0B0F;
	text-transform: uppercase;
	color: #fff;
}

#sidebar h4.tracks {
	margin-top: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;
}

#sidebar ol.tracks {
	margin-bottom: 20px;
	margin-left: 25px;
}

#sidebar ol.tracks li {
	list-style: decimal-leading-zero;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
}

/********** COMMENTS */
#comment-area {
	margin-top: 40px;
}

#commentform textarea,
#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	border-top: 2px solid #adadad;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4; 
	padding: 3px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e8e8e8;
}

#commentform textarea {
	width: 100%;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	border: none;
	width: auto;
	padding: 3px;
	color: #fff;
	background-color: #cfcfcf;
	cursor: pointer;

}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata a {
	color: #d99d9d;
}

.commentmetadata {
	padding: 5px;
	margin: 0;
	display: block;
}

cite.fn {
	font-size: 14px;
	text-transform: uppercase;
	font-style: normal;
}

.comment-author {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

#respond { margin: 20px 0; }

.addthis_button {
	width: 74px;
	height: 23px;
	display: block;
	text-indent: -9999999px;
	background: url(images/btn-share.jpg) no-repeat;
}
