/*
Theme Name: Crossfaded Music
Theme URI: http://www.crossfadedmusic.com/
Description: A Wordpress theme designed and developed for <a href="http://www.crossfadedmusic.com">crossfadedmusic.com</a> by Mike Kohn.
Version: 1.0
Author: Mike Kohn
Author URI: http://www.rhymeswithmilk.com/
Tags: 
*/

/*
	THEME COLORS
	``````````````````````
	yellow	#FDBC06 (e.g. links)
*/

html { }

body {
	font: 75% "Trebuchet MS", Verdana, sans-serif;
	color: #EEE;
	background: url('images/background.png') repeat top left;
											/*background: pink;*/
}

#wrap {
	width: 100%;
	min-width: 980px;
	margin: 0 auto; 
											/*background: red;*/
}

/*************************************************************
TYPOGRAPHY, GENERAL, AND WORDPRESS STYLES
*************************************************************/

p {margin-bottom: 1.5em; line-height: 1.8em; }
.post p:last-child {margin: 0; }
ul {margin: 0 0 2em 2em; line-height: 1.8em; list-style-type: none; }
ol {margin: 0 0 2em 2em; line-height: 1.8em; list-style: decimal outside; }
	li {margin-bottom: .7em; padding-left: 15px; background: url('images/bull.png') no-repeat 3px 9px; }
	li:last-child {margin: 0; }
table td {vertical-align: top; }

h1,h2,h3,h4,h5,h6 {color: #888; font-family: TeXGyreAdventorRegular,"Trebuchet MS", Verdana, sans-serif; }
h1 {font-size: 3em; }
h2 {font-size: 1.6em; }
h3 {font-size: 1.4em; }
	.post-wrap h3 {margin-bottom: 12px; }
h4 {font-size: 1.5em; }

a:link {color: #FDBC06; text-decoration: none; }
a:visited {color: #FDBC06; text-decoration: none; }
a:hover {color: #888; text-decoration: none; }
a:active {color: #FDBC06; text-decoration: none; }

a:active, a:focus { outline: none; -moz-outline-style: none; }

a img {margin-bottom: -5px; }

strong {font-weight: bold; }
em {font-style: italic; }
del {text-decoration: line-through; }
u {text-decoration: underline; }

p.aligncenter {
	text-align: center;
}

.clear {
	clear: both;
}

.audioplayer_container {
	color: #000;
}

/*************************************************************
TOP
*************************************************************/
#top {
	overflow: hidden;
}

/**************************
NAVIGATION
***************************/

#header {

}

#nav-wrap {
	height: 67px;
	margin-bottom: 10px;
	background: url('images/nav-background.png') repeat-x left top; /* hex color removes pink line at bottom of nav bar on iphone */
}

#nav {
	width: 980px;
	height: 67px;
	margin: 0 auto;
}

#nav ul {
	max-width: 730px;
	height: 67px;
	float: left;
	margin: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-family: TeXGyreAdventorRegular,"Trebuchet MS", Verdana, sans-serif;
}

#nav ul li {
	height: 67px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: none;
}

#nav ul li a {
	display: block;
	height: 20px;
	border: 0;
	padding: 16px 20px;
}
#nav ul li a:link {color: #333; text-decoration: none; }
#nav ul li a:visited {color: #333; text-decoration: none; }
#nav ul li a:hover {color: #FFF; text-decoration: none; text-shadow: 0 0 2px #EEE; }
#nav ul li a:active {color: #333; text-decoration: none; }
	
#nav #search-box {
	position: relative;
	width: 210px;
	margin: 0;
	padding: 15px 20px;
	float: right;
	text-align: center;
}

#nav #search-box input.search {
	width: 180px;
	padding: 5px 0 4px 30px;
	border: 0;
	background: #FFF;
	line-height: 0 !important;
	display: block;
	float: right;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0 0 10px #EEE;
	-moz-box-shadow: 0 0 10px #EEE;
	box-shadow: 0 0 10px #EEE; 
}

#nav #search-box .search:focus {
	outline: none;
}

#nav #search-box .searchsubmit {
	position: absolute;
	top: middle;
	left: 20px;
	height: 25px;
	width: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url('images/icon-search.png') no-repeat center center;
}

#nav #search-box .searchsubmit:hover {
	cursor: pointer;
}

/**************************
HEADER BOX
***************************/

#header-box-wrap {
	width: 980px;
	margin: 0 auto 10px auto;
	overflow: hidden;
	padding: 10px 10px;
}

#header-box {
	width: 960px;
	padding: 10px;
	margin: 0 auto;
	overflow: hidden;
	background: url('images/black_50.png') repeat;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0 0 10px #777;
	-moz-box-shadow: 0 0 10px #777;
	box-shadow: 0 0 10px #777;
}

#header-box-image {
	width: 960px;
	padding: 15px 0 0 0;
	position: relative;
	background: #FDBC06 url('images/header.jpg') no-repeat;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#header-box-image {
	height: 150px;
	background-position: center -30px;
}

#header-box-image.home {
	height: 335px;
	background-position: center center;
}

#header-box-image h1,
#header-box-image h4 {
	text-transform: lowercase;
	color: #111;
	font-weight: bold;
	padding-left: 290px;
	line-height: 1.2em;
	text-shadow: 0 0 5px #EEE;
}

#header-box-image h1 a {
	color: #111;
}

#header-box .recent-posts,
#header-box .recent-comments {
	width: 280px;
	height: 130px;
	padding: 10px;
	color: #FFF;
	position: absolute;
	bottom: 0px;
	background: url('images/black_80.png') repeat;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0 0 5px #333;
	-moz-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}

.recent-posts ul,
.recent-comments ul {
	margin: 0;
}

#header-box .recent-posts { left: 340px; }
#header-box .recent-comments { right: 0; }

#header-box .recent-posts a:link,
#header-box .recent-comments a:link {color: #FFF; text-decoration: none; }
#header-box .recent-posts a:hover,
#header-box .recent-comments a:hover {color: #FFF; text-decoration: underline; }

#header-box h2 {
	font-size: 1.5em;
	margin-bottom: .5em;
	color: #FFF;
}

#header-box li {

}


/*************************************************************
MIDDLE
*************************************************************/

#middle {
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
}

/**************************
MAIN
***************************/

#main {
	width: 960px;
	padding: 10px;
	margin: 0 auto 20px;
	overflow: hidden;
	background: url('images/black_50.png') repeat;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0 0 10px #777;
	-moz-box-shadow: 0 0 10px #777;
	box-shadow: 0 0 10px #777;
}

#content {
	width: 640px;
	float: left;
}

.post-wrap {
	width: 620px;
	padding: 10px;
	margin: 0 0 20px 0;
	/* float: left; */
	background: url('images/black_50.png') repeat;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.post {
	width: 620px;
}

.post-wrap:hover,
.pagination:hover,
#sidebar:hover {
	-webkit-box-shadow: 0 0 8px #333;
	-moz-box-shadow: 0 0 8px #333;
	box-shadow: 0 0 8px 333;
}

.post .post-image {
	width: 210px;
	height: 200px;
	float: left;
	margin: 0 20px 10px 0;
}

.post h2.title {
	margin: 0 10px 10px 10px;
}

.post h2.title,
.post h2.title a {
	color: #FDBC06;
	font: TeXGyreAdventorRegular,"Trebuchet MS", Verdana, sans-serif;
	text-decoration: none;
	text-shadow: 1px 1px #000;
	word-wrap: break-word;
	border: 0;
}

.post h2.title a:hover {
	color: #888;
	text-decoration: none;
	border: 0;
}

.page-title {
	color: #FFF;
	text-align: center;
}

.post .entry {
	padding: 0 10px;
}

.metadata {
	height: 20px;
	text-align: left;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 5px 10px 0 10px;
	background: url('images/black_50.png') repeat;
	line-height: 15px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.metadata ul {
	width: 500px;
	float: left;
	list-style: none;
	margin: 0;
}

.metadata li {
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	float: left;
	line-height: 15px;
	border-right: 1px solid #EEE;
	background: none;
}

.metadata li:last-child {
	border: 0;
}

.metarest {
	width: 100px;
	float: right;
	text-align: right;
}


/**************************
COMMENTS
***************************/


h3#comments-title {
	margin: 0;
	color: #FDBC06;
}

/*****************
COMMENTS
*****************/

#comments {
	width: 640px;
}

ol.commentlist {
	margin: 0;
	list-style-type: none;	
}

li.comment {
	overflow: hidden;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	background: none;
}

.single-comment {
	padding: 10px;
	margin: 0 0 20px 0;
	background: url('images/black_50.png') repeat;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.comment-content {
	padding: 0 10px;
}

cite.fn {
	font-family: TeXGyreAdventorRegular,"Trebuchet MS",Verdana,sans-serif;
	font-size: 1.4em;
}

.comment-body {

}

li.comment .metadata {
	
}

li.comment .metadata ul {
	width: auto;
}

li.comment ul.children {
	margin: 20px 0 0 20px;
	padding: 0 0 0 20px;
	/* border-left: 1px solid #FDBC06; */
}


/*****************
FORM
*****************/

#respond {
	padding: 10px;
	margin: 0 0 20px 0;
	background: url('images/black_50.png') repeat;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#respond h3#reply-title {
	margin-left: 6px;
}

#respond h3#reply-title  small {
	display: block;
	margin-bottom: 10px;
}

#respond p {
	margin-bottom: .8em;
}

#respond label {
	display: block;
	float: left;
	clear: both;
	margin-left: 6px;
}

.required {
	color: #FDBC06;
	font-weight: bold;
}

#respond input[type="text"] {
	width: 275px;
	height: 25px;
	padding: 3px 3px 3px 6px;
	color: #FFF;
	border: 1px solid #222;
	background: url('images/black_80.png') repeat;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#respond textarea {
	font: 1em "Trebuchet MS", Verdana, sans-serif;
	color: #FFF;
	width: 450px;
	padding: 5px;
	border: 1px solid #222;
	background: url('images/black_80.png') repeat;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#respond input:focus,
#respond textarea:focus {
	-webkit-box-shadow: 0 0 5px #333;
	-moz-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}

#respond  input#submit {
	font: 1em "Trebuchet MS", Verdana, sans-serif;
	color: #FFF;
	padding: 5px 30px;
	border: 1px solid #222;
	background: url('images/black_80.png') repeat;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#respond input#submit:hover {
	-webkit-box-shadow: 0 0 5px #333;
	-moz-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}


/**************************
PAGE SPECIFIC
***************************/

.page-wrap {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}

.page-wrap h2 {
	padding: 0 20px 20px;
	text-align: center;
}

.halvesies-left {
	width: 420px;
	float: left;
	margin-right: 40px;
	padding-left: 30px;
}

.halvesies-right {
	width: 450px;
	float: left;
}

#smart-archives-block {
	list-style-type: none;
	text-align: center;
}

#smart-archives-block span,
#smart-archives-block a {
	margin-left: 5px;
}

#smart-archives-block .empty-month {
	color: #AAA;
}

#smart-archives-list {
	width: 640px;
	float: left;
	padding: 20px 20px 0 0;
	overflow: hidden;
}

#smart-archives-list h2 {
	width: 170px;
	padding: 5px 10px 0 0;
	float: left;
	font-size: 1.5em;
	text-align: center;
	border-top: 1px solid #DDD;
}

#smart-archives-list ul {
	list-style-type: none;
	width: 420px;
	float: left;
	margin: 0;
	padding: 5px 0 2em 2em;
	border-top: 1px solid #DDD;
}

#smart-archives-list ul li {
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #E9E9E9;
}

#smart-archives-list .archive-date {
    width: 110px;
    text-align: center;
    display: block;
    float: left;
}

#smart-archives-list .archive-link {
    width: 300px;
	/* margin-left: 10px; */
	display: block;
	float: right;
}

.tags-archive {
	width: 279px;
	float: left;
	padding-top: 20px;
}

.tags-archive h3 {
	/* font-size: 1.5em; */
}

.tags-archive ul {
	margin-left: 1em;
	list-style-type: none;
}

/**************************
PAGINATION
***************************/

.pagination-wrap {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	display: table;
	background: url('images/black_50.png') repeat;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pagination {
	display: table-cell;
	vertical-align: middle;
}

.pages-title {
	display: block;
	margin-bottom: 10px;
}

.pagination-single {
	overflow: show;
	padding-top: 15px;
	margin: 0 auto;
}

.pagination ol {
	margin: 0 auto;
	list-style-type: none;
	overflow: show;
	text-align: center;
}

.wp-paginate li {
	line-height: 12px;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	overflow: show;
	background: 0;
}

.wp-paginate a {
	line-height: 12px;
	padding: 3px 6px;
	text-decoration: none;
	border: 0;
	background: url('images/black_50.png') repeat;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
	box-shadow: 0 0 3px #555;
}

.wp-paginate a:hover,
.wp-paginate a:active {
	color: #FDBC06;
	background: #000;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
}

.wp-paginate .title {
	color: #555;
	margin-right: 4px;
}

.wp-paginate .gap {
	color: #999;
	margin: 0 4px;
}

.wp-paginate .pages-current {
	padding: 0;
	margin: 0 10px 0 0;
}

.wp-paginate .pages-current span {
	color: #000;
	line-height: 12px;
	padding: 5px 8px;
	border: 0;
	background: #FDBC06;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0 0 3px #AA;
	-moz-box-shadow: 0 0 3px #AAA;
	box-shadow: 0 0 3px #AAA;
}

/**************************
CONTACT FORMS
***************************/

.wpcf7 {
	width: 450px;
	overflow: show;
}

.wpcf7 .wpcf7-left {
	float: left;
	width: 210px;
	margin: 0 0 20px 0;
}

.wpcf7 .wpcf7-right {
	float: left;
	width: 210px;
	margin: 0 0 20px 20px;
	clear: right;
}

.wpcf7 .wpcf7-full,
.wpcf7 .wpcf7-submit-wrap {
	width: 440px;
	margin: 0 0 20px 0;
	float: left;
}

.wpcf7 .wpcf7-submit-wrap {
	margin: 0;
}

.wpcf7 input.wpcf7-text {
	width: 200px;
	padding: 4px;
	margin-top: 10px;
	border: 1px solid #DDDDDD;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wpcf7 input.small {
	width: 40px;
}


.wpcf7 textarea {
	width: 430px;
	height: 187px;
	padding: 4px;
	margin-top: 10px;
	border: 1px solid #DDDDDD;
	font: 1em 'Century Gothic',Helvetica, Arial, sans-serif;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wpcf7 input.wpcf7-text:focus,
.wpcf7 textarea:focus {
	border: 1px solid #E262A3;
	outline: none;
}

.wpcf7 input.wpcf7-submit {
	width: 70px;
	padding: 4px;
	font-family: 'Century Gothic',Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	background: #E262A3;
	border: 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
}

.wpcf7 input.wpcf7-submit:hover {
	background: #000000;
	color: #FFFFFF;
	cursor: pointer;
}

.wpcf7 .wpcf7-submit-wrap p {
	float: right;
	text-align: right;
	margin: 0;
}

.wpcf7 .wpcf7-full table {
	width: 440px;
}

/**************************
CONTACT ERRORS
***************************/

.wpcf7-left .wpcf7-not-valid-tip,
.wpcf7-right .wpcf7-not-valid-tip {
	left: 0 !important;
	top: -5px !important;
	width: 200px;
	padding: 4px;
	border: 0 !important;
	background: transparent !important;
	color: #FF0000;
	
	/* -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
}

.wpcf7-full .wpcf7-not-valid-tip {
	left: 0 !important;
	top: -180px !important;
	width: 430px;
	height: 187px;
	padding: 4px;
	border: 0 !important;
	background: transparent !important;
	color: #FF0000;
	
	/* -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
}

.wpcf7-full table .wpcf7-not-valid-tip {
	left: 0 !important;
	top: -5px !important;
	width: 200px;
	height: 17px;
	padding: 4px;
	border: 0 !important;
	background: transparent !important;
	color: #FF0000;
	
	/* -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
}

.wpcf7-response-output {
	float: left;
	color: #FF0000;
	padding: 0 !important;
	border: 0 !important;
}

.wpcf7-mail-sent-ok {
	color: #E262A3 !important;
}


/**************************
SIDEBAR
***************************/

#sidebar {
	width: 280px;
	float: right;
	padding: 10px;
	margin-bottom: 20px;
	background: url('images/black_50.png') repeat;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sidebar h3 {
	padding: 0 10px;
	font-size: 1.6em;
}

.widget {
	margin-bottom: 20px;
}

.widget:last-child {
	margin: 0;
}

.widget ul,
.widget .textwidget {
	padding: 10px;
	margin: 0;
	background: url('images/black_50.png') repeat;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget ul li {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #333;
}

.widget ul li:last-child {
	margin: 0;
	padding-bottom: 0;
	border: 0;
}

#sidebar p {
	margin-bottom: 12px;
}

#sidebar p:last-child {
	margin: 0;
}

#sidebar .aktt_tweets  ul {
	list-style-type: none;
	margin: 0;
}

#sidebar .aktt_tweets  ul li {
	margin-bottom: 12px;
}


/*************************************************************
FOOTER
*************************************************************/

#footer-wrap {
	padding-top: 23px;
	overflow: hidden;
	background: url(images/footer_wrap.png) repeat-x left top;
}

#footer {
	overflow: hidden;
	background: #FDBC06 url(images/footer_bg.png) repeat-x left top;
}

#footer-content {
	width: 960px;
	padding: 0 10px 40px 10px;
	margin: 0 auto;
	color: #333333;
}