/* Is this getting anywhere */

@font-face {
	  font-family: 'WFTP';
  src: url('fonts/wftp.eot?') format('eot'), url('fonts/wftp.woff') format('woff'), url('fonts/wftp.ttf') format('truetype');

}

@font-face {
	  font-family: 'Myanmar';
  src: url('fonts/myanmar.eot?') format('eot'), url('fonts/myanmar.woff') format('woff'), url('fonts/myanmar.ttf') format('truetype');	
}

@font-face {
	  font-family: 'Alexandria';
  src: url('fonts/Alexandria.eot?') format('eot'), url('fonts/Alexandria.woff') format('woff'), url('fonts/Alexandria.ttf') format('truetype');
}

body {
	text-align: center;
	color: #655f5f;
	font-family: Helvetica, sans-serif;
}

a {
	transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
}

a, a:visited {
	text-decoration: none;
	color: #2377b8; 
}

a:hover, a:active {
	text-decoration: none;
	color: #8F101C;
}

a img {
	border: none;
}


#main-box {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	top: 20px;
	padding-bottom: 30px;
}

#branding  {
	padding-bottom: 15px;
	background: url('images/wftp-logo.png') no-repeat left top;
	height: 300px;
	overflow: hidden;
}

#circles {
	float: left;
	width: 75px;
	height: 75px;
	
}

#circles img {
	position: absolute;
	display: none;
	z-index: 0;
}

#circles img.active {
	display: block;
	z-index: 2;
}

#circles img.previous {
	z-index: 1;
	display: block;
}


nav {
	position: relative;
	text-align: left;
	left: 430px;
	top: 180px;
	width: 500px;
	font-family: Helvetica, sans-serif;
	border-top: 1px dotted #615f5f;
}	

nav ul, #footer-nav ul {
	list-style: none;
	margin-left: -70px;
}

nav ul li, #footer-nav ul li {
	display: inline;
	padding-left: 30px;
	font-size: 18px;
	letter-spacing: 3px;
	color: #250ddc;
}

#footer-nav {
	text-align: center;
}
		
#portfolio {
	margin: 0 auto;
	text-align: center;
	width: 800px;
}

.portfolio-box {
	width: 230px;
	height: 170px;
	box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	display: inline-block;
	margin: 0 18px 28px 10px;
}

.portfolio-box img {
	position: absolute;
	display: block;
}

img.bottom {
	z-index: 1;
}

img.overlay {
	display: block;
	opacity: 0.0;
	z-index: 2;
}

#content {
	width: 750px;
	margin: 0 auto;
	line-height: 24px;
	font-size: 0.95em;
	text-align: left;
}

#column-1 {
	width: 350px;
	float: left;
}

#column-2 {
	width: 340px;
	float: left;
	padding-left: 20px;
}

#content img {
	box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;

}

#content.portfolio img {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#content p {
	margin-top: -3px;
}

#footer {
	text-align: center;
	margin-top: 30px;
	padding: 12px 0 20px 0;
	font-family: Helvetica, sans-serif;
	line-height: 20px;
	font-size: 0.95em;
	color: #867F7F;
}

#footer hr {
	width: 200px;
}

#footer img {
	box-shadow: none;
}

h1 {
	margin-bottom: 50px;
	font-weight: normal;
	text-align: center;
	color: #867F7F;
	letter-spacing: 2pt
	font-size: 28pt;
}

h3 {
	margin-top: -2px;
	font-weight: normal;
	font-size: 16pt;
	letter-spacing: 0.4pt;
}

#text {
	width: 450px;
	margin: 0 auto;
	font-size: 0.95em;
	text-align: center;
	letter-spacing: 0.07em;
}

hr {
	width: 300px;
	margin-bottom: 18px
	
}

#headshot {
	float: right; 
	margin-right: 40px;
}

.testimonial-pull {
	width: 600px;
	float: right;
	font-family: WFTP, serif;
	text-align: left;
	font-style: italic;
	display: none;
}

.attr {
	 text-align: right;
	 padding-right: 80px;
 }
.mobile {
	display: none;
}

/* Styles for portfolio slider */

#portfolio-show {
	position: relative;
	width: 350px;
	height: 293px;
}

#portfolio-show img {
	display: none;
	z-index: 0;
	position: absolute;
	border: 1px solid #CECECE;
}

#portfolio-show img.active {
	z-index: 2;
	display: block;
}

#portfolio-show img.previous {
	z-index: 1;
	display: block;
}

.portfolio-text {
	display: none;
}

#column-2 .active {
	display: block;
}

#indicator {
	margin-top: 10px;
}

#indicator table {
	border-collapse: collapse;
}

#back, #forward {
	cursor: pointer;
}

.portfolio-circle {
	color: black;
	font-weight: bold;
	font-size: 1.4em;
	cursor: pointer;
}

.pointer {
	color: aqua;
	display: none;
}

#contact-form-box {
	width: 350px;
	position: relative;
	left: 200px;
}

#form-errors {
	position: relative;
	left: 200px;
	margin-bottom: 15px;
	width: 300px;
	text-align: left;
	padding: 10px;
	border: 2px solid #817e7e;
	background-color: #c2bdbd;
	color: red;
}

#footer-testimonial {
	position: relative;
	top: 60px;
	margin-bottom: 70px;
	overflow: auto;
}

#footer-testimonial a {
	color: inherit;
}

#footer-testimonial a:hover {
		color: #8F101C;
}

.testimonial {
	margin-bottom: 48px;
}

.testimonial hr {
	width: 100px;
	margin-top: 20px;
}

.attribution {
	text-align: right;
	margin-top: 22px;
}

#other-text {
	display: none;
	opacity: 0.0;
}

/* Responsive Structure */

@media (max-width: 800px) {

	#main-box {
		width: 800px; 
	}
	
	#branding {
		/* background: url('images/wftp-logo-mobile.png') no-repeat 60px top; */
	}
	
	#nav {
		left: 230px;
		top: 200px;
	}
	
	.clicker {
		display: none;
	}
}


@media (min-device-width: 320px)
and (max-device-width: 480px) {
	
	#main-box {
		width: 320px;
		text-align: center;
	}
	#branding {
		background: url('images/wftp-logo-mobile.png') no-repeat center top;
		padding-bottom: 6px;
		height: 200px;
	}
	
	#portfolio {
		margin: 0 auto 60px auto;
		width: 320px;
	}
	
	#portfolio-show {
		width: 280px;
		height: 234px;
		margin: 0 auto 0 -10px;
	}
	
	#footer-testimonial {
		display: none;
	}
	
	
	#nav {
		text-align: center;
		left: 0;
		margin: 0 auto;
		font-size: 0.95em;
		font-weight: bold;
		width: 320px;
		top: 120px;
		line-height: 25pt;
	}
	
	nav ul {
		margin-left: -20px;
	}
	
	nav ul li {
		padding: 14px;
			}
	
	.mobile {
		display: inherit;
	}
	
	.desktop {
		display: none;
	}
	
	.portfolio-box {
		display: block;
		margin: 23px auto;
	}
	
	.testimonial-pull {
		width: 320px;
		float: none;
		margin: 12px auto;
		
	}
	
	#contact-form-box {
		width: 300px;
		
	}
	
	#content {
		width: 80%;
		margin: 20px auto 0 auto;
	}
	
	#column-1, #column-2 {
		float: none;
		display: block;
		text-align: left;
		width: 280px;
		padding-left: 0;
	}
	
	#column-1 img {
		margin: 20px auto;
	}
	
	#headshot {
		display: block;
		margin: 0 auto;
		float: none;
	}
	
	#footer {
		margin-right: 8px;
	}
	
	h1 {
		margin-bottom: 30px;
		font-size: 18pt;
		line-height: 1.1em;
	}
	
	#contact-form-box {
		left: 0px;
		text-align: left;
	}
	
	.portfolio-page img {
		display: inherit;
	}
	
}