/*  
header green #a5af4a
pink 992b4d
*/

html,body	{
	background-color: #222222; /* orig: 333333 tried #1b242c;*/
	color: #999999;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:10pt;
	font-weight: normal;
	height: 100%;
}

ul, li	{list-style:none;}
:focus {outline: 0;}

a					{ text-decoration: none; }
a:link, a:visited	{ color: #eeeeee; }
a:active, a:hover	{ color: #acb64a;  }
a.here, a.news	{ color: #acb64a;  }

/*=================== LAYOUT ================================= */

#uberContainer {
	width: 850px;
	margin: 0 auto;
}

#innerContainer	{
	position: relative;
	top: 0;
	left: 0;
}

#header	{
	position: absolute;
	top: 15px; 
	left: 0;
	width: 308px;
	height: 26px;
	background-image: url('../images/siteDesign/catherineMamola.gif');
	background-repeat: no-repeat;
	z-index: 1;
}

#links {
	position: absolute;
	top:50px;
	left: 350px;
	width: 500px;
	text-align: right;
	color: #9d6b7a;
}

#subBody {
	position: absolute;
	top: 123px;
	left: 35px;
	width: 750px;
	height: 381px;
	line-height: 18px;
	z-index: 5;	
}

#subBodyLeft {
	position: absolute;
	top: 105px;
	width: 850px;
	height: 448px;
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 5;	
	border: 1px dotted #cccccc;
}

#subBodyRight {
	position: absolute;
	top: 105px;
	left: 255px;
	width: 600px;
	height: 444px;
	z-index: 6;	
}

/* ========================================================== */

#header h1 {
	text-indent: -1000em;
	color: #a5af4a;
	font-family: americana, serif;
	font-size: 24pt;
	font-weight: normal;
}

#subBodyLeft h2	{
	font-weight: normal;
	margin: -14px 0 40px 15px;
	padding: 4px;
	padding-left: 6px;
	background-color: #666666;
	border: 1px solid #999999;
	width: 99px;
	color: #eeeeee;
	font-size: 9pt;
	text-transform: uppercase;
}

#subBodyLeft h3	{
	margin: 0 20px 8px 30px;
	padding-bottom: 0;
	font-size: 14px;
}

#subBodyLeft p {
	margin: 0 20px 8px 30px;
	line-height: 20px;
}

/* =================== NAV ================================= */

#links ul { 
	margin: 0;
	padding: 0;
}

#links ul li { 
	display: inline;
	padding-right: 5px;
	border-right: 2px solid #9d6b7a;
}

#links ul li.contact { 
	display: inline;
	padding-right: 0;
	border-right: 0;
}

#links ul li a {
	text-transform: lowercase;
}

body.news    #links ul li.news    a { color: #acb64a; }
body.about   #links ul li.about   a { color: #acb64a; }
body.gallery #links ul li.gallery a { color: #acb64a; }
body.contact #links ul li.contact a { color: #acb64a; }

/* =================== NEWS ================================= */

.news .scrollpane {
	height: 354px;
	width: 385px;
}

.news .article {
	margin-bottom: 30px;
}

.showTitle 		{font-weight: bold; color: #cccccc; font-size: 12pt; font-variant: small-caps;}
.showVenue		{}
.showDates		{font-weight: bold; color: #cccccc;}
.showReception	{}
.showAddress	{}

/* =================== ABOUT ================================= */

.about .scrollpane {
	height: 362px;
	width: 825px;
}

.about #subBodyLeft p {
	margin-left: 65px;
	margin-right: 30px;
}

body.about .image {
	margin-bottom: 8px;
	margin-left: 65px;
	margin-right: 55px;
}

body.about .image img {
	border: 1px solid #666666;
}

body.about .left {
	float: left;
	margin-left: 65px;
	margin-right: 25px;
}

body.about .right {
	float: right;
	margin-right: 65px;
	margin-left: 25px;
}

/* =================== GALLERY ================================= */

body.gallery #subBodyLeft {
	width: 245px;
}

body.gallery #subBodyLeft h2 {
	margin-bottom: 10px;
}

#thumbnails	{
	position: relative;
	left: 13px;
	top: 10px;
	height: 401px;
	width: 225px;
	border: 0px solid #0f0;
	overflow: hidden;
}

#thumbnails .scrollpane	{
	width: 225px;
	height: 401px;
	border: 0px solid #f00;
}

#thumbnails .pad {
	border: 0px dotted green;
}	

#thumbnails ul.thumbnails {
	width: 230px;
	margin: 0;
	padding: 0;
	z-index:100;
	border: 0px dotted red;
}

#thumbnails ul.thumbnails li {
	margin: 0 0px 0px 0;
	float: left;
}

body.gallery ul.thumbnails li a {
	display: block;
	width: 65px;
	height: 65px;
	background-position: 1px 1px;
	background-repeat: no-repeat;
	text-indent: -1000px;
	padding: 1px;
	border: 1px dotted #333;
}

#thumbnails ul.thumbnails li a:hover {
	border-color: #CCC;
}

#thumbnails ul.thumbnails li.selected a {
	border: 1px dotted #EEE;
}

body.gallery ul.thumbnails li.top    a { border-bottom-color: #333; }
body.gallery ul.thumbnails li.left   a { border-right-color: #333; }
body.gallery ul.thumbnails li.right  a { border-left-color: #333; }
body.gallery ul.thumbnails li.bottom a { border-top-color: #333; }

.caption {
	position: relative;
	margin-left: 0px;
	margin-top: 14px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 14px;
	width: 500px;
	text-align: left;
}

.caption2 {
	position: relative;
	margin-left: 0px;
	margin-top: -6px;
	padding-bottom: 50px;
	font-size: 12px;
	line-height: 14px;
	width: 500px;
	text-align: left;
	color: #bbd7e5;
}

.caption2 a:link,
.caption2 a:visited {
	color: #bbd7e5;
	border-bottom: dotted 1px #bbd7e5;
}

.caption2 a:hover	{
	color: #acb64a;
	border-bottom: dotted 1px #acb64a;
}

a.next {
	position: absolute;
	display: block;
	bottom: -25px;
	right: 0px;
	height: 15px;
	padding-right: 30px;
	font-size: 12px;
	line-height: 14px;
	background-image: url('/images/siteDesign/next_arrow.gif');
	background-position: top right;
	background-repeat: no-repeat;
	color: #222222;
}

a.next:hover {
	color: #222222;
	background-position: bottom right;
}

.title {
	font-weight: normal;
	color: #eeeeee;
}

body.gallery #subBodyRight {
	width: 584px;
	padding: 2px;
	border: 1px dotted #666;
	z-index: 6;
}

.mainImage {
	width: 584px;
	height: 444px;
	overflow: hidden;
	z-index:7;
}

/* =================== CONTACT ================================= */

.contact .scrollpane {
	height: 327px;
	width: 385px;
}

.contact form table {
	position: relative;
	top: -20px;
	left: 14px;
	width: 354px;
}

.contact form table td { 
	padding: 0px;
	border-bottom: 5px solid #333333;
}
.contact form td.input {
	margin: 0;
	padding: 0;
	width: 255px;
}
.contact form input {
	margin: 0;
	padding: 3px;
	width: 250px;
	background-color: #BBB;
	border: 0;
}

.contact form input.button {
	width: 90px;
	background-color: #acb64a;
}

.contact form input.button { 
cursor: pointer; 
cursor: hand; 		/* these must be in this order to work across all browsers */
}

.contact form textarea {
	height: 100px;
	width: 352px;
	margin: 0;
	padding: 5px;
	padding-left: 13px;
	background-color: #BBB;
	border: 0;
}

.contact form table td.title {
	font-size: 12px;
	color: #999999;
	padding: 3px 5px 3px 13px;
	background-color: #444; 
	border-right: 2px solid #333333;
}

.contact form table td.address {
	margin: 0;
	padding: 0 0 0 13px;
}

.contact #subBodyLeft form table td.address p {
	margin: 0;
	padding: 0;
}

.contactName {
	font-size: 11pt;
}

.contact p.credit {
	position: absolute;
	bottom: 8px;
	font-size: 8pt;
	color: #777777;
}

.credit a:link, .credit a:visited {
	color: #aaaaaa;
}



