/*-----------------------------------------------------------------------------
Purple Ribbon Screen Stylesheet

version:   1.0
date:      03/23/09
author:    Andrew McCarthy
email:     jrucifer@gmail.com
-----------------------------------------------------------------------------*/


/* Default Styles
-----------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

a img {
	border:0;
}

hr {
	display:none;
}

.clear {
	display:block;
    clear:both;
    font-size:0px;
    line-height:0px;
    height:0px;
}

.right {
    float: right;
	display:inline;
}

.left {
    float: left;
	display:inline;
}

a {
	color:#4B1C73;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

html {
	background: #644785 url(../images/body_bg.gif) repeat-y top center;
	width:100%;
	height:100%;
}

body {
    font-family: Georgia, Times, "Times New Roman", serif;
    background: url(../images/bg_top.gif) no-repeat top center;
    color: #4b1c73;    
    text-align:center;
    width:100%;
    height:100%;
}

noscript {
	color:#660000;
}

/* Structure and Typography
-----------------------------------------------------------------------------*/

#container {
	width:650px;
	margin:0px auto;
	text-align:left;
	background: url(../images/container_middle.gif) repeat-y top center;
}

#container .end {
	display:block;
	padding-bottom:15px;
	clear:both;
	background: #bfb3d3 url(../images/container_bottom.gif) no-repeat top center;
}

#header {
	padding:40px 0 20px;
	background: url(../images/container_top.gif) no-repeat top center;
}

#masthead {
	width:600px;
	background: url(../images/masthead_bg.jpg) no-repeat top right;
	margin:0 auto;
}

#header h1 {
	display:none;
}

.about #masthead {
	background-image: url(../images/masthead_about_bg.jpg);
}

.contact #masthead {
	background-image: url(../images/masthead_contact_bg.jpg);
}

.register #masthead {
	background-image: url(../images/masthead_register_bg.jpg);
}

.partners #masthead {
	background-image: url(../images/masthead_partners_bg.jpg);
}

.tickets #masthead {
	background-image: url(../images/masthead_donate_bg.jpg);
}

.beneficiaries #masthead {
	background-image: url(../images/masthead_beneficiaries_bg.jpg);
}

.locations #masthead {
	background-image: url(../images/masthead_locations_bg.jpg);
}

.purpose #masthead {
	background-image: url(../images/masthead_purpose_bg.jpg);
}

.waystohelp #masthead {
	background-image: url(../images/masthead_waystohelp_bg.jpg);
}

#navigation {
	width:615px;
	margin:15px auto 0;
	background:#4b1c73;
	padding:5px 0;
	font-size:13px;
	letter-spacing:-.2em;
}

#navigation ul {
	list-style:none;
	color:#e0daea;
	margin:0 4px;
}

#navigation ul li {
	float:left;
	list-style:none;
}

#navigation a {
	float:left;
	display:inline;
	height:18px;
	background-position:top left;
	text-indent:-9000px;
	margin:0 3px;
}

#navigation a:hover, #navigation a.over {
	background-position:bottom left;
}

#navigation a#about {
	width:45px;
	background-image:url(../images/nav_about.gif);
}

#navigation a#purpose {
	width:59px;
	background-image:url(../images/nav_purpose.gif);
}

#navigation a#partners {
	width:65px;
	background-image:url(../images/nav_partners.gif);
}

#navigation a#locations {
	width:71px;
	background-image:url(../images/nav_locations.gif);
}

#navigation a#tickets {
	width:55px;
	background-image:url(../images/nav_donate.gif);
}

#navigation a#waystohelp {
	width:86px;
	background-image:url(../images/nav_waystohelp.gif);
}

#navigation a#beneficiaries {
	width:94px;
	background-image:url(../images/nav_beneficiaries.gif);
}

#navigation a#partners {
	width:65px;
	background-image:url(../images/nav_partners.gif);
}

#navigation a#contact {
	width:60px;
	background-image:url(../images/nav_contact.gif);
}

#content {
	width:420px;
	background:#fff;
	float:left;
	display:inline;
	margin:0 15px 20px 25px;
	padding:15px 0 30px;
	min-height:100px;
}

.contact #content {
	width:370px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}

#content h1 {
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	margin:0 35px 10px;
}

#content h2 {
	font-size:18px;
	margin:0 35px 10px;
}

#content h2 em {
	font-weight:normal;
}

#content ul, #content ol {
	margin: 0 45px 10px;
	font-size:11px;
}


#content li {
	line-height:1.9em;
	margin-bottom:12px;
	font-size:12px;
}

#content li li {
	margin-bottom:5px;
}

#content p, form p {
	font-size:12px;
	padding:10px 35px;
	line-height:1.9em;
}


.home #content p {
	padding:10px 55px;
}

#content h2 {
	font-size:16px;
	margin-bottom:12px;
}

#content h4 {
	font-size:9px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.1em;
	margin-top:2px;
	margin-bottom:10px;
}

#content .hr, .hr {
	display:block;
	margin:1px 20px 10px;
	height:2px;
	background:#a999c3;
}

#content center img {
	margin:0 6px;
}

#subcontent h2 {
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	margin-bottom:8px;
	margin-right:5px;
	margin-left:5px;
}

#subcontent {
	width:165px;
	float:left;
	display:inline;
}

#subcontent label {
	color:#fff;
}

.contact #subcontent {
	width:215px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}

#subcontent .box {
	background:#bfb3d3;
	padding:10px 10px 20px;
}

#subcontent .hr {
	display:block;
	margin:1px 0 10px;
	height:2px;
	background:#a999c3;
}

#subcontent p {
	font-size:11px;
	line-height:1.6em;
	padding:0 8px 10px;
}

#subcontent .box img {
	margin-bottom:12px;
}

#subcontent img {
	margin:0;
}

#subtext {
	width:580px;
	text-align:left;
	font-size:13px;
	margin: 10px auto 18px;
	line-height:1.5em;
}

#subtext small {
	color:#fff;
	font-size:12px;
}

#subcontent .callout {
	margin:0;
	padding:8px;
	border:1px solid #7B6797;
	background:#E0DAEA;
}

#subcontent ul {
	margin: 0 15px 10px;
	font-size:10px;
}

#subcontent li {
	line-height:1.6em;
	margin-bottom:12px;
}


#subcontent a.button {
	background:#4B1C73;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	padding:2px;
	color:#fff;
}

#subcontent a.button:hover {
	background:#333;
}

#footer {
	background:#522778;
	width:635px;
	margin:0 auto;
	text-align:left;
	padding:15px 20px 35px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#footer ul {
	list-style:none;
	font-size:9px;
	color:#fff;
	text-transform:uppercase;
	margin-left:20px;
	margin-bottom:10px;
}

#footer ul li {
	list-style:none;
	display:inline;
	padding:0px 8px;
	border-right:1px solid #fff;
}

#footer ul li.end {
	border:0;
}

#footer ul a {
	color:#fff;
}

#footer p {
	font-size:9px;
	color:#785897;
	margin-left:25px;
}

/* Form Styles
-----------------------------------------------------------------------------*/


form input.text {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:1em;
	width:50%;
	background:#f4eeff;
	color:#522778;
	padding:2px;
	vertical-align: middle;
	border:1px solid #522778;
}

form input.checkbox {
	background:#f4eeff;
	color:#522778;
	border:1px solid #522778;
	margin:0 5px;
}

form textarea {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:1em;
	background:#f4eeff;
	color:#522778;
	padding:2px;
	vertical-align: middle;
	border:1px solid #522778;
}

form select {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.8em;
	width:220px;
	background:#f4eeff;
	color:#444;
	height:2.2em;
	padding:1px 2px;
	vertical-align: middle;
}


form option {
	color:#222;
	font-size:13px;
	line-height:1.9em;
	display:block;
	border-bottom:1px solid #333;
	padding:7px;
	font-style:italic;
}


form big a {
	display:inline;
	float:right;
	padding:8px 15px;
	margin:10px 0px 5px 8px;
	font-size:15px;
	background:#522778;
	color:#fff;
	text-align:center;
}

form .submit {
	display:inline;
	float:right;
	padding:5px 8px;
	margin:10px 35px 5px 8px;
	font-size:13px;
	background:#522778;
	border:1px solid #333;
	color:#fff;
	text-align:center;
}

form big a#clear {
	background:#999;
}

form big a#clear:hover {
	background:#666;
}

form big a:hover {
	background:#333;
	text-decoration:none;
}

form p {
	clear:both;
	margin:10px 0;
}

form .support {
	margin-left:80px;
}


form label {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:right;
	margin-right:10px;
	padding:5px 2px;
}

#contactform .text {
	width:80%;
	padding:4px 2px;
	font-size:11px;
}

#contactform p {
	margin:0;
	padding:4px 0;
	clear:both;
	font-size:11px;
	margin-left:30px;
}

#contactform label {
	display:block;
	margin:0 5px;
	padding:0;
	text-align:left;
	font-size:11px;
}

#contactform #addressinfo {
	margin-left:20px;
}

#contactform #addressinfo div {
	margin-left:10px;
	margin-top:5px;
}

#contactform #addressinfo label {
	width:auto;
}

#contactform #addressinfo input {
	float:left;
	display:inline;
}

#contactform #City {
	width:100px;
}

#contactform #State {
	width:30px;
}

#contactform #Zip {
	width:50px;
}

#contactform #moreinfo {
	padding:10px 20px;
	font-size:10px;
}

#contactform #moreinfo span {
	float:left;
	display:inline;
	margin:8px 0 0 10px;
}

#buytickets {
	text-align:left;
	background:#fff;
	margin:0 20px 20px;
	padding:15px;
	min-height:100px;
}

#buytickets h1 {
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	margin:12px 0 20px 100px;
}

center h1 {
	margin-left:0px !important;
}

#buytickets input.text {
	width:90px;
	vertical-align: middle;
}

#buytickets small {
	font-size:10px;
}

#buytickets option:hover {
	background:#000;
}

#buytickets #donation label {
	font-size:14px;
}

#buytickets textarea {
	width:220px;
	height:80px;
}

#buytickets #buttons {
	margin-right:75px;
}

#buytickets span {
	font-size:13px;
}

#buytickets #agreement {
	font-size:10px;
	margin:10px 45px;
}

#buytickets #agreetext {
	text-align:right;
}

#buytickets #service_selection {
	display:none;
}
