/*   
Theme Name: MachineDream
Theme URI: http://www.brianfeeney.us/wordpress
Description: grid based theme as simple as possible
Author: Brian Feeney
Author URI: http://brianfeeney.us
Version: 1.0
*/

		/* COLORS  */


body {
	font: 100%/1.6em "chaparral-pro-1","chaparral-pro-2", georgia;
	color: #ffffff; 
	background-color: #ffffff;
	margin: 0 auto;
	background: url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsOne.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsTwo.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsThree.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsFour.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/paintingBackground_500px.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

* {
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.15s ease;
  	-moz-transition:    all 0.15s ease;
  	-ms-transition:     all 0.15s ease;
  	-o-transition:      all 0.15s ease; }
	
h1, h2, h3, h4, h5, h6, p {
	font-style: normal;
}	
	
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2;
}

li {
	list-style: none; 
	clear: none; 
	position: relative;
	display: inline; 
	margin: 0; }

ol, ul { 
	margin: 0; }

a {
	text-decoration:none; }
	
img {
	max-width: 100%; 
	height: auto; }
	
video {
	width: 100%; 
	height: auto; }
	
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

#wrapper {
	margin: 0 auto;
	width: 1120px; /* 1000px */
}


@-moz-keyframes rotateRight{
    0%{ -moz-transform:rotate(0deg); -moz-transform-origin:50% 50%; }
    100%{ -moz-transform:rotate(360deg); }
}

@-webkit-keyframes rotateRight{
    0%{ -webkit-transform:rotate(0deg); -webkit-transform-origin:50% 50%; }
    100%{ -webkit-transform:rotate(360deg); }
}
@-moz-keyframes rotateLeft{
    0%{ -moz-transform:rotate(360deg); -moz-transform-origin:50% 50%; }
    100%{ -moz-transform:rotate(0deg); }
}

@-webkit-keyframes rotateLeft{
    0%{ -webkit-transform:rotate(360deg); -webkit-transform-origin:50% 50%; }
    100%{ -webkit-transform:rotate(0deg); }
}

@font-face{ 
	font-family: 'cubano-regular-webfont';
	src: url('http://machinedreamrecords.com/wp-content/themes/machinedream/fonts/cubano-regular-webfont.ttf') format('truetype'); }

@font-face{ 
	font-family: 'futura';
	src: url('http://machinedreamrecords.com/wp-content/themes/machinedream/fonts/FUTURAN.TTF') format('truetype'); }

.clearfix:after {  /* für Firefox, IE8, Opera, Safari, etc. */
    content: “.”;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Header */
#header {
	margin: 20px 0 30px;
}

#header .siteTitle {
	font-family: 'cubano-regular-webfont';
	font-style: normal;
	color: #e0eaea;
	margin: 40px 0 0 50px;
	font-size: 1.5em;
	letter-spacing: 3px;
	text-shadow: 0 0 5px rgba(0,0,0,.3);
}

#header .siteTitle a {
	color: #e0eaea;
	font-style: normal;
}

#header .siteTitle a:hover {
	text-shadow: 0px 0px 5px 3px #9fc9c8;
}

#header #headerNav {
	margin: 35px 0 0 270px;
	font-family: 'futura';
	font-style: normal;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #ffbf50;
}

#header #headerNav ol {
	margin-left: 10px;
}

#header #headerNav ol li {
	margin: 0 39px;
}

#header #headerNav ol li a {
	color: #ffbf50;
}

#header #headerNav ol li a:hover {
	padding-bottom: 2px;
	border-bottom: 3px solid #9fc9c8;
}
/* Header */

/* Main Content */

.gear1 {
	position: fixed;
	top: -120px;
	left: -350px;
	z-index: -10;
	text-shadow: 0px 0px 5px 3px #9fc9c8;
	-moz-animation:200s rotateRight infinite linear;
    -webkit-animation:200s rotateRight infinite linear;
}

.gear2 {
	position: fixed;
	top: -65px;
	left: 60px;
	z-index: -9;
	-moz-animation:200s rotateLeft infinite linear;
    -webkit-animation:200s rotateLeft infinite linear;
}

.gear3 {
	position: fixed;
	top: -45px;
	left: 340px;
	z-index: -8;
	-moz-animation:200s rotateRight infinite linear;
    -webkit-animation:200s rotateRight infinite linear;
}

.gear4 {
	position: fixed;
	top: 110px;
	left: 260px;
	z-index: -8;
	-moz-animation:200s rotateRight infinite linear;
    -webkit-animation:200s rotateRight infinite linear;
}

.gear5 {
	position: fixed;
	top: 275px;
	right: -200px;
	z-index: -9;
	-moz-animation:200s rotateLeft infinite linear;
    -webkit-animation:200s rotateLeft infinite linear;
}

.contentOuterBox {
	float: left;
	background-color: rgba(45,44,44,.6);
	overflow: hidden;
	padding: 20px;
	margin: 0 0 50px;
	border: 3px solid ffbf50;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.contentTopBorder {
	position:absolute;
	overflow: hidden;
	display: block;
	width: 740px; /* change to 100% */
	height: 15px;
	background-color: #9fc9c8;
	box-shadow: 0px 0px 5px 1px #9fc9c8;
	z-index: 10;
	border-radius: 7.5px;
}

#content {
	background-color: rgba(60,60,60,.8);
	width: 700px;
	padding: 40px 20px;
	z-index: 5;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	display: inline-block;
}

.postTitle {
	margin: 20px 0 30px;
	color: #ffbf50;
	font-family: 'futura';
	font-style: normal;
	line-height: 1.2em;
}

.postTitle a {
	color: #ffbf50;
}

.postTitle a:hover {
	text-shadow: 0px 0px 3px #9fc9c8;
}

.postDate {
	color: #789696;
	font-size: .7em;
	margin: 10px 0;
}

.post {
	margin: 20px 0 50px;
	padding-bottom: 20px;
	border-bottom: 2px solid #9fc9c8;
}

.post p {
	margin: 10px 0;
}

.post p a {
	color: #789696;
}

.post p a:hover {
	color: #9fc9c8;
}

.pagination a {
	color: #ffbf50;
	font-family: 'futura';
	font-style: normal;
	font-size: 1.2em;
}

#content div.post p img.alignleft {
	margin: 20px 20px 20px 0;
	float: left;
}

/* Main Content */

/* Promo Box */

.promoBox {
	background-color: rgba(45,44,44,.6);
	overflow: hidden;
	padding: 20px;
	margin: 0 0 50px;
	border: 3px solid ffbf50;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	width: 740px;
	height: 100px;
}

.promoBox ol li {
	width: 20%;
	height: 148px;
	float: left;
	overflow: hidden;
}

.promoBox ol li img {
	width: 100%;
	overflow: hidden;
}

.promoBox ol li:nth-child(2) img {
	width: 400px; 
	height: 100px; 
	margin: 0px;
	overflow: hidden;
}

.promoBox ol li:nth-child(3) img {
	width: 400px; 
	height: 100px; 
	margin: 0px;
	overflow: hidden;
}

.promoBox ol li a:focus:before,
.promoBox ol li a:hover:before {
	background: rgb(0,0,0,0);
	content: attr(title);
	color: #ffbf50;
	display: block;
	font-size: 1.3em;
	height: 30px;
	line-height: 30px;
	margin-top: 30px;
	position: absolute;
	text-align: center;
	width: 100%;
	list-style: none;
	top: 0px;
}

.promoBox ol li img:hover {
	opacity: .1;
}

/* Promo Box */

/* Sidebar */
#sidebar {
	float: left;
	width: 262px; /* 170px */
	margin-top: 230px;
	margin-right: 30px;
	padding: 10px;
	height: auto;
	background-color: rgba(45,44,44,.6);
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

#sidebar iframe {
	margin: 6px;
	border: 4px solid #000000;
}

#sidebar .sidebarBandList {
	margin: 10px 6px 40px;
}

#sidebar .sidebarBandList ol li {
	display: block;
	margin-top: 3px;
	color: #e0eaea;
}

#sidebar .sidebarBandList ol li a {
	color: #e0eaea;
}

#sidebar .sidebarBandList ol li a:hover {
	color: #9fc9c8;
}

#sidebar .sidebarBandList ol li:first-child {
	font-family: 'futura';
	font-style: normal;
	font-size: 1.4em;
	letter-spacing: 1px;
	margin: 10px 0 10px;
	color: #ffbf50;
}
/* Sidebar */

/* Footer */
#footer {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	color: #e0eaea;
	background-color: rgba(0,0,0,.2);
	margin-top: 100px;
	box-shadow: 0px 2px 4px rgba(0,0,0,.3) inset;
}

#footer .alienMark img {
	width: 30px;
	float: left;
	margin: 35px 10px 25px 50px;
}

#footer .footerText .footerInfo ol {
	float: left;
	margin: 35px 20px 30px 10px;
}

#footer .footerText .footerInfo ol li {
	color: #ffbf50;
	font-family: 'futura';
	font-style: normal;
	font-size: 1em;
	letter-spacing: 1px;
	float: left;
	margin-right: 40px;
}

#footer .footerText .footerInfo ol li:first-child {
	font-size: 1.4em;
}

#footer .footerText .footerInfo ol li a {
	color: #789696;
}

#footer .footerText .footerInfo ol li a:hover {
	color: #9fc9c8;
}

#footer .footerText .webDesigner p {
	color: #000000;
	font-family: 'futura';
	font-style: normal;
	font-size: 1em;
	letter-spacing: 1px;
	float: right;
	margin: 35px 20px 30px 10px;
}

#footer .footerText .webDesigner p a {
	color: #000000;
}

#footer .footerText .webDesigner p a:hover {
	color: #9fc9c8;
}

/* Footer */

/* Artist Page*/
.artistHeaderImage {
	margin: 20px 0;
}

#content .artistAboutInfo {
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#content .artistAboutInfo p {
	margin-bottom: 10px;
}

.iconsAndLinks {
	display: inline-block;
	width: 97%; /* temp (not working) */
	height: 30px;
	margin: 30px 0;
	background-color: rgba(0,0,0,.2);
	border-radius: 8px;
	padding: 10px;
	box-shadow: 0px 0px 4px rgba(0,0,0,.3) inset;
}

.iconsAndLinks ol li {
	float: left;
}

.iconsAndLinks ol li a {
	color: #789696;
}

.iconsAndLinks ol li a:hover {
	opacity: .6;
}

.iconsAndLinks ol li img {
	width: 30px;
	margin-right: 20px;
}

#content .discographyTitle {
	margin: 0px 0 50px;
}
/* Artist Page*/

/* Discography Page */
#content p {
	text-align: justify;
}

#content .post .discographyBandTitle {
	display: block;
}

#content .discographyPost {
	overflow: auto;
}

#content .discographyPost p {
	font-size: .9em;
	text-align: justify;
	clear: both;
	margin-top: 20px;
}

#content div.post div.clearfix div div a {
	color: #9FC9C8;
}

#content div.post div.clearfix div div a:hover {
	color: #ffffff;
}

#content .discographyPost img {
	width: 150px;
	float: left;
	margin: 0 20px 20px 0;
	border: 2px solid #000000;
}

#content .post .discographyBandTitle ol {
	margin-left: 0;
	margin-right: 20px;
	overflow: auto;
}

#content .post .discographyBandTitle ol li {
	display: block;
	font-family: 'futura';
	font-style: normal;
	font-size: 1.4em;
	letter-spacing: 1px;
	margin-bottom: 7px;
	color: #ffbf50;
}

#content .post .discographyBandTitle ol li:first-child {
	font-size: 1.2em;
}

#content .post .discographyBandTitle ol li:nth-child(3) {
	font-family: 'georgia';
	font-size: 1em;
	color: #789696;
	margin-top: 10px;
	margin-bottom: 0px;
	float: none;
	overflow: auto;
}

#content .post .discographyBandTitle ol li:nth-child(4) {
	font-family: 'georgia';
	font-size: 1em;
	color: #789696;
	float: none;
	margin-bottom: 0px;
	overflow: auto;
}

#content .post .discographyBandTitle ol li:nth-child(5) {
	font-family: 'georgia';
	font-size: 1em;
	color: #789696;
	float: none;
	overflow: auto;
}

#content .post .discographyBandTitle ol li:nth-child(5) a {
	color: #9fc9c8;
}

#content .post .discographyBandTitle ol li:nth-child(5) a:hover {
	color: #e0eaea;
}
/* Discography Page */

/* Machine Dream Artists Page */
.artistsPageTitle {
	margin: 20px 0 50px;
	color: #ffbf50;
	font-family: 'futura';
	font-style: normal;
}

.artistsPageArtistBox {
	border-bottom: 2px solid #9fc9c8;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

.artistsPageArtistBox img {
	width: 230px;
	height: auto;
	float: left;
	border: 2px solid #000000;
	margin: 0 20px 10px 0;
}

p.artistsPageArtist {
	margin: 20px 0 20px;
	color: #ffbf50;
	font-family: 'futura';
	font-style: normal;
	font-size: 1.5em;
}

.artistsPageText p.artistsPageArtist a {
	color: #ffbf50;
}

.artistsPageText p.artistsPageArtist a:hover {
	color: #9FC9C8;
}

.artistsPageText .artistsPageArtist p {
	margin: 20px 0;
}

/* Machine Dream Artists Page */

/* Contact Page */

html.embed body#public.noI div#container.ltr form#form1.wufoo header#header.info h2 {
	color: #ffbf50;
}


/* Contact Page */

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */

body {
	background: url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsOne.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsTwo.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsThree.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsFour.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/paintingBackground_500px.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1000px) {
/* Styles */

body {
	background: url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsOne.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsTwo.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsThree.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsFour.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/paintingBackground_500px.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */

body {
	background: url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsOne.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsTwo.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsThree.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/starsFour.png") no-repeat center center fixed,
				url("http://machinedreamrecords.com/wp-content/themes/machinedream/images/paintingBackground_500px.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

}