/* @override 
	http://nearandfar.server266.com/assets/css/styles.css
	http://www.nearandfaraid.org/assets/css/styles.css
	http://nearandfar.org/assets/css/styles.css
	http://nearandfar.krd.webhop.net/assets/css/styles.css
	http://nearandfaraid.org/assets/css/styles.css
	http://nearandfar.krd-design.net/assets/css/styles.css
	http://nearandfar.krd-design.net/assets/css/events.css
*/

/* RESETS */
body, h2, p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin: 0;
	padding: 0;
}
a img {border: 0;}

body {
	background-color:black;
	color:white;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color:white;
	text-decoration:none;
}

a:hover {
	color:#dedede;
	text-decoration:none;
}

#wrapper {
	width: 995px;
	margin: 0 auto;
}

/* HEADER */

#searchBar {
	text-align:right;
	padding-top: 10px;
}

#searchBar input {
	background-color:black;
	color:#dedede;
	text-align: center;
	font-size: 14px;
	font-variant: small-caps;
}

#addr {
	background: url(../images/form_arrow.png) no-repeat left center;
	height: 22px;
	width: 190px;
	margin-right: 8px;
	margin-left: 4px;
	border: 1px solid #3E3E3E;
}

#searchBar .submit {
	width: 72px;
	height: 28px;
	border: none;
}

.loginbutton {
	height: 17px;
	width: 63px;
	border: none;
	color: white;
}

#vollogin input[type="text"], #vollogin input[type="password"] {
	width: 160px;
	height: 17px;
}

.submit, .loginbutton, .buttonlink {
	background: url(../images/submit-bg.png) no-repeat left center;
}

input.buttonlink {
	color: white;
	border: none;
}

#searchoutput {
	text-align: right;
	font-variant: small-caps;
	font-size: 105%;
}

#logo_link {
	position:absolute;
	top:0px;
	left:0px;
}


#menu {
	position:relative;
	width:995px;
	height:80px;
	margin:auto;
	vertical-align:middle;
	background-image: url('/assets/images/nflogo.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	text-align:right;
	margin-bottom: 30px;
	font-size: 80%;
}

#mainnav {
	position: absolute;
	float: left;
	margin: 0;
	right: 0;
}

#mainnav li {
	float: left;
	list-style-type: none;
	margin: 0 12px;
}

#mainnav li.last {
	margin-right: 8px;
}

#mainnav li a {
	display: block;
	color:#3b872d;
	text-decoration:none;
	font-variant: small-caps;
	font-size: 130%;
	padding: 5px 0;
	margin: 25px 0;
}

#mainnav li a:hover {
	color:white;
}

#mainnav li.active a {
	border-bottom: 1px solid #3b872d;
}

#mainnav li.active a:hover {
	color:#dedede;
}

#mainnav a.highlight {
	color: white;
	font-weight: bold;
}


#content {
	position:relative;
	width:995px;
	margin:auto;
	clear: both;
}

#floor {
	clear:both;
}

#footer {
	width:995px;
	margin:auto;
	padding-top:20px;
	color:white;
}



/*vertical centering*/

#call_to_action {
	position: relative;
	width:995px;
	background: url('/assets/images/Box2.jpg') no-repeat left center;
	margin-top: 80px;
	height: 163px; 
}

#call_to_action[id] {
	display: table; 
	position: static;
}
#call_to_action_left[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#call_to_action_left {
	position: absolute; 
} /* for explorer only*/
	
#call_to_action_left p {
	position: relative; 
	top: -50%;
	font-size: 180%;
	padding-left: 40px;
	width: 550px;
	line-height: 160%;
} /* for explorer only */
		/* optional: #inner[id] {position: static;} */

#ctabuttons {
	position: relative;
	top: 55px;

}

.hbox {
	height: 80px;
	width: 100%;
}

.hbox h1 {
	float: left;
	padding: 10px 0;
	padding-right: 30px;
	
}

.hbox .printbox {
	padding: 30px 0;
	float: right;
	text-align: right;
}

#grant-application .hbox h1{
	color: black;
}

#grant-application .hbox span {
	display: block;
	padding: 30px;
	float: left;
	font-size: 130%;
	border-left: 1px solid black;
}

a.print {
	display: block;
	text-decoration: underline;
	font-size: 80%;
	padding-left: 20px;
	background: url(../images/print.png) no-repeat left center;
}

a.print.inverse {
	display: block;
	text-decoration: underline;
	color: black;
	background: url(../images/print-inverse.png) no-repeat left center;
}


.headline {
	color:white;
	font-size:24px;
}

.vid_caption {
	font-size:10px;
	color:gray;
}

a.green:link { color:#3b872d; text-decoration:none }
a.green:active { color:#dedede; text-decoration:none }
a.green:visited { color:#3b872d; text-decoration:none }
a.green:hover { color:white; text-decoration:none }

a.gray:link { color:gray; text-decoration:none }
a.gray:active { color:white; text-decoration:none }
a.gray:visited { color:gray; text-decoration:none }
a.gray:hover { color:white; text-decoration:none }

a.white:link { color:white; text-decoration:none; border:0px solid gray; border-bottom-width:1px; }
a.white:active { color:gray; text-decoration:none }
a.white:visited { color:white; text-decoration:none; border:0px solid gray; border-bottom-width:1px; }
a.white:hover { color:gray; text-decoration:none }

#pgMenu {
	line-height:22px;
}

#pgMenu a {
	color:white;
	text-decoration:none;
	border-bottom:1px solid #dedede
}

#pgMenu a:hover {
	color:#dedede;
	text-decoration:none;
	border-bottom:1px solid #dedede
}

.news_heading {
	font-size:14px;
}

.news_caption {
	font-size:90%;
	color: #3b872d;
}

.news_list {
	width: 156px;
	padding: 10px;
	margin-bottom: 10px;
	background: url(../images/newsbg.png) repeat left bottom;
	border-top: 1px solid gray;
}

.news_list .news_caption a {
	display: block;
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
}

.news_list .new_date {
	color: #3b872d;
}

#left_col .leftimglink{
	display: block;
	margin-right: 25px;
}

h1.headline2 {
	font-weight: normal;
	font-size: 250%;
	font-style: normal;
	line-height: 120%;
	width: 550px;
}

#content_inner.news {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	clear: both;
}

#content_inner ul.imglist {
	margin-bottom: 20px;
}

#content_inner ul.imglist li{
	margin: 10px 0;
	list-style-type: none;
	padding: 0;
}

h1 img {
	margin-bottom: 20px;
}

#content_inner.news p {
	margin-bottom: 20px;
	font-size: 110%;
	line-height: 140%;
}

.news ul.newscreditlist {	
	clear: both;
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	font-style: italic;
}

.news p.footnote {
	width: 75%;
	font-weight: bold;
	font-style: italic;
	
}

.news ul.standardlist {
	list-style-type: none;
	margin-left: 30px;
	margin-top: 10px;
}

.news h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 130%;
	margin: 20px 0 10px;
}


#vid-container {
	position: relative;
	padding:15px;
	background-image: url('/assets/images/videobg.jpg');
 	text-align:center;
 	z-index: 0;
}

/* FOOTER */
#footer {
	padding: 20px 0;
	margin-top: 40px;
}

#footer ul.footerlist {
	float: left;
	margin-right: 80px;
}

.footercontact {
	width: 190px;
	float: right;
	border-left: 1px solid #3E3E3E;
	padding-left: 4%;
}

#footer ul {
	list-style-type: none;
	margin-bottom: 60px;
	letter-spacing: 1px;
	font: normal 85%/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.companyname {
	font-weight: bold;
	color: #3b872d;
}

#footer p {
	width: 100%;
	clear: both;
	font: 80% Georgia, "Times New Roman", Times, serif;
}

.left {
	float: left;
}

.right {
	float: right;
}

.readlink {
	display: block;
	background-color: #2B2728;
	text-align: center;
	width: 100px;
	padding: 7px;
	font-size: 80%;
}

#sponsors {
	margin-left: 12px;
}

#mainsponsors li {
	list-style-type: square;
	margin: 10px 0;
	margin-left: 20px;
}

a.andmore {
	list-style-type: none;
	color: #3b872d;
}

.bannerbox {
	position: relative;
	text-align: left;
	margin-bottom: 45px;
}

a.donatenow {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 173px;
	height: 63px;
	background: url(../images/donatenow.png) no-repeat center top;
}

a.donatenow:hover {
	background: url(../images/donatenow.png) no-repeat center bottom;
}

.waysbox {
	position: relative;
	float: left;
	margin-right: 40px;
	background-color: #1f1f1f;
	padding: 30px;
	height: 280px;
}

.waysbox li, #paypal_form .wayslist li {
	list-style-type: none;
	color: #3b872d;
	text-transform: uppercase;
	font-size: 110%;
	line-height: 140%;
}

.waysbox p {
	line-height: 180%;
	margin-bottom: 10px;
}

#firstfamily.waysbox {
	width: 300px;
}

#friend.waysbox {
	width: 180px;
}

#foundation.waysbox {
	width: 200px;
}

.waysbox ul.pricelist {
	float: left;
	width: 66px;
	padding-left: 22px;
	border-left: 1px solid gray;
}

.waysbox ul.pricelist.first {
	border: none;
}

.waysbox a.buttonlink {
	position: absolute;
	clear: both;
	bottom: 10px;
	right: 20px;
	padding: 6px;
	background-color: #5aad2f;
	font-size: 90%;
}

/* OVERLAY */

#board {
	width: 600px;
	position: absolute;
	background-color: #383738;
	padding: 20px;
	margin-left: 50%;
	left: -250px;
	top: -20px;
	z-index: 808;
	
}

#board p img {
	margin-bottom: 15px;
}

.boardlist {
	width: 170px;
	margin-right: 20px;
	float: left;
}

.boardlist li {
	list-style-type: none;
	font-size: 90%;
	line-height: 160%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
}

.boardlist span.title {
	display: block;
	color: #3b872f;
	margin-bottom: 10px;
}

.closebox {
	float: right;
}

.section{
	margin-bottom: 20px;
	clear: both;
	float: left;
}

#overlay {
	position: absolute;
	z-index: 800;
	width: 100%;
	background-color: rgba(0,0,0,0.76);
	height: 100%;
}


#donateform.overlayarea {
	z-index: 9999;
	background-color: #454547;
	width: 400px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	padding: 10px;
}


#homevol {
	text-align: center;
	padding: 30px;
}
p .vollink {
	display: block;
	margin: 10px 0;
	font-weight: bold;
	font-size: 110%;
}

.vollogout {
	color: gray;
}

.clear {
	clear: both;
}


/* EVENTS */
/* handles layout and type */

/*home */
#event_home .section_header {
	color: green;
	font-size: 330%;
	margin: 20px;
	float: left;
}
.event_card {
	float: left;
	margin: 0 10px;
	display: inline;
}

#event_home .section_descrip  {
	width: 700px;
	float: right;
	font-size: 50%;
	margin: 20px 20px 20px;
	line-height: 140%;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	color: white;
}

/* event item */

#event {
	width: 1000px;
	background-color: #429439;
}

.event_title {
	background-color: black;
}

#event_titlecard {
	width: 400px;
	float: right;
	margin-right: 10px;
}

#event_header {
	height: 40px;
}

#event_title_name {
	float: left;
}

#event_overview {
	clear: both;
	float: left;
	background-color: white;
	width: 540px;
	min-height: 330px;
}

/* EVENT NAV */
#event #snav li, #event #enav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#event #enav {
	position: relative;
	width: 320px;
	float: right;
	margin-top: 2px;
}

#event_subnav {
	height: 70px;
	background-color: #429439;
}

#event #snav {
	position: absolute;
	bottom: 0px;
	width: 500px;
	height: 70px;
	background-color: #429439;
	clear: both;
}

#snav li a, #enav li a {
	display: block;
}

#event #snav li {
	line-height: 70px;
	list-style-type: none;
	text-align: center;
}

#event_subnav li a {
	text-transform: uppercase;
	text-align: center;
	padding: ;
	background: url(../images/events-tab-divider.png) no-repeat right top;
	padding-top: 0;
	padding-right: 25px;
	padding-left: 20px;
	font-size: 80%;
}

#event_subnav li.active {
	background: url(../images/events-tab-bg.png) repeat-x center top;
}

#enav li a {
	padding: 18px 40px 20px;
}

a#golf_classic  {
	background: url(../images/events-nav-buttons.png) no-repeat left bottom;
	
}

a#house_tour  {
	background: url(../images/events-nav-buttons.png) no-repeat -83px bottom;
}

a#spring_gala  {
	background: url(../images/events-nav-buttons.png) no-repeat -166px bottom;
}

a#one_night_band  {
	background: url(../images/events-nav-buttons.png) no-repeat right bottom;
	
}

li.active a#golf_classic  {
	background: url(../images/events-nav-buttons.png) no-repeat left top;
	
}

li.active a#house_tour  {
	background: url(../images/events-nav-buttons.png) no-repeat -83px top;
	
}

li.active a#spring_gala  {
	background: url(../images/events-nav-buttons.png) no-repeat -166px top;
	
}

li.active a#one_night_band  {
	background: url(../images/events-nav-buttons.png) no-repeat right top;
}

#event_logo {
	width: 100%;
	padding: 10px 0;
	margin: 10px 0;
}

#event_header  {
	padding: 10px 0 0 10px;
}

#event_title_name {
	margin-top: -10px;
}

#event_overview object {
	padding: 10px;
	margin-left: 55px;
}

/* TYPE */
#event_name {
	font-size: 250%;
}

#event_date {
	color: #429439;
	margin-left: 20px;
	font-size: 120%;
}

#event_overview {
	color: black;
}

#event_overview .tickets {
	min-height: 330px;
}

#event_overview .golf_tickets {
	min-height: 330px;
	background: url(/assets/images/events/golf_classic/golf-bag.jpg) no-repeat left bottom;
}

#event_overview .band_tickets {
	background: url(/assets/images/events/one_night_band/ONB_logo.png) no-repeat left bottom;
}

#event_overview .golf_tickets h3, #event_overview .band_tickets h3 {
	color: #429439;
	font-size: 200%;
	font-weight: normal;
	font-style: normal;
}

#event_overview .golf_tickets .ticket_info, #event_overview .band_tickets .ticket_info {
	padding: 35px;
}

#event_overview .golf_tickets span, #event_overview .band_tickets span {
	font-size: 150%;
}

#event_overview .golf_tickets .button, #event_overview .band_tickets .button {
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #2a532c;
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	
}

#event_overview .golf_tickets .button a {
	color: white;
	font-size: 120%;
}

.event_details h2, #sponsor_overview h2 {
	font: normal normal 150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 15px;
	color: #205329;
}

.event_details, #sponsor_overview p, .event_ticket_info {
	padding: 10px;
}

.event_details p, #sponsor_overview p, .event_ticket_info p {
	line-height: 140%;
	font-size: 100%;
}

.event_details.golf p, .event_details.band p {
	margin: 20px 20px;
}

.event_details p a {
	color: #429439;
}

h3.ticket_pretext {
	line-height: 180%;
	text-align: center;
	margin: 30px auto;
	height: 100%;
}

#main_sponsor {
	vertical-align: text-top;
	padding: 0 0 10px;
	top: 40px;
	font-size: 160%;
	font-weight: normal;
	font-style: normal;
	color: #20491c;
	margin-left: 10px;
}

#event_description {
	margin: 10px 0;
	line-height: 140%;
}

.event_title .event_date {
	color: #429439;
	font-size: 60%;
	margin-left: 20px;
}

#event_location {
	margin: 10px 0;
	font-size: 120%;
}

#event_info {
	margin: 10px 0;
	font-size: 120%;
}


.event_ticket_item {
	padding: 10px;
	line-height: 124%;
}

/* event lists */


#sponsor_overview ul {
	width: 40%;
	float: left;
	padding: 10px;
	margin: 10px;
}

#sponsor_overview li {
	list-style-type: none;
	line-height: 120%;
	font-size: 100%;
	margin: 8px 0;
}

#sponsor_overview .event_sponsor_title {
	font-size: 115%;
}

.event_sponsor_title, .event_title_ticket {
	display: block;
	color: #429439;
	font-weight: normal;
	font-style: normal;
	margin: 8px 0;
}

.event_sponsor_list li a {
	display: block;
	background-color: #c21212;
	width: 100px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
	padding: 4px;
}

/* images */
#sponsor_overview img {
	padding: 10px;
}

/*ovveride style*/
#event #snav li.sub_name a#sponsors {
	margin-left: 0px;
}

/* LOADER */
#large_loader {
	position: relative;
	text-align: center;
	margin-top: 30%;
	top:  -50%;
}

/* ticket form */
#ticketsform {
	width: 500px;
	margin: 0 auto;
	margin-top: 10px;
}

#ticketsform .ticket_info {
	width: 300px;
	float: left;
}

#ticketsform h3 {
	padding: 5px 0;
	font-size: 150%;
	font-weight: normal;
	font-style: normal;
	color: black;
}

#ticketsform input[type="text"] {
	border: 1px solid silver;
	text-align: center;
}

#ticketsform li {
	float: left;
	padding: 6px 0;
	list-style-type: none;
	border-bottom: 1px solid silver;
	margin-bottom: 3px;
}

#ticketsform .item_qty {
	display: block;
	float: left;
	width: 120px;
}

#ticketsform .item_total {
	display: block;
	float: right;
	width: 80px;
	text-align: right;
}

#ticketsform .ticket {
	width: 30px;
	height: 20px;
}

#ticketsform .donation {
	width: 70px;
	height: 20px;
}

#ticketsform .ticket_info.mailinglist {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 5px;
}

#ticketsform .item_option {
	float: right;
}

#ticketsform .ticket_info.mailinglist .item_title {
	float: left;
}

#ticketsform .purchase_info {
	width: 180px;
	float: right;
}

#ticketsform .total {
	display: block;
	text-align: right;
	font-size: 90%;
}

#ticketsform .item_title {
	display: block;
	font-size: 100%;
	color: #429439;
}

#ticketsform .item_description {
	font-size: 90%;
	font-style: italic;
}

#ticketsform .item_description.unavailable {
	color: red;
}

h3.notix {
	height: 100%;
	line-height: 300px;
	text-align: center;
	font-size: 140%;
	font-weight: normal;
	font-style: normal;
	color: black;
}

#ticketsform label {
	display: block;
}

#ticketsform #attendees {
	width: 250px;
	height: 30px;
	margin-top: 5px;
	text-align: left;
	padding: 2px;
}

#ticketsform .dollar {
	display: block;
	float: left;
	line-height: 20px;
	margin-left: -10px;
	margin-right: 5px;
	height: 20px;
}

#ticketsform input[type="submit"] {
	color: #fff;
	width: 100px;
	background-color: #205329;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	text-align: center;
	margin: 10px 0;
	border: navajowhite;
	float: right;
	height: 30px;
}

.no_tickets_title p{
	font-size: 200%;
	text-transform: uppercase;
	padding: 40px;
	border-bottom: 1px solid gray;
}

.no_tickets_body p {
	padding: 40px;
	font-size: 145%;
}

.no_tickets_body p a {
	color: #429439;
}

#gala_promo_overlay {
	position: absolute;
	z-index: 9999;
	width: 835px;
	height: 640px;
	background-image: url(/assets/images/tshirt.png);
}


img#gala_promo {
	margin-top: 20px;
}

.lower {
	position: relative;
	left: 520px;
	width: 350px;
	top: 450px;
}

.lower li {
	list-style-type: none;
	margin: 4px 0;
}

/* EVENTS FORM */
#paypal_form {
	position: relative;
	width: 400px;
	padding:  30px;
	margin: 0 auto;
	background-color: #363636;
	margin-top: 40px;
}

#paypal_form .submit {
	margin-left: 30px;
}

#event_checkout {
	position: absolute;
	top: 50%;
	left: 50%;
}

#paypal_form #buy_title {
	display: block;
	padding-bottom: 10px;
}


/* DONATION FORM */
#paypal_form .form_line {
	display: block;
}

#paypal_form ul {
	padding: 10px 0;
}

.form_line label {
	display: block;
	margin-top: 20px;
}

.form_line.radio label {
	float: left;
	margin-top: 0;
}

.form_line.radio span {
	margin-right: 5px;
	padding-top: 5px;
	clear: both;
}

.form_line.radio {
	width: 40%;
	float: left;
	margin-right: 15px;
	padding: 10px;
	height: 110px;
	margin-bottom: 15px;
	background-color: #2e2e2e;
}

.amount_list {
	float: left;
	margin-right: 20px;
}

.amount_list li {
	list-style-type: none;
	line-height: 150%;
}

.donate_info {
	clear: both;
}

.event_con {
	display: block;
	margin-top: 5px;
}

#presentation {
	width: 350px;
	height: 25px;
	margin: 5px 0 20px;
}

#paypal_form .submit {
	float: right;
	margin-right: 10px;
}

#donate-level {
	font-size: 180%;
	border-top: 1px solid white;
	margin-left: 30px;

}

#donate_qty {
	width: 100px;
	margin-left: 10px;
}

#first-family {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#paypal_form #checkout {
	display: block;
	background-color: #6c9f1d;
	width: 440px;
	margin-bottom: -30px;
	margin-left: -30px;
	margin-top: 20px;
	padding: 10px;
}

#paypal_form h1 span, #first-family span {
	color: green;
}



