/*--Holy Rosary HEART Auction Stylesheet -- */

/* Created 12/2006 by Michael Go */
/* Mardi Gras Theme 11/09*/

* {
	margin: 0;
	padding: 0;
}

/* Base Selectors */

body {
	font: 14px/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #445;
	text-align: left;
	background: #D3C9DE url(images/BodyBackground.png) repeat-x 0 top;
}

h2 {
	text-transform: none;
	color: #7D619F;
	font: normal bold 1.3em/1.3em Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #E2C77F;
	text-shadow: #aaa 1px 1px 1px;
	padding-top:  .8em;
	clear: both;
}

h3 {
	margin-top: 1em;
	margin-bottom: .8em;
	color: #724E53;
	text-decoration: none;
	font: .9em/1.5em Georgia, "Times New Roman", Times, serif;
}

h4 {
	color: #CE8E00;
	text-decoration: none;
	font: italic 1.1em/1.4em Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	padding-top: 1em;
	clear:  both;
	text-align: left;
}

h2+p, h3+p {
	margin-top: .8em;
}

h2+h3 {
	margin-top: .4em;
	font-style: italic;
	font-size: .8em;
}

h2+h4 {
	margin-top:  1em;
	
}

p, td {
	font-size: .9em;
	line-height: 1.4em;
	padding-top: .2em;
	padding-bottom: .3em;
	padding-right: 1.5em;
}


a:link {
	color: #4F2D7F;
	border-bottom: 1px dotted #7D619F;
	text-decoration: none;
}

a:visited {
	color: #468F6F;
	border-bottom: 1px dotted #AF6D00;
	text-decoration: none;
}

a:hover, a:active {
	color: #7D619F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #7D619F;
	text-decoration: none;
}

img {
	display: block;
}

/*---Main Sections---*/

#wrapper {
	width: 800px;
	background: #fff url(images/WrapperBackground.jpg) repeat-x 0 bottom;
	margin: 10px auto;
	border: 1px solid #CE8E00;
	border-top: none;
}

#header {
	height: 125px;
	width: 798;
	background: #fff url(images/Masthead2010.png) no-repeat right center;

	border-top: 1px solid #546C45;
	border-bottom: none;
}

#header img {
	margin: 0;
	padding: 0;
}

#header h1 {
	color: #603	;
	font-size: 1px;
	margin-top: 10px;
	text-indent: -5000px;
}

#leftcolumn {
	float: left;
/*-IE6 Bug fix--*/
	display: inline;
	width: 180px;
	margin: 10px;
	min-height: 470px;
}

.sidebar {
	margin: 4em auto;
}

.sidebar .imagelink {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sidebar .imagelink a:link img,
.sidebar .imagelink a:visited img {
	background: #F9EBCE;
	padding: 10px;
}


.sidebar .imagelink a:hover img {
	background: #E2C77F;
}

.sidebar .imagelink a:active img {
	background: #CE8E00;
}

.sidebar #eventDate {
	text-align: center;
	color: #4F2D7F;
	font-weight: bold;
	font-size: .9em;
}


/* @group Maincontent */

#maincontent,
#main_wo_content {
	float: right;
	/*-IE6 Bug fix--*/
	display: inline;
	width: 540px;
	margin: 20px;
	min-height: 550px;
	background: transparent;
	padding-bottom: 20px;
	text-align: left;
	
}

#maincontent img {
	border: 1px dotted #000;
	background-color: #E2C77F;
	padding: 5px;
}

#maincontent a:link img {
	border: 1px dotted #4F2D7F;
}

#maincontent a:visited img {
	border:  1px solid #4F2D7F;
}

#maincontent a:hover img, #maincontent a:active img {
	background-color: #D4AB42;
	border: 1px solid #000;
}

#maincontent blockquote {
	width: 400px;
	margin: 10px;
	padding: 25px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: solid;
	border: 2px solid #A895BF;
	color: #5A3036;
	font: italic 1.2em/1.8em Georgia, "Times New Roman", Times, serif;
	background: #F9EBCE;
	clear: both;
}

#maincontent ul {
	list-style-position: outside;
	list-style-image: url(images/Fleur-de-lis-10px.png);
	margin: 1.5em;
	font-size: .9em;
	line-height: 1.5em;
}

#maincontent ul li {
	margin: .5em 0;
}

#maincontent ol {
	font-size:  .9em;
	line-height: 1.5em;
	list-style-position: outside;
	margin-left: 2em;
	
}

#maincontent ol li {
	padding: .4em 0;
	
}

#maincontent div.menu {
	background: #fff;
	text-align: center;
	padding: 10px 5px 20px	5px;
}

p+.menu {
	margin-top: 20px;
}

.menu+p {
	margin-top: 20px;
}

/* @end */

/* @group main_wo_content */

#main_wo_content {
	margin: 20px;
	min-height: 300px;
}

/* @end */
table {
	border-collapse: collapse;
}

table#schedule {
	margin: 10px;
}

td, th {
	padding: 10px;
}

th {
	text-align: center;
}

th.event {
	width: 60%;
}

th.date {
	width: 40%;
}

/* Special Sections */

/* @group Form */

fieldset {
	width: 485px;
	margin: 1.2em 0;
	padding: 12px;
	border:  2px solid #E2C77F;
}

legend {
	font-size: .9em;
	font-weight: bold;
}

label {
	display: block;
	font-size: 1em;
	line-height: 1.5em;
}

input {
	width: 400px;
	height: 2em;

}

label.check_label {
	float: left;
}

input.checkbox {
	display: block;
	float: left;
	width: 2em;
	height: 1.2em;
	margin-top: .7em;
	margin-left: 0;
	margin-right: 10px;
}


textarea {
	width: 400px;
	height: 200px;
	font-size: 1em;
	line-height: 1.5em;
}

input.submitButton {
	
	height: auto;
	width: auto;
	padding: 5px;
	border: 1px solid #4F2D7F;
	background: #A895BF url(images/submitButtonBack.png) repeat-x 0 bottom;
	font-weight: bold;
	font-size: .8em;
	color: #4F2D7F;
	text-transform: uppercase;
}

input.submitButton:hover {
	color: #E2C77F;
	background: #7D619F;
}

div.center, div.buttonCentered {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* @group Login subset */

fieldset.login {
	width: 250px;
	margin-left: 20%;
}

input.login {
	width: 200px;
}

/* @end */

/* @end */
/* @group NavBar */

#navbar {
	font-size: .9em;
	font-weight: bold;
	width: 165px;
	padding:  0px;
	border-top: 1px solid #546C45;
	border-bottom: 1px solid #546C45;
	margin-top:  4em;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	
}

#navbar a:link, #navbar a:visited {
	color: #4F2D7F;
	background-color: #F9EBCE;
	text-decoration: none;
	display: block;
	border-left:  10px #7D619F solid;
	border-right: 10px #A895BF solid;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-left: 25px;
	padding-bottom: 3px;
	border-bottom-style: none;
	height: 1.5em; /* For IE 6  */
	list-style-type: none;

}

#navbar a:hover {
	color: #fff;
	background-color: #7D619F;
	text-decoration: none;
	border-left: solid #0E2A64 10px;
	border-right: solid #0E2A64 10px;
	list-style-type: none;
}


/* This selector highlights the current page in the NavBar */

#navbar a.current,
#home a.homeNav,
#about a.aboutNav,
#donate a.donateNav,
#forms a.formsNav,
#volunteer a.volunteerNav,
#committee a.committeeNav,
#catalog a.catalogNav,
#contact a.contactNav,
#sponsorPage a.sponsorsNav
 {
	color: #fff;
	background-color: #D4AB42;
	text-decoration: none;
	border-left: solid #0E2A64 10px;
	border-right: solid #0E2A64 10px;

}

#navbar ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;

}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	width: auto;
	min-height: 100px;
	padding-bottom: 12px;
	background: transparent;
}

#footer p {
	padding-top: 1em;
	font-size: .9em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	color: #4F2D7F;
}

#footer a:link, footer a:visited {
	color: #4F2D7FF;
}

#footer a:hover, footer a:active {
	color: #4F2D7F;
	border-bottom:  1px solid #4F2D7F;
}

/* @end */

.left {
	float: left;
	margin: 10px 10px 10px 0;
}

.right {
	float: right;
	margin: 10px 0 10px 20px;
}

.center {
	margin: 10px auto;
	text-align: center;
}

.skiplink {
	display:  none;
}

.address {
	margin-left: 30px;
}

.clearfix {
	clear: both;
}

img.validation {
	display: inline;
}

.committee {
	float: left;
	min-height: 20px;
	margin: 5px 10px 2px 10px;
	width: 220px ;
	text-align: center;
	
}

.committee img {
	margin-left:  auto;
	margin-right:  auto;
	text-align: center;
	
}

.sponsor,
.advertiser {
	float: left;
	width: 220px;
	height: 352px;
	padding: 10px;
	margin-bottom: 20px;
	min-height: 125px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	list-style: none;
	overflow: hidden;

}
.sponsor img, 
.committee img,
.advertiser img {
	margin: 0 auto;
	text-align: center;
}

.sponsor p,
.advertiser p {
	text-align: center;
	font-weight: bold;
	margin-top: -15px;
}

.signature {
	font-style: italic;
}

/*CSS3 Definitions*/

#wrapper {
	box-shadow: 3px 3px 10px #555;
	-webkit-box-shadow: 3px 3px 10px #555;
	-moz-box-shadow: 3px 3px 10px #555;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#maincontent img {
	-webkit-box-shadow: 3px 3px 10px #999;
	-moz-box-shadow: 3px 3px 10px #999;
	box-shadow: 3px 3px 10px #999;

}

blockquote {
	-webkit-border-radius: 7px;
}
