/* @override 
	http://machine.joshuamauldin.com/_assets/css/style.css
	http://machineentertainment.com/_assets/css/style.css
*/

@import url("reset.css");

body {
	font-size: 20px;
	line-height: 1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #111 url(../img/tile-bg.jpg);
	color: #fff;
	margin: 0 auto;
	padding: 0;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

a, a:visited {
	text-decoration: none;
	color: #6AE8FF;
}

a:hover {
	text-decoration: underline !important;
}

/* @group Header Styles */

#machine-header-wrapper {
	background: url(../img/transparent.png);
}

#machine-header {
	width: 950px;
	height: 70px;
	margin: 0 auto 1em auto;
	padding: 1em 0 .75em 0;
}

#machine-logo {
	float: left;
}

#machine-logo h1 {
	margin: 0;
}

#machine-logo h1 a {
	width: 330px;
	height: 73px;
	text-indent: -5000px;
	display: block;
	background: url(../img/machine-logo.png);
}

#machine-nav {
	float: right;
	width: 500px;
	margin-top: 1em;
}

#machine-nav ul {
	position: relative;
	top: .25em;
}

#machine-nav ul li {
	float: left;
	margin: 0 0 0 1.4em;
	list-style-type: none;
}

#nav-our-bands {
	background: url(../img/nav-our-bands-normal.png) no-repeat;
	text-indent: -5000px;
	display: block;
	/*

line-height: 5em;
	overflow: hidden;*/
	height: 20px;
	width: 78px;
}

#nav-our-bands:hover {
	background: url(../img/nav-our-bands-ovr.png);
}

#nav-book-a-band {
	background: url(../img/nav-book-a-band-normal.png) no-repeat;
	text-indent: -5000px;
	/*

overflow: hidden;
	line-height: 5em;*/
	height: 20px;
	width: 91px;
	display: block;
}

#nav-book-a-band:hover {
	background: url(../img/nav-book-a-band-ovr.png);
}

#nav-about-us {
	background: url(../img/nav-about-us-normal.png) no-repeat;
	text-indent: -5000px;
	display: block;
	width: 70px;
	height: 20px;
}

#nav-about-us:hover {
	background: url(../img/nav-about-us-ovr.png) no-repeat;
}

#nav-blog {
	background: url(../img/nav-blog-normal.png) no-repeat;
	display: block;
	height: 20px;
	width: 38px;
	text-indent: -5000px;
	/*overflow: hidden;
	line-height: 5em;*/
}

#nav-blog:hover {
	background: url(../img/nav-blog-ovr.png);
}

#nav-contact {
	background: url(../img/nav-contact-us-normal.png) no-repeat;
	height: 20px;
	width: 81px;
	display: block;
	text-indent: -5000px;
	/*overflow: hidden;
	line-height: 5em;*/
}

#nav-contact:hover {
	background: url(../img/nav-contact-us-ovr.png);
}

/* @end */

/* @group Tools */

.cb {
	clear: both;
}

hr {
	display: none;
}

/* @end */

/* @group Slider */

#slider {
	width: 950px;
	margin: 0 auto 1em auto;
	position: relative;
}

#slider .scroll {
	height: 292px;
	width: 950px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

#slider .scrollContainer div.panel {
	padding: 0 0 20px 0;
	height: 295px;
	width: 950px;
	background: url(../img/transparent.png);
}

#slider ul.navigation {
	list-style: none;
	display: block;
	margin: 0;
	padding: .25em 0 1em .25em;
	position: relative;
	right: 5.75em;
}

#slider ul.navigation li {
	display: inline;
}

#slider .scrollButtons {
	cursor: pointer;
	position: relative;
	top: .5em;
}

#slider .navigation li a, #slider .navigation li a:visited {
	color: #fff;
	font-size: .8em;
	position: relative;
}

#slider .navigation li a:hover {
	color: #999;
	text-decoration: none;
}

#slider .selected {
	color: #666 !important;
}

#slider .hide {
	display: none;
}

.slider-image {
	float: left;
	padding-right: 1em;
	position: relative;
	left: 1px;
}

.panel strong {
	display: block;
	margin-top: 1em;
	font-size: .8em;
}

.panel p {
	padding: .5em .5em .5em 0;
	font-size: .75em;
}

.panel blockquote{
	margin-bottom: 1em;
}

.panel a {
	font-size: .75em;
}

.right {
	position: relative;
	top: .05em;
	margin-left: .5em;
}

.left {
	position: relative;
	top: .05em;
	margin-right: .5em;
}

/* @end */

/* @group Body Content */

#introduction {
	float: right;
	width: 524px;
	height: 161px;
	background: url(../img/home-text.png) no-repeat;
	text-indent: -5000px;
	/*display: block;
	overflow: hidden;
	line-height: 22em;
	margin-right: 1em;*/
}

.intro-link {
	display: block;
	position: relative;
}

.intro-link:hover {
	border-bottom: 2px solid #6ae8ff;
}

.band {
	height: 25px;
	width: 140px;
	left: 1;
	top: 3.3em;
}

.book {
	height: 29px;
	width: 60px;
	top: 1.8em;
	left: 14.6em;
}

.aboutus{
	height: 31px;
	width: 100px;
	top: 1.9em;
	left: 11.1em;
}

.blog {
	height: 31px;
	width: 97px;
	top: .4em;
	left: 19.75em;
}

.contact {
	height: 31px;
	width: 118px;
	top: .5em;
	left: 0em;
}

#intro-bands:hover {
	text-decoration: underline;
}

/* @end */

/* @group Footer */

#footer {
	width: 950px;
	margin: 0 auto;
	padding-top: 5em;
	font-size: .5em;
}

#footer ul {
	float: left;
}

#footer li {
	display: inline;
}

#footer-right {
	float: right;
	text-align: right;
}

/* @end */

/* @group Drawer */

.drawers-wrapper {
	position: relative;
	width: 290px;
	height: 400px;
	margin-left: 1em;
}

.drawer {
	background: url(../img/sidebar-background.png) no-repeat;
	width: 287px;
}

ul.drawers {
	width: 300px;
}

.drawer h3 {
	height: 34px;
}

h3#latest-blog-post {
	background: url(../img/latest-blog-post.png) no-repeat 10px 5px;
	height: 34px;
	text-indent: -5000px;
/*	display: block;
	overflow: hidden;
	line-height: 7em;*/
}

h3#some-of-our-clients {
	background: url(../img/some-of-our-clients.png) no-repeat 10px 5px;
	height: 34px;
	text-indent: -5000px;
/* 	display: block;
	overflow: hidden;
	line-height: 7em;*/
}

h3#looking-for-a-venue {
	background: url(../img/looking-for-a-venue.png) no-repeat 10px 5px;
	text-indent: -5000px;
	/*display: block;
	overflow: hidden;
	line-height: 7em;*/	
	height: 34px;
}

.drawers {
	font-size: .6em;
}

.drawers a {
	display: block;
	padding-bottom: 1em !important;
}

.drawer {
	padding: .25em 0;
}

.drawer ul {
	list-style: none;
}

.drawer.open img{
	padding-left: 1em;
}

.drawer ul li {
	padding: 0 1em;
}

.drawer p {
	padding: 0 1em !important;
}

.drawer ul.drawers {
	margin: 0;
}

/* @end */

/* @group Our Bands */

#our-bands #bands-content h1 {
	background: url(../img/header-our-bands.png) no-repeat;
	height: 19px;
	width: 123px;
	text-indent: -5000px;
	margin-bottom: 1em;
}

ul#band-list {
	margin: 0 auto;
	display: block;
}

ul#band-list li {
	background: url(../img/transparent.png);
	height: 190px;
	width: 250px;
	float: left;
	margin: 0 1.5em 1em 1.5em;
}

ul#band-list li img {
	display: block;
	height: 150px;
}

ul#band-list li a {
	color: #fff;
	font-size: .85em;
	position: relative;
}

ul#band-list li a.text-link{
	width: 230px;
	top: .5em;
	left: .5em;
	display: block;
	background: url(../img/view-band.png) no-repeat center right;
}

ul#band-list a span {
	float: right;
	position: relative;
	right: 1em;
	top: 0;
}

/* @end */

/* @group Band Page & Subpages */

#hit-explosion-content h1 {
	background: url(../img/header-hit-explosion.png) no-repeat;
	text-indent: -5000px;
}

#the-beatniks-content h1{
	background: url(../img/header-the-beatniks.png) no-repeat;
	text-indent: -5000px;
}

#cool-ade-content h1{
	text-indent: -5000px;
	background: url(../img/header-cool-ade.png) no-repeat;
}

#oncore-content h1{
	text-indent: -5000px;
	background: url(../img/header-oncore.png) no-repeat;
}

#jonny5-content h1{
	background: url(../img/header-jonny5.png) no-repeat;
	text-indent: -5000px;
}

#swing-set-content h1{
	text-indent: -500px;
	background: url(../img/header-swing-set.png) no-repeat;
}

ul#band-nav {
	float: left;
	margin-top: 1em;
	width: 275px;
	padding: 1em;
	background: url(../img/transparent.png);
	font-size: .65em;
}

ul#band-nav li {
	line-height: 2em;
}

#right-content {
	width: 600px;
	float: right;
}

.larger {
	font-size: 1.25em;
}

.current {
	color: #00616D;
}

.subhead {
	font-weight: bold;
}

blockquote {
	font-size: .65em;
	padding: 1em;
	font-style: italic;
}

.band-page #right-content{
	margin-top: .65em;
	width: 640px;
}

.band-page #biography {
	background: url(../img/transparent.png) repeat;
	padding: 1em;
	margin-top: .65em;
}

.band-page #biography h2 {
	background: url(../img/header-biography.png) no-repeat;
	text-indent: -5000px;
	padding-bottom: 1em;
}

.band-page #biography p {
	font-size: .75em;
	line-height: 1.5em;
	padding-bottom: .5em;
}

.press-kit-page #right-content {
	background: url(../img/transparent.png);
	padding: 1em;
	margin-top: .65em;
}

.press-kit-page #right-content h2 {
	background: url(../img/header-press-kit.png) no-repeat;
	text-indent: -5000px;
	padding-bottom: 1em;
}

.press-kit-page #right-content dt {
	font-size: .75em;
	padding: .75em 0;
}

.press-kit-page #right-content dd {
	font-size: .65em;
	line-height: .5em;
	padding: .5em;
}

.press-kit-page #right-content dt:first-child {
	padding-top: 0;
}

.press-kit-page #right-content .media-images {
	display: inline;
}

#song-list{
	display: block;
	margin-top: 1em;
}

.left-column{
	float: left;
	padding-right: 1em;
}

.right-column{
	float: left;
	position: relative;
	top: 1.5em;
}

#song-list dd{
	line-height: 1.5em !important;
}

#song-list small{
	display: block;
	padding-left: .75em;
}

.technical-page #right-content {
	background: url(../img/transparent.png);
	padding: 1em;
	margin-top: .65em;
}

.technical-page #right-content h2 {
	background: url(../img/header-technical-requirements.png) no-repeat;
	text-indent: -5000px;
	padding-bottom: 1em;
}

.technical-page #right-content dt {
	font-size: .75em;
	padding: .75em 0;
}

.technical-page #right-content dd {
	font-size: .65em;
	padding: 0 .5em 0 .5em;
}

.technical-page #right-content dt:first-child {
	padding-top: 0;
}

.technical-page th {
	padding-bottom: 1em;
	padding-right: 3em;
}

.technical-page td {
	line-height: 1.25em;
}

/* @end */

/* @group Book a Band */

#book-a-band-content h1 {
	background: url(../img/header-book-a-band.png) no-repeat;
	text-indent: -5000px;
}

#instructions {
	float: left;
	margin-top: 1em;
	width: 275px;
	padding: 1em;
	font-size: .65em;
}

#instructions p {
	padding-bottom: 1em;
}

#book-a-band #right-content {
	background: url(../img/transparent.png);
	padding: 1em;
	margin-top: .65em;
}

#book-a-band-content small {
	font-style: italic;
	font-size: .5em;
	color: #ff0000;
}

#book-a-band-content strong {
	display: block;
	font-weight: normal;
}

#book-a-band-content label {
	font-size: .85em;
	float: left;
}

#book-a-band #right-content li {
	clear: both;
	line-height: 1.75em;
}

.message {
	display: none;
	position: relative;
	top: -1em;
	left: -1em;
	width: 640px;
}

#alert{
	background: none;
	/*padding: .5em 1em;*/
	text-align: center;
	font-size: .95em;
}

#alert li{
	display: none;
	margin-left: 1em;
	font-size: .75em;
	list-style-type: disc;
}

strong.error{
	color: #ff0000;
	padding: .5em 1em;
	background: url(../img/alert-bg.png);
}

strong.thanks{
	padding: .5em 1em;
	color: #66CC00;
	background: url(../img/thanks-bg.png);
}


.contact li.special {
	display: none;
}

/* Buttons */

button {
	margin:  2em 26em;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
	outline: none;
	moz-outline: none;
	height: 30px;
	width: 165px;
	background: transparent url(../img/send-my-inquiry.png) no-repeat scroll right top;
}

button:hover, button:focus{
	background: transparent url(../img/send-my-inquiry-ovr.png) no-repeat scroll right top;
}

*:first-child+html button[type] {
	width: 1;
}


button span span {
	/*background: transparent url(../img/btn_left.gif) no-repeat;*/
	/*padding: 1px 4px 0px 8px;*/
	font-weight: normal;
	font-size: 10px;
	text-indent: -5000px;
	display: block;
	text-decoration: none;
}

/* Inputs */

.jNiceInputWrapper {
	background: transparent url(../img/input.png) no-repeat left top;
	width: 300px;
	float: right;
	margin-top: .15em;
}

.jNiceInputInner {
	/*background: transparent url(../img/input.png) no-repeat right top;*/
	padding: 2px 4px 2px 0;
	margin: 0 0 0 4px;
}

.jNiceInputInner input {
	color: #fff;
	/*position: relative;
	top: 5px;*/
	height: 15px;
	*line-height: 15px;
	*height: 15px;
	vertical-align: middle;
	/*margin: 0 0 0 10px;*/
	padding: 5px;
	background: url(../img/spacer.png);
	border: none;
	outline: none;
}

#book-a-band input{
	width: 270px !important;
}

#book-a-band input#email{
	width: 270px !important;
}

.jNiceInputWrapper_hover {
	background-position: left bottom;
}

.jNiceInputWrapper_hover .jNiceInputInner {
	background-position: right bottom;
}

/* Selects */

.jNiceWrapper select {
	border: none;
	margin: 0;
	padding: 0;
}

.jNiceSelectWrapper {
	height: 30px;
	width: 200px !important;
	position: relative;
	left: 0px;
	top: -.4em;
	z-index: 3;
	float: right;
}

.jNiceWrapper iframe {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0px;
	top: 0px;
}

.jNiceSelectWrapper {
	margin-right: 5em;
	margin-top: 0;
}

.jNiceSelectWrapper .jNiceSelectText {
	height: 30px;
	width: 180px !important;
	font-size: .65em;
	line-height: 25px;
	padding: 0px .5em;
	background: url(../img/input_left.png) repeat-x;
/*border: 1px solid #CCCCCC;*/
	border-right: none;
	overflow: hidden;
	float: none;
	position: absolute;
	z-index: 100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 27px;
	height: 30px;
	background: url(../img/select_right.png) no-repeat center center;
	z-index: 100;
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
}

.jNiceSelectWrapper ul {
	top: -12px;
	border: solid 1px #444;

/*height: 150px;*/
	position: absolute;
	left: 0px;
	list-style: none;
	display: none;
	margin: 13px 0 0;
	padding: 0;
	overflow-y: auto;
	z-index: 100;
	width: 86%;
}

.jNiceSelectWrapper ul a {
	font-size: .65em;
	color: #fff;
	background-color: #2f2f2f;
	display: block;
	padding: 0 5px;
	text-decoration: none;
}

.jNiceSelectWrapper ul a:hover {
	background: #444;
	text-decoration: none !important;
}

.jNiceSelectWrapper ul a.selected {
	background: #444;
}

.jNiceFocus {
	border: dotted 1px #666666;
}

.jNiceHidden {
	opacity: 0;
	z-index: -1;
	position: relative;
}

.jNiceWrapper {
	position: relative;
	vertical-align: top;
}

.jNiceWrapper input {
	outline: none;
	moz-outline: none;
}

.jNice textarea {
	outline: none;
	moz-outline: none;
	border: none;
	background: transparent url(../img/textarea.png) no-repeat left top;
	width: 300px;
	float: right;
	margin-top: .15em;
	padding: .5em;
	color: #fff;
	left: 10px;
	position: relative;
	height: 116px;
	resize: none;
}

.jNice textarea:focus{
	background: url(../img/textarea-hover.png) no-repeat;
}

.jNiceInputWrapper_hover {
	background-position: left bottom;
}

.hideme {
	display: none;
}


/* @end */

/* @group Contact */

#contact-us-content h1 {
	background: url(../img/header-contact-us.png) no-repeat;
	text-indent: -5000px;
}

#contact-us #contact-us-copy {
	background: url(../img/transparent.png);
	padding: 1em;
	margin-top: .65em;
	font-size: .75em;
}

#hcard-Machine-Entertainment {
	padding-top: 1em;
}

a.url.fn, .country-name {
	display: none;
}

span.label {
	display: inline;
}

div.tel, .fax {
	display: inline;
}

.org {
	font-weight: bold;
}

/* @end */

/* @group Preferred Venues */

#preferred-venues-content h1 {
	background: url(../img/header-preferred-venues.png) no-repeat;
	text-indent: -5000px;
}

#preferred-venues #right-content {
	background: url(../img/transparent.png);
	padding: 1em;
	margin-top: .65em;
}

#jump-menu {
	font-size: .65em;
	padding: 0 1em;
}

#jump-menu span {
	padding-right: 1em;
}

#jump-menu a {
	margin-right: .75em;
}

.technical-page #jump-menu{
	margin-bottom: 1em;
}

#preferred-venues-content dl {
	float: left;
	width: 40%;
	padding: 1em;
}

#preferred-venues-content dl dt:first-child {
	margin-top: 0;
}

#preferred-venues-content dl dt {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: .25em;
}

#preferred-venues-content dl dd {
	font-size: .65em;
}

/* @end */

/* @group About Us */

#about-us-content h1 {
	background: url(../img/header-about-us.png) no-repeat;
	text-indent: -5000px;
}

#about-us-content #right-content {
	background: url(../img/transparent.png);
	padding: 1em;
	margin-top: .65em;
	font-size: .75em;
}

#about-us-content #right-content p {
	padding-bottom: 1em;
}

/* @end */

/* @group Blog Styles */

#blog-content h1 {
	background: url(../img/header-blog.png) no-repeat;
	text-indent: -5000px;
	margin-bottom: 1em;
}

.widget_categories h2 {
	background: url(../img/header-categories.png) no-repeat;
	text-indent: -5000px;
}

.widget_links h2 {
	background: url(../img/header-blogroll.png) no-repeat;
	text-indent: -5000px;
}

.widget_tag_cloud h2{
	background: url(../img/header-tags.png) no-repeat;
	text-indent: -5000px;
}

#blog-content {
	width: 950px;
	margin: 0 auto;
}

#page #header {
	background: url(/_assets/img/transparent.png);
}

/* Sidebar */

#sidebar {
	width: 275px;
}

#sidebar h2 {
	margin-top: 2em;
}

#page button{
	background: transparent url(../img/go-button.png) no-repeat scroll center !important;
	margin: 0;
	width: 82px;
}

#page button:hover, #page button:focus{
	background: transparent url(../img/go-button-ovr.png) no-repeat scroll center !important;	
}

#page .jNiceInputWrapper{
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
}

#page .jNiceInputInner {
	background: transparent url(../img/search-input.png) no-repeat right top;
}

#page .jNiceInputWrapper_hover .jNiceInputInner {
	background-position: right bottom;
}

#searchform input#s{
	width: 130px !important;
}

form#searchform.jNice
{
	height: 30px;
}

/*#sidebar #searchform div {
	padding-left: 1em;
}*/

#sidebar ul li ul li {
	padding: 0 0 0 1em;
}

#sidebar ul li {
	font-size: .85em;
	text-decoration: none;
}

#sidebar ul li#search{
	height: 25px;
}

#sidebar p {
	margin: 1em;
	font-size: .85em;
}

label.overlabel {
	display: none;
}

/* End Sidebar */


/* Content */

h2.pagetitle{
	margin: 0 0 1em 0;
	text-align: center;
}

h2.center{
	text-align: center;
}

#content {
	width: 650px;
	padding: 0;
	margin: 0;
	float: right;
}



#content .entry img {
	border: none !important;
	display: block;
	margin: 0 auto 1em auto;
	max-width: 600px !important;
}

#content object, embed {
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 1em 0;
}

a.more-link {
	display: block;
	margin-top: 1em;
	border-bottom: none !important;
}

blockquote {
	padding: 1em  1em 0 0 !important;
	line-height: 1.5em;
}

.entry ul li {
	padding-bottom: .5em;
	list-style-type: square;
}

/* End Content*/

/* Post */

.post {
	background: url(../img/transparent.png);
	padding: 1em;
}

.post h2 {
	/*margin-bottom: 1em;*/
	font-size: 1.15em;
	font-weight: normal;
}

.post h2 a {
	color: #fff;
}

.post small {
	font-size: .5em;
	color: #999;
}

.postmetadata {
	margin-top: 2em;
	font-size: .5em;
}

/* End Post */

.entry p {
	font-size: .75em;
	margin-top: 1em;
}

/* Full Post */

p.postmetadata.alt small {
	font-size: .65em;
	line-height: 1.25em;
}

/* End Full Post */

/* Comment Form */

h3#comments, h3#respond {
	margin: 2em 0 1em 0;
	font-weight: normal;
	font-size: .95em;
}

ol.commentlist {
	font-size: .75em;
}

ol.commentlist li {
	background: url(../img/transparent.png);
	padding: 1em;
}

ol.commentlist li p {
	margin-top: 1em;
}

form#commentform textarea{
	float: none;
	background: url(../img/comment-textarea.png) no-repeat;
	width: 500px;
}

form#commentform textarea:focus{
	background: url(../img/comment-textarea-hover.png) no-repeat !important;
	width: 500px !important;
}

form#commentform button#submit{
	background: transparent url(../img/leave-my-reply.png) no-repeat scroll center !important;
	width: 147px;
	margin-left: 1em;
}

form#commentform button#submit:focus, form#commentform button#submit:hover{
	background: transparent url(../img/leave-my-reply-ovr.png) no-repeat scroll center !important;
}

#commentform p {
	font-size: .75em;
}

#commentform p > div{
	margin-left: .65em !important;
	margin-right: 1em !important;
}

#commentform .jNiceInputInner {
	background: transparent url(../img/comment-input.png) no-repeat right top;
	width: 150px;
}

input#email, input#author, input#url{
	width: 135px !important;
}

#commentform .jNiceInputWrapper_hover .jNiceInputInner {
	background-position: right bottom;
}

#commentform p {
	line-height: 1.25em;
	margin: 1em 0;
}

/* End Comment Form*/

/* Post Navigation */

.navigation{
	display: none;
	margin: 0 auto;
	text-align: center;
}

.alignleft, .alignright{
	display: inline;
	margin: 0 1em;
	font-size: .75em;
}

/* End Post Navigation*/


/* @end */