html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

.content b{
	/*=== fancy shadow stuff ===*/
	text-shadow: none;
}

.content a {color:#d8d8d8; font-weight:normal; text-decoration:none;}
a:focus { outline: 0; }
a:hover, a:active { outline: 0; color:#d21300;}

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

body {
	margin: 0;
	padding: 0;
	background: #35312e;
	color: #fff;
	font-family: 'AmbleRegular', sans-serif;
	font-size: 15px;
	line-height: 1.1;
	
}

#main-wrapper {
    width: auto;
    min-height: auto;
 	
}

/* ================================================================= top / header === */

#top {
	background-image:none;
	background-color:#23201D;
	width: 100%;
	min-width: 0;
	position: relative;
	top: 2px;
	left: 0;
	z-index: 10;
	overflow: hidden;
	
	/*border: 1px solid yellow;*/
}

#header {
    /* width: 960px; */
    border: 0px solid yellow;
    height: 80px;
   	
	
}

#logo {
	float: left;
	display:inline;
	top: 4px;
	left: 6px;
	margin-left: 0;
	position: relative;
	width: 148px;
    height: 41px;
	
}


#header ul {
    list-style: none;
    list-style-image: none;
    margin: 16px 0px 0px 18px;
    padding: 0;
	font-size: 16px;
	clear: both;
	float:left;
	
}

#header li {
    float: left;
	margin-right: 12px;
	margin-bottom: 5px;
}

#header li a {
    display:inline;
    color: #848484;
}

/* ================================================================= navs === */

#header .main {
	position: relative;   
	right: auto;
	bottom: auto;
	width: auto;
	float: left;
	
	
}

#header .main a {
    text-indent: 100%;
    overflow: hidden;
}

#header .main a                                    { font-weight: normal; background: none;}
#header .main a:hover, #header .main a.selected    { color:#DD3A0B; text-decoration:none;  }

#header .main a.company, #header .main a.location, #header .main a.projects, #header .main a.career, #header .main a.contact   { width:auto; height: auto; background: none; }
#header .main a.company:hover, #header .main a.company.selected, #header .main a.location:hover, #header .main a.location.selected, #header .main a.projects:hover, #header .main a.projects.selected, #header .main a.career:hover, #header .main a.career.selected, #header .main a.contact:hover, #header .main a.contact.selected                { width:auto; height: auto; background: none;}



/* ================================================================= main === */

#main{

	
}

.section {
    width: 100%;
    left: 0;
   	padding: 0px;
	z-index: auto;
	min-height: 100%;
	/*border: 2px solid red;*/
	min-height:inherit;
	background-image:url(../img/mobile_MainBG.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-attachment:fixed;
}



.sectionBar {
	position: relative;
	top: 0;
	left: 0;
	min-height:inherit;
	background: none;
	
}

.bg {
	
	display:none;
}

.content {
	/*main section width*/
	padding: 24px;
	padding-top: 12px;
	width: auto;
		
}

.content p b {
    line-height: 1;
    color: #aba69f;
    font-size: 20px;
    font-family: 'YanoneKaffeesatzRegular', sans-serif;
    font-weight: normal;
}


/* ================================================================= social nav === */

#header .social {
    margin-top: 14px;
	/*visibility:hidden;*/
	display:none;
	width: 0;
}


/* ================================================================= projects === */

#projectTitle, #projectTitle.date {
	font-size:17px;
	
}



/* ================================================================= footer === */

#footer {
	width:auto;
	position: relative;
    margin: 0 auto;
    margin-top: 20px;
	z-index: 15;
	bottom: 0;
	font-size: 13px;
}


#footer p {
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #b3b3b3;
}

