/*
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 */

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
*/

body {
    color: #333;
    font-family: "Georgia", "Times New Roman", Serif;
    font-size: 13px;
    background: none;
    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: 20px;
    font-weight: bold;
    line-height: 20px;
    font-style: italic;
}

h2 {
    font-size: 18px;
    padding-top: 18px;
    font-style: italic;
    font-weight: normal;
    line-height: 20px;
}

h2 a:link, h2 a:active, h2 a:visited, h1 a:link, h1 a:active, h1 a:visited {
    color: #333;
    text-decoration: none;
    font-style: inherit;
}

h2 a:hover, h1 a:hover {
    color: #ba0000;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.clearboth {
    clear: both;
}

#container {
    width: 960px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
}

#contents {
    padding: 0px 36px 36px 36px;
    line-height: 1.8em;
    color: #333;
}

#contents .toppadded {
    padding-top: 9px;
}

#contents .leftcolwide {
    float: left;
    width: 562px;
    margin-bottom: 36px;
}

#contents .rightcolwide {
    float: right;
    width: 562px;
    margin-bottom: 36px;
    padding: 9px 0 0px 31px;
}

#contents .leftcol {
    float: left;
    width: 270px;
}

#contents .rightcol {
    width: 270px;
    float: right;
}

#contents .centercol {
    margin: 0 auto 0 auto;
    width: 312px;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.borderleft {
    border-left: 2px solid #ccc;
}

.borderright {
    border-right: 2px solid #ccc;
}

#contents .big {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

#contents p {
    padding: 9px 0 18px 0;
    font-size: 14px;
}

#contents div.noppadding p {
    padding: 0px 0px 18px 0px;
}

#contents p a {
    border-bottom: 2px solid #ffcccc;
}

#contents p a:hover {
    border-bottom: 2px solid #dddddd;
}

#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;
}

#showcase img {
    padding: 0;
}


#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 #999999;
    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.sect li {
    border-bottom: 1px dotted #999999;
    padding: 6px 9px 6px 0px;
    background: url(images/list.png) 9px center no-repeat;
}

#contents ul.sect li:first-child {
    border-top: #fff;
}

#contents ul.sect li img.alignleft {
    padding: 4px 18px 18px 0px;
    float: left;
}

#contents ul.sect li.noicon {
    background: #ffffff;
    line-height: 40px;
    padding: 0;
}

#contents ul.sect li.title {
    background: #fff;
    color: #333;
    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;
}

li.title + li {
    background-color: #ff0000;
}

#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;
}
/* BODY */
body {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	line-height: 1.4;
	word-spacing:1.1pt;
	letter-spacing:0.2pt;
    font-family: "Georgia", "Times New Roman", Serif;
	color: #000;
	background: none;
	font-size: 12pt;
}

/* ELEMENTS */
code {font: 10pt Courier, monospace;}
blockquote {margin: 1.3em; padding: 1em;  font-size: 10pt;}
hr {background-color: #ccc;}

/* IMAGES */
a img {border: none;}

/* LINKS */
a:link, a:visited {background: transparent; font-weight: 700; text-decoration: underline;color:#333;}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 90%;}
a[href^="http://"] {color:#000;}

/* TABLES */
table {margin: 1px; text-align:left;}
th {border-bottom: 1px solid #333;  font-weight: bold;}
td {border-bottom: 1px solid #333;}
th,td {padding: 4px 10px 4px 0;}
tfoot {font-style: italic;}
caption {background: #fff; margin-bottom:2em; text-align:left;}
thead {display: table-header-group;}
tr {page-break-inside: avoid;}

/* HIDE UNNECESSARY ELEMENTS */
#menu, #footer, ul.sect {display:none;}

