
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* general */
body {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.1em;
	background-image:url(../img/bg.jpg);
}
#container {
	font-size:0.8em;
	width:900px;	
	margin:0 auto;
}
.clearer {
	clear:both;
}

/* text */
@font-face {
	font-family: WaukeganLDOBold;
	src: url('Waukegan LDO Bold.ttf');
}
@font-face {
	font-family: WaukeganLDOExtendedBold;
	src: url('Waukegan LDO Extended Bold.ttf');
}
h1 {
	font-size:1.6em;
	padding:3px 0 5px 0;	
	letter-spacing:0.5px;
	font-family:WaukeganLDOExtendedBold, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:1.5em;	
	padding:3px 0;
	letter-spacing:2px;
	color:#c14400;
	font-family:WaukeganLDOExtendedBold, Arial, Helvetica, sans-serif;
}
h3 {
	color:#c14400;
	font-weight:bold;
	letter-spacing:1px;
	font-size:1.4em;
	font-family:WaukeganLDOExtendedBold, Arial, Helvetica, sans-serif;
}
p {
	padding:3px 0 4px 0;	
	font-size:1.1em;
}
a {	
	color:#de6f00;
	text-decoration:underline;	
}
a:hover {
	color:#e85100;
}
.subHeading {
	font-size:1em;
	padding:4px 0 3px 0;
	letter-spacing:1.8px;
	font-style:italic;
}
.smallText {
	font-size:0.9em;
}
.enbold {
	font-weight:bold;
}

/* header */
#header {
	width:100%;
	height:183px;	
	background-image:url(../img/header_bg.png);
	background-repeat:no-repeat;
}
#headerStripe {
	width:50%;
	height:183px;	
	position:absolute;
	top:0;
	left:0;
	background-image:url(../img/header_stripes.png);
	background-repeat:repeat-x;
	z-index:-10;
}

/* logo */
#logo {
	float:left;
	width:413px;
	height:183px;
}

/* menu */
#menu {
	float:left;
	width:487px;
	height:183px;
	font-family:WaukeganLDOExtendedBold, Arial, Helvetica, sans-serif;
	overflow:hidden;
}
#menu ul {
	margin:139px 0 0 10px;
}
#menu ul li {
	float:left;	
	margin:0 6px 0 0;
	height:39px;
	text-align:center;
}
#menu ul li.selected a {
	height:38px;
}
#menu li a {
	text-decoration:none;
	color:#fff;
	font-size:1.5em;
	display:block;
	height:28px;
	padding:11px 0 0 0;
	background-color:#de6f00;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	letter-spacing:1px;
}
#menu li a:hover {
	/*color:#871e00;*/
	background-color:#f17a03;
}
#menu ul li.selected a {
	color:#fff;
	background-color:#de6f00;
}
#menuHome {
	width:116px;
}
#menuProjects {
	width:110px;
}
#menuAbout {
	width:82px;
}
#menuContact {
	width:105px;
}

/* filter */
.filterOn {
	font-weight:bold;
}

/* content */
#content {
	width:776px;
	background-image:url(../img/content_bg.png);
	background-repeat:repeat-y;
	background-position:right;
	padding:0 46px 6px 78px;
	position:relative;
}
.contentBlock {
	margin:0 0 6px 0;
	padding:10px 10px 10px 20px;
	background-color:#f0e1b5;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(240,225,181,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(240,225,181,0.55))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(240,225,181,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(240,225,181,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(240,225,181,0.5) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(240,225,181,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cffffff', endColorstr='#8cf0e1b5',GradientType=0 ); /* IE6-9 */
	max-height:180px;
	overflow:hidden;
}
.titleBlock {
	color:#fff;
	background:none;
}
.titleBlockHeading {
	float:left;
	width:184px;
}
.titleBlockHeading h1 {
	display:none;
}
.titleBlockText {
	float:left;
	background-color:#de6f00;
	width:552px;
	min-height:107px;
	padding:5px 10px 0 30px;
}
.titleBlockText a {
	color:#edbd1c;
	font-weight:normal;
}
.textBlock {
	float:left;
	width:440px;
	padding:5px 20px 2px 0;
}
.imageBlock {
	float:left;
	width:285px;
	text-align:center;
	padding:5px 0 0 0;
}
.imageBlock img {
	-moz-box-shadow: 0 0 5px #a39871;
	-webkit-box-shadow: 0 0 5px #a39871;
    box-shadow: 0 0 5px #a39871;
}
.imageBlock a:hover img {
	-moz-box-shadow: 0 0 15px #a39871;
	-webkit-box-shadow: 0 0 15px #a39871;
    box-shadow: 0 0 15px #a39871;
}

/* home page */
.welcomeBlock {
	background-color:#de6f00;
	padding:0;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	margin:0;
	min-height:8px;
}
#welcomePanel {
	width:340px;
	min-height:330px;
	padding:8px 10px 6px 12px;
}
#welcomePanel h1 {
	padding:0 0 15px 0;
	color:#8a1f00;
	letter-spacing:1px;
	font-size:1.7em;
}
#tellyPanel {
	position:absolute;
	top:20px;
	right:60px;
}
.homeContentBlock {
	max-height:500px !important;
}


/* about page */
.spacer7 {
	margin-top:7px;
}


/* contact page */
#contactForm label {
	display:block;
	margin:10px 0 4px 0;
}
#contactForm .inputBox {
	width:350px;
}
#contactForm .inputArea {
	width:350px;
}
#contactForm .submitButton {
	width:150px;
	height:30px;
	margin:10px 0 5px 0;
	display:block;
}
.contactContentBlock {
	max-height:500px !important;
}
#contactForm .titleInput {
	display:none;
}

/* projects page */
.imageBlock ul {
	margin:5px 0 0 0;	
	display: inline-block;
	*display: inline;
	zoom:1;
}
.imageBlock ul li {
	float:left;	
	line-height:0;
}
.imageBlock ul li a {
	margin:2px 2px;
	width:12px;
	height:12px;
	background-color:#cabe95;
	font-size:0.5em;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height:0;
}
.imageBlock ul li a:hover {
	background-color:#e85100;
}
.imageBlock ul li a.selected {
	background-color:#de6f00;
}
#prevButton {
	float:left;
}
#nextButton {
	float:right;
}
.imageSelector ul {
	visibility:hidden;
}
.imageSelector img {
	visibility:hidden;
}
.imageSelector img.selectorFirst {
	visibility:visible;
}

/* footer */
#footer {
	width:800px;
	height:93px;
	background-image:url(../img/footer_bg.png);
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 100px;
	font-size:0.8em;
}

#footer p {
	padding:2px 0 0 0;
}

#footerStripe {
	height:50%;
	width:900px;	
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-450px;
	background-image:url(../img/footer_stripes.png);
	background-repeat:repeat-y;
	z-index:-10;
}

/* additional */
.nomargin {
	margin:0;
}

/* mobile */ 
@media screen and (max-width: 920px) {

#futronicaLogo {
	max-width:95%;
}

img {
	max-width:95%;
}

#headerStripe, .titleBlockHeading, #tellyPanel, #footerStripe {
	display:none;
}

#container, #header, #logo, #content, #footer {
	width:100%;	
	margin:0;
	padding:0;
	float:none;	
	height:auto;
}

#menu {
	width:100%;	
	margin:2px 0 6px 0;
	padding:0;
	float:none;	
	height:auto;
	text-align:center;
}
#menu ul {
	margin:0;
	display:inline-block;
}
#menu ul li {
	height:auto;
}
#menu li a {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size:1.3em;
	padding:6px 6px;
	height:auto;
}
#menu ul li.selected a {
	height:auto;
}
#menuHome {
	width:auto;
}
#menuProjects {
	width:auto;
}
#menuAbout {
	width:auto;
}
#menuContact {
	width:auto;
}

#header, #footer {
	background-image:none;
}

#content {
	margin:0;
	background-image:none;
}

.textBlock {
	width:100%;
}

.titleBlockText {
	width:auto;
	padding:10px;
	float:none;
	min-height:20px;
}

.titleBlock {
	width:100%;
	margin:0 0 6px 0;
}

.contentBlock {
	padding:10px 0;
	min-height:20px;
}

.contentBlock h2, .contentBlock p, .contentBlock h3, .contentBlock h1 {
	padding:4px 10px;
}

#footer {
	background-color:#c14400;
	width:100%;
	height:20px;
	margin:6px 0;
}
#footer p {
	margin-left:10px;
}

.welcomeBlock {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
}
#welcomePanel {
	width:100%;
	min-height:100px;
	padding:0;
}
#welcomePanel h1 {
	padding:6px 10px 16px 10px;
}

#contactForm {
	padding:0 10px 10px 10px;
}
#contactForm .inputBox {
    width: 95%;
}
#contactForm .inputArea {
    width: 95%;
}

.spacer7 {
	margin-top:0;
}

#nextButton {
	margin-right:10px;
}
#prevButton {
	margin-left:10px;
}