/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin:0 0 0 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-position:left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin-top:auto;
}
/*-----------------MAIN CONTAINER-----------*/
.container_main {
	height:100%;
	width: 100%;
	position: absolute;
	margin: 0 0 0 0;
	left:0;
	top: 0;
	max-width: 100%;
	max-height: 100%;
	height: auto\9;
	width: auto\9
}
/*-----------------BACKGROUND IMAGE MAIN-----------*/
.bg_main {
	height:100%;
	width: 100%;
	position: absolute;
	margin: 0 0 0 0;
	background: url(http://www.ainsleyphotos.com/images/home_image_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity:1;
}
/*-----------------LOGO NAME(TOP LEFT)-----------*/
#logo_left {
	height: 53px;
	width: 330px;
	z-index:10;
	margin-right:10px;
	margin-top:0px;
	float:right;
	opacity:.3;
}
#logo_left:hover {
	opacity:1;
}
/*-----------------SOCIAL MEDIA ICONS-----------*/

#social_media {
	height:48px;
	margin-top:0px;
	margin-right:40px;
	float:right;
	opacity:.5;
}
#social_media img {
	margin-right:5px;
	opacity:.5;
}
#social_media a:hover img {
	opacity:1;
}
/*-----------------HOME SCREEN IMAGE-----------*/

#about_content_right {
	position: absolute;
	background-color:#000000;
	top: 50%;
	left: 50%;
	margin-top: -400px; /* Half the height */
	margin-left: -602px; /* Half the width */
	max-width: 100%;
	height: auto;
	width: auto\9;
}
/*-----------IMAGE SCROLL BLOCK--------------*/

#myWorkContent {
	margin-top:150px;
	margin-left:0px;
	width:100%;
	height:820px;
	border: 0px solid #bed5cd;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	box-sizing:border-box;
	background-color:#FFFFFF;
}
#myWorkContent a {
	display: inline-block;
	vertical-align: middle;
}
#myWorkContent img {
	margin-right: 15px;
	margin-top:10px;
}
#myWorkContent video {
	margin-right: 15px;
	margin-top:10px;
}
/*-----------CONTENT CONTAINER--------------*/

#myWorkContent_alt {
	margin-top:150px;
	margin-left:0px;
	width:auto;
	height:820px;
	border: 0px solid #bed5cd;
	overflow:hidden;
	white-space: nowrap;
	box-sizing:border-box;
	background-color:#FFFFFF;
}
#myWorkContent a {
	display: inline-block;
	vertical-align: middle;
}
#myWorkContent img {
	margin-right: 15px;
	margin-top:10px;
}
#myWorkContent video {
	margin-right: 15px;
	margin-top:10px;
}
/* ------------MENU BLOCK------------------*/


#page-wrap {
	width: auto;
	margin: 15px auto;
	margin-right:50px;
	float:right;
	line-height:1;
}
/*@font-face{
font-family:HeadlineA;
 	src: url(https://web.archive.orghttp://www.ainsleyphotos.com/fonts/HeadlineA.eot);
}
@font-face{
font-family:HeadlineA;
 	src: url(https://web.archive.orghttp://www.ainsleyphotos.com/fonts/HeadlineA.ttf);
}
@font-face{
font-family:HeadlineA;
 	src: url(https://web.archive.orghttp://www.ainsleyphotos.com/fonts/HeadlineA.eot);
}
@font-face{
font-family:HeadlineA;
 	src: url(https://web.archive.orghttp://www.ainsleyphotos.com/fonts/HeadlineA.ttf);
}
*/
#change {
	font-family:Squada One;
	font-stretch:expanded;
}
a {
	color: #CCCCCC;
	font-size: 18px;
	font-style:normal;
	line-height: 1;
	text-decoration: none;
}
ul {
	list-style: none;
}
p {
	margin: 15px 0;
}
/*
 LEVEL ONE
 */
ul.dropdown {
	position: relative;
}
ul.dropdown li {
	color: #CCCCCC;
	font-weight:normal;
	float: left;
}
ul.dropdown a:hover {
	color: #00FF00;
}
ul.dropdown a:active {
}
ul.dropdown li a {
	display: block;
	padding: 4px 8px;
	color: #FFF;
}
ul.dropdown li:last-child a {
	border-right: none;
}
/* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	color:#000;
}
ul.dropdown li.hover a {
	color: #00FF00;
	font-weight:normal;
}
/*
 LEVEL TWO
 */
ul.dropdown ul {
	color: #000;
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}
ul.dropdown ul li {
	font-weight: normal;
	color: #000;
	float: none;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
}
/*
 LEVEL THREE
 */
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
/*-----------------Facebook Share button-----------*/
#fbshare_main {
	display: block;
	width: auto;
	top:80px;
	left:15px;
	float:left;
	line-height:1;
	opacity:.3;
}
#fbshare_main:hover {
	opacity:1;
}
/*-----------------COPYRIGHT INFORMATION-----------*/
.copyright_main {
	color: #666;
	font-family: Squada One;
	font-size:16px;
	font-style: normal;
	line-height: 1;
	text-decoration: none;
	position: absolute;
	top:60px;
	right:0px;
	padding:10px;
	opacity:.6;
}
/*-----------------ABOUT-----------*/
#about {
	position: absolute;
	top: 30%;
	left: 10%;
	padding:10px;
	font:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-stretch:expanded;
	color:#CCCCCC;
	line-height:1;
	opacity:.7;
}
#about_text_big {
	font-size:48px;
	font-family: 'Anton', serif;
}
#about_text_small {
	font-size:24px;
	font-family: 'Anton', serif;
}
/*-----------------ABOUT MAIN CONTAINER-----------*/

#about_myWorkContent {
	margin-top:150px;
	margin-left:0px;
	width:100%;
	height:820px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	box-sizing:border-box;
}
/*----------------- INFORMATION BACKGROUND IMAGE MAIN-----------*/
.about_main {
	height:100%;
	width: 100%;
	position: absolute;
	margin: 0 0 0 0;
	background: url(http://www.ainsleyphotos.com/images/about_image_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity:1;
}
/*-----------------CONTACT STYLE & CONTACT FORM STYLE-----------*/
#contact {
	position: absolute;
	height:800px;
	top:30%;
	left: 10%;
	padding:0px;
	font:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-stretch:expanded;
	color:#CCCCCC;
	line-height:1;
	opacity:.7;
	border:thick;
	border:#FFFFFF;
}
#contact_text_big {
	font-size:48px;
	font-family: 'Anton', serif;
}
#contact_text_small {
	font-size:24px;
	font-family: 'Anton', serif;
}
/*@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);
@import url(http://fonts.googleapis.com/css?family=Squada One);*/
input{
width:150px;
height:20px;
margin-top:5px;
border:1px solid #999;
border-radius:3px;
padding:5px;
}
input[type=button]{
border:1px solid white;
font-family: 'Fauna One', serif;
font-Weight:bold;
font-size:18px;
color:white;
height:50px;
opacity:.5;
}
input[type=button]:hover{
opacity:1;
}
textarea{
width:350px;
height:80px;
margin-top:5px;
border:1px solid #999;
border-radius:3px;
padding:5px;
resize:none;
}
span{
color:red;
}
#note{
color:black;
font-Weight:400;
}
#returnmessage{
font-family:Squada One;
font-size:18px;
color:green;
text-align:left;
}
