/* CSS FOR ALEXMADETHIS.COM */

		
.container {
	width: 500px;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f9f7e6;
}
/* 
**************
   HEADER
**************
*/          

/* EMAIL */
.header {
	width : 500px;
	height : 175px;
	padding : 0;
	margin : 0;
	background-image: url(/pastwork/assets/images/aplus.gif);
	color: #f9f7e6;
	background-color: f8f7e6;
	background-repeat: no-repeat;
	background-position: left top;
}

.sider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6B622f;
	width: 75px;
	float: right;
	margin-top: 20px;
	letter-spacing: 2px;
	text-indent: 5px;
	
}
.sider a
	{
	color: #000000;
	text-decoration: none;
	}
/* remove default "list" styling */
.sider ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.sider ul li
	{
	background-color: #ffd919;
	width: 75px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f9f7e6;
	border-bottom-color: #f9f7e6;
	border-left-color: #f9f7e6;
	padding-top: 1px;
	padding-bottom: 1px;
	}
	
.headerinfo{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	float: left;
	height: auto;
	width: 200px;
	padding-top: 5px;
	padding-left: 100px;
}
.headeradd{
	height: auto;
	width: 200px;
	padding-top: 10px;
}
.h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}
/* 
**************
   BUTTONS
**************
*/ 

.body
	{
	width: 500px;
	background-color: #f9f7e6;
	}

.body h2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6B622F;
	letter-spacing: 2px;
	text-indent: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-position: bottom;
	margin-top: 1px;
	padding-top: 26px;
	padding-left: 85px;
	padding-bottom: 16px;
}
/* BUTTON STATES */
.body h2 a
	{
	text-decoration: none;
	color: #000000;
	}
.body h2 a:active
	{
	color: #000000;
	background-color: #ffd919;
	}
.body h2 a:hover {
	color: #000000;
	background-color: #ffd919;
}
/* END BUTTON STATES*/


.body h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 2px;
	background-color: #ffd919;
}
/* BUTTON STATES */
.body h1 a
	{
	text-decoration: none;
	color: #000000;
	}
.body h1 a:active
	{
	color: #000000;
	background-color: #ffd919;
	}
.body h1 a:hover {
	color: #000000;
	background-color: #ffd919;
}
/* END BUTTON STATES*/


/* 
**************
   FOOTER
**************
*/ 

.footer
	{
	background-color: #f9f7e6;
	width: 400px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	letter-spacing: 1px;
	padding-left: 100px;
	padding-top: 35px;
	padding-bottom: 20px;
	}



/* 
*******************
 SECTION CONTENTS
*******************
*/ 

#about
	{
	padding-right: 15px;
	padding-left: 15px;	
	}

#about a{
	text-decoration: none;
	color: #33CCFF;
}

#motion
	{
	padding-right: 15px;
	padding-left: 15px;	
	}
	

#graphic
	{
	padding-right: 15px;
	padding-left: 15px;	
	}

#industrial
	{
	padding-right: 15px;
	padding-left: 15px;	
	}
	
	
#photography
	{
	padding-right: 15px;
	padding-left: 15px;	
	}
	

#web
	{
	padding-right: 15px;
	padding-left: 15px;	
	}
/* 
**********
  TEXT
**********
*/
.headertext{font-family: Arial, Helvetica, sans-serif;
	font-size:11px;}

.title
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #ffd919;
	letter-spacing: 2px;
	color: #000000;
	}
	
.description
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	}
.description a{
	text-decoration: none;
	color: #33CCFF;
}

hr
	{
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 470px;
	}
	
img {border-style: none;}

.note{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.note a{
	text-decoration: none;
	color: #33CCFF;
}

a{
	text-decoration: none;
	color: #33CCFF;
}
/************************************************************************************************************************************************/
	
/*
************
LIGHTBOX CSS
************
*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/pastwork/assets/scripts/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/pastwork/assets/scripts/lightbox/images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/pastwork/assets/scripts/lightbox/images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}
