/*
THEME NAME: Gigantic
THEME URI: http://www.leonpaternoster.com
DESCRIPTION: A simple, ordered theme for WordPress
VERSION: 0.1
AUTHOR: Leon Paternoster
AUTHOR URI: <a href="http://leonpaternoster.com">Leon Paternoster</a>
TAGS: one column, simple, minimal
*/

/* base styles */

* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #faf7fa;
	color: #333;
}

body {
	background: #faf7fa;
	font-size: 100%;
	line-height: 24px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* layout */

#page {
	background-image: none;
	background-color: none;
	width: 715px;
	margin: 3px 0 24px 20px;
	padding-right: 20px;
}

#main_search {
	text-align: right;
}

#header {
	float: left;
	width: 225px;
	margin-right: 20px;
	clear: both;
	background: transparent url(images/geobox.gif) no-repeat left center;
}

#content {
	float: left;
	width: 470px;
	border-top: 1px solid #ccc;
	padding-top: 11px;
}

/* typography */

h1 {
	border-top: 1px solid #444;
	font-size: 24px;
	color: #8e8e8e;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 50px 0px 58px 20px;
	font: normal small-caps normal 200% Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	h1 { 
		font-size: 32px; 
		padding: 51px 0px 57px 20px;
	}
}

h1 a:link {
	color: #ba0000;
}

h1 a:hover {
	text-decoration: none;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: lowercase;
}

h3 {
	font-size: 14px;
	line-height: 24px;
	font-family: font-family: helvetica, arial, bitstream vera sans, verdana, sans-serif;
}

img {
	display: block;
	margin: 0;
	margin-bottom: 0;
	margin-top: 1em;
}

a img {
	border: none;
}

blockquote {
	margin: 48px;
	font-family: georgia, times, liberation serif, serif;
}

table {
	font-size: 14px;
	margin-bottom: 19px;
	border: 1px solid #8e8e8e;
}

a {
	text-decoration: none;
	color: #ba0000;
}

pre {
	margin-bottom: 24px;
	padding: 23px 24px;
	width: 100%;
	font-size: 12px;
	overflow: auto;
	background-color: #efefef;
	border: 1px solid #cfcfcf;
}

ins {
	text-decoration: italic;
	border-bottom: none;
}

abbr, acronym, dfn {
	font-variant: small-caps;
	cursor: help;
	border-bottom: 1px dotted #8e8e8e;
}

a:hover {
	text-decoration: underline;
}

/* classes and ids */

/* main search styles */

form#searchform {
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 24px;
}

form#searchform input#s {
	border: 1px solid #aaa;
	padding: 0px 3px;
	margin-right: 0;
	width: 180px;
}

form#searchform input.button {
	border: none;
	background-color: #ba0000;
	color: #fff;
	cursor: pointer;
	padding: 1px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* header styles */

p.tag {
	float: left;
	width: 470px;
	color: #8e8e8e;
	margin-bottom: 0;
	border-top: 1px solid #444;
	font-size: 12px;
	text-align: right;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	padding-top: 2px;
}

/* navigation styles */

a.skip_nav {
	display: none;
}

ul.nav {
	clear: both;
	float: left;
	border-top: 1px solid #cfcfcf;
	width: 225px;
	margin-right: 20px;
	font-size: 14px;
	padding-top: 11px;
	margin-bottom: 24px;
}

ul.nav li {
	list-style-type: none;
	display: block;
	text-decoration: none;
	color: #8e8e8e;
	border-bottom: 1px dotted #cfcfcf;
	line-height: 23px;
	font-size: 12px;
}

ul.nav li a {
	display: block;
	text-decoration: none;
	color: #ba0000;
}

ul.nav li a:hover {
	display: block;
	text-decoration: none;
	color: #941b0f;
	background: transparent url(images/geobox.gif) no-repeat right center;
}

ul.nav li.current_page_item, ul.nav li.current_page_item a {
	color: #333;
}

/* post styles */

#content p.post_meta {
	color: #8e8e8e;
	font-size: 12px;
	margin-bottom: 0;
}

#content p, #content ul, #content ol {
	font-size: 14px;
	margin-bottom: 24px;
	list-style-position: inside;
}

#content dt {
	font-size: 14px;
	font-weight: bold;
}

#content dd {
	font-size: 14px;
	margin-bottom: 24px;
}

/* post imagery */

#content img {
	margin-bottom: 24px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 12px;
	margin-bottom: 0;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 12px;
	margin-bottom: 0;
}

.alignleft img, .alignright img {
	margin-bottom: 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 24px auto;
	text-align: center;
}

.aligncenter img {
	border: 1px solid #cfcfcf;
	padding: 11px;
}

#content p.wp-caption-text {
	font-size: 12px;
	color: #8e8e8e;
	font-family: georgia, times, liberation serif, serif;
	text-align: center;
	margin-top: -24px;
	margin-bottom: 0;
}

#content p.previous {
	margin-bottom: 0;
}

#content li {
	list-style-position: inside;
}

/* post-specific styles */

#content p.post_details {
	margin-bottom: 24px;
}

p.post_details + p:first-line {
	text-transform: lowercase;
	font-variant: small-caps;
}	

#content p.exampleleft {
	float: left;
	width: 225px;
	margin-right: 20px;
	font-family: georgia, times, liberation sans, serif;
	font-size: 16px;
	line-height: 24px;
}

#content p.exampleright {
	float: left;
	width: 225px;
	font-family: georgia, times, liberation sans, serif;
	font-size: 12px;
	line-height: 24px;
}

p.exampleright + p {
	clear: both;
}

p.leading120 {
	line-height: 1.2;
}

/* archives */

h3.cat_header {
	line-height: 23px;
}

ul.archive_list {
	border-top: 1px dotted #cfcfcf;
}

ul.archive_list li a {

	display: block;
	border-bottom: 1px dotted #cfcfcf;
	text-decoration: none;
}

ul.archive_list li {
	list-style-type: none;
	line-height: 23px;
}

ul.archive_list li a:hover {
	text-decoration: none;
	color: #333;
}

/* categories */

p.description {
	color: #8e8e8e;
	font-size: 12px;
}

/* commentary */

h3#comments, #respond h3 {
	font-size: 14px;
	padding-top: 11px;
	border-top: 1px dotted #cfcfcf;
	margin-bottom: 24px;
}

ol.commentlist li {
	list-style-type: none;
}

ol.commentlist li .depth-2 {
	margin-left: 40px;
	color: #777;
}

ol.commentlist li .depth-3 {
	margin-left: 80px;
	color: #8e8e8e;
}

ol.commentlist li .depth-4 {
	margin-left: 120px;
	color: #999;
}

ol.commentlist li .depth-5 {
	margin-left: 160px;
	color: #aaa;
}

cite.fn {
	display: block;
	border-top: 1px dotted #efefef;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 1px;
}

ol.commentlist li.bypostauthor cite.fn {
	border-bottom: 6px solid #8e8e8e;
}

.comment-author a {
	font-style: normal;
}

#content img.avatar {
	float: left;
	margin-left: -40px;
	margin-bottom: 0;
	margin-top: 6px;
}

#content img.wp-smiley {
	display: inline;
	margin: 0;
}

.says, .comment-meta {
	display: none;
}

.pingback {
	color: #aaa;
}

ol.commentlist li.pingback p, ol.commentlist li.pingback li, ol.commentlist li.pingback blockquote {
	color: #aaa;
}

.pingback, .pingback a {
	color: #aaa;
}	

ol.commentlist li p, ol.commentlist li ol, ol.commentlist li ul, ol.commentlist li blockquote {
	clear: both;
	color: #666;
}

.reply {
	margin-bottom: 24px;
	text-align: right;
}

.pingback .reply {
	display: none;
}

.cancel-comment-reply {
	font-size: 14px;
}

form#commentform {
	margin-bottom: 24px;
}

form#commentform label {
	display: block;
	font-size: 14px;
}

form#commentform input {
	width: 100%;
	margin-bottom: 9px;
}

form#commentform input#url {
	margin-bottom: 18px;
	cursor: pointer;
}

textarea#comment {
	width: 100%;
	margin-bottom: 6px;
	font-family: consolas, lucida console, courier new, monospace;
	font-size: 14px;
}

input#subscribe {
	float: left;
	margin-top: 5px;
	margin-right: 3px;
}

/* footer */

ul.footer {
	padding-top: 6px;
	border-top: 1px solid #ccc;
	clear: both;
}

ul.footer li {
	display: inline;
	margin-right: 16px;
	font-size: 9px;
	color: #8e8e8e;
}

div.divider {
	display: block;
	height: 1px;
	border-bottom: 1px dotted #8e8e8e;
	margin-bottom: 1em;
}

.navigation a {
	height: 20px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	border: none;
	background-color: #ba0000;
	color: #fff;
	cursor: pointer;
	padding: 5px 6px 0px 6px;
	margin-bottom: 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.navigation a:hover {
	text-decoration: none;
	background-color: #941b0f;
}

/* tracklist tables */

.mixdata {
	background: #000000 url(images/tracklistfade.jpg) no-repeat center bottom;
	margin: 16px 0;
	padding: 12px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px outset #666;
	-webkit-box-shadow: 0px 2px 4px #111;
}
.mixdata h1, .mixdata h2, .mixdata h3 {
	border: none;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	color: #941b0f;
	font: normal small-caps normal 24px Georgia, "Times New Roman", Times, serif;
}
table.tracklist {
	color: #8e8e8e;
	width: 100%;
	border: none;
	border-top: 1px solid #570900;
	border-bottom: 1px solid #570900;
	margin: 0px 0px 8px 0px;
}
table.tracklist th {
	width: 33%;
	color: #5e5e5e;
	font-size: 75%;
	padding: 12px 0px;
	padding-right: 4px;
	font-style: italic;
}
table.tracklist th.first {
	width: 32px;
}
table.tracklist td {
	border-top: 1px dotted #2B2B2B;
	line-height: 1.2em;
	font-size: 75%;
	padding: 4px 8px 4px 0px;
}

