
/* COLORS
   first       #424242
   second:     #ff710d
   third:      #5903AD
   fourth:     #E80C85
   fith:       #F5EBEB
*/
#banner			{ background: #E81300; }
#whatIDo		{ background: #ff710d; }
#myPortfolio	{ background: #5903AD; }
#aboutMe		{ background: #E80C85; }
#getInTouch		{ background: #1700E8; }

body {
background: #000;
color:#FFF;
text-align:center;
font-family:"Myriad Pro", Arial, 'Sans Serif';
font-size:14px;
}


/* STYLING */

.alignleft {
float:left;
display:block;
margin:0 20px 20px 0;
}

.alignright {
float:right;
display:block;
text-align: right;
margin:0 0 20px 20px;
}

h2 {
font-size:22px;
margin:0 0 20px 0;
text-shadow: 1px 1px 5px #000;
}

h3 {
font-size:60px;
line-height:35px;
margin:0 0 20px 0;
text-shadow: 1px 1px 5px #000;
}

h3 span {
font-size:14px;
font-weight: normal;
color:#FFF;
text-shadow: 1px 1px 1px #000;
}

h4 {
font-size:22px;
line-height:20px;
margin:0 0 20px 0;
text-shadow: 1px 1px 1px #000;
}

h4 span {
font-size:14px;
font-weight: normal;
color:#FFF;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000;
}

h5 {
font-size:15px;
line-height:24px;
margin:0 0 20px 0;
text-shadow: 1px 1px 1px #000;
}

h6 {
font-size:14px;
font-weight:bold;
margin:0 0 5px 0;
text-shadow: 1px 1px 1px #000;
}

p {
line-height:24px;
margin:0 0 20px 0;
text-shadow: 1px 1px 1px #000;
}

ul {
line-height:24px;
}

ol  {
line-height:24px;
}

a {
color:#FFF;
text-decoration: none;
text-shadow: 1px 1px 1px #000;
}

a:hover {
color:#FFF;
text-decoration: underline;
}



/* MAIN STRUCTURE */

#page {
width:100%;
clear:both;
overflow: hidden;
padding:50px 0 0 0;
display:block;
}

.container {
clear:both;
overflow: hidden;
position:relative;
display: table;
height:1%;
width:100%;
}

.container .inner {
padding:20px 0;
width:960px;
margin:auto;
text-align:left;
position: relative;
}


/* HEADER */

#header {
overflow: hidden;
position:fixed;
display: block;
height:50px;
width:100%;
z-index:10;
/*background:url(../images/header.jpg) no-repeat top center;*/
background: rgba(0,0,0,0.7);
-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.5);

}

#header .inner {
padding:0px;
width:960px;
margin:auto;
text-align:left;
}

#header .inner h1 {
line-height:50px;
height:50px;
float:left;
display:block;
}

#header .inner h1 a {
color:#FFFFFF;
margin:0px;
text-decoration: none;
padding:0px;
float:left;
display:block;
font-size:30px;
}

#header .inner ul.nav {
display:block;
float:right;
margin:15px 0 0;
}

#header .inner ul.nav li {
float:left;
display:block;
line-height:20px;
margin:0 0 0 30px;
}

#header .inner ul.nav li a {
color:#e5ddd0;
text-decoration: none;
}

#header .inner ul.nav li a:hover {
color:#FFFFFF;
}

#header .inner ul.nav li.active a {
color:#FFFFFF;
font-weight:bold;
}

#header .inner ul.nav li#sound-cloud-nav{
	margin-top: -10px !important;
	cursor: pointer;
}

#sound-cloud{
background: rgba(0,0,0,0.7);
-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
padding:10px 20px 20px;
position:absolute;
right:-10000px;
top:-1px;
width:308px;
} 

#sound-cloud span{
	font-size: 10px;
}


/* BANNER */
#banner .inner {
padding:20px 0;
width:1000px;
}

#banner .screenshot {
float:left;
display:block;
width:500px;
height:350px;
position:relative;
overflow: hidden;
padding: 26px 0 0 26px;
}
#banner .screenshot object{
-moz-box-shadow: 5px 5px 8px rgba(0,0,0,0.5);
-webkit-box-shadow: 5px 5px 8px rgba(0,0,0,0.5);
border: 1px solid #000;
display: block;
}

#banner .screenshot a.bannerPortfolioLink {
width:175px;
height:79px;
background:url(../images/bannerPortfolioLink.png) no-repeat;
position:absolute;
bottom:60px;
right:20px;
display:block;
}

#banner p {
font-size:30px;
line-height:40px;
color:#FFF;
width:450px;
float:left;
}

#banner .screenshot img,
#banner .screenshot object {
/* margin:26px 0 0 26px; */
}


#banner h2 {
font-size:60px;
line-height:35px;
}

#banner h2 span {
font-size:14px;
color:#FFF;
font-weight: normal;
}



/* SERVICES */

ul.services {
overflow: hidden;
width:1000px;
padding:10px 0 0;
}

ul.services li {
display:block;
float:left;
width:300px;
margin:0 30px 0 0;
}


/* PORTFOLIO */
#myPortfolio h3 {
float:left;
display:block;
}

#myPortfolio .inner {
width:1000px;
position:relative;
overflow: hidden;
}

.portfolioTop {
height:120px;
margin:0 0 0 20px;
clear:both;
}

.portfolioButtons {
float:right;
display:block;
width:73px;
height:39px;
margin:30px 20px 0 0;
}

.portfolioButtons a.left {
float:left;
display:block;
width:36px;
height:39px;
background: rgba(0,0,0,0.9) url('../images/portfolioLeftSide.png') no-repeat 13px 12px;
-moz-border-radius-topleft : 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);


}

.portfolioButtons a.left:hover {
background: #333 url('../images/portfolioLeftSide.png') no-repeat 13px 12px;
}

.portfolioButtons a.right {
float:right;
display:block;
width:36px;
height:39px;
background: rgba(0,0,0,0.9) url('../images/portfolioRightSide.png') no-repeat 13px 12px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-bottomright : 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);

}

.portfolioButtons a.right:hover {
background: #333 url('../images/portfolioRightSide.png') no-repeat 13px 12px;
}

.portfolioArea {
clear:both;
position:relative;
overflow: hidden;
display:block;
height:470px;
width:1000px;
}

.portfolioLeftSide {
background:url(../images/portfolioLeftSide.png) repeat-y;
width:0px;
height:1000px;
position:absolute;
top:120px;
left:0px;
display:block;
z-index: 2;
-moz-box-shadow:0 0 10px 10px #5903AD;
background:rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}

.portfolioRightSide {
background:url(../images/portfolioRightSide.png) repeat-y;
width:0px;
height:1000px;
position:absolute;
top:120px;
right:0px;
display:block;
z-index: 2;
-moz-box-shadow:10px 10px 10px 10px #5903AD;
background:rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}

ul.portfolioSlider {
display:block;
width:100000px;
position:absolute;
top:0px;
left:0px;
}

ul.portfolioSlider h4{
	height: 50px;
	text-transform: uppercase;
}

ul.portfolioSlider li {
display:block;
float:left;
width:300px;
margin:0 10px 0 20px;
}

ul.portfolioSlider li img {
border:1px solid #FFF;
width:296px;
height:auto;
}

ul.portfolioSlider li p{
	margin-bottom: 0;
}



/* ABOUT */
#aboutMe .left {
width:630px;
display:block;
float:left;
margin:20px 0;
overflow: hidden;
}

#aboutMe .right {
width:300px;
display:block;
float:right;
margin:20px 0;
overflow: hidden;
}

ul.links {
line-height:30px;
font-weight:bold;
letter-spacing: 0.5px;
}



/* GET IN TOUCH */
#getInTouch{
padding-bottom: 120px;
}


input {
border:2px solid #000;
padding:10px 10px 0 10px;
height:24px;
width:300px;
color:#4c4437;
font-size:13px;
font-family: "Myriad Pro", Arial, 'Sans Serif';
}

input:focus {
border:2px solid #FFF;
}

textarea {
border:2px solid #000;
padding:10px 10px 0 10px;
height:120px;
width:400px;
color:#4c4437;
font-size:13px;
font-family: "Myriad Pro", Arial, 'Sans Serif';
}

textarea:focus {
border:2px solid #FFF;
}

button.submit {
background: rgba(0,0,0,0.9);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
width:192px;
height:39px;
border:none;
cursor: pointer;
color: #fff;
font-size:16px;
font-family: "Myriad Pro", Arial, 'Sans Serif';
text-transform: uppercase;
}
button.submit:hover {
background: #333;
}
#getInTouch .left {
float:left;
display:block;
width:600px;
}

#getInTouch .right {
float:right;
display:block;
width:300px;
}



/* FOOTER */
#footer {
overflow: hidden;
position:fixed;
bottom: 0;
display: block;
height:30px;
width:100%;
z-index:10;
/*background:url(../images/header.jpg) no-repeat top center;*/
background: rgba(0,0,0,0.7);
-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}

#footer p {
color:#FF0080;
font-size:13px;
line-height:10px;
margin:-7px 0 0 0;

}

#footer p a {
color:#FF0080;
}

#footer p a:hover {
color:#00F;
}

.clear{
	clear: both;
}


