;/*
Theme Name: James-Red
Theme URI: http://jamesmcminn.com
Description: A clean, red and dark gray theme
Version: 1.0
Author: James McMinn
Tags:
*/

/* CSS RESET */
*{ margin:0; padding: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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
MAIN LAYOUT
*/

@font-face {
    font-family: "Droid Serif";
    src: url(./fonts/DroidSerif-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Droid Serif";
    src: url(./fonts/DroidSerif-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Droid Serif";
    src: url(./fonts/DroidSerif-Italic.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Droid Serif";
    src: url(./fonts/DroidSerif-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

body {
    color: #000;
    font-family: "Droid Serif", Georgia, "Times New Roman", Serif;
    font-size: 14px;
    background-color: #f9f9f9;
    line-height: 1.8em;
}

a:link, a:active, a:visited {
    color: #ba0000;
    text-decoration: none;
    font-style: italic;
}

a:hover {
    color: #333;
    text-decoration: none;
}

h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    font-style: italic;
    color: #333;
}

p + h1, p + h1 + h1 {
    margin-top: 18px;
}

h2 {
    font-size: 18px;
    padding-top: 18px;
    font-style: italic;
    font-weight: normal;
    line-height: 20px;
    color: #333;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #000;
}

h2 a:link, h2 a:active, h2 a:visited, h1 a:link, h1 a:active, h1 a:visited {
    color: #ba0000;
    text-decoration: none;
    font-style: inherit;
}

h2 a:hover, h1 a:hover {
    color: #333;
    border-bottom: 2px solid #ddd;
}

.clearboth {
    clear: both;
}

#container {
    width: 980px;
    margin: 0 auto 0 auto;
    background-color: #fff;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #ccc;
}

#menu {
    padding: 9px 36px 18px 36px;
    background-color: #333;
    border-bottom: 1px solid #ddd;
    color: #fff;
    height: 11px;
    line-height: 1em;
    text-shadow: 1px 1px #000;
}

#menu #links {
    width: 200px;
    padding-top: 3px;
    color: #fff;
    float: left;
}

#menu #links a:link, #menu #links a:active, #menu #links a:visited {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-shadow: 1px 1px #000;
}

#menu #links a:hover {
    color: #a1a1a1;
    text-decoration: none;
    text-shadow: 1px 1px #000;
}

#menu ul#navigation {
    float: right;
    text-align: right;
    width: 600px;
}

#menu ul#navigation li {
    float: right;
}

#menu #navigation a:link, #menu #navigation a:visited {
    margin-left: 9px;
    font-size: 15px;
    color: #fff;
    font-style: normal;
    display: block;
    padding: 3px 9px 4px 9px;
    text-shadow: 1px 1px #000;
}

#menu #navigation a:hover, #menu #navigation li.current_page_item a {
    background: #666;
    color: #fff;
    text-shadow: 1px 1px #000;
}

#header {
    padding: 36px;
}

#contents {
    padding: 0px 36px 36px 36px;
    border-bottom: 2px solid #333;
    line-height: 1.8em;
    color: #222;
}

#contents .toppadded {
    padding-top: 9px;
}

#contents .leftcolwide {
    float: left;
    width: 592px;
    margin-bottom: 36px;
}

#contents .rightcolwide {
    float: right;
    width: 592px;
    margin-bottom: 36px;
    padding: 9px 0 0 21px;
}

#contents .leftcol {
    float: left;
    width: 270px;
}

#contents .rightcol {
    width: 270px;
    float: right;
}

#contents .centercol {
    margin: 0 auto 0 auto;
    width: 312px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.borderleft {
    border-left: 2px solid #ccc;
}

.borderright {
    border-right: 2px solid #ccc;
}

#contents .big {
    font-size: 125%;
}

#contents .small {
    font-size: 80%;
}

#contents p {
    padding: 9px 0 9px 0;
    font-size: 14px;
}

#contents div.nopadding {
    padding: 0;
}

#contents div.noppadding p {
    padding: 0px 0px 9px 0px;
}

#contents p a, ul.played a {
    border-bottom: 2px solid #fcc;
}

#contents p a:hover, #contents ul.played a:hover {
    border-bottom: 2px solid #ddd;
}

#contents p a.noborder {
    border: 0px;
}

#contents img.alignright {
    float: right;
    padding: 0px 9px 18px 36px;
}

#contents img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    padding: 7px 0 9px 0;
    display: block;
}

#contents a.more-link {
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: -36px;
    display: block;
    border: 0;
}

#contents a.more-link:hover {
    border: 0;
}

#contents .divider {
    border-top: 1px dotted #999;
    margin-bottom: 36px;
    clear: both;
}

#contents .sect {
    width: 100%;
}

img.title{
    padding-top: 7px;
}

#contents ol {
    list-style-type: decimal;
    display: block;
    padding: 9px 18px 9px 18px;
}

#contents ol li {
    list-style-type: decimal;
}

#contents ul.played {
    margin: 18px 0 36px 0;
}

#contents ul.played li.title {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

#contents ul.player li.lastfm-item {

}

#contents ul.side li img.alignleft {
    padding: 4px 18px 18px 0px;
    float: left;
}

#contents ul.side li {
    padding: 6px 9px 6px 28px;
    background: url(images/list.png) 9px center no-repeat;
    border-bottom: 1px dotted #999;
}

#contents ul.side li.noicon {
    background: #fff;
    line-height: 40px;
    padding: 0;
}

#contents ul.side li.title {
    background: #fff;
    color: #000;
    border-bottom: 2px solid #333;
    padding: 0px 9px 5px 9px;
    margin: 0;
    font-size: 16px;
    font-style: italic;
    list-style: none;
}

#contents ul.side li.title a {
    font-size: 16px;
    font-style: italic;
    color: #333;
    text-decoration: none;
}

#contents ul.side li a {
    text-decoration: none;
    font-style: normal;
}

#contents ul.side li a:hover {
    border-bottom: 1px solid #fcc;
}

#contents ul.side li.title + li {
    border-top: 1px solid #ccc;
}

#contents ul.sect li.noicon {
    background: #ffffff;
    line-height: 40px;
    padding: 0;
}

#contents ul.sect {
    font-size: 85%;
    margin: 0;
}

#contents ul.sect li.title {
    background: #fff;
    color: #000;
    border-bottom: 2px solid #333;
    padding: 0px 9px 5px 9px;
    margin: 0;
    font-size: 16px;
    font-style: italic;
    list-style: none;
}

#contents ul.sect li.title a {
    font-size: 16px;
    font-style: italic;
    color: #333333;
    text-decoration: none;
}

#contents ul.sect li a {
    text-decoration: none;
    font-style: normal;
    display: block;
    padding: 6px 9px 6px 28px;
    background: url(images/list.png) 9px center no-repeat;
    border-bottom: 1px dotted #999999;
}

#contents ul.sect li a:hover {
    border-bottom: 1px solid #ffcccc;
}

#contents ul.sect li.title + li {
    border-top: 1px solid #cccccc;
}

#contents .comments_list ol li {
    list-style-type: none;
}

#footer {
    width: 960px;
    margin: 0 auto 0 auto;
}

#footer a {
    text-decoration: none;
}

#footer .floatright {
    width: 200px;
    float: right;
    text-align: right;
}

#footer .padding {
    padding: 36px;
}
