@charset "UTF-8";

.center {
	text-align:center;
}

.error {
	color:#D00;
}

.float-right {
	float: right;
}
.float-left {
	float: left;
}

.float-clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.float-clear-left {
	clear: left;
	height: 0;
	line-height: 0px;
}

img.float-left {
	padding-right:10px;
	padding-bottom: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:2.5em;
	font-weight:normal;
	margin:0.5em 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006;
	font-size:2em;
	font-weight:normal;
	margin: 0.5em 0;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #903;
	font-size:1.5em;
	font-weight:normal;
	margin: 0.5em 0;
}
h4 {
	color: #000;
	font-size:1em;
	font-weight:bold;
	margin: 0.5em 0;
	padding: 0px 4px;
}
p { 
	line-height:1.25;
}

a:link, a:visited {
	color: #66F;
	font-weight:normal;
	text-decoration: none;
}

a:hover, a:active {
	color: #33F;
	font-weight:normal;
	text-decoration:underline;
}

body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center; /* Recommended default for IE5 browsers. Reset by container */
	color: #000;
	line-height: normal;
}

.neoviolet {
	background-color:#45002B;
	color:#000;
}

.container {
	width: 900px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/********** header **********/

.neoviolet #header {
	background-color: #610F31;
	background-image: url(../images/bgndHeader.png);
	background-repeat: repeat-x;
	float:left;
	height: 30px;
	width: 100%;
}

.neoviolet #login {
	color:#C9C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	float: right;
	padding-right: 10px;
}

.neoviolet #login img {
	border:0;
	vertical-align: middle;
}

.neoviolet #login a:link, .neoviolet #login a:visited {
	color:#C9C;
	font-weight:normal;
	text-decoration:none;
}

.neoviolet #login a:hover, .neoviolet #login a:active {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}

/********** masthead **********/

.neoviolet #splash {
	background-color:77004f;
	background-image: url(../images/bgndSplash.png);
	background-repeat: repeat-x;
	float: left;
	height: 270px;
	width: 100%;
}
	
.neoviolet #masthead {
	background-color:77004f;
	background-image: url(../images/bgndMasthead.png);
	background-repeat: repeat-x;
	float: left;
	height: 200px;
	width: 100%;
}

.neoviolet #banner {
	background-image: url(../images/ivBanner.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}

/********** menu **********/
.neoviolet #menubar {
	background-color: #006;
	float: left;
	height: auto;
	width: 100%;
}
	
#nvMenu {
	height: auto;
}

.neoviolet #admin-message {
	color:#ccf;
	font-weight:normal;
	padding: 0 10px;
}

/********** main content **********/
.neoviolet #main {
	background-color:#FFF;
	float:left;
	min-height:300px;
	width: 100%;
}

.neoviolet #content-wrapper {
	background-color:#FFF;
	float: left;
	min-height:300px;
	width: 900px;
	padding-bottom: 24px;
}

.neoviolet #form-wrapper {
	background-color:#FFF;
	float: left;
	margin-left: 150px;
	width: 600px;
	padding-bottom: 24px;
}

.neoviolet #form-donate-wrapper {
	margin: 20px 250px 0 150px;
	min-height:300px;
	padding: 0 10px;
	text-align: justify;
} 

#center-wrapper {
	background-color:#FFF;
	float: left;
	width: 650px;
	padding-bottom: 24px;
	margin-left: 150px;
}
#photo-gallery-wrapper {
	background-color:#FFF;
	float: left;
	width: 900px;
	padding-bottom: 24px;
}
.neoviolet #threecol-center {
	margin: 10px 210px;
	padding: 0 10px;
} 

.neoviolet #threecol-center p {
	text-align: left;
}

.neoviolet #twocol-right {
	margin: 25px 0 0 210px;
	min-height:300px;
	padding: 0 10px;
	text-align: justify;
	width: 630px;
} 

.neoviolet #twocol-left {
	margin: 0 250px 0 0;
	min-height:300px;
	padding: 0 10px;
	text-align: justify;
} 

.neoviolet #onecol {
	padding: 0 10px;
	text-align: justify;
}

.neoviolet #onecol-centered {
	padding: 20px 0 0 0;
	text-align: center;
}

.neoviolet #sidebar1 {
	color:#000;
	float: left;
	width: 205px;
	margin-top: 10px;
	background-color: #fff;
	font-size: 90%;
}

.sidebar-box {
	width: 205px;
	padding: 4px 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 4px;
}
.sidebar-box p {
	padding: 0 4px;
}
.sidebar-box form {
	padding: 0 4px;
}

.sidebar-qoute {
	color:#000;
	font-size: 100%;
}

.sidebar-citation {
	color:#000;
	font-size: 85%;
}

.neoviolet #sidebar2 {
	color:#000;
	float: right;
	width: 205px;
	margin-top: 10px;
	background-color: #fff;
	font-size: 90%;
}

.neoviolet #sidebar2 p {
	padding: 0 8px;
}

.sidebar-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006;
	font-size:1.2em;
	font-weight: bold;
	margin-bottom: 8px;
}

.sidebar-raisedcap {
	font-size:1.4em;
}

.neoviolet #secure {
	color:#000;
	margin: 10px 0;
	width: 205px;
	background-color: #fff;
}

.photo-caption {
	color:#999;
	font-size: 80%;
}

.wedgewood {
	color: #003;
}

.sidebar-title img {
	border: 0;
	padding: 2px 8px 2px 2px;
}

.neoviolet #sidebar1 h3, .neoviolet #sidebar2 h3 {
	color:#333;
	margin: 0 0 0 5px;
}

.location-image {
	float: left;
}
.location-description {
	margin: 0 0 0 410px;
	text-align: left;
	min-height: 300px;
}

.table-layout {
	padding: 12px;
	vertical-align: top;
}

a.table-heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006;
	font-size:1.8em;
	font-weight:normal;
	text-align: center;
}

h3.home-title {
	color: #000;
	margin: 2px 0 8px 0;
}

.photo-column {
	float:left;
	text-align:left;
	width: 200px;
	padding: 0 10px 0 0;
}

.photo-column img {
	margin-top: 8px;
}

.article {
	display:inline-block;
	margin-bottom: 5px;
}

.credit {
	font-size: 80%;
	color:#999;
	margin: 4px 0;
}

/********** footer **********/

.neoviolet #footer {
	background-color: #44002b;
	background-image: url(../images/bgndFooter.png);
	background-repeat: repeat-x;
	clear:both;
	width: 100%;
	background-position: top;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	height: auto;
}

.neoviolet #footer table  {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:100%;
	margin:0;
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9c;
}

.neoviolet #copyright {
	color: #C9C;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:80%;
	margin:0;
	padding: 10px 0 0 0px;
}

.bold-bullet {
	color:#666;
	font-size: 1.3em;
	list-style: circle;
	line-height: 1.3em;
	text-align: left;
}
/********** admin **********/
.neoviolet #sidebar-admin {
	color:#000;
	float: left;
	width: 200px;
	padding: 10px;
	margin-top: 20px;
	background-color: #fff;
	font-size: 90%;
}

.neoviolet #sidebar-admin a:link, .neoviolet #sidebar-admin a:visited {
	color: #000;
	font-weight:normal;
	text-decoration: none;
}

.neoviolet #sidebar-admin a:hover, .neoviolet #sidebar-admin a:active {
	color: #F03;
	font-weight:normal;
	text-decoration: none;
}

.page-message	{ display:block; color:#000; font-size:1em; font-weight:bold; margin:15px 0; }
.page-error		{ display:block; color:#D00; font-size:1em; font-weight:bold; margin:15px 0; }

.submit-button {
	color:#FFF;
	width: 100px;/* Width of button image */
	height: 25px;/* Height of button image */
	padding: 4px 10px;
	margin: 20px auto;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: transparent;
	background-image: url(../images/ivButtonPlum.png);
	background-repeat: no-repeat;
	display: inline-block;
	}

.button-wide {
	color:#FFF;
	width: 150px;/* Width of button image */
	height: 25px;/* Height of button image */
	padding: 4px 10px;
	margin: 5px auto 5px auto;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: transparent;
	background-image: url(../images/ivButtonPlumWide.png);
	background-repeat: no-repeat;
	display: block;
	}

a.button-wide {
	color: #FFF;
	padding: 4px 0;
	text-decoration: none;
	text-align: center;
}

.form-admin {
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	margin: 20px auto;
	table-layout:fixed;
	text-align:left;
	width:400px;
}

.cell-user-img {
	padding: 5px;
	vertical-align:top;
	width:120px;
}

.cell-left { text-align:left; font-size:12px;}
.cell-left-tiny { text-align:left; font-size:10px;}
.cell-right{ text-align:right; font-size:12px; }
.cell-center { text-align:center; font-size:12px; }
.cell-left-label { font-weight:bold; text-align:left; font-size:12px; width: 150px;}
.cell-right-label { font-weight:bold; text-align:right; font-size:12px;  width: 150px;}

#menu-list ul {
	list-style:none;
	margin:0 0 0 -40px;
}

#menu-list li {
	padding-bottom:2px;
}

.menu-list-item	{
	display:block;
	height:36px;
	border: 1px solid #669;
	}

.menu-list-item img	{
	border:0;
	padding:2px 6px 2px 2px;
	vertical-align:middle;
}

#date {
	text-align: left;
	width: 80px;
}
#date-tiny {
	text-align: left;
	width: 60px;
}
#how {
	text-align: left;
	width: 35px;
}
#name {
	text-align:left;
	width:185px;
}
#name-tiny {
	text-align:left;
	width:120px;
}
#email {
	text-align:left;
	width:220px;
}
#phone {
	text-align:left;
	width:120px;
}
#phone-tiny {
	text-align:left;
	width:100px;
}
#tickets {
	text-align: left;
	width: 30px;
}
#title {
	text-align:left;
	width:120px;
}
#profession {
	text-align:left;
	width:130px;
}
#auto {
	text-align:left;
	width:auto;
}

.normal { display:table-row; background:transparent; }
.shaded { display:table-row; background:#EEE; }
.item-list { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:x-small; table-layout:fixed; border-collapse:collapse; width:648px; margin-top:10px; }

.form-comment {
	color:#33C;
	font-size: 12px;
}

#fm {
	font-size: 90%;
	padding-top: 10px;
	clear: both;
	text-align: center;
}
#fm a {
	color:#fff;
	text-decoration: none;
}
#fm img {
	border: 0;
	margin:0;
	padding:0 2px;
}
#gallery {
}
#gallery img {
	border: 0;
}
.galleryItem {
	padding: 5px;
	float: left;
	width: 120px;
	border: 1px solid #480028;
	overflow: hidden;
}
.galleryFullSize {
	display: none;
}
.galleryThumbnail {
	text-align: center;
	margin: 0px;
	float: left;
	height: 80px;
	width: 120px;
}
#slidingGallery {
	float: left;
	width: 660px;
	border: 1px solid #090066;
	overflow:hidden;
	margin: 10px 0 10px 125px;
}
#slidingGallery #galleryContentGroup {
	width: 1000em;
}
#slidingGallery .SlidingPanelsContent {
	float: left;
	height: 90px;
	width: 132px;
}
#slidingGallery .galleryItem {
	border:none;
	height: 80px;
	width: 121px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #090066;
}
.SlidingPanels, .SlidingPanelsContentGroup {
	position: relative;
}
#detailArea {
	text-align: center;
	height: 399px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#detailArea img {
	padding: 5px;
	margin: 0px auto;
	border: 1px solid #090066;
}
#sidebar-secure img {
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
}
#panelNav {
	display: block;
	width: 100%;
	clear:both;
}

.audit {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color:#000;
	line-height: 1.5em;
	text-align: center;
}

h2.audit {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size:2em;
	font-weight:normal;
	margin: 1em 0 0.5em 0;
}

#twitter {
	margin-bottom: 10px;
}

.feedburner {
	border: solid 1px #ccc;
	margin-bottom: 10px;
	width: 208px;
}

.feedburner li, .feedburner ul {
	list-style:none;
	padding: 4px;
}

.feedTitle {
	font-size: 1.4em;
}