/* general settings for html body */
html,body {
	height: 100%;
	width: 100%;
	overflow-y: auto;
	min-height: 650px;
}

body {
	background-color: #696460;
	overflow-x: hidden;
	min-height: 650px;
  height:auto !important;

	margin: 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: 0.03em;
}

html > body {
height:100% !important;
}

/* general styles */
/* -------------- */
.invisible {
  display: none;
}	

a {
	color: #fff;
	text-decoration: none;
}

em { font-style: italic; }
strong { font-weight: bold; }

/* frontpage styles */
/* ---------------- */
#frontpage h1 {
	width: 100%;
	height: 100%;
}

#frontpage h1 a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

#frontpage h1 a span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: #696460 url(img/huy-anh-nguyen-titre.gif) no-repeat 50% 50%;
}


/* style for logo image on gallery pages */
/* use hover image on background   */
/* --------------------------------*/
a#logomenu {
  margin: 0 auto 10px 38px;
	width: 650px;
	height: 50px;
	display: block;
	background: transparent url(img/huy-anh-nguyen-menutitre_off.gif) no-repeat;
  border: 0;
}

a#logomenu:hover {
	background: transparent url(img/huy-anh-nguyen-menutitre_on.gif) no-repeat;
	display: block;
	width: 650px;
	height: 50px;
}

/* style of upper div for menu and logo */
/* ------------------------------------ */
#masthead {
  display: block;
	width: 100%;
	height: 100px;
	margin-bottom: 0;
	border-bottom: 1px solid #777;
}

/* MENU styles */
/* note that menu width is set in album.php depending on the number of galleries */
/* ----------------------------------------------------------------------------- */
#menu {
	height: 20px;
	margin: 0px auto 10px 10px;
	padding-left: 20px;
	color: #ddd;
}

#menu li {
  display: inline; 
	font: normal 11px Verdana, Arial, sans-serif; 
	height: 18px;
	position: relative;
	float: left;
	margin: 0 13px;
}

#menu li a {
  color: #aaa;
  text-decoration: none;
}

#menu li a:hover {
  color: inherit;
}

li#currentmenu {
	color: #fff;
}

#menu li#currentparent a {
	color: #fff;
}

#menu li#currentparent a:hover {
	color: #ff9900;
}
 
#menu li a#contact-menu { width: 46px; }

#menu li a#contact-menu span {
	background-position: -73px 0;
	width: 46px;
}

#menu li a#contact-menu:hover span { background-position: -73px -28px !important; }
#contact #menu li a#contact-menu span { background-position: -73px -14px !important; }
#menu li a:hover span { background: #333333 url(../images/interface/menu_matrix.gif) no-repeat 0 -28px; }

/* styles for album caption on left on gallery */
/* ------------------------------------------- */
#albumcaption {
  padding: 0 15px 0 15px;
  margin-top: 20px;
  width: 250px;
  height: 500px;
  font: normal 14px/19px Georgia,Times,sans-serif;
  color: #bbb;
  text-align: top;
}

#albumcaption p {
  text-align: left; 
  margin-bottom: 1.3em;
}

#albumcaption a:link, #albumcaption a:visited, #albumcaption a:hover {
  text-decoration: none;
  color: #6ca6d8;
  font-weight: normal;
}

/* scroll pane styles */
/* ------------------ */
/* style of table containing images */
table#himg { 
	padding: 0;
	padding-bottom: 50px;
	padding-right: 20px;
}

table#himg td {
	vertical-align: middle; /* alignment */
	padding: 0 20px 0 0;
}

table#himg td.imgal img {
  border: 1px solid #444;
}

/* style of caption under the image */
.imagedesctext  {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #c0c0c0;
	line-height: 22px;
	text-align: left;
	height: 17px;
	display: block;
	margin: 0 auto 0 0;
}

/* ZENPAGE PAGESINFO AND MAILFORM STYLE */
/* -------------------------------------*/
div.pagesinfo {
  width: 700px;
  height: auto;
  margin: 20px 0 0 40px;
  color: #c0c0c0;
  text-align: left;
  font-family: "Lucida Grande",Tahoma,verdana,sans-serif;
  font-size: 13px;
  line-height: 17px;

}

div.pagesinfo ul {
  margin: 5px auto 0 0;
  padding: 0;
}

div.pagesinfo li {
  list-style-type: square;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

div.pagesinfo p {
  margin-top: 10px auto 10px 0;
  letter-spacing: 0.03em;
}
div.pagesinfo strong {
  color: #eee;
}

/* tabletop style for A PROPOS page */
/* ---------------------------------*/
table#tabletop td {
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  text-align: justify;
  font: 13/17px "Lucida Grande",Tahoma,verdana,sans-serif;
}

table#tabletop {
  margin: 0px;
}

#tabletop img {
  border: 1px solid #aaa;
}

#tabletop td {
  border: 0;
  vertical-align: top;
}

a:link, a:visited {
  color: #fff;
}
a:hover {
  color: #6ca6d5
}
/* styles for contact pages */
/* ------------------------ */

#mailform table {
  margin-top: 20px;
}
#mailform * {
  color: #c0c0c0;
}
#mailform td {
  vertical-align: top;
  padding-bottom: 5px;
  font-size: 13px;
  font-family: Verdana, sansserif;
}
#mailform input {
  height: 20px;
}
#mailform img {
  height: 25px;
  width: 70px;
  padding-right: 5px;
}
#mailform input, #mailform textarea {
  color: #c00;
}
#mailform textarea {
  height: 150px;
  background-color: #fff;
  width: 355px;
}

h2.contacttext { 
  font: 18px bold Verdana, sans-serif;
  text-align: left;
  color: #c0c0c0;
  font-weight: 600;
  letter-spacing: 0;
}

form#mailform label {
  display: inline-block;
  width: 150px;
}