@charset "utf-8";
/* CSS Document */

* {
	font: 1em Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

body {
	background-color:rgb(218,255,56);
	background-image:url(../images/paper_bg.jpg);
	color:rgb(98,98,98);
}

a {
	color:rgb(98,98,98);
	text-decoration:none;
	border-style:none;
}
a:hover {
	text-decoration:none;
	color:#333;
	border-style:none;
}

h1 {
    font: 1.2em "TizaRegular","Times New Roman",Times,serif;
    text-shadow: .05em .05em .05em rgb(0, 0, 0,);
}

p.paragraph1 {
	font-size:1em;
	padding:10px auto;
}

p.paragraph2 {
	font-size:.75em;
}

/* ------------- *\
	DIVS & CLASSES
\* ------------- */

#container {
	height:100%;
	min-height:100%;
	position:relative;
}

/* ------------- *\
	HEADER
\* ------------- */

#header-container {
	width:100%;
	height:80px;
	background-color:rgb(218,255,56);
	box-shadow: 0px 2px 0px rgb(99,99,99);
	
}

#header {
	height:100%;
	margin:auto;
	text-align:center;
}

.header-image {
	margin-top:15px;	
}

/* ------------- MENU  ------------- */

/* ------------- *\
	FOOTER
\* ------------- */

#footer-container {
	height:60px;
	width:100%;
	float:left;

	background:rgb(98,98,98);
	box-shadow:inset 0px 3px 5px rgb(0,0,0);
	-moz-box-shadow:inset 0px 3px 5px rgb(0,0,0);
	-ms-box-shadow:inset 0px 3px 5px rgb(0,0,0);
	-webkit-box-shadow:inset 0px 3px 5px rgb(0,0,0);
}

#footer {
	color:rgb(200,200,200);
	padding:20px 0px;
	margin:auto;
	max-width: 900px;
	font-size: 10pt;
}


#footer a {
	color:rgb(200,200,200);
}

.left-footer-content {
	float:left;
	text-align:left;
	padding-left:20px;
}

.right-footer-content {
	float:right;
	text-align:right;
	padding-right:20px
}

/* ------------- FOOTER END  ------------- */

/* ------------- *\
	MENU CONTENT
\* ------------- */

#menu {
	width:98%;
	height:3em;
	margin:auto;
	padding:0% 1%;
}

.menu-button {
	display:none;
	height:0px;
}

.menu-container { float:right; display:block;}

.menu-container li { list-style:none; float:left;}

.menu-container-items {
	margin-left:.4em;
	margin-right:.3em;
	font: 1.8em "LatinModernMono10Italic", "Times New Roman", Times, serif ;
	color:rgb(98,98,98);
}

.menu-container-items:hover {cursor:pointer; box-shadow:0px 2px 0px rgb(98,98,98);}

/* ------------- HEADER END ------------- */

/* ------------- *\
	MAIN CONTENT
\* ------------- */

#body-container {
	max-width:900px;
	margin:auto;
	padding:auto auto 1em;
}

/* ------------- *\
	CONTENT CONTAINER
\* ------------- */

#content-container {
	max-width: 53em;
	padding: 0% 2%;
	overflow: auto;
	margin:auto;
/*	background: none repeat scroll 0% 0% rgb(255, 135, 0);*/
}

#content-header {
/*	background:rgb(150,150,150);*/
	text-align:center;
	padding:1em 0em 1em;
}

#content-header h1:hover {
	color:rgb(218, 255, 56);
	text-shadow: 0px 0px 2px rgb(0,0,0);
	
	
}

p.content-sub-header {
	font-size:90%;
}

img.paragraph-picture {
}

#paragraph-picture-design {
    float: left;
    margin: auto 0.8em .2em auto;
    box-shadow: 0em 0.25em 0.5em rgb(0, 0, 0);
}

/* ------------- CONTENT CONTAINER END ------------- */

/* ------------- *\
	SEPARATOR CONTENT
\* ------------- */

#separator {
	max-width: 700px;
	height: 40px;
	margin:15px auto 20px
}

.separator-bar {
	width: 46%;
	margin-top: 15px;
	padding: 0% 2%;
	max-width: 330px;
	float: left;
}

img.left-separator, img.right-separator {
	width: 100%;
}

.home-button {
	background-image: url("../images/link_home.png");
	height: 40px;
	width: 100%;
	background-position: center center;
	position: absolute;
	background-repeat: no-repeat;
	max-width: 700px;
	display:block;
}

.home-button:hover {
	background-image:url(../images/link_home_hover.png);
}

#mobile-separator {
	width:0px;
	height:0px;
	overflow:hidden;
}

/* ------------- SEPARATOR END ------------- */

/* ------------- *\
	PORTFOLIO CONTAINER
\* ------------- */


#portfolio-splash  {
	margin: auto;
	max-width: 800px;
/*	min-width:611px;*/
}

#portfolio-container {
	position: relative;
	width: 46%;
	float: left;
	padding: 0px 2%;
	max-height: 183px;
}


#individual-portfolio-background {
	z-index:5;
	
	box-shadow:0px 5px 5px rgba(0,0,0,.75);
}

#individual-portfolio-background img {
	width:100%;
}

#individual-splash-text {
	background: none repeat scroll 0% 0% rgb(218, 255, 56);
	position: relative;
	bottom: 50px;
	padding: 2% 0%;
	height: 10%;
	margin: 0px -2%;
	
}

#portfolio-container:hover #individual-splash-text {
	box-shadow:0px 5px 5px rgba(0,0,0,.75);
}

#portfolio-container:active #individual-splash-text {
	box-shadow:0px 2px 2px rgba(0,0,0,.75);
}

.project-type {
	text-transform: lowercase;
	font-style: italic;
	margin-left: 2%;
}

.company-name {
	float: right;
	text-transform: uppercase;
	font-style: italic;
	margin-right: 3%;
}

/* ------------- PORTFOLIO END ------------- */


/* ------------- *\
	WORK PORTFOLIO PAGE ADJUSTMENTS
\* ------------- */

.portfolio-paragraph {
	padding:5px 0px 10px;
}

.portfolio-quote {
	padding:10px 5%;
	background:rgb(218,255,56);
	font-style:italic;
}

/* ------------- *\
	CONTACT FORM
\* ------------- */

.form {
	margin: 10px auto;
	max-width: 40.5em;
}

.fields {
	height: 40px;
	margin-left: 1%;
}

.message {
	margin: 15px auto;
}
/*
::-webkit-input-placeholder {
    color:rgba(204,102,51,.9);
}*/
:-moz-placeholder {
    color:rgba(204,102,51,.9);
}

.inputField, textarea {	
	background:rgba(255,255,255,1);
	
	box-shadow:inset 0px 2px 4px rgba(0,0,0,.4);
	-moz-box-shadow:inset 0px 2px 4px rgba(0,0,0,.4);
	-webkit-box-shadow:inset 0px 2px 4px rgba(0,0,0,.4);
	-o-box-shadow:inset 0px 2px 4px rgba(0,0,0,.4);
}

.inputField {

	border: thin solid rgb(98, 98, 98);
	font: 13px/100% Verdana,Tahoma,sans-serif;
	height: 36px;
	display: block;
	margin: auto 0.85% auto 0%;
	float: left;
	padding: 0% 1%;
	width: 30%;
	

   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   
}

.textarea {
	border: 1px solid rgb(98, 98, 98);
	min-height: 80px;
	line-height: 150%;
	padding: 1%;
	width: 98%;

   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;

   }

.inputField:hover, .textarea:hover {

	border-color:rgb(218,255,56);
	box-shadow:inset 0px 2px 4px rgba(0,0,0,.7);
	-moz-box-shadow:inset 0px 2px 4px rgba(0,0,0,.7);
	-webkit-box-shadow:inset 0px 2px 4px rgba(0,0,0,.7);
  	-o-box-shadow:inset 0px 2px 4px rgba(0,0,0,.7);
}

.inputField:focus, .textarea:focus {
   background:rgb(229,255,115);
}
.submitbutton {

	-webkit-appearance: none; /* override IOS submit button default*/

	width:100%;
	height:40px;
	margin:inherit;
	background:rgb(98,98,98);
	font-size: 13pt;
	text-transform:uppercase;
	color:rgb(255,255,255);

	font: 1.1em "TizaRegular", "Times New Roman", Times, serif ;
	
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   
	box-shadow: 0px 4px 4px rgb(0,0,0);
	-moz-box-shadow: 0px 4px 4px rgb(0,0,0);
	-o-box-shadow: 0px 4px 4px rgb(0,0,0);
	-ms-box-shadow: 0px 4px 4px rgb(0,0,0);
   
	text-shadow:0px .1em .1px rgb(0,0,0);
	border:none;
}

.submitbutton:active {
	box-shadow: 0px 2px 2px rgb(0,0,0);
	-moz-box-shadow: 0px 2px 2px rgb(0,0,0);
	-o-box-shadow: 0px 2px 2px rgb(0,0,0);
	-webkit-box-shadow: 0px 2px 2px rgb(0,0,0);
	-ms-box-shadow: 0px 2px 2px rgb(0,0,0);
}

/* ------------------- CONTACT FORM END ----------------*/

/* ------------- *\
	CONTACT SUBMIT PAGE
\* ------------- */

#submission-content {
	margin:auto;
	padding:3em 5em;
	text-align:center;
}

a.fixSubmit {
	text-transform:capitalize;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
}	

/* ------------------- CONTACT SUBMIT PAGE END ----------------*/

/* ------------------- *\
	ABOUT ME DIV
\* ------------------- */

#about-bold {
		font: 1.5em "LatinModernMono10Italic", "Times New Roman", Times, serif ;
		line-height:inherit;
}

/* ----------------- Screen Specific Formatting ----------------- */

/* ------------- *\
	INDIVIDUAL PORTFOLIO PAGES
\* ------------- */

#portfolio-feature-body {
	max-width:800px;
	margin:auto;
}

#feature-container {
	padding:0px 50px;
}

/* buttons for nav */


#left-feature-nav {
	margin-top:25%;
	margin-left:-50px;
	width:50px;
	float:left;
}

#right-feature-nav {
	margin-top:25%;
	margin-right:-50px;
	width:50px;
	float:left;
}

.left-button {
	background-image:url(../images/left_link_retina.png);
	background-size:100%;
	border-radius:19px;
}

.right-button {
	background:url(../images/right_link_retina.png);
	background-size:100%;
	border-radius:19px;
}

.left-button:hover {
	background:url(../images/left_link_hover_retina.png);
	background-size:100%;
	background-repeat:no-repeat;
	
	box-shadow:0px 0px 3px 5px rgb(0,0,0);
	box-shadow:inset 0px 3px 5px rgb(0,0,0);
}
.right-button:hover {
	background:url(../images/right_link_hover_retina.png);
	background-size:100%;
	background-repeat:no-repeat;
	
	box-shadow:0px 0px 3px 5px rgb(0,0,0);
	box-shadow:inset 0px 5px 3px rgb(0,0,0);
}

.left-button, .right-button {
	display:block;
	width:38px;
	height:38px;
	background-repeat:no-repeat;
	margin:auto;
		
	background-position:center center;	
}

/* buttons for nav END */


#feature {
		max-width:700px;
		float:left;
		margin-bottom:1em;
}

#feature img {
	box-shadow:0px 5px 5px rgba(0,0,0,.75);
	width:100%;
}

.feature-paragraph {
	margin:auto;
	padding:1em 1em 0em;
	min-height:6em;
}

.feature-links {
	padding:1em 1em 0em;
}

.feature-links-ul {
	list-style-position:inside;
	list-style-type:none;
	margin:.5em 2em;
}

.feature-links-ul li ul li {
	list-style-position:inside;
	list-style-type:none;
	margin-left: 2em;
}

#feature-description p{
	background: none repeat scroll 0% 0% rgb(218, 255, 56);
	padding:2% 3%;
	font-style:italic;
}
/* ----------------- INDIVIDUAL PORTFOLIO PAGES END ----------------- */

/* General layout defaults */

.ul-margin-left-10 {
	width:95%;
	margin:auto;
	list-style:none;
}

.li-margin-left {
	margin-left:10px;
	margin:5px inherit 2px;
}

#recaptcha_table {
	margin: auto !important;
}


/* ------------------------------------------------------------------ *\
	Adjustments for screens smaller than 675px and larger than 481px
\* ------------------------------------------------------------------ 

@media screen and (min-width:481px) and (max-width:675px) {

.project-type, .company-name { font-size:10pt; text-transform: lowercase; }

}
*/