/*  
Theme Name: soul funk secret - no gig listings
Description: theme for Marco (without gigs)
Version: 1.2
Author: prisca schmarsow - eyedea
Author URI: http://eyedea.eu

*/

/* eric meyer's rest rules - thanks eric ;) */
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;
}

/* 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 container settings */
body {
	background: #EAE3D3;
	color: #5B3B00;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #9F2214;
}
a:hover, a:active {
	color: #FF8B00;
	border-bottom: 1px solid #FF8B00;
}
.clear {
	clear: both;
}
/* content wrap */

#wrap {
	background: #EAE3D3 url(images/stripes.gif) top center repeat-y;
	width: 900px;
	margin: 0 auto;
}
/* header + descrition */

#header {
	background: url(images/header.gif) top left no-repeat;
	display: block;
	height: 160px;
	margin: 0 0 3em 0;
	text-indent: -2000px;
}


#header h1 {
	float: left;
	padding: 140px 0 0 120px;
	margin: 0 3em 0 0;
}
#header h1 a {
	color: #9F2214;
	border: none;
	text-decoration: none;
}
.description {
	padding: 140px 0 0 120px;	
}

/* content */

#content{
	margin: 0 220px 0 100px;
	font-size: 0.8em;
	line-height: 1.4em;
}
#content h2, #content .post h2, #contact .post h2 {
	font-size: 2.4em;
	letter-spacing: -0.04em;
	margin: 0 0 1.2em 0;
	color: #9F2214;
}

div#photos {
	padding: 2.6em;
}

/* post styling */

#content .post {
	display: block;
	margin: 0 0 2em 0;
}
#content .post img {
	border: none;
	margin: 0 8px 0 -3px;
}
#content .post p {
	margin: 0 0 .4em 0;
}
#content .post .entry strong em {
	font-size: 1.4em;

	display: block;	
	margin: 1em 0;
}

#content .post .entry p em {
	display: block;
	margin: 2em 0 0 0;
	font-weight: bold;
}

#content .post .entry blockquote {
	clear: both;
	line-height: 2em;
	margin: 0 0;
}

#content .post .entry blockquote ul {
	float: left;
	width: 24em;
	margin: -4px 0 1em 0;
}
#content .post .entry blockquote ul li {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
#content .post .entry blockquote p em {
	font-style: normal;
	font-weight: bolder;
	display: block;
	float: left;
	width: 24em;
	margin: 0;
	padding: 0;
}
#content .post .entry a {
	text-decoration: none;
	border: none;
	font-weight: bold;
}

#tc {
	color: #000;
	display: block;
	margin: 4em 0em;
}
#tc em {
	font-size: 1.3em;
	font-style: normal;
	display: block;
	margin: 1em 0 0 0;
	color: #9F2214;
}
#tc em strong {
	font-size: 1.4em;
	letter-spacing: 0.2em;
	color: #9F2214;
}
#tc p span {
	font-weight: bold;
	border-bottom: 1px dotted #9F2214;
}

/* band page */
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}


/* search form for error */
#content form#searchform input#s {
	display: block;
	width: 220px;	
	padding: 3px;
	margin: 1em 0 0 0;
}
#content form#searchform input#searchsubmit {
	display: block;
	width: 228px;	
	padding: 2px;
	margin: 6px 0 0 0;
}
#content form#searchform input#s:hover, #content form#searchform input#s:focus, #content form#searchform input#searchsubmit:hover, #content form#searchform input#searchsubmit:focus {
	background: #FEC77C;
}

/* entry - sound player 'wordTube' */
#content .entry .wordtube {
	width: 220px;
	height: 200px;
	float: left;
	margin: 0 1em 2em 0;
	padding: 3em 6em;
	background: transparent url(images/soundplayer.png) top center no-repeat;
}

#content .entry .wordtube object {
	display: block;
	height: 200px;
}



#content .entry p strong {
	color: #9F2214;
	font-weight: bold;
	font-size: 1.2em;	
}
#content .entry p strike {
	clear: both;
}

/* form elements */

input {
	width: 16em;
	background: transparent;
	border: 1px solid #5B3B00;
	margin: 0.6em 0;
}

textarea {
	width: 40em;
	border: 1px solid #5B3B00;
	background: transparent;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	background: #FEC77C;
}

/* content - comments page */
#content h3#comments {
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -0.02em;
	margin: 0 0 1.2em 0;
	color: #9F2214;	
}
#content ol.commentlist {
	width: 440px;
}
#content ol.commentlist li  {
	background: transparent url(images/quote.gif) top left no-repeat;
	padding: 0.2em 0 0 1.6em;
}
#content ol.commentlist li small.commentmetadata {
	float: right;
	font-size: 0.9em;
}
#content ol.commentlist li cite {
	font-size: 1.2em;
}
#content ol.commentlist li p {
	margin: 0.8em 0 3em 0;
}

#content h3#respond {
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -0.04em;
	margin: 2em 0 0.8em 0;
	color: #9F2214;		
}
/* content - gigs posts */

#content.gigs{
	margin: 0 100px;
	font-size: 0.8em;
	line-height: 1.4em;
}
#content.gigs h2, #content.gigs .post h2 {
	clear: both;
	font-size: 1.6em;
	letter-spacing: -0.04em;
	margin: 0 0 0 0;
	color: #9F2214;
	background: url(images/circle_icon.gif) top left no-repeat;
	padding: .2em 0 .5em 1.6em;
}
#content.gigs .post {
	display: block;
	width: 350px;
	height: 14em;
	float: left;
	margin: 0 0 3em 0;	
}

#content.gigs .entry p em strong {
	color: #5B3B00;
	font-style: normal;
	font-weight: normal;
	font-size: 1.3em;
	letter-spacing: -.08em;
	margin: 0;
	padding: 0;
} 
#content.gigs .entry p em {
	color: #5B3B00;
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#content.gigs .entry ul {
	display: block;
	width: 150px;
	float: left;
	margin: 0 10px 1em 0;
}
#content.gigs .entry ul li {
	margin: 0.1em 0;
}
#content.gigs .entry ul li strong {
	color: #9F2214;
	font-weight: bold;
	font-size: 1em;	
}


#content.gigs h3#respond {
	clear: both;
	font-size: 1.6em;
	letter-spacing: -0.04em;
	margin: 0 0 1.2em 0;
	color: #9F2214;
	background: url(images/circle_icon.gif) top left no-repeat;
	padding: 0.2em 0 0.2em 1.6em;
}
#content.gigs .entry .entrymeta {
	clear: both;
	display: block;
	border-top: 1px dotted #9F2214;
	margin: 0 80px 0 0;
}

#content.gigs .entry p a.more-link {
	clear: both;
	display: block;	
	border: none;
}
#content.gigs .entry p a.more-link:after {
	content: ' ...';
}
#content.gigs .entry p a.more-link:hover:after {
	content: ' →';
}


#content.gigs .entry .postedby span {
	float: right;
}

/* sidebar */

#menu {
	position: fixed;
	right: 0;
	top:  120px;
	background: transparent url(images/sidepanel_bot.png) bottom left no-repeat;
	padding: 2em 0;
	font-size: 0.9em;
	line-height: 1.3;
}
#menu2 {
	background: transparent url(images/sidepanel_top.png) top left no-repeat;
}
#menu #menu2 ul {
	margin: 1em 1em .4em 5em ;
	padding: 3em 1em 0 4em;
}
#menu ul li {
	margin: 0.1em 0;
}
#menu2 ul li a {
	color: #FF8B00;	
}
#menu #menu2 ul li {
	color: #FF8B00;
}

/* links */
#menu #menu2 h4 {
	margin: 1em 0 0 4.5em;
	color: #B35639;	
	font-variant: small-caps;
	font-size: 2em;
}
#menu #menu2 ul.links {
	margin: 1em 1em 2em 8em ;
	padding: 0 0 0 2em;
	font-size: 0.9em;
}
#menu #menu2 ul.links li a {
	color: #FEC77C;
}


/* footer */

#footer {
	margin: 4em 0 0 0;
	font-size: 0.84em;
	background: url(images/footer.gif) top left no-repeat;
	display: block;
	height: 160px;
}

#footer p {
	margin: 1em 16%;
	padding: 100px 0 0 0;
}
#footer p a {
	color: #9F2214;	
}
#footer p a:hover {
	color: #EAE3D3;
	border-bottom: 1px solid #9F2214;
}
#footer p span.eyedea a, #footer p span.eyedea a:link, #footer p span.eyedea a:visited {
	background: transparent url(images/eyedea.png) no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 42px;
	border-bottom: none;
}
#footer p span.eyedea a:hover, #footer p span.eyedea a:active {
	background: transparent url(images/eyedea.png) no-repeat;
	background-position: 0 -35px;
	color: #5B3B00;
}

/* contact page - form styling in plugin folder */
#contact {
	margin: 0 100px;
	font-size: 0.8em;
	line-height: 1.4em;
}
