body {
	background:#FFFFFF;
	color:#222222;
	text-align:center;
	font-family:"Myriad Pro", tahoma, 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;
}

h3 {
	font-size:52px;
	line-height:35px;
	margin:20px 0 40px;
	text-transform: uppercase;
}

h3 span {
	font-size:14px;
	font-weight: normal;
	color:#999;
}

h4 {
font-size:22px;
line-height:22px;
margin:0 0 20px 0;
}

h4 span {
	font-size:14px;
	font-weight: normal;
	color:#999;
	text-transform: uppercase;
}

h5 {
font-size:15px;
line-height:24px;
margin:0 0 20px 0;
}

h6 {
font-size:14px;
font-weight:bold;
margin:0 0 5px 0;
}

p {
line-height:24px;
margin:0 0 20px 0;
}

ul {
line-height:24px;
}

ol  {
line-height:24px;
}

a {
	color:#47728F;
	text-decoration: none;
}

a:hover { color:#67A5CF; }



/* MAIN STRUCTURE */

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

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

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

#whatIDo, #aboutMe, #getInTouch {
	background:#FFFFFF url(../images/bg-grad.jpg) repeat-x scroll 0 0;
	padding:30px 0 50px;
}



/* HEADER */

#header {
	overflow: hidden;
	position:fixed;
	display: block;
	height:152px;
	width:100%;
	z-index:10;
	background:#181818 url(../images/header.jpg) repeat-x center top;
	border-bottom:1px solid #fff;
}

#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:10px 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;
}

.tagline{
clear:both;
padding:20px 0;
margin:0 auto;
width: 960px;
}

.tagline p{
color:#FFFFFF;
display:block;
float:right;
font-size:18px;
font-weight:normal;
line-height:1.4em;
padding:15px 0 0;
width:550px;
}

.tagline p em{
color:#FFFFFF;
}

#header .tagline h1 {
	line-height:50px;
	height:85px;
	float:left;
	display:block;
	background: url(../images/logo.gif) no-repeat;
	width: 350px;
}

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





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

#banner .screenshot {
float:left;
display:block;
background:url(../images/featuredScreenshotBack.jpg) no-repeat;
width:500px;
height:350px;
position:relative;
overflow: hidden;
}

#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:#b09b7c;
width:450px;
float:left;
}

#banner .screenshot img {
margin:26px 0 0 26px;
}

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

#banner h2 span {
font-size:14px;
color:#b09b7c;
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 30px 0;
clear:both;
}

.portfolioButtons {
float:right;
display:block;
width:71px;
height:39px;
margin:50px 20px 0 0;
background:url(../images/portfolioButton.jpg) no-repeat;
}

.portfolioButtons a.left {
float:left;
display:block;
width:36px;
height:39px;
background:url(../images/portfolioButton.jpg) no-repeat top left;
}

.portfolioButtons a.left:hover {
background:url(../images/portfolioButtonHover.jpg) no-repeat top left;
}

.portfolioButtons a.right {
float:right;
display:block;
width:33px;
height:39px;
background:url(../images/portfolioButton.jpg) no-repeat top right;
}

.portfolioButtons a.right:hover {
background:url(../images/portfolioButtonHover.jpg) no-repeat top right;
}

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

.portfolioLeftSide {
background:url(../images/portfolioLeftSide.png) repeat-y;
width:20px;
height:1000px;
position:absolute;
top:120px;
left:0px;
display:block;
z-index: 2;
}

.portfolioRightSide {
background:url(../images/portfolioRightSide.png) repeat-y;
width:20px;
height:1000px;
position:absolute;
top:120px;
right:0px;
display:block;
z-index: 2;
}

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

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

ul.portfolioSlider li img {
border:2px solid #433a2d;
width:296px;
height:auto;
}



/* 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 */
input {
background:#F7F3EB url(../images/bg-grad.jpg) repeat-x scroll 0 -30px;
border:1px solid #CCCCCC;
color:#333333;
font-family:"Myriad Pro",Arial,'Sans Serif';
font-size:13px;
height:24px;
padding:10px 10px 0;
width:300px;
}

input:focus {
border:1px solid #67a5cf;
}

textarea {
background:#F7F3EB url(../images/bg-grad.jpg) repeat-x scroll 0 -30px;
border:1px solid #ccc;
padding:10px 10px 0 10px;
height:120px;
width:400px;
color:#4c4437;
font-size:13px;
font-family: "Myriad Pro", Arial, 'Sans Serif';
}

textarea:focus {
border:1px solid #67a5cf;
}

#submit {
background:url(../images/submit.jpg) no-repeat;
width:192px;
height:39px;
border:none;
text-indent: -99999px;
}

#getInTouch .left {
float:left;
display:block;
width:600px;
}

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



/* FOOTER */
#footer {
margin-top:30px;
background:#181818;
}

#footer p {
color:#f7f2ea;
font-size:13px;
line-height:20px;
margin:0px;
}

#footer p a {
color:#ffefd8;
}

#footer p a:hover {
color:#FFFFFF;
}

.float-right{
float:right;
}
.float-left{
float:left;
}