/* 
Theme Name: Flower Of Cables
Theme URI: http://stroft.com/
Description: A flash/ajax hybrid suitable for musicians and artists
Version: 1.0
Author: P. Almqvist
Author URI: http://stroft.com/
*/


/*------------------------------------------------------------
RESET
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
------------------------------------------------------------*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
embed {
	margin: 5px 0 24px 0;
	padding: 0;
	border: 0;
	}

/*------------------------------------------------------------
BASIC SELECTORS
------------------------------------------------------------*/

body {
	background: url(img/bg.gif) repeat-y #000; 
	margin: 0px; 
	}

/*------------------------------------------------------------
PAGE SPECIFIC SHIZNIT
------------------------------------------------------------*/

body#sec_themusicofflowerofcables #navigation #aboutlink, 
body#sec_soapbox #navigation #soapboxlink, 
body#sec_releases #navigation #releaseslink,
body#sec_podcasts #navigation #podcastslink {
	color: #ff3399!important;
	border-left: 8px solid #ff3399!important;
	}
	
body#sec_ #navigation #indexlink {
	color: #ff3399!important;
	border-left: 8px solid #ff3399!important;
	}
	
#navigation #indexlinkUNUSED {
	color: #cecece!important;
	border-left: 8px solid #cecece!important;
	}
	
#navigation #indexlinkUNUSED:hover{
	color: #fff!important;
	border-left: 8px solid #fff!important;
	}
	
/*------------------------------------------------------------
GREGARIOUS STYLING
------------------------------------------------------------*/	

.sharingiscaring {
	font-size: 12px!important;
	color: #111;
	border-top: 8px solid #777;
	padding: 10px 0 10px 0;
	margin: 40px 0 0 0;
	text-align: right;
	background: url(img/bg_sharing.gif) center right no-repeat;
	}
	
.sharingiscaring a{
	text-decoration: none;
	color: #ff6600!important;
	}
	
.sharingiscaring a:hover{
	text-decoration: none;
	color: #fff!important;
	}
	
.akst_link {
	padding: 0 40px 0 0;
	}
	
.digg_whats_this {
	display: none;
	}
	
#akst_form li, #akst_form li a{
	font-size: 11px!important;
	}
	
#akst_form li a{
	text-decoration: none;
	color: #ff6600!important;
	}
	
#akst_form li a:hover{
	text-decoration: underline;
	text-transform: uppercase;
	color: #000!important;
	}
	
/*------------------------------------------------------------
PAGE STRUCTURE
------------------------------------------------------------*/

#container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0;
	visibility: visible;
	z-index: 3;
	background: #222 url(img/biggie2.jpg) -31px;
	text-align: left;
	}
	
#foc-flash {
	border: 0;
	margin: 0;
	padding: 0;
}

#spacemadness {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 250px;
	margin: 0;
	padding: 0;
	visibility: visible;
	z-index: 4;
	border-right: 8px solid #ff3399;
	background: #000;
	}
	
#spacemadness #mozarella h1 {
	position: absolute;
	top: 97px;
	left: 675px;
	width: 102px;
	height: 55px;
	background: url(img/foc_logo_small.gif) no-repeat; 
	text-indent: -9999px;
	z-index: 4;
	}
	
#spacemadness #mozarella h2 {
	position: absolute;
	top: 0px;
	left: 154px;
	width: 646px;
	height: 125px;
	background: url(img/blog_header_bg.gif) no-repeat; 
	text-indent: -9999px;
	z-index: 3;
	}

#spacemadness #mozarella ul#switcher {
	position: absolute;
	top: 195px;
	left: 138px;
	width: 646px;
	height: 125px;
	background: transparent;
	/*left: 0;*/
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 5;
}

ul#switcher li, ul#switcher li a {
	height: 55px;
	display: block;
	float: left;
}

ul#switcher li a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
}

#dotheswitch {/*left: 0;*/ width: 323px; background: transparent url(img/fullversion.gif) 0 0 no-repeat; margin: 0!important;}

#dotheswitch a:hover {background: transparent url(img/fullversion.gif) 0 -55px no-repeat;}

#divider {
	position: relative;
	display: inline;
	float: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	margin: 0;
	padding: 0;
	z-index: 3;
	color: #fff;
	font-size: 1px;
	line-height: 1px;
	background: url(img/bg_divider.gif) 800px no-repeat #fff;
	}

#navigation {
	position: relative;
	float: left;
	clear: both;
	display: inline;
	top: 0;
	left: 0;
	width: 662px;
	height: auto;
	margin: 0;
	margin: 20px 0 0 138px;
	visibility: visible;
	z-index: 3;
	background: transparent;
	border-bottom: 8px solid #666;
	}
	
#navigation a{
	display: table-cell;
	text-decoration: none;
	color: #33dbff;
	font-weight: normal;
	margin: 0;
	padding: 0 30px 0 8px;
	border-left: 8px solid #33daff;
	text-transform: uppercase;
	}
	
#navigation a:hover{
	color: #fff;
	border-left: 8px solid #fff;
	}
	
#navigation p {
	font-size: 11px;
	line-height: 11px!important;
	text-align: left;
	margin: 0!important;
	padding: 0 0 20px 0!important;
	}
	
#content {
	position: relative;
	float: left;
	display: inline;
	top: 0;
	left: 0;
	width: 970px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 3;
	background: url(img/bg_contentshade.png) no-repeat;
	clear: both;
	}
	
#footer {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 260px;
	margin: 0;
	padding: 0;
	visibility: visible;
	z-index: 3;
	background: url(img/this_perfect_day.gif) no-repeat 470px 0px #000;
	clear: both;
	}
	
/*------------------------------------------------------------
TYPOGRAHY & COLORS + FORMS
------------------------------------------------------------*/

a {
	color: #ff3399;
	text-decoration: underline;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	}

h1, h2, h3, .commentlist li, #switchtext, .post-meta li, body, input {
	font-family: 'News Gothic MT', News Gothic MT, Helvetica Neue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

p {
	font-family: 'News Gothic MT', News Gothic MT, Helvetica Neue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
}

h1 {
	color: #fff;
	font-size: 26px;
	}
	
h2 {
	font-size: 20px;
	color: #ff6600;
	padding: 10px 0 10px 0;
	}

.post-meta {
	position: relative;
	float: left;
	display: inline;
	top: 0;
	left: 0;
	width: 662px;
	height: auto;
	margin: 0 0 0 138px!important;
	padding: 20px 0 20px 0!important;
	visibility: visible;
	z-index: 3;
	background: transparent;
	border-bottom: 8px solid #666;
	font-size: 15px!important;
	text-transform: uppercase;
	color: #fff!important;
	}
	
.pagetitle b, .post-meta-key {
	color: #33dbff;
	font-weight: normal;
}
	
#content #zenzendaijobu p {
	font-size: 18px;
	margin: 0;
	color: #fff;
	}
	
#content #zenzendaijobu a {
	color: #fff;
	text-decoration: none;
	}
	
#content #zenzendaijobu a:hover {
	color: #000;
	}
	
.white {
	color: #fff!important;
	}
	
.darkgrey {
	color: #222!important;
	}
	
.pink {
	color: #ff3399!important;
	}
	
.small {
	font-size: 11px!important;
	font-style: italic;
	color: #eee;
	padding-top: 20px;
	}

#paypalform {
	float: right;
	margin: auto;
	padding-right: 400px;
	padding-left: 20px;
	}
	
#sform {
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
	top: 0;
	right: 0;
	border: 0;
	}
	
#sform input{
	display: table-cell;
	margin: 0 20px 0 0;
	padding: 2px;
	width: 90px;
	background-color: #fff;
	border: 0;
	font-size: 10px;
	}
	
/*------------------------------------------------------------
COMMENTS
------------------------------------------------------------*/

#commentator {
	clear: both;
	display: inline;
	width: 462px;
	float: left;
	margin: 0 0 0 138px;
	border: 0;
	padding: 0;
	}

.commentlist li {
	padding: 16px;
	margin: 0;
	border: 0;
	background: #666;
	border-bottom: 1px solid #333;
}

.commentlist li .options {
	font-size: 12px;
	line-height: 17px!important;
	color: #111;
	border: 0px!important;
	padding: 0px!important;
	margin: 0!important;
	text-align: right;
	background: transparent;
	}

.commentlist li {
	font-size: 14px;
	color: #eee;
	}
	
.commentlist li p {
	font-size: 13px;
	line-height: 18px!important;
	color: #eee;
	}
	
#commentator h2 {
	padding: 32px 0 16px 0!important;
	color: #80ff33;
	}
	
.alt, .authorcomment {
	background: #444!important;
	}
	
.authorcomment {
	background: #ededed!important;
	}

.authorcomment p{
	color: #222!important;
	}
	
.commentlist li em{
	font-style: italic;
	font-weight: bold;
	color: #aaa;
	}
	
label em{
	color: #ff3399;
	}
	
#comment, #author, #email, #url, #submit {
	color: #000;
	background: #ddd;
	font-family: Helvetica Neue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
	
#comment, #author, #email, #url {
	border: 1px solid #333;
}
	
#submit {
	font-weight: bold;
	background: #ddd;
	}
	
#comment {
	width: 462px;
	height: 150px;
}

/*------------------------------------------------------------
POST
------------------------------------------------------------*/
	
.post {
	float: left;
	position: relative;
	width: 970px;
	margin: 10px 0 50px 0;
	}
	
.post-body {
	clear: both;
	display: inline;
	width: 832px;
	float: left;
	margin: 0 0 0 138px;
	border: 0;
	padding: 0;
	background: transparent;
	}

.post-body .photo {
	width: 316px;
	display: inline;
	height: 299px;
	float: right;
	margin: 0;
	border: 8px solid #ff3399;
	padding: 0;
	background: #fff;
	}

div.post h1 {
	margin: 10px 0 16px 28px!important;
	padding-bottom: 0!important;
	width: 762px;
	border: 0;
	}
	
div.post h1 a{
	text-decoration: none;
	}
	
div.post h1 span {
	position: relative;
	display: inline;
	float: left;
	font-style: normal;
	font-weight: normal;
	color: #242424;
	width: 110px;
	height: 100%;
	border: 0;
	text-align: left;
	margin: 0;
	padding: 0 0 2px 0;
	}
	
div.post-body p {
	font-size: 14px;
	line-height: 22px;
	color: #eee;
	width: 462px;
	}
	
div.post-body em {
	font-style: italic;
	}
	
div.post-body b, div.post-body strong {
	font-weight: bold;
	}
	
div.post-body .options {
	font-size: 12px;
	line-height: 18px;
	color: #111;
	border-top: 8px solid #494949;
	padding: 5px 0 0 0;
	text-align: right;
	}

div.post-body .options b a{
	text-decoration: none;
	color: #33dbff;
	font-weight: normal;
	}

div.post-body .options span a{
	position: relative;
	float: left;
	width: 100px;
	display: table-cell;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
	text-decoration: none;
	color: #80ff33;
	font-style: normal;
	background: url(img/icon_comments_off.gif) 0px 0px no-repeat;
	border: 0;
	vertical-align: middle;
	text-align: left;
	}
	
div.post-body .options b a:hover, div.post-body .options span a:hover{
	text-decoration: none;
	color: #fff;
	}
	
div.post-body .options span a:hover{
	background: url(img/icon_comments_on.gif) no-repeat;
	}

div.post-body blockquote {
	padding: 0 0 0 20px;
	border-left: 4px dotted #444;
	font-style: italic;
	margin: 0 0 30px 30px;
	width: 410px;
	}
	
div.post-body blockquote p {
	color: #ccc!important;
	width: 410px!important;
	}

#twitter_update_list {
	margin: 0;
	padding: 0 0 20px 0;
	width: 424px;
	border: 4px dotted #444;
	background: url(img/bg_twit.gif) 366px 10px no-repeat;
	}

div.post-body li {
	font-style: normal;
	font-size: 12px;
	line-height: 22px;
	color: #eee;
	list-style-type: square;
	padding: 0 20px 20px 0;
	margin-left: 40px;
	/*text-transform: uppercase;*/
	}
	
#twitter_update_list li { 
	padding: 20px 70px 0 0!important;
	}
	
#twitter_update_list li a { 
	display: block;
	color: #222;
	}

#zenzendaijobu {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 788px;
	height: auto;
	margin: 0;
	padding: 6px 10px 6px 10px;
	visibility: visible;
	z-index: 3;
	background: #ff3399;
	clear: both;
	}

#zenzendaijobu #zenleft {
	float: left;
	width: 362px;
	}

#zenzendaijobu #zencenter {
	float: left;
	}
	
#zenzendaijobu #zenright {
	float: right;
	}
	
#the-end-is-near {
	position: relative;
	display: inline;
	float: left;
	top: 0;
	left: 0;
	width: 788px;
	height: 117px;
	margin: 0;
	padding: 8px 0 0 20px;
	visibility: visible;
	z-index: 3;
	clear: both;
	background: transparent;
	}

#the-end-is-near h4 {
	width: 84px;
	height: 16px;
	margin: 0;
	padding: 0;
	float: right;
	text-indent: -9999px;
	background: transparent url(img/button_subscribe.gif) 0 0 no-repeat;
	}

#the-end-is-near h4 a {
	height: 16px;
	display: block;
}
/*-----------------------------------------------
TABS - hats off to the jeff zeldman css hover magic!
-----------------------------------------------*/

ul#network {
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	height: 25px;
	background: transparent;
	/*left: 0;*/
	margin: 0 0 0 0;
	padding: 56px 0 0 0;
	border: 0;
}

ul#network li, ul#network li a {
	height: 25px;
	display: block;
	float: left;
}

ul#network li a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
}

#virb {/*left: 0;*/ width: 138px; background: transparent url(img/thingsthatmatter.gif) 0 0 no-repeat; margin: 0 60px 0 0!important;}
#dnm {/*left: 0;*/ width: 75px; background: transparent url(img/thingsthatmatter.gif) -181px 0 no-repeat; margin: 0 60px 0 0!important;}
#td {/*left: 0;*/ width: 92px; background: transparent url(img/thingsthatmatter.gif) -299px 0 no-repeat; margin: 0 20px 0 0!important;}
#stroft {/*left: 0;*/ width: 55px; background: transparent url(img/thingsthatmatter.gif) -409px 0 no-repeat; margin: 0 20px 0 0!important;}
#foc {/*left: 0;*/ width: 39px; background: transparent url(img/thingsthatmatter.gif) -483px 0 no-repeat; margin: 0!important;}

#virb a:hover {background: transparent url(img/thingsthatmatter.gif) 0 -25px no-repeat;}
#dnm a:hover {background: transparent url(img/thingsthatmatter.gif) -181px -25px no-repeat;}
#td a:hover {background: transparent url(img/thingsthatmatter.gif) -299px -25px no-repeat;}
#stroft a:hover {background: transparent url(img/thingsthatmatter.gif) -409px -25px no-repeat;}
#foc a:hover {background: transparent url(img/thingsthatmatter.gif) -483px -25px no-repeat;}