/*
   General layout for the navigation bar
*/
body {
	margin: 0 ; 
	padding: 0 ; 
	font: 11px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
	color: #333333; 
	background-color: black;
	text-align: center;

}
#menu {
	padding: 0px ;
	width: 910px ;
	margin: 0 auto ;
	float: left ;
	height: 35px ;
	outline: none;
}

#menu #blog {
	height: 36px ;
	background-image: url(../images/menu.png);;
	margin-top: 0px ;
	background-position: 1px 0px ;
	width: 118px;
	float: left ;
	outline: none;
}
#menu #about {
	height: 36px;
	margin-top: 0px;
	background-position: -117px 0px;
	background-image: url(../images/menu.png);
	width: 118px ;
	float: left;
	outline: none;
}
#menu #work {
	margin-top: 0;
	height: 36px;
	background-position: -235px 0px;
	background-image: url(../images/menu.png);
	width: 117px;
	float: left;
	outline: none;
}
#menu #work:hover {
	margin-top: 0px;
	background-position: -235px -36px ;
	background-image: url(../images/menu.png);
	width: 117px;
	float: left ;
	height: 36px ;
}
#menu #work:active {
	height: 36px ;
	background-position: -235px -72px ;
	background-image: url(../images/menu.png);
	width: 117px;
	margin-top: 0;
	float: left ;
}
#menu #workAT {
	height: 36px ;
	background-position: -235px -72px ;
	background-image: url(../images/menu.png);
	width: 117px;
	float: left ;
}
#menu #blog:hover {
	height: 36px ;
	float: left ;
	width: 118px ;
	background-image: url(../images/menu.png);
	background-position: 1px -36px ;
}
#menu #blog:active {
	height: 36px ;
	margin: auto ;
	float: left ;
	width: 118px ;
	background-image: url(../images/menu.png);
	background-position: 1px -72px ;
}
#menu #blogAT {
	height: 36px ;
	margin: auto ;
	float: left ;
	width: 118px ;
	background-image: url(../images/menu.png);
	background-position: 1px -72px ;
}
#menu #about:hover {
	height: 36px ;
	background-position: -117px -36px ;
	background-image: url(../images/menu.png);
	width: 118px;
	float: left;
}
#menu #about:active {
	height: 36px ;
	background-position: -117px -72px ;
	background-image: url(../images/menu.png);
	width: 118px;
	float: left;
}
#menu #aboutAT {
	height: 36px ;
	background-position: -117px -72px ;
	background-image: url(../images/menu.png);
	width: 118px;
	float: left;
}
#menu #rest{
	height: 36px ;
	background-position: -352px 0px;
	background-image: url(../images/menu.png);
	width: 556px;
	float: left;
}

.menuContents { 
	width: 908px ;
	padding: 0 0 50px 0 ;
	margin: 20px auto 0 ;
	text-align: left;
}
.mainContents{
	width: 910px ;
	padding: 0 0 50px 0 ;
	margin: 20px auto 0 ;
	text-align: left;
}
#contact {
	width: 910px;
	height: 82px;
	background: url(../images/contact.png) no-repeat;
	margin: 8px 0 0 0;
	float: left;
}

a:hover #contact{
	background: url(../images/contactHOVER.png) no-repeat;
}

#footerUP{
	width: 111px;
	height: 15px;
	float:right;
	background: url(../images/footerUP.png) no-repeat;
}
 a:hover #footerUP{
	background: url(../images/footerUP_HOVER.png) no-repeat;
}

/* ABOUT PAGE */
#aboutHeader{
	padding: 0;
	margin: -20px 0 0 0;
	width: 910px;
	height: 155px;
	background: url(../images/aboutHeaderIMG.jpg) no-repeat;
}
#aboutWide{
	padding: 30px;
	margin: -5px 0 0 0;
	width: 880px;
	float:left;
	background: url(../images/wide.jpg) repeat-y;
}
#aboutWide h3 { color: black; }
#aboutFooter{
	margin: -10px 0 10px 0;
	padding: 0;
	width: 910px;
	height: 10px;
	float:left;
	background: url(../images/footerIMG.jpg) no-repeat;
}
.aboutContentLeft{
	font-size: 11px;
	float:left;
	width: 480px;
	padding: 0;
	margin: 10px 30px 30px 10px;
}
.aboutContentLeftSmall{
	font-size: 11px;
	float:left;
	width: 260px;
	padding: 0;
	margin: 10px 30px 30px 20px;
}
/* WORK PAGE */
#workHeader{
	padding: 0;
	margin: -20px 0 0 0;
	width: 910px;
	height: 155px;
	background: url(../images/workHeaderIMG.jpg) no-repeat;
}
#workWide{
	padding: 30px;
	margin: -5px 0 0 0;
	width: 850px;
	background: url(../images/wide.jpg) repeat-y;
}
.workIMG{
	width: 835px;
	border:  6px solid #CFCFCF;
	margin: 10px 0 0 0;
}
.jobDiv{
	padding: 0;
	margin: 0 0 90px 0;
}
/* LINK STYLES IN ABOUT */
.aboutContentLeft a, .aboutContentLeftSmall a{
	text-decoration: underline;
	color: #666666; 
}
.aboutContentLeft a:hover, .aboutContentLeftSmall a:hover{
	text-decoration: none;
	color: black;
	font-style: bold; 
}
h3 { margin: 0; padding: 0; }

#meIMG{
	background: url(../images/me.jpg) no-repeat;
	width: 185px;
	height: 219px;
	padding: 0;
	margin: 10px 0 10px 0;
	border: 1px solid #ccc
}

#meWideIMG{
	padding: 0;
	margin: -10px 0 20px 10px;
	border: 1px solid #ccc;
}

#workMenu{
	padding: 0;
	margin: 0;
	width: 850px;
	height: 55px;
	border-bottom: 1px solid #ccc

}

#workMenu p{
	float: right;
	padding: 10px;
	font-size: 14px;
}

#workMenu a{ text-decoration: none; color: #666666; }
.jobDiv a { text-decoration: underline; color: #666666; }
#workMenu a:hover, .jobDiv a:hover{ color:black; }
#workTitle {
	color:black;
	font-size: 20px;
	margin-bottom: -45px;
}

#workMenu .selected a{
	color: black;
	font-weight: bold;
}
#movieDatabaseButton{
	background: url('../img/movieBTM.png') no-repeat;
	background-position: top;
	width: 216px;
	height: 66px;
	margin: 0 0 0 -15px;
}

a:hover #movieDatabaseButton { background-position: bottom; }