A U S T E N EZZELL
Version: 2
Date: 6/22/2010
Author: Austen Nicholas Ezzell

---------------------------------------------------------------------*/

* {margin: 0; padding: 0;}

* html #footer{height: 1px;}
	
	
body {
	text-align: left;
	background-color: #FFF;
	font: 12px Courier, Times, serif;
	line-height: 18px;
	color: #576a7e;
	padding: 0;
	margin: 0;
	}

	
/* Typography and Links
----------------------------------------------------------------------*/
	
a {
	color: #bfb49e;
	text-decoration: none;
	}
		
a:link {
	color: #404040;
	}
	
a:visited {
	color: #404040;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
h1 {
	font-size: 22px;
	color: #555555;
	}

h2 {
	font-size: 17px;
	color: #000;
	}
	
p {
	color: #8a8a8a;
	font-size: 14px;
	line-height: 18px;
	}
	
.centered {
	text-align:center;
	display: block;
	margin: 0 auto;
	}




/* nav
----------------------------------------------------------------------*/
#nav {
	height: auto;
	width: 110px;
	border: 0px dotted red;
	}
	
ul#navigation {
	list-style: none;
	border: 0px dotted green;
	padding: 0 0 0 12px;
	z-index: 10;
	display: block;
	font-size: 22px
	}

ul#navigation li {
	padding-bottom: 10px;
	}


.clear {
	height: 0;
	overflow: hidden;
	clear: both;
	}
	

ul#navigation li.navon {
	background-position: -100px 0px;
	}	
	
ul#navigation a {
	text-decoration: none;
	}	

#nav-diary {
	background: url("../images/diary.gif") 0 0 no-repeat;
	width: 100px;
	height: 20px;
	border: 0px dotted blue;
	letter-spacing: 8px;
	}
	
#nav-collections {
	background: url("../images/photos.gif") 0 0 no-repeat;
	width: 100px;
	height: 20px;
	border: 0px dotted blue;
	letter-spacing: 5px;

	}		
	
#nav-design {
	background: url("../images/design.gif") 0 0 no-repeat;
	width: 100px;
	height: 20px;	
	border: 0px dotted blue;
	font-size: 27px;
	letter-spacing: 1px;

	}	
	
#nav-about_photos {
	background: url("../images/about.gif") 0 0 no-repeat;
	width: 100px;
	height: 20px;	
	border: 0px dotted blue;
	letter-spacing: 9px;

	}	
	
#nav-contact {
	background: url("../images/contact.gif") 0 0 no-repeat;
	width: 100px;
	height: 20px;	
	border: 0px dotted blue;
	letter-spacing: 1px;
	
	}	
	

#nav-diary:hover,#nav-collections:hover, #nav-design:hover, #nav-about_photos:hover, #nav-aboutus:hover, #nav-contact:hover {
	background-position: -100px 0px;
	}


ul#navigation li span {
	visibility: hidden;
	}

/* LOGO
----------------------------------------------------------------------*/
#logo a {
	background: url("../images/aelogosplit.gif") 0 0 no-repeat;
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	margin: 20px 0 0px 10px;
	z-index: 10;
	}
#logo a:hover {
	background-position: 0 -100px;
	}


/* LEFT COLUMN
----------------------------------------------------------------------*/
#leftcolumn {
	width: 125px;
	border: 0px dotted red;
	position: fixed;
	margin: 0px 0 0px 10px;
	z-index: 10;
	background: white;
	border: 0px dotted red;
	}


/* MAIN CONTENT
----------------------------------------------------------------------*/
#maincontent {
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
	top: 50px;
	position: absolute;
	left: 200px;
	border: 0px dotted green;
	z-index: 2;
	}
	

.frame {
	text-align: center;
	width: 760px;
	border: 0px dotted green;
	margin-right: 60px;
	}

.photo {
	text-align: left;
	margin: 0;
	}
	
	.photo img {
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 300ms;
	}
		.photo img:hover{
		opacity: .85;
		-webkit-transition: opacity;
		-webkit-transition-timing-function: ease-out;
		-webkit-transition-duration: 300ms;
		}	
	
.photodescription {
	text-align: left;
	font-size: 12px;
	color: #BaBaBa;
	margin: 0 10px 40px 10px;
	z-index: 2;
	line-height: 15px;

	}	
	
.border {
	border: 2px solid #555555;
	}	


/* ABOUT
----------------------------------------------------------------------*/
#about {
	width: 700px;
	margin-bottom: 50px;
	}

#about p {
	text-indent: 10px;
	margin: 0;
	}

#about h2 {
	margin: 25px 0 10px 0;
	}
	
#about h1 {
	margin: 25px 0 10px 0;
	color: #000;
	}	

/* COLLECTIONS
----------------------------------------------------------------------*/
table#collections td {
	padding: 15px 30px 15px 0;
	}


#collections img:hover{
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 300ms;
	}
		#collections img:hover{
			opacity: .85;
			-webkit-transition: opacity;
			-webkit-transition-timing-function: ease-out;
			-webkit-transition-duration: 300ms;
			}	










/* DESIGN
----------------------------------------------------------------------*/

ul#designnav {
	list-style-type: none;
	position: fixed; 
	top: 0;
	right: 20px;
	z-index: 5;
	}

ul#designnav li {
	padding: 0 5px;
	font-size: 20px;
	font-weight: bold;
	display: inline;

	}	
	
ul#designnav li a {
	color: white;
	display: block;
	background-color: gray;
	padding: 10px;
	border: 1px solid black;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;	
	}	
	ul#designnav li a:hover {
		background-color: black;
	}


		ul#designnav li a.current {
			background-color: #c40505;
			}


#designheader {
	border: 0px dotted blue;
	overflow: hidden;
	margin-bottom: 40px;
	}
	

#whoiam {
	width: 360px;
	float: left;
	border: 0px dotted red;
	padding: 0 20px 0 0;
	}
	#whoiam p {
		text-indent: 15px;
		}
		#whoiam h1 {
			font-size: 16px;
			color: #c40505;
			}
			#whoiam h2 {
			font-weight: 300;
			margin: 55px 0 0px 0;
			font-size: 14px;		
			}
			#whoiam span {
				font-style: italic;
				font-size: 12px;
				}

#designoffer {
	width: 360px;
	float: left;
	border: 0px dotted red;
	padding: 0 0 0 20px;
	background-color: white;
	}
	#designoffer p {
		text-indent: 15px;
		margin: 0px 0 15px 0;
		}
		#designoffer h1 {
			color: #c40505;
			font-size: 16px;
			}
			#designoffer h2 {
				margin: 0;
				font-weight: 300;
				font-size: 14px;
				}
		
#recentwebsites h1 {
	color: #c40505;
	}
			
#testimonials {
	width: 100%;
	margin-bottom: 40px;
	}		
	#testimonials h1 {
		color: #c40505;
		font-size: 16px;
		
		}


.frameweb {
	text-align: center;
	width: 760px;
	border: 0px dotted green;
	margin-right: 60px;
	}
	.photoweb {
		text-align: center;
		width: 760px;
		border: 0px dotted green;
		border: 2px solid #555555;
		margin: 5px 0 35px 0;
		}
		.websitedescription {
			text-align: left;
			font-size: 12px;
			color: #BaBaBa;
			z-index: 2;
			line-height: 15px;		
			}	
			.websitedescription p {
				margin: 0;
				}



ul#productphotogallery {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	list-style: none;
	}
	ul#productphotogallery li {
		text-indent: 0px;
		float: left;
		width: 50px;
		margin: 12px;
		padding: 0px;
		}
		ul#productphotogallery li:first-child {
			margin-left: 0px;
			}
			ul#productphotogallery li:last-child {
				margin-right: 0px;
				}

/* CONTACT
----------------------------------------------------------------------*/
#contact h1 {
	color: #c40505;
	}    
   
#contact img {
	margin-bottom: 30px;
	}    
	
	
	
label, input, select, textarea {display: block;}
label {margin-bottom: 10px;}
input[type="radio"], input[type="checkbox"] {display: inline;}
	
 
/* SOCIAL
----------------------------------------------------------------------*/ 
#social {
	margin: 30px 0 45px 0;
	}
    

/* SITE BY
----------------------------------------------------------------------*/
.siteby {
	position:fixed;
	bottom:10px;
	right:10px;
	z-index: -1;
	width:200px;
	text-align:right;	
	
	
	

/* TRANSPARENCY
----------------------------------------------------------------------*/
.transparent {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.8;

  /* Safari 1.x */
  -khtml-opacity: 0.8;

  /* Good browsers */
  opacity: 0.8;
}	










