/*-------------------- Element Definitions --------------------*/
h1 {
	font-size: 16pt;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	text-align: left;
	color: #795643;
	border-bottom: 2px dotted;
	border-bottom-color: #532f63;
	padding-top: 0px;
	margin-top: 0px;
	
}

h2 {
	font-size: 10pt;
	text-align: left;
	color: #9C0000;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;

}

h3 {
	font-size: 18pt;
	font-weight:bold;
	color: #990066;
	text-align:left;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	display:inline;
}

h4 {
	font-size: 18pt;
	font-weight: bold;
	color: #000099;
	text-align:left;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	display:inline;
}

p {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(images/bg-tile.gif);
	background-repeat: repeat-x repeat-y;
	background-color: #FDD3F2;
	text-align: center;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 10pt;
}

a {
	color: #795643;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #D76FD5;
	text-decoration: underline;
	font-weight: normal;
}

div {
	font-size: 12pt;
}


/*--------------------    Id Definitions   --------------------*/

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 887px;
	/*border-left: 2px solid #000000;
	border-right: 2px solid #000000;*/
	background: #fff url(images/container-bg.png) repeat-y;
	/*background-image: url(images/container-bg.png);*/
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#header {
	margin-right: auto;
	margin-left: auto;
	height: 214px;
	background: url(images/banner.jpg);
	padding: 0px;
	width: 887px;
}

#left {
	font-size: 12px;
	line-height: 20px;
	text-align:right;
	float: left;
	width: 120px;
	margin-left: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;	
}

#center {
	font-size: 12pt;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	float: left;
	width: 840px;
	overflow: hidden;
	padding-left: 25px;
	padding-top: 0px;
	margin-left: 2px;
}

#mainCenter {
	font-size: 12pt;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	float: left;
	width: 700px;
	overflow: hidden;
	padding-left: 45px;
	padding-top: 0px;
	margin-left: 2px;
}

#highlighted-pink {
	background-color:#FFDEFF;
	border: dashed 2px #B4D4B7;
	width: 640px;
	padding-left: 15px;
	padding-right: 15px;
}

#highlighted-blue {
	background-color:#D6DAFF;
	border: dashed 2px #B4D4B7;
	width: 640px;
	padding-left: 15px;
	padding-right: 15px;
}

#invite {
	float: left;
	width: 600px;
	overflow: hidden;
	padding-left: 45px;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#menu ul li {
	text-indent: 45px;
	display: block;
	float: left;
	width: 150px;
	height: 35px;
	/*margin: 0px 0px 0px 0px;*/
	background: url(images/menu-bg.gif);
	border-left: 3px solid rgb(255,255,255);
	margin-bottom: 15px;
	margin-top: 5px;
}

#menu ul li.firstMenuItem {
	text-indent: 45px;
	margin-left: 15px;
	width: 150px;
	border-left: none;
 	background: url(images/menu-bg.gif);
	margin-bottom: 15px;
	margin-top: 5px;
}

#menu ul li a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 8px;
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}

#menu ul li a:hover {
    background-image: url(images/menu-bg-on.gif);
}

#gallery a {
	padding: 2px;
	background-color: #9C0000;
	color:#FFFFFF;
}

#gallery a:hover {
	background-color: #000000;
	text-decoration: none;
}

#galleryThumb a {
	color: #9C0000;
}

#galleryThumb a:hover {
	color: #000000;
}

#containerwidth {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10pt;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	width: 887px;
	font-size: 8pt;
	/*background: url(images/container-bottom-bg.png);*/
	background-image: url(images/container-bottom-bg.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	/*border-left: 2px solid #000000;
	border-right: 2px solid #000000;*/
	height: 32px;
	padding: 1px 0px;
}

.gallery
{
	border: 0;
	margin-left: 55px;
	padding: 0;
	cursor: default;
	list-style: none;
}

.gallery img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: dashed;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
}

.gallery li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 6px;
	padding: 3px;
	position: relative;
}

.credit {
	clear: both;
	padding: 10px 0;
	text-align: right;
	font-size: 9px;
	color: #666666;
}

.entry {
	text-align: left;
	font-size: 10px;
	border-bottom: dotted 1px #D76FD5;
	margin-bottom: 15px;
	padding-bottom: 4px;
}

.entry .field .value {
	font-size: 12px;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: right;
}

.entry .field .label {
	float: left;
	text-align: left;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
	font-weight: bold;
	float: left;
	width: 120px;
	margin-right: 4px;
}

.entry .field .timestamp {
	font-size: 9px;
}

.timestamp {
	font-size: 9px;
}

