/*---------------------------------------------------------------------------------------------------
Theme: Resist 2.0
Author: Beth Dean
Contact: beth@resistmedia.net
Last Modified: 12.13.07
---------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------
=Base
---------------------------------------------------------------------------------------------------*/

body {
	background: #000;
	color: #ccc;
	font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#page {
	min-width: 650px;
	margin: 0;
	padding: 0;
}

#header {
	background-image: url(images/header.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #000;
	width: 100%;
}

#main-nav {
	border-bottom: 1px dashed #141414;
	display: block;
	float: left;
	list-style: none;
	margin: 170px 0 0 50px;
	padding: 0 0 6px 0;
	width: 330px;
}

#main-nav li {
	display: inline;
	float: left;
	margin-right: 10px;
	padding-right: 20px;
}

#main-nav a {
	color: #ccc;
	text-decoration: none;
}

#main-nav a:hover {
	color: #fff;
	background-color: #741315;
}

.description {

}

#wrapper {
	background-image: url(images/bg-trees.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	min-width: 1000px;
	wrapper: 0;
	width: 100%;	
}

#content {
	float: left;
	margin: 0 0 10px 50px;
	width: 450px;
}

#sidebar {
	color: #999;
	border-left: 1px dashed #141414;
	float: left;
	font-size: 11px;
	margin: 10px 0 0 20px;
	padding: 0 0 0 20px;
	width: 250px;
}

#footer {
	border-top: 1px dashed #141414;
	color: #999;
	clear: both;
	font-size: 11px;
	margin-top: 10px;
	padding: 0 20px;
	width: 100%;
}

a {
	color: #fff;
}

/*-------------Headings-------------*/

h1, h1 a {
	color: #741315;
	text-decoration: none;
}


h2 {
	color: #741315;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

h3 {
	color: #741315;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

h4 {
	color: #741315;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

h5 {
	color: #741315;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

/*-------------The Post-------------*/



h2 a {
	border: none;
	color: #741315;
	text-decoration: none;
}

h2 a:hover {
	color: #741315;
	border-bottom: 1px dotted;
	
}

p#date {
	font-size: 10px;
	color: #666;
	margin: 0;
}

.post {
	line-height: 19px;
	margin: 0 0 30px 0;
	border-bottom: 1px dashed #141414;
}

.post p {
	margin-top: 0;
}

/*-- =Post Links --*/

.post a {
	border-bottom: 1px dotted #666;
	color: #666;
	text-decoration: none;
	
}

.post a:hover {
	color: #741315;
	border-bottom: 1px dotted #741315;
	text-decoration: none;
}

.post h2 a {
	border: none;
	color: #741315;
	line-height: 22px;
}

.post h2 a:hover {
	border: none;
}

.post strong {
	color: #741315;
}

.post ul {

}

.post li {
	margin: 3px 0 0 0;
}

.entry {
	
}

div.entry img, div.entrytext img {
	border: 1px dotted #404040;
}

.entry ol, .post ul, .entry ul, .post ol {
	border-left: 1px dashed #141414;
}

.entry ol li {
	margin-bottom: 10px;
}

.entrytext .postmetadata {

}

div.entrytext ol li p {
	margin-top: 7px;
}

.postmetadata {
	color: #999;
	color: #666;
	font-size: 10px;
}

.postmetadata alt {

}

.postmetadata a {
	border: none;
	color: #999;
	text-decoration: underline;
}

.postmetadata a:hover {
	background-color: #000;
	border: none;
	color: #741315;
}

.metadatacomments {
	background-image: url(images/icon-comment.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}

p.postmetadata span.metatags {
	font-size: 9px;
}

div.navigation {
	border-bottom:1px dashed #141414;
	margin: -20px 0 20px 0;
	padding: 10px 0;
}

.navigation a {
	color: #999;
}

.navigation a:hover {
	background-color: #212121;
	color: #fff;
}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {
	background-image: url(images/icon-quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px dashed #741315;
	font-style: italic;
	margin: 10px 0 10px 10px;
	padding-left: 40px;
}

cite {

}

a img {

}

img.leftimage {
	margin: 0 10px 5px 0;
}

img.rightimage {
	margin: 0 0 5px 10px;
}

acronym, abbr {

}

p .footnote {
	border-top: 1px dashed #741315;
	color: #666;
	display: block;
	font-size: 10px;
	font-style: italic;
	line-height: 15px;
	padding-top: 5px;
}

ol.footnote  {
	border-left: 0;
	border-top: 1px dashed #741315;
	color: #666;
	font-size: 10px;
	font-style: italic;
	line-height: 15px;
	padding-left: 20px;
	padding-top: 10px;
}

ol.footnote li {
	border-bottom: 1px dashed #141414;
	margin-bottom: 7px;
}

/*-- =Tweets --*/

.twitter {
	border-bottom: none;
}

.twitter h2 {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 0;
}

.twitter ul {
	background-color: #141414;
	border-bottom: 1px dashed #333;
	border-top: 1px dashed #333;
	font-size: 11px;
	line-height: 16px;
	list-style: none;
	margin-top: 0;
	padding: 10px;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}

.twitter ul li {
	margin-bottom: 7px;
}

/*-- =Remaindered Links --*/

ul.linklog {
	/*border: none;*/
	line-height: 18px;
	list-style: none;
	margin: 0 0 13px 0;
	padding: 0 0 5px 0;
}

ul.linklog li {
	margin: 0;
	padding: 0;
}

.linklogSmall a {
	border: none;
	font-size: 9px;
	text-decoration: none;
}

.linklogSmall a:hover {
	background-color: #000;
	border: none;
	color: #741315;
}

/*-- =Movie Reviews --*/

.post .reviewHeader {
	border-left: none;
	list-style: none;
	line-height: 12px;
	margin: 0;
	padding: 0;
	overflow: auto;
	width: 100%
}

.reviewHeader li {
	margin: 0;
	padding: 0;
}

.reviewHeader h2 {
	display: inline;
	text-transform: none;
}

.reviewHeader li.left {
	float: left;
}

.reviewHeader li.right {
	float: right;
}

.review p {
	margin-top: 0;
}

a.reviewDate {
	border: none;
	font-size: 9px;
}

a:hover.reviewDate {
	border: none;
}

/*-- =Music Reviews --*/

.music .reviewHeader {
	overflow: visible;
}

.music .reviewHeader li {
	margin: 0 0 3px 0;
	padding: 0;
}

li.albumart {
	float: left;
	margin: 0;
}

li.albumart img {
	height: 85px;
	margin-right: 10px;
	width: 85px;
}

li.albumart a,
li.albumart a:hover {
	border: 0;
}

li.albumart a img {
	border: 0;
	border: 3px solid #666;
}

li.albumart a:hover img {
	border: 0;
	border: 3px solid #741315;
}



li.recordlabel {
	font-size: 10px;
}

li.forfans {
	color: #535353;
	font-size: 10px;
}

li.forfans strong {
	color: #666;
	font-weight: normal;
}

.music .entry {
	clear: both;
}

/*-- =Related --*/

#related {
	border-top: 1px dashed #141414;
	margin: 10px 0 0 0;
	padding-top: 10px;
}

#related ul {
	border: none;
	font-size: 11px;
	list-style-image: url(images/icon-arrow.gif);
	margin: 0 0 0 20px;
	padding: 0;
}

#related ul li {
	margin: 0;
	padding: 0;
}


/*--------------Sidebar------------*/

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul h2 {

}

#sidebar ul li {
	margin-bottom: 5px;

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {
	margin-top: 0;
}

#sidebar p a {
	color: fff;
}

#sidebar p a:hover {
	color: #741315;
}

#sidebar a {
	color: #fff;
}

#sidebar a:hover {
	/*background-color: #741315;
	border-bottom: 1px dotted #fff;
	text-decoration: none;*/
}

#sidebar a:visited {

}

#sidebar a img {
	border: none;
}

#sidebar a:hover img {
	background: none;
	border: 0;
}

#search {
	margin: 10px 0;
} 

/*--- =Last FM / Recent Tracks ---*/

li#lastFM {
	margin-top: 20px;
}

#scrobbler_widget_container {
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#lastFM ul li {
	border-top: 1px dashed #141414;
	margin: 0;
}

#lastFM a {
	color: #535353;
	text-decoration: none;
}

#lastFM a:hover {
	text-decoration: underline;
}

.artist {
	color: #666;
}

a#subscribe {
	background-image: url(images/icon-feed.png);
	background-repeat: no-repeat;
	color: #202020;
	color: #3B3B3B;
	padding: 0 0 5px 17px;
}

a:hover#subscribe {
	/*background-color: #000;
	border: none;
	color: #741315;
	text-decoration: underline;*/
}


#sidebar_links {
	border-top: 1px dashed #141414;
}

#sidebar_links li {
	display: inline;
	margin-bottom: 5px;
}

#sidebar_links a {
	color: #3b3b3b;
}

#sidebar_links a:hover {
	color: #741315;
}


/*--------------Comments--------------*/

h3#respond {
	margin-top: 10px;
}

#commentWrapper {
	border: 1px dashed #741315;
	padding: 0 10px 10px 10px;
}

#commentWrapper small {
	color: #999;
	line-height: 12px;
}

#comment {
	font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: 415px;
}

ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	display: block;
	margin: 5px 0;
	padding: 5px 5px 15px 5px;
}

ol.commentlist li strong {
	color:#F5F5F5;
}

ol.commentlist li.alt {
	background-color:#1e1e1e;
	border-bottom: 1px dashed #999;
	color: #999;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}

ol.commentlist li p {
	margin: 5px 0;
	width: 355px;
}

ol.commentlist a {
	font-style: normal;
}

ol.commentlist li.alt a {
	color: #ccc;
	color:#F5F5F5;
}

small.commentmetadata a {
	color: #666;
	text-decoration: none;
}

ol.commentlist li.author {
	border-left: 1px dashed #741315;
	margin: 20px 0 20px 20px;
	padding-left: 10px;
}

ol.commentlist li.author strong a {
	color:  #741315;
}

img.gravatar {
	border: 3px solid #999;
	height: 40px;
	width: 40px;
	margin: 0 5px 5px 5px;
}

#commentSubscribe a {
	background-image: url(images/icon-feed.png);
	background-repeat: no-repeat;
	color: #3B3B3B;
	font-size: 11px;
	padding: 0 0 5px 17px;
	text-decoration: none;
}

/*-- Comment Preview --*/

#commentPreview {
	background-color:#1E1E1E;
	color:#999;
	opacity:0.6;
	padding: 5px;
}

#commentPreview strong {
	color: #fff;
}

#commentPreview p {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}


/*--------------Search Form-------------*/

#search-wrapper {
	border-bottom: 1px dashed #141414;
	float: left;
	margin: 0 0 10px 50px;
	width: 450px;	
}

#search-wrapper .navigation {
	border: none;
}

#search-wrapper h2.pagetitle {
	margin-bottom: 20px;
}

#search-wrapper small {
	color: #666;
	font-size: 10px;
	margin-top: 15px;
}

#searchform {
	margin: 10px 0;
}

#searchform input {

}

#searchform #s {

}

#notFound {
	border-bottom: 1px dashed #141414;
	float: left;
	margin: 0 0 10px 50px;
	width: 450px;	
}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}



/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}


/*---------------------------------------------------------------------------------------------------
=Front Page
---------------------------------------------------------------------------------------------------*/

#frontpage-header {
	background-image: url(images/frontpage-header.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #000;
	width: 100%;
}

#header #main-nav {
	margin-bottom: 15px;
	width: 450px;
}

#frontpage-wrapper {
	width: 1100px;	
}

#frontpage-content {
	border-right: 1px dashed #141414;
	float: left;
	margin: 0 30px 10px 50px;
	padding-right: 30px;
	width: 330px;
}

#oops {
	border-left: 1px dashed #741315;
	padding-left: 15px;
}

#frontpage-content .leadin {
	font-size: 15px;
	line-height: 20px;	
}

#frontpage-content .leadin a {
	border-bottom: 1px dotted #741315;
	color: #741315;
	font-weight: lighter;	
	text-decoration: none;
}

#frontpage-content .leadin a:hover {
	background-color: #141414;
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-weight: lighter;	
	text-decoration: none;
}

h2.cloister {
	border-bottom: 1px solid #141414;
	border-top: 1px solid #141414;
	height: 26px;
	padding: 6px 0;
	width: 100%;
}

/*-------------Services------------------*/

ul#product-types {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 625px;
}

ul#product-types li {
	display: inline;
	float: left;
	margin: 0 30px 30px 0;
	width: 125px;
}

ul#product-types li img {
	border: 7px solid #101010;
	margin-top: 5px;
}

ul#product-types li a {
	color: #999;
	font-size: 17px;
	letter-spacing: 1px;
	text-decoration: none;
}

/*-------------Featured & Recently------------------*/

#featured {
	float: left;
	width: 400px;
}

#featured-image {
	border: 10px solid #101010;
	margin-top: 15px;
}

#recently {
	color: #999;
	float: left;
	width: 180px;
}

#recently ul {
	border-left: 1px dashed #141414;
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

#recently ul li {
	font-size: 11px;
	height: 50px;
	padding: 5px;
}

#recently ul li.on {
	background-color: #0f0f0f;
}

/*-------------Footer------------------*/

#footer ul {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

#footer ul li {
	float: left;
}

#footer ul li ul {
	height: 15px;
	margin: 0;
	padding-bottom: 5px;
	text-align: right;
}

#footer #errata {
	width: 1005px;
}

#footer #errata #credits {
	float: right;
}



#footerWrapper, #footerWrapperHome {
	margin-bottom: 20px;
	margin-left: 30px;
	padding-bottom: 20px;
	width: 760px;
}

#footerWrapperHome {
	width: 1000px;
}

#footerItem {
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
	width: 350px;
}

#footerWrapperHome #footerItem.left {
	margin-right: 270px;
}

#footerRight li {
	width: 100%;
	text-align: right;
}

#footerWrapper a, #footerWrapperHome a {
	border-bottom: 1px dotted #666;
	color: #666;
	text-decoration: none;
	
}

#footerWrapper a:hover, #footerWrapperHome a:hover {
	color: #741315;
	border-bottom: 1px dotted #741315;
	text-decoration: none;
}


a#affiliate {
	background-color: #036;
	border: 1px solid #333;
	color: #fff;
	padding: 1px 2px;
	text-decoration: none;
}

a#affiliate:hover {
	color: #ccc;
}


/*-------------Links------------------*/

#frontpage-content .entry a, #oops a {
	border-bottom: 1px dotted #666;
	color: #666;
	text-decoration: none;
}

#frontpage-content .entry a:hover, #oops a:hover {
	color: #fff;
	background-color: #741315;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

h2.cloister a img {
	border: none;
}

#main-nav a {
	text-decoration: none;
}

#main-nav a:hover {
	background-color: #000;
	border-bottom: 1px dotted #741315;
	color: #741315;
	text-decoration: none;
}

#recently li a {
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

#recently li a:hover {
	border-bottom: 1px dotted #741315;
	color: #741315;
	text-decoration: none;
}

/*---------------------------------------------------------------------------------------------------
=Services
---------------------------------------------------------------------------------------------------*/

#services #wrapper {
	background-image: none;
}

#services #main-nav {
	border-bottom: none;
}

#services-wrapper {
	background-image: none;
	min-width: 1100px;	
}

#services-content {
	float: left;
	margin: 0 30px 0 50px;
	padding-right: 10px;
	width: 480px;
}

#services-content #leadin {
	font-size: 15px;
	font-weight: lighter;
	line-height: 20px;	
}

#leadin strong {
	color: #741315;
	font-weight: lighter;
}

h3.thumbs {
	color: #999;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	padding-bottom: 0;
	margin-bottom: 5px;
	text-decoration: none;
}

#media {
	background-image: url(images/bg-services-trees.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-left: 1px dashed #141414;
	padding-left: 30px;
	float: left;
	width: 465px;
}

#media ul {
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	width: 186px;
}

#media ul.left {
	border-right: 1px dashed #141414;
}

#media ul li {
	margin-bottom: 10px;
}

#media ul li img {
	display: block;
}

#work-wrapper {
	clear: both;
	background-image: none;
	border-top: 1px dashed #141414;
	width: 100%;
}

#work-header {
	background-image: url(images/bg-work-trees.jpg);
	height: 102px;
	min-width: 1024;
}

#work-header img {
	margin: 35px 0 10px 50px;
}

ul.work  {
	display: block;
	float: left;
	border-bottom: 1px dashed #141414;
	list-style: none;
	margin: 0 0 10px 125px;
	padding: 0 0 5px 0;
}

ul.work li {
	color: #999;
	display: inline;
	float: left;
	font-size: 11px;
	margin: 0 40px 0 0;
	width: 220px;
}

ul.work li.right {
	margin-right: 0;
}

ul.work li img {
	border: 10px solid #1e1e1e;
	margin-bottom: 5px;
}

ul.work li p {
	border-top: 1px dashed #141414;
	margin: 5px 0 0 0;
	padding: 5px 0;
}

ul.work li a {
	color: #741315;
	text-decoration: none;
}

ul.work li a:hover {
	color: #fff;
}

a.visit {
	margin-left: 5px;
}

p#services-errata {
	color: #999;
	font-size: 11px;
	margin-left: 125px;
	width: 750px;
}

p#services-errata strong {
	color: #ccc;
}

p#getintouch {
	color: #999;
	font-size: 12px;
}
	
/*---------------------------------------------------------------------------------------------------
=Ads
---------------------------------------------------------------------------------------------------*/

div.advertisement {
	border: 1px dashed #741315;
	padding: 20px;
}

/*---------------------------------------------------------------------------------------------------
=About
---------------------------------------------------------------------------------------------------*/

#about-wrapper {
	border-right: 1px dashed #141414;
	float: left;
	margin: 0 30px 10px 50px;
	padding-right: 30px;
	width: 580px;
}

#about-wrapper #leadin {
	font-size: 15px;
	font-weight: lighter;
	line-height: 20px;	
}

a.hi {
	color: #741315;
	text-decoration: none;
}

a:hover.hi {
	color: #fff;
}

.bio {
	font-size: 11px;
	margin-top: 20px;
}

img.bio {
	border: 7px solid #333;
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

img.bioname {
	display: block;
	margin-bottom: 10px;
}

ul.findme {
	border-bottom: 1px dashed #141414;
	border-top: 1px dashed #141414;
	clear: both;
	display: block;
	float: none;
	list-style: none;
	margin: 5px 0;
	padding: 5px 0;
}

ul.findme li {
	display: inline;
	margin: 5px 10px 5px 0;
	padding: 0;
}

#sidebar.aboutsidebar {
	border-left: none;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	width: 300px;
}

ul.findme li a {
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

ul.findme li a:hover {
	color: #741315;
}


/*---------------------------------------------------------------------------------------------------
=Contact
---------------------------------------------------------------------------------------------------*/

#contact-wrapper {
	float: left;
	margin: 0 30px 10px 50px;
	padding-right: 30px;
	width: 530px;
}

/*---------------------------------------------------------------------------------------------------
=Archives
---------------------------------------------------------------------------------------------------*/

#archives ul {
	list-style-image: url(images/icon-arrow.gif);
}

#archives ul {
	margin-left: 0;
	padding-left: 0;
}

ul#archives_month {
	margin-left: 20px;
}

ul#archives_category li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul#archives_category li ul {
	display: inline;
	margin: 0;
	padding: 0;
}

ul#archives_category li ul li {
	display: inline;
	float: left;
}

#archives {
	padding-left: 0;
}

#archives ul li {
	margin-right: 5px;
}

#smart_archives {
	margin-top: 10px;
}

#favorite_posts {
	margin-top: 30px;
}

#archives_favorites li {
	margin-left: 20px;
}

/*-- =Archives Links --*/

#archives a {
	border-bottom: 1px dotted #666;
	color: #666;
	text-decoration: none;
	
}

#archives a:hover {
	color: #741315;
	border-bottom: 1px dotted #741315;
	text-decoration: none;
} 

#archive_results h2 {
	margin-bottom: 10px;
}

#archive_results h3 {
	margin-bottom: 0;
}

#archive_results h3 a {
	border: none;
	color: #741315;
	line-height: 22px;
}

#archive_results h3 a:hover {
	border: none;
}

#archive_tags a {
	text-transform: lowercase;
}






