/*element styles */
*{ margin: 0; padding: 0; }
html { padding-top: 10px; }
body { font: .75em Arial, Helvetica, Sans-Serif; color: #454545; line-height: 1.6em; }
p { margin-bottom: 10px; }

a { font-weight: bold; text-decoration: none; color: #cf0000; cursor: pointer; }
a:hover { color: #808080; }	
h1 { color: #fff; text-align: right; font-size: 1.5em; font-weight: normal; text-transform: uppercase; letter-spacing: 2px; padding-top: 30px; }
h2 { color: #cf0000; text-transform: uppercase; letter-spacing: 2px; font-family: Arial, Helvetica, Sans-Serif; font-size: 1.7em; line-height: 1em; padding: 0; margin: 10px 0 10px 0; font-weight: normal; letter-spacing: 1px; }
h3 { color: #cf0000; font-size: 1.1em; font-weight: bold; } 
img { border: 0; }
table { margin: 15px 0 5px 0; border: solid 1px #ccc; }
th { background-color: #e4e4e4; padding: 5px; }
td { padding: 3px; }
form p { padding-top: 1em; }
input { color: gray; }
ol { list-style: inline-block; }

/* class styles */
.right { float: right; margin: 0 0 10px 10px; width: 220px; } 
.caption { font-size: .8em; text-align: center; line-height: 1.3em; }
.donationcaption { font-size: .7em; text-align: center; line-height: 1.3em; }
.odd { background-color: #f5f5f5;}
.bio { font-style: italic; }
.clean { border: none; margin: 0; padding: 0; }
.errmsg { color: #444; background-color: #fee; border: 1px solid #cc0000; font-size: 1em; padding: 12px; font-family: "lucida grande", arial, sans-serif; margin: 10px 5px 5px 0px; }
.errmsg h4 { font-size: 1.2em; }
.req { color: #cf0000; font-weight: bold; }
.reqfld { color: #222; background-color: #f44; }
.requestinfo-or { font-size: 1.3em; }
.login { color: gray; font-size: 11px; line-height: 9px; letter-spacing: 1px; margin: 0 5px 0 0; padding: 1px; font-family:"lucida grande", tahoma, verdana, arial, sans-serif; }

/*id styles nested relevantly to cascade */
#wrap { text-align: center; width: 760px; margin: 0 auto 0; }
	#logo { height: 82px; width: 370px; top: 16px; position: absolute; right: 50%; visibility: visible; z-index: 1;}
	#title { text-align: right; height: 82px; width: 370px; top: 16px; position: absolute; left: 50%; visibility: visible; z-index: 2; font-size: 1.2em; background-image: url(../../images/fade.png); background-repeat: no-repeat; background-position: right bottom; vertical-align: middle; }
		#title-login { font-weight: bold; }
		#title-login:hover { color: #3a3a3c; }
		#title-or { color: #E4E4E4; font-style: italic; padding: 2px; }
		#title-signup { font-size: 1.4em; font-weight: bold; }
		#title-signup:hover { color: #3a3a3c; }
	#login { width: 756px; padding-top: 6px;}

#navcontainer { background-image: url(../../images/header.png); background-repeat: repeat-x; height: 65px; width: 770px; visibility: visible; padding-top: 95px; }
	#line { position: absolute; top: 133px; width: 100%; height: 2px; z-index: 1; clear: both; border-top: 4px solid #fff;}
	ul#navlist { background-position: 0 bottom; text-align: left; margin: 0; padding-left: 16px; white-space: nowrap; }
		#navlist li { padding-right: 3px; display: inline; list-style-type: none; }
		#navlist .active { font-weight: bold; padding: 5px 20px 7px 20px; color: #cf0000; background-color: #fff; display: inline-block; vertical-align: top; }
		#navlist .dead { font-weight: bold; padding: 5px 20px 7px 20px; color: #9c2622; background-color: #5f1816; display: inline-block; vertical-align: top; }
		#navlist a { padding: 5px 20px 7px 20px; display: inline-block; vertical-align: top; }
		#navlist a:link, #navlist a:visited { color: #fff; background-color: #999; text-decoration: none; }
		#navlist a:hover { color: #fff; background-color: #a9020c; text-decoration: none; }

#maincontent { clear: both; margin-top: 10px; }

#choicearearight { float: right; width: 520px; padding: 0 15px 0 10px; margin: 0 0 25px 0; text-align: left;}
	#choicearearight ul li { list-style-type: square; list-style-position:inside; margin-left: 10px; }
	#formarealeft p { margin: 0 0 15px; }
	

#choiceareafull { float: left; width: 740px; padding: 5px 15px 0 10px; margin: 0 10px 25px 15px; text-align: left;}
	/*#choiceareafull ul li { list-style-type: square; list-style-position:inside; margin-left: 10px; }*/
	#formarealeft p { margin: 0 0 15px; }

.commonarea { margin: 5px 10px 10px 0; border: 1px solid #ccc; width: 200px; float: left; background: #f4f4f4; }
.localarea { margin: 0 10px 10px 0; border: 1px solid #ccc; width: 200px; float: left; background: #f4f4f4; }
	.info { text-align: left; font-size: 0.9em; padding: 6px 12px; background: #e5e5e5; margin: 10px;}
		.info ul li { text-align: left; padding-bottom: 5px; border-bottom: 1px dotted silver; list-style-type: none; list-style-image: none; list-style-position: inherit; }
	.commonarea p { margin-top: 10px;}
	.localarea p { margin-top: 10px;}
	.price { color: #cf0000; margin-top: 5px; font-weight: bold; font-size: 1.8em; }
	
#eventcontent ul li {
	list-style: none; margin-left: 2px;
}

#searchresults { clear: both; }
#navbar { float: right; }
#backnext { float: right; }

#footer { clear: both; padding: 10px; margin: 15px 10px 10px 0; border-top: 1px solid #ccc; line-height: 1em; }

#btnsubmit { background: url(../../images/UILinkButton_Red.png) no-repeat transparent; color: #fff;
			cursor: pointer; font-size: 11px; font-weight: bold; height: 20px; margin: 0px;
			padding: 2px 8px 5px 8px; border: none; }
.btn { background: url(../../images/UILinkButton_Grey.png) no-repeat transparent; color: #fff;
		cursor: pointer; font-size: 11px; font-weight: bold; height: 20px; margin: 0px;
		padding: 2px 8px 5px 8px; border: none; }
.btn:hover { background-color: #737373;}
.btn:active { background-color: #4c4c4c; }
		
textarea { padding: 5px; }

.imgupld { padding: 10px; cursor:pointer; }
.imgupld-selected { padding: 15px; background-image: url("images/selected.gif"); margin-top: 10px; }

/* Image Chooser */
#image-chooser { border: 1px solid rgb(221, 221, 221); height: 350px; overflow: auto; position: relative; width: 698px; padding: 3px; margin: 20px; }
#upld-img-frame { border: none; height: 100px; width: 498px; margin: 0 0 0 20px; padding: 0; }
#img-msg { height: 60px; }
.event-img-btn { margin: 0; border: none; float: right; position: relative; top: 465px; right: 20px; }

/* ZACH'S CSS */

.hidden { display: none;}
#successBox { padding: 10px; }
#successBox p { margin: 0; padding: 0; color: #333; padding-left: 20px; 
	background: url(http://codevault.pvcomm.net/images/silk_icons/accept.png) no-repeat 0 50%; }
#confirmBox  { padding: 10px; vertical-align: middle; }
#confirmBox p.icon { padding-left: 20px; background: url(http://codevault.pvcomm.net/images/silk_icons/help.png) no-repeat 0 25%; }
#confirmBox a { color: #333; border: 1px outset #ccc; padding: 5px 5px 5px 25px; }
#confirmBox a#confirmyes { background: #eee url(http://codevault.pvcomm.net/images/silk_icons/tick.png) no-repeat 10% 50%; }
#confirmBox a#confirmno { background: #eee url(http://codevault.pvcomm.net/images/silk_icons/cross.png) no-repeat 10% 50%; }
#confirmBox a#confirmyes:hover, #confirmBox a#confirmno:hover { background-color: #ccc; }
#confirmBox a#confirmyes:active, #confirmBox a#confirmno:active { color: #fff; background-color: #aaa; border-color: #777; border-style: inset; }

/* END ZACH'S CSS */


