/**
 * project: zwedding.com
 * filename: zwedding.css
 *
 * @author jeffrey tan (jeffrey_design@yahoo.com)
 * @version 1.0 on mar 2010
 * @copyright jeffrey tan. all rights reserved.
 */

/* --------------------------------------->> css for body <<--- */
*{margin: 0;padding: 0;}
body {
	overflow: hidden;	/* Needed to eliminate scrollbars */
	/*background: #fbd6e4;*/
	background: #f3f3f3;
  color: #333333;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: calibri, arial;
	line-height: 1.4em;
}
/* --------------------------------------->> css for body <<--- */

/* --------------------------------------->> css for main container <<--- */
#main {
 	background: url('../images/main_backgnd.jpg');
 	color: #333333;
 	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 590px;
	margin-top: -295px; 	/*always take 1/2 from the size of the height, they have to be negative*/;
	margin-left: -450px; 	/*always take 1/2 from the size of the width, they have to be negative*/
	z-index: 0;
}
/* --------------------------------------->> css for main container <<--- */

/* --------------------------------------->> css for logo <<--- */
#logo {
 	background: url('../images/logo.jpg') #ffffff;
	position: absolute;
	top: 30%;
	left: 87%;
	width: 150px;
	height: 159px;
	margin-top: -75px; /*always take 1/2 from the size of the height, they have to be negative*/
	margin-left: -80px; /*always take 1/2 from the size of the width, they have to be negative*/
	z-index: 10;
}
/* --------------------------------------->> css for logo <<--- */

/* --------------------------------------->> css for content container <<--- */
#content {
 	background: #f7f7f7;
 	border: 3px solid #000000;
	position: absolute;
	top: 48%;
	left: 43%;
	width: 700px;
	height: 500px;
	margin-top: -250px; /*always take 1/2 from the size of the height, they have to be negative*/
	margin-left: -350px; /*always take 1/2 from the size of the width, they have to be negative*/
	z-index: 5;
}
/* --------------------------------------->> css for content container <<--- */

/* --------------------------------------->> css for menu container <<--- */
#menu {
	background: #ffffff;
	border: 0px solid #ebebeb;
	color: #333333;
 	position: absolute;
 	top: 50%;
 	left: 84%;
	width: 120px;
	height: 180px;
	/*margin-top: -15px; /*always take 1/2 from the size of the height, they have to be negative*/;
	/*margin-left: -350px; /*always take 1/2 from the size of the width, they have to be negative*/
  z-index: 15;
}
/* --------------------------------------->> css for menu container <<--- */

/* --------------------------------------->> css for footer container <<--- */
#footer {
	background: #ffffff;
	color: #333333;
	font-size: 10px;
 	position: absolute;
 	top: 93%;
 	left: 5%;
	width: 700px;
	height: 30px;
	/*margin-top: -15px; /*always take 1/2 from the size of the height, they have to be negative*/;
	/*margin-left: -350px; /*always take 1/2 from the size of the width, they have to be negative*/
  z-index: 15;
}
/* --------------------------------------->> css for footer container <<--- */

/* --------------------------------------->> css for all hyperlinks <<--- */
a:link, a:active, a:focus, a:visited {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
  color: #333333;
  font-weight:bold;
  text-decoration: underline;
}

a.menu-link:link, a.menu-link:active, a.menu-link:visited {
	border: 1px solid #ffffff;
	color: #333333;
	padding:5px;
	text-decoration: none;
}
a.menu-link:hover {
	border: 1px solid #ebebeb;
  color: #333333;
  padding:5px;
  text-decoration: none;
}
a.menu-link-focus {
	color: #333333;
  border: 1px solid #d1d1d1;
  padding:5px;
  text-decoration: none;
}

a.normal-link:link, a.normal-link:active, a.normal-link:focus, a.normal-link:visited {
	color: #333333;
	background-color: #ebebeb;
	padding:5px;
	text-decoration: none;
}
a.normal-link:hover {
  color: #333333;
  background-color: #d1d1d1;
  padding:5px;
  text-decoration: none;
}
/* --------------------------------------->> css for all hyperlinks <<--- */

/* --------------------------------------->> css for navigation <<--- */
ul#nav { float: left; height:auto; width:100%; list-style: none; font-weight: bold; }
#nav li {padding-bottom: 5px;}
#nav li a { display: block; color:#333333; overflow: auto; font-weight: bold;}
/* --------------------------------------->> css for navigation <<--- */

/* --------------------------------------->> css for img <<--- */
img {
	border: 0px;
}
img.greyBorderOut {
	border: 2px solid #ebebeb;
}
img.blackBorderOver {
	border: 2px solid #999999;
}
/* --------------------------------------->> css for img <<--- */

/* --------------------------------------->> css for main table <<--- */
.main-table {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: calibri, arial;
	line-height: 1.4em;
}
.content-table {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: calibri, arial;
	line-height: 1.3em;
}
.contact-table {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: calibri, arial;
	line-height: 1.3em;
}
td.pad10 {
  padding: 0 10px 0 10px;
}
td.pad20 {
  padding: 0 20px 0 20px;
}
/* --------------------------------------->> css for main table <<--- */

/* --------------------------------------->> css for all form fields <<--- */
.textfield {
	background: #ffffff;
  border-color: #666666;
  border-style:solid;
  border-width: 1px;
  width: 200px;
  padding: 3px;
	color: #333333; 
  font-size: 13px;
  font-family: calibri, arial;
}
.textareafieldsmall {
	background: #ffffff;
	border-color: #666666;
  border-style: solid;
  border-width: 1px;
  color: #333333; 
  font-size: 13px;
  font-family: calibri, arial;
  height: 60px;
  min-height: 60px;
	max-height: 60px;
  min-width: 300px;
	max-width: 300px;  
	padding: 3px;
  width: 300px;
}
.simplebutton {
	background: #f1f1f1;
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  width: 70px;
  height: 22px;
  color: #333333;
  font-weight: bold;
  font-size: 13px;
  font-family: calibri, arial;
  cursor: hand;
  cursor: pointer;
}
/* --------------------------------------->> css for all form fields <<--- */

/* --------------------------------------->> css for fonts <<--- */
.errortext {
	color: #ff0000;
}
.greytext {
	color: #ebebeb;
}
.label-h1-normal {
	font-size: 36px;
	font-weight: normal;
	text-decoration: none;
}
.label-h1-bold {
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}
.label-h2-normal {
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
}
.label-h2-bold {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
.label-h3-normal {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.label-h3-bold {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
/* --------------------------------------->> css for fonts <<--- */





/* --------------------------------------->> css for top container <<--- */
#top {
 	position: absolute;
	width: 900px;
	height: 120px;
  z-index: 3;
}
#navi {
	float: right;
	margin: 70px 50px 0 0;
	height: auto;
	width: 600px;
	z-index: 4;
}
#jsmenu {
 	margin: 0px; 
	padding: 0px;	
}
#jsmenu li	{ 	
	float: right;
	list-style: none;
	padding: 5px;
}
#jsmenu li a {
 	color: #3c1120;
	display: block;
	font-weight: normal;
	text-decoration: none;
	/*text-transform: uppercase;*/
	width: auto;
	white-space: auto;
	padding: 10px;
	font-size: 26px;
	letter-spacing: 1px;
	font-family: "Edwardian Script ITC", calibri, arial;
}
#jsmenu li a.current,
#jsmenu li a:hover {
	/*background: #fbc9dd;*/
	/*background: #f1f1f1;*/
	text-decoration: underline;
}
/* --------------------------------------->> css for top container <<--- */

/* --------------------------------------->> css for info container <<--- */
#info {
	margin: 15px;
	margin-top: 35px;
	font: 20px Arial, Helvetica, sans-serif;
	color: #3c1120;
	white-space: auto;
}
#other-info {
	margin:15px;
	font: 13px Arial, Helvetica, sans-serif;
}
/* --------------------------------------->> css for info container <<--- */

/* --------------------------------------->> css for homeslide container <<--- */
#homeslide {
 	background: #f7f7f7;
 	position: absolute;
 	border: 1px solid #ebebeb;
 	top: 53%;
	left: 50%;
	width: 800px;
	height: 460px;
	margin-top: -210px; /*always take 1/2 from the size of the height, they have to be negative*/
	margin-left: -400px; /*always take 1/2 from the size of the width, they have to be negative*/
	z-index: 6;
}
/* --------------------------------------->> css for homeslide container <<--- */

#white-content {
 	background: #ffffff;
	position: absolute;
	top: 53%;
	left: 50%;
	width: 800px;
	height: 425px;
	margin-top: -200px; /*always take 1/2 from the size of the height, they have to be negative*/;
	margin-left: -400px; /*always take 1/2 from the size of the width, they have to be negative*/
  z-index: 5;
}
#label {
 	color: #ffffff;
 	/* for IE *//*
  filter: alpha(opacity=75);
  /* CSS3 standard *//*
  opacity: 0.75;*/
	display: block;
	padding: 10px;
	position: absolute;
	width: auto;
	height: auto;
	top: 400px;
	left: 100px;
	z-index: 6;
}

/* --------------------------------------->> css for content container <<--- */




/* --------------------------------------->> css for loader div <<--- */
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 16px; 
	height: 16px;
	text-indent: -999em;
	background-image: url(../images/loading.gif);
}
/* --------------------------------------->> css for loader div <<--- */


/* --------------------------------------->> css for supersize div <<--- */
#showcase {
 	overflow: hidden;
	position: fixed;
	/*height: 100%;
	width: 100%;*/
	width: 900px;
	height: 600px;
	z-index: 1;
}
#showcase img {
 	overflow: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}
#backslide {
 	/*background: #e5e3e6;*/
 	/* for IE *//*
  filter: alpha(opacity=35);
  /* CSS3 standard *//*
  opacity: 0.35;*/
 	float: left;
 	position: absolute;
 	padding: 5px;
 	bottom: 10%; 
	left: 15px;
 	height: auto;
	width: auto;
	z-index: 4;
	cursor: hand;
	cursor: pointer;
}
#prevslide {
 	background: #e5e3e6;
 	/* for IE */
  filter: alpha(opacity=35);
  /* CSS3 standard */
  opacity: 0.35;
 	float: left;
 	position: absolute;
 	padding: 5px;
 	bottom: 40%; 
	left: 2%;
 	height: auto;
	width: auto;
	z-index: 4;
	cursor: hand;
	cursor: pointer;
}
#nextslide {
 	background: #e5e3e6;
 	/* for IE */
  filter: alpha(opacity=35);
  /* CSS3 standard */
  opacity: 0.35;
 	float: right;
 	position: absolute;
 	padding: 5px;
 	bottom: 40%; 
	right: 2%;
 	height: auto;
	width: auto;
	z-index: 4;
	cursor: hand;
	cursor: pointer;
}
/* --------------------------------------->> css for supersize div <<--- */

