@charset utf-8;

#fancybox-outer {
	background: url("./images/contentbg.jpg") repeat scroll 0 0 transparent !important;
}

#reviews-list {
	color:#fff !important;
}
.cycle-slide {
  width: 100%;
}
.cycle-slide.cycle-sentinel {
  padding-top: 3px;
}
.cycle-slideshow {
height:318px;	
}

#next,#prev {
	cursor: pointer;
	font-size: 12px;
	background: none repeat scroll 0 0 #57d2ff;
	color: #060606 !important;
	display: block;
	font-family: 'GothamMediumRegular';
	height: 29px;	
	line-height: 29px;
	float:right;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 185px;

}
/*
	general styles
 */
@font-face {
    font-family: 'GothamMediumRegular';
    src: url('./fonts/gotham-medium-webfont.eot');
    src: url('./fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/gotham-medium-webfont.woff') format('woff'),
         url('./fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('./fonts/gotham-medium-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBookRegular';
    src: url('./fonts/gotham-book-webfont.eot');
    src: url('./fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/gotham-book-webfont.woff') format('woff'),
         url('./fonts/gotham-book-webfont.ttf') format('truetype'),
         url('./fonts/gotham-book-webfont.svg#GothamBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#comments {
	margin-top:80px;
}

.serif,
cite,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

blockquote, .indented {
	margin-left:30px;
	padding-bottom:16px;
}

h3 {
	color: #57D2FF;
    margin-top: 12px;
    text-transform: uppercase;
	font-family: 'GothamMediumRegular';
}
#content h2, #scheduletweets h2, #project-content h2, #schedule-content h2, #reviews-content h2, #page-content h2{
	/*font-family: 'GothamBookRegular';*/
	font-size:30px;
	text-transform:uppercase;
	color:#57d2ff;
	margin-top:14px;
	margin-bottom:0px;
	letter-spacing: 2px;
}

#blog-preview {
	margin-top:60px;
	width:381px;
}

#blog-preview h2 a {
    background: url("./images/rss.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    float: right;
    height: 21px;
    margin-right: -1px;
    margin-top: 6px;
    width: 21px;
}

#blog-preview h2 span {
	position:absolute;
	left:-9999px;
}
#blog-preview h3 a {
	color:#fefefe;
	text-decoration:none;

}
#blog-preview .post-single {
    margin-top: -1px;
	border-bottom:1px solid rgb(45,31,29) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin-bottom: 9px !important;
    padding-bottom: 9px !important;
    /*height:211px;*/
}

#blog-preview .post-content {
    line-height: 20px;
    margin-top: -7px;
    text-align: justify;
}

.blog-preview-date {
	border-bottom:1px solid rgb(45,31,29);
	border-bottom:1px solid rgba(255,255,255,.1);
	font-style:italic;
    margin-top: -16px;
    padding-bottom: 8px;
}

a.read-more {
    background: none repeat scroll 0 0 #57D2FF;
    color: #fdfdfd !important;
    display: block;
    font-family: 'GothamMediumRegular';
    height: 29px;
    left: 253px; //269px
    line-height: 29px;
    margin-top: 17px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 126px;
    line-height: 27px;
    padding-top: 2px;
    border-radius: 6px;
    border: 1px solid #4ebde5;
}

a.read-more:hover {
	background-color: #4ebde5;
}

.search a.read-more,.blog a.read-more, .archive a.read-more {
	height: 17px;
	width: 92px;
	font-size:10px;
	line-height:17px;
	left:606px;
}

.feature {
    /*background: url("./images/featurebg.png") repeat scroll 0 0 transparent;*/
    color: #57D2FF;
    font-family: 'GothamMediumRegular';
    font-size: 14px;
    margin-left: 2px;
    margin-top: 28px;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    background: rgba(0,0,0,.6);
}

#projects {
    background: #333;
    height: 212px;
	margin-top:38px;
}

#projects ul {
	margin-left:-20px;
}
#projects li {
	float:left;
	list-style:none;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:20px;
}

#projects li:last-child {
	width: 172px;
	height:172px;
	background:url("./images/projects-buttonbg.png");
}
#projects .project-title {
    background: url("./images/project-overlay.png") repeat scroll 0 0 transparent;
    font-family: 'GothamMediumRegular';
    height: 24px;
margin-left: 5px;
    margin-top: -52px;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    width: 142px;
	display:block;
}

#projects li a {
	color:#fff;
}


.project-list .project-title {
    background: url("./images/project-overlay.png") repeat scroll 0 0 transparent;
    display: block;
    font-family: 'GothamMediumRegular';
    height: 24px;
    margin-left: 5px;
    margin-top: -55px;
    padding: 3px 10px 17px;
    position: relative;
    text-transform: uppercase;
    width: 190px;
}

.project-list li a {
	color: #fff;
}
a.all-projects {
	width:172px;
	height:172px;
	display:block;
}
.all-projects span {
	display:block;
	text-indent:-9999px;
}

#projects img {
	border: 5px solid #4e4e4e;
}

#scheduletweets {
    background: #000;
	height:329px;
}
#schedule {
	float:left;
	width:50%;
	margin-left:20px;
	margin-top:10px;
	margin-right:-20px;
}

#list-event {
	border-bottom: 1px solid rgb(48, 48, 48);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#list-event, #list-event-last{
    margin-top: 10px;
    padding-bottom: 7px;
    width: 440px;
}


.song-title {
	color:#000 !important;
}

.song-title:hover {
	text-decoration: underline;
}
.event-name a {
	color:#fff !important;
}

#schedule #event1 {
	display:none;
}
.event-popup {
    height: 100px;
    overflow: auto;
    width: 500px;
}
a.full-schedule {
    background: none repeat scroll 0 0 #57D2FF;
    color: #fdfdfd !important;
    display: block;
    font-family: 'GothamMediumRegular';
    height: 29px;
    left: 288px;
    line-height: 29px;
    margin-top: 17px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 153px;
   	    padding-top: 1px;
    border-radius: 6px;
    border: 1px solid #4ebde5;
}
a.follow {
    background: none repeat scroll 0 0 #57D2FF;
    color: #fdfdfd !important;
    display: block;
    font-family: 'GothamMediumRegular';
    height: 29px;
    left: 335px;
    line-height: 29px;
    margin-top: 17px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 106px;
   	    padding-top: 1px;
    border-radius: 6px;
    border: 1px solid #4ebde5;
}

a.follow:hover, a.full-schedule:hover {
	background-color: #4ebde5;
}

.event-date {
	float:right;
	font-family: 'GothamMediumRegular';
}
#tweets {
	float:left;
	width:50%;
	margin-left:30px;
	margin-top:10px;
	margin-right:-30px;
}
#schedule img {
	margin-left:249px;
}
#tweets img {
	margin-left:280px;
}
.tweet, .tweet-last {
	margin-top:10px;
	line-height:16px;
	padding-bottom:7px;
	width:440px;
}

.tweet {
	border-bottom: 1px solid rgb(48, 48, 48);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tweet-time a{
	display:block;
	font-size:10px;
	font-style:italic;
	color:#7d7d7d !important;
}

.page-title {
	padding-top:1px;
}

.blog .post-content,  .archive .post-excerpt{
	border-bottom: 1px solid rgb(48, 48, 48);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.blog .post-content p, .archive .post-excerpt p, .single .post-content p {
    line-height: 19px;
    margin-top: -10px;
    padding-bottom: 7px;
    text-align: justify;
}

.single .post-content {
	margin-top:10px;
	margin-left:2px;
}

.single .featured-thumbnail {
	margin-top:6px;
	margin-left:2px;
}

.single .page-title h2 {
	margin-left:0px;
}
.blog-date {
    color: #5BCAF3;
    float: right;
    font-size: 10px;
    font-style: italic;
    margin-top: -30px;

}
.project-list li {
    float: left;
    height: 250px;
    list-style: none outside none;
    margin-left: -25px;
    margin-right: 45px;
    width: 220px;
}
.bottom-border {
	border-bottom: 1px solid rgb(48, 48, 48);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 939px;
}
.project-list img {
    border: 5px solid #4E4E4E;
}
.project-info {
	display:block;
	text-align:center;
	color:#a3a3a3;
	font-size:10px;
	font-family:'GothamMediumRegular';
	text-transform:uppercase;
	padding-top:5px;
}

.project-list {
width:985px;
}

.project-top {
		/*border-bottom: 1px solid rgb(48, 48, 48);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}
#project-content {
    margin-left: 18px;
    margin-right: 18px;
    width: 944px;
}
#project-content p {
	text-align:left;
}

#project-content img {
    border: 5px solid #4E4E4E;
    /*float: left;*/
    height: 450px;
    margin-top: 17px;
    width: 450px;
}

.project-details {
	display: block;
	/* font-family: 'GothamMediumRegular'; */
	margin-left: 2px;
	margin-top: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 5px;
}

.projects .post-content {
    float: right;
    margin-left: 20px;
    width: 434px;
}
.projects .post-content h3{
    margin-left: 0;
    margin-top: 4px;
}
.project-extras {
	float:left;
}

a.reviews, a.photos {
    background: none repeat scroll 0 0 #57D2FF;
    color: #FFF !important;
    display: block;
    font-family: 'GothamMediumRegular';
    height: 29px;
    line-height: 29px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 220px;
	margin-top:20px;
   	    padding-top: 1px;
    border-radius: 6px;
    border: 1px solid #4ebde5;
}

a.reviews:hover, a.photos:hover {
	background-color: #4ebde5;
}

.purchase {
    /*background: url("./images/purchasebg.png") repeat scroll 0 0 transparent;*/
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-top: 20px;
    width: 460px;
}

.purchase ul {
	margin-left:-70px;
}

.purchase li {
    float: left;
    height: 22px;
    line-height: 22px;
    list-style: none outside none;
    margin-left: 30px;
    margin-right: 44px;
    margin-top: 7px;
    padding-left: 29px;
    width: 140px;
}

.purchase li a {
	color:#000;
	white-space: nowrap;
}
.purchase h3 {
	margin:0px !important;
}

#songs h3 {
	margin-left:0px !important;
	margin-top:20px !important;
}
.license {
	background: url("./images/icon_license.png") no-repeat scroll 0 0 transparent;
}

.amazon {
	background: url("./images/icon_amazon.png") no-repeat scroll 0 0 transparent;
}

.itunes {
	background: url("./images/icon_itunes.png") no-repeat scroll 0 0 transparent;
}

.script {
	background: url("./images/icon_script.png") no-repeat scroll 0 0 transparent;
}

.vocal {
	background: url("./images/icon_vocal.png") no-repeat scroll 0 0 transparent;
}
#songs {
	padding-bottom:20px;
}
.song-off, .song-on {
	height: 32px;
	line-height:32px;
	padding-left:5px;
}

.song-off {
	/*background: url("./images/purchasebg.png") repeat scroll 0 0 transparent;*/
	background-color: rgba(11,183,255,.1);
}

.play {
    background: url("./images/play.jpg") repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 20px;
    margin-right: 5px;
    margin-top: 6px;
    width: 20px;
	overflow:hidden;
}

.mejs-controls {
	top:-6px !important;
}

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	margin: 24px 12px 12px;
}

.monospace,
var,
code {
	font-family: courier new, courier, monospace;
}

.amp {
	font-style: italic;
	font-family: baskerville,palatino,palatino linotype,book antiqua,georgia,times,times new roman,serif;
	font-weight: normal;
}

a:link {
	color: #57d2ff;
	text-decoration:none;
}
a:visited {
	color: #57d2ff;
}
a:hover,a:active {
	color: #57d2ff;
}

.post-content ul,
.post-content ol {
	padding-left: 24px;
}

#submit {
	cursor: pointer;
	padding: 6px;
	border: 1px solid #000;
	border-radius: 6px;
	color: #FFF;
	background-color: #000;
}
#submit:hover {
	background: #222;
}
input,
textarea {
	border: 1px #aaa solid;
	padding: 6px;
	outline: none;
	border-radius: 6px;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
	border: 1px #444 solid;
}

textarea {
	min-height: 150px;
	width: 100%;
}

blockquote {
	border-top: 1px #ccc dotted;
	border-bottom: 1px #ccc dotted;
	text-align: justify;
	margin: 20px;
	padding: 12px;
}
	blockquote:first-letter {
		font-size: 24px;
		padding-right: 1px;
	}
	blockquote:first-line {
		font-size: 20px;
}


/*
	layout styles
 */

#if-logged-in .container {
	background: #000;
	margin-top: -24px;
}

body {
	/* background: url("./images/background.jpg") no-repeat scroll center top #000000; */
	color: #000;
	padding: 0;
	background: #ddd;
	margin: 0;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
	font-size:12px;
}

body.home {
	/* background: url("./images/homebg.jpg") no-repeat scroll center top #000000; 
	background: url("./images/home.jpg");
	background-size: cover;*/
}

.home #main {
	/* background: url("./images/homebg.jpg") no-repeat scroll center top #000000;*/
	background: url("./images/home-min.jpg");
	background-size: cover;
}

.home .container {
	background: none;
}
.container {
	width:980px;
	margin: 0 auto;
	/*background: url("./images/contentbg.jpg") repeat scroll 0 0 transparent;*/
	border-radius: 20px;
	background: #fff;
}
	#header {
	    /* background: url("./images/headerbg.png") no-repeat scroll center top transparent; */
	    height: 68px;
	    margin-bottom:14px;
	    width: 100%;
	    background: #000;
	    border-top: 2px solid #57D2FF;
	    border-bottom: 1px solid #222;
	}
	#header .container {
		width:940px;
		background:none;
	}
		#title {
			position: relative;
			height: 63px;
			width:365px;
		}
			#logo,
			#tagline {

			}
			#logo {
				margin-top: 0;
			    position: relative;
			    top: 19px;
			}
				#logo a {
				    background: url("./images/logo.png") no-repeat scroll 0 0 transparent;
 				    display: block;
				    height: 24px;
				    margin-left: 2px;
				    width: 361px;
				}
				#logo span {
					position:absolute;
					top:-999em;
				}
			#tagline {
				font-size: 18px;
				right: 0;
				line-height: 36px;
			}
			#header-image.container {
				padding: 0;
			}
	#nav-primary {
		float:right;
		margin-top:-51px;
	}
		#nav-primary ul,
		#nav-primary li {
			list-style: none;
			float:left;
		}
			#nav-primary a {
				color: #FEFEFE;
   				display: block;
			    float: left;
    			font-size: 12px;
    			padding-left: 25px;
    			text-decoration: none;
    			text-transform: uppercase;
				font-family: 'GothamMediumRegular';
			}
			#nav-primary a:hover, #nav-primary a:focus {
				opacity: .8;
			}
	#widget-header {
		clear: both;
	}

	.home #content {
    		margin-left: 18px;
   		margin-right: 18px;
width: auto;
    		float: right;
	}

	#content {
		margin-left:18px;
		margin-right:18px;
		width:700px;
		float:left;
	}

	#schedule-content, #reviews-content, #page-content  {
			margin-left:18px;
		margin-right:18px;
		width:944x;
		float:left;
	}

	.page-content {
		line-height:20px;
	}
		#widget-alert {
			background: #C6D8CD;
			border: 1px #5b816a solid;
			padding: 24px;
			margin-bottom: 24px;
		}
		.post-single {
			margin-bottom: 20px;
		    margin-left: 2px;
		    border-bottom: 1px solid black;
		}
	#sidebar {
		float:right;
		width:240px;
		margin-top:48px;
	}
		#sidebar .widget-area {
			padding-bottom: 20px;
			margin-bottom: 20px;
			border-bottom: 1px #dedede solid;
		}
			#sidebar ul,
			#sidebar li {
				padding: 0;
				margin: 0;
				list-style: none;
				float:left;
				width:218px;
			}
			#sidebar ul {
				margin-top:-6px;
			}
			#sidebar li {
				border-top: 1px solid rgb(48, 48, 48);
				border-top: 1px solid rgba(0, 0, 0, 0.1);
			    height: 33px;
			    line-height: 33px;
			}

			#sidebar li:last-child {
				border-bottom: 1px solid rgb(48, 48, 48);
				border-bottom: 1px solid rgba(255, 255, 255, 0.1);

			}
			#sidebar li a {
				/*color:#fff;*/
				color: #000;
			}
			#sidebar li span {
				font-size:10px;
				color:#7d7d7d;
				float:right;
				font-style:italic;
			}
				#sidebar .children {
					padding-left: 10px;
				}
					#sidebar .children .children {
						padding-left: 10px;
					}
	#footer .container {
		width: 980px; /* 940px */
		background: none;
	}
		#footer-content {

		}

		.copyright {
			float:left;
			text-transform:uppercase;
			font-size:10px;
			margin-top:8px;
		}

		.credits {
			float:right;
			text-transform:uppercase;
			font-size:10px;
		}
			#footer ul,
			#footer li {
				display: inline;
				list-style: none;
			}
				#footer li a {
					padding: 0 10px;
				}



/*	13-column layout
	60 px columns, 24 px gutters, 72 px margins, 1212 px total (extra space for scrollbars)
	---------------------------------------------------------------------------------------
	1     2      3      4      5      6      7      8      9      10     11     12     13
	60px  144px  228px  312px  396px  480px  564px  648px  732px  816px  900px  984px  1068px	*/

@media only screen and (min-width: 1212px) {

	.container {

	}
		#content {

		}
		#sidebar {

		}

}


/*	5-column layout
	60 px columns, 24 px gutters, 42 px margins, 480 px total
	---------------------------------------------------------
	1     2      3      4      5
	60px  144px  228px  312px  396px	*/

@media only screen and (max-width: 767px) and (min-width: 480px) {

	.container {

	}
		#logo,
		#tagline {
			position: relative;
			line-height: 30px;
		}
		#logo {
			font-size: 42px;
		}

		#content {
			float: none;
		}
		#sidebar {
			float: none;
			background: #eee;
			margin-left: -42px;
			margin-right: -42px;
			padding-left: 52px;
			padding-right: 52px;
			width: 376px;
			border-bottom: 1px #ccc solid;
		}
		#footer .container {
			padding-top: 0;
		}
			#footer-content {
				border: 0;
				padding: 10px;
			}

}


/*	3-column layout
	60 px columns, 24 px gutters, 46 px margins, 320 px total
	---------------------------------------------------------
	1     2      3
	60px  144px  228px	*/

@media only screen and (max-width: 479px) {

	#if-logged-in {
		height: 40px;
		line-height: 20px;
	}
		#if-logged-in .right {
			float: left;
			clear: left;
		}

	.container {

	}
		#logo,
		#tagline {
			position: relative;
			line-height: 30px;
		}
		#logo {
			font-size: 42px;
		}
		#tagline {
			font-size: 16px;
		}

		#content {
			float: none;
		}
		#sidebar {
			float: none;
			background: #eee;
			margin-left: -42px;
			margin-right: -42px;
			padding-left: 52px;
			padding-right: 52px;
			width: 212px;
			border-bottom: 1px #ccc solid;
		}
		#footer .container {
			padding-top: 0;
		}
			#footer-content {
				border: 0;
				padding: 10px;
			}

}

#tweets ul{
list-style:none;
}

#tweets ul li{
margin-left: -35px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 10px;
padding-bottom: 15px;
width: 440px;
height: 31px;
overflow:hidden;
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */

/*changes for sheet-music-link on project page*/

.song-on,
.song-off {
    position: relative;
}

.sheet-music-link {
    position: absolute;
    right: 35px;
    margin-top: 5px;
    width: 25px;
    height: 25px;
}

#slides{  
  position:relative;
  overflow:hidden;
  margin:0 auto;
  width:400px;
  height: 350px;
  white-space:nowrap;
}
#slides div{
  position:relative;
  display:inline-block;
  /*margin-right:-4px;*/
  white-space:normal;
  vertical-align:top;
  *display:inline;
  width:384px;
}

#slides .post-content p {
	padding: 1px;
}

#show-slide1,#show-slide2 {
	cursor: pointer;
	font-size: 12px;
	background: none repeat scroll 0 0 #57d2ff;
	color: #fdfdfd !important;
	display: block;
	font-family: 'GothamMediumRegular';
	height: 29px;	
	line-height: 29px;
	float:right;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 185px;
	    padding-top: 1px;
    border-radius: 6px;
    border: 1px solid #4ebde5;
}

#show-slide1:hover,#show-slide2:hover {
	background-color: #4ebde5;
}

#attachment_2921 {
	float: left;
        width: 475px !important;
}

.home {
	background: #000000;
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', Helvetica, arial, sans-serif;
    font-size: 12px;
}

.wp-image-2921 {
	border-radius: 10px
}

.page-title h2 a {
	color: #57d2ff;
	font-weight: bold;
	letter-spacing: 1px;
}

.post .post-content p:first-child {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}

.post-content img {
	border-radius: 6px;
}

.mejs-controls .mejs-button button {
	margin: 8px 2px;
}

#schedule-content hr:last-child {
	display: none;
}

#view-all {
	background: none repeat scroll 0 0 #57D2FF;
	color: #060606 !important;
	display: block;
	font-family: 'GothamMediumRegular';
	height: 29px;
	line-height: 29px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 160px;
	margin-bottom: 7px;
}

.newsletter-submit {
	cursor: pointer;
}

#projects li:first-child img {
	border: 5px solid #57d2ff
}