a {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}


body {
	border: 0; 
	padding: 0;
	text-align:center;
	background: #2F2303;
	height: 100%;
	width: 100%;
}
.clear { 
	clear: both; display: block;
}


#container {
	margin: 20px auto;
	text-align:left;
	width: 990px;
	border: solid 5px #FBF9F2;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.4);
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	height: 735px;
	background: transparent url(images/photography-by-corene-bg.jpg) 0 0 no-repeat;
	position: relative;
}
#copyright {
	margin: 10px auto 0 auto;
	width: 990px;
	text-align: center;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.9) 0 -1px 1px;
}

#content {
	float: left; 
	width: 461px;
	height: 735px;
	position: relative;
}

#menu {
	float: right; 
	width: 390px;
	height: 735px;	
}
#menu h1 a {
	display: block;
	width: 390px;
	height: 164px;
	margin: 56px 0 0 0;
	text-indent: -9999px;
	background: transparent url(images/logo.png) top left no-repeat;
}

#menu ul {
	margin: 50px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li a {
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	width: 390px;
}
/* gallery sub-menu = text */
#menu ul li ul {
	margin: 0 0 20px 0;
	padding: 0;
}
#menu ul li ul li a {
	text-indent: 0;
	text-align: center;
	font-family: Garamond;
	color: #666;
	text-decoration: none;
	padding: 2px 0;
	text-transform: lowercase;
}
#menu ul li ul li a.selected, #menu ul li ul li a:hover {
	color:  #eb1;
}

#menu-about {
	height: 68px;
	background: transparent url(images/menu-full.png) 0 0 no-repeat;
}
#menu-about:hover, #menu-about.selected {
	background-position: 0 -68px;
}
#menu-gallery {
	height: 79px;
	background: transparent url(images/menu-full.png) 0 -136px no-repeat;
}
#menu-gallery:hover, #menu-gallery.selected {
	background-position: 0 -214px;
}
#menu-contact {
	height: 63px;
	background: transparent url(images/menu-full.png) 0 -294px no-repeat;
}
#menu-contact:hover, #menu-contact.selected {
	background-position: 0 -356px;
}

/* PAGES */
#home {
	position: absolute;
	top: 110px;
	left: 50px ;
	height:625px;
}

#quote {
	position: absolute;
	bottom: 50px;
	width: 450px;
	text-align: center;
	font-family: /*Zapfino,*/ Georgia;
	
	color: #273b30; /* ligher version (without text-shadow: #4a6255; */
	text-shadow: rgba(255,255,255,0.5) 1px 1px 1px;
}

#rotator {	
	position: relative;	
	margin: 0 auto;
}

#rotator .item 
{
    position: absolute;
    width: 450px;
    height: 470px;
    text-align: center;
    vertical-align: center;
    display: table-cell;
}
#rotator .item img {
	border: 5px solid #fff; 	
	display: inline;
	-webkit-box-shadow: 0 0 20px #333;
	   -moz-box-shadow: 0 0 20px 333;		
	        box-shadow: 0 0 20px 333;		
}

/* contact form */
#contact 
{
    position: absolute;
	top: 107px;
	left: 71px;
	width: 428px;
	height: 462px;
	-webkit-box-shadow: 0 0 20px #333;
	   -moz-box-shadow: 0 0 20px #333;	
	        box-shadow: 0 0 20px #333;	
	position: relative;
}
#contact h2 {
	width: 368px;
	height:  89px;
	margin: 5px 0 0 33px;
	background: transparent url(images/contact-heading4.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#contact input[type=submit] {
	width: 200px; 
	margin: 10px 20px 0 120px;
}
#contact div {	
	background: #d4d9c9;	
	margin: 10px 20px 0 20px;
}
#contact div label {
	position: absolute;
	display: block;	
	font-family: Garamond;
	padding: 4px;
}
#contact div input[type=text] {
	margin: 0 0 0 80px;
	border: 0;
	height: 24px;
	background: transparent;
	font-family: Helvetica, Arial;
	width: 300px;
}

#contact div textarea {
	margin: 0 0 0 80px;
	border: 0;
	padding: 2px;
	background: transparent;
	font-family: Helvetica, Arial;
	height: 200px;
	width: 300px;
}
/* end: contact form */

/* about the artist page */
#about {
    position: absolute;
	top: 64px;
	left: 64px;
	width: 420px;
}
#about img {
	background: #fff;
	padding: 10px;
	
	display: block;
	margin: 0 0 0 80px;
	-webkit-box-shadow: 0 0 20px #333;
	   -moz-box-shadow: 0 0 20px #333;	
	        box-shadow: 0 0 20px #333;	
}
#about p {
	margin: 20px 0 ;
	font-size: 13px;
	color: #273b30; /* ligher version (without text-shadow: #4a6255; */
	font-family: Georgia;
	text-align:center;
	text-shadow: rgba(255,255,255,0.5) 1px 1px 1px;
}
#about p.love {
	width: 181px;
	height: 56px;
	text-indent: -9999px;
	background: transparent url(images/love-of-photography.png) 0 0 no-repeat;
	margin: 5px auto;
}

/* end: about the artist page */

#gallery 
{
    position: absolute;
	top: 80px;
	left: 50px;    
	height: 470px;
	width: 450px;	
}

#gallery #preview {
	height: 470px;
	width: 450px;
	position: relative;
}
#gallery #preview .preview  {
    height: 470px;
	width: 450px;    
	
	text-align: center;	
	position: absolute;
}


#gallery #preview .preview img {
	border: solid 5px #fff;
	display: block;
	margin: 0 auto;
	max-height: 450px;
	max-width: 450px;	
	-webkit-box-shadow: 0 0 20px #333;
	   -moz-box-shadow: 0 0 20px #333;	
	        box-shadow: 0 0 20px #333;	
}

/* 335 total width + 15px margin */
#gallery ul {
	list-style-type: none;
	margin: 20px 0 0 57px;
	padding: 0;
	width: 350px;
	height: 135px;
	overflow: hidden;
}
#gallery ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
#gallery ul li a {
	border: 0;
}

#gallery ul li a img {
	width: 55px;
	height: 55px;
	margin: 0 15px 15px 0;
	border: 0;
}

#gallery ul li a img.selected, #gallery ul li a:hover img {
	-webkit-box-shadow: 0 0 10px #333;
	   -moz-box-shadow: 0 0 10px #333;	
	        box-shadow: 0 0 10px #333;	
}



#gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: table-cell;
	vertical-align: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

#gallery-overlay img {
	display: table;
	margin: 100px auto;
	border: solid 15px #fff;
	-webkit-box-shadow: 0 0 20px #333;
	   -moz-box-shadow: 0 0 20px #333;	
	        box-shadow: 0 0 20px #333;	
}