body {
background:#FFFFFF;
color:#520930;
text-align:center;
font-family: Arial, 'Sans Serif';
font-size:14px;
}

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../fonts/Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('../fonts/Chunkfive.woff') format('woff'), url('../fonts/Chunkfive.otf') format('opentype'), url('../fonts/Chunkfive.svg#ChunkFive') format('svg');
}


/* 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-family:'ChunkFiveRegular',"Myriad Pro", Arial, 'Sans Serif';
font-size:22px;
margin:0 0 20px 0;
}

h3 {
font-family:'ChunkFiveRegular',"Myriad Pro", Arial, 'Sans Serif';
font-size:60px;
line-height:35px;
margin:0 0 20px 0;
}

h3 span {
font-family:Arial, 'Sans Serif';
font-size:14px;
text-transform:uppercase;
font-weight: normal;
color:#b09b7c;
}

h4 {
font-family:'ChunkFiveRegular',"Myriad Pro", Arial, 'Sans Serif';
font-size:22px;
line-height:20px;
color:#ad172e;
text-transform:uppercase;
margin:0 0 20px 0;
}

h4 span {
font-family:'ChunkFiveRegular',"Myriad Pro", Arial, 'Sans Serif';
font-size:14px;
font-weight: normal;
color:#e69b40;
text-transform: uppercase;
}

h5 {
font-size:18px;
font-weight:bold;
line-height:24px;
color:#de3526;
margin:0 0 20px 0;
}

h6 {
font-size:16px;
font-weight:bold;
color:#40575e;
margin:8px 0 8px 0;
}

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

ul {
line-height:24px;
}

ol  {
line-height:24px;
}

a {
color:#886027;
text-decoration: none;
}

a:hover {
color:#433a2d;
}



/* 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;
}

#whatIDo, #aboutMe {
background:#f7f2ea;
border-top:1px solid #ede3d4;
border-bottom:1px solid #ede3d4;
}



/* HEADER */

#header {
overflow: hidden;
position:fixed;
display: block;
height:50px;
width:100%;
z-index:10;
background:url(../images/header.jpg) repeat-x top;
}

#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;
font-size:12px;
line-height:20px;
margin:0 0 0 20px;
}

#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;
}



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

#banner .screenshot {
float:left;
display:block;
width:400px;
height:468px;
position:relative;
overflow: hidden;
}

#banner p {
font-size:14px;
line-height:28px;
color:#520930;
width:580px;
float:left;
}

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

#banner h2 {
font-size:60px;
line-height:50px;
padding-top:30px;
}

#banner h2 span {
font-size:38px;
line-height:21px;
color:#433a2d;
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;
}



/* 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:url(../images/input.jpg) repeat-x #f7f3eb;
border:1px solid #d5bc99;
padding:10px 10px 0 10px;
height:24px;
width:300px;
color:#4c4437;
font-size:13px;
font-family: "Myriad Pro", Arial, 'Sans Serif';
}

input:focus {
border:1px solid #4c4437;
}

textarea {
background:url(../images/input.jpg) repeat-x #f7f3eb;
border:1px solid #d5bc99;
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 #4c4437;
}

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

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

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



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

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

#footer p a {
color:#ffefd8;
}

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

.container ul{
padding:8px 20px;
}

.container ol{
padding:8px 40px;
list-style: decimal;
}

.container li{
padding-bottom:8px;
}