@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}

body {
	background: #f2f2f2 url(../images/bg.jpg) no-repeat top center;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	padding: 100px 0 0 0;
	color:#a7a9ac;
	line-height: 1.5;
}
ul { margin:0; padding: 0; }
li { list-style: none; margin: 0; padding: 0; font-size: 12px; }
img {
	border: 0;
}
a:focus, img:focus, :focus { outline: none;}
#header-bg {
	background-color:#4d4d4d; 
	height:100px;
	position:fixed;
	z-index: 99998;
	width: 100%;
	top:0;
}
#header {
	margin:0 auto;
	width:1020px;
}
#internal-header-bg {
	background-color:#4d4d4d;
	height:100px;
	position:fixed;
  top:0;
  left:0;
	right:0;
}
#internal-header {
	margin:0 auto;
	width:1024px;
	background-color:#4d4d4d; 
	height:100px;
}
.title h1 { font-family:OSPDIN, Arial, Helvetica, sans-serif; color:#ffd034; font-size: 56px; font-weight: normal; border-bottom: 3px solid #ffd034; margin: 0; line-height: 1; padding: 0 0 10px; }
h1 { font-family:OSPDIN, Arial, Helvetica, sans-serif; color:#ffd034; font-size: 56px; font-weight: normal; border-bottom: 3px solid #ffd034; margin: 0; line-height: 1; padding: 0 0 10px; letter-spacing:2px; }
h2 {
	font-family: OSPDIN, Arial, Helvetica, sans-serif;
	color: #f8971d;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px;
	letter-spacing: 2px;
}
h3 { font-family:OSPDIN, Arial, Helvetica, sans-serif; color:#f8971d; font-size: 40px; font-weight: normal; margin: 0 0 10px; text-transform: uppercase; }

/*.init1 { font-family:OSPDIN, Arial, Helvetica, sans-serif; color:#ffd034; font-size: 40px; font-weight: normal; border-top: 3px solid #ffd034; margin: 0; line-height: 1; padding: 10px 0 0; }
.init2 { font-family:OSPDIN, Arial, Helvetica, sans-serif; color:#faaf43; font-size: 40px; font-weight: normal; border-top: 3px solid #faaf43; margin: 0; line-height: 1; padding: 10px 0 0; }
.init3 { font-family:OSPDIN, Arial, Helvetica, sans-serif; color:#f58227; font-size: 40px; font-weight: normal; border-top: 3px solid #f58227; margin: 0; line-height: 1; padding: 10px 0 0; }
.init4 { font-family:OSPDIN, Arial, Helvetica, sans-serif; color:#f15a2f; font-size: 40px; font-weight: normal; border-top: 3px solid #f15a2f; margin: 0; line-height: 1; padding: 10px 0 0; }
.init5 { font-family:OSPDIN, Arial, Helvetica, sans-serif; color:#ec2130; font-size: 40px; font-weight: normal; border-top: 3px solid #ec2130; margin: 0; line-height: 1; padding: 10px 0 0; }
*/

p {
	color: #666;
	font-size: 12px;
	line-height: 21px;
}
#logo {
	height: 67px;
	text-align: right;
	margin-left:13px;
	margin-top:23px;
	float:left;
	width: 463px;
	z-index:99999;
	position:absolute;
}

#nav {	
	font: 10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	float:right;
	margin-top:55px;
	width: 510px;
}
#nav ul {
	margin:0; padding:0; list-style: none;
}
#nav ul li.clear {
	clear:both; display:block; float:none; margin:0;
}

#nav ul li {
	display: inline-block; float:left; margin: 0 0 5px;
}
#nav ul li.li1 {
	width: 80px;
}
#nav ul li.li2 {
	width: 170px;
}
#nav ul li.li3 {
	width: 150px;
}
#nav ul li.li4 {
}
#nav ul li a { font-size: 10px; }
#nav a:link,  #nav a:visited {
	color:#fff;
	display: block;
	float: left;	
	padding: 0 5px;
	text-decoration: none;
}

#nav a:hover {
	color: #4d4d4d;
	background: #f58c3c;
	text-decoration: none;
}
#nav li.selected a {
	color: #4d4d4d;
	background:#f58c3c;
}
.content { width: 1020px; margin: 0 auto; padding: 25px 0; }
.column { float:left; width: 230px; margin-right: 25px;}
.content .init-column { float:left; width: 450px; margin-right: 45px; height:auto;}
.content .init-column p { color:#a7a9ac; font-size: 12px; line-height:20px; }
.donate{ position:fixed; top:0; right:0; z-index: 99999; }
.content a { color:#4d4d4d; font-weight: normal; text-decoration: none; }
.content a:hover { color:#a7a9ac; }


@font-face {
    font-family: 'OSPDIN';
    src: url('../fonts/osp-din-webfont.eot');
    src: url('../fonts/osp-din-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osp-din-webfont.woff') format('woff'),
         url('../fonts/osp-din-webfont.ttf') format('truetype'),
         url('../fonts/osp-din-webfont.svg#OSPDIN') format('svg');
    font-weight: normal;
    font-style: normal;
}
.home p { font-size: 12px; }
.footer p { font-size: 9px; }
.footer a { color:#4d4d4d; font-weight: normal; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.clear { clear:both; display:block; height:0; overflow:hidden; }

.main_container { padding: 25px 0 10px; display:block; margin: 0 auto; width: 1020px; }
.main_container .content { width: auto; padding: 25px 0 0px 35px; }

.main_container_genaric { padding: 25px 0 10px; display:block; margin: 0 auto; width: 1020px; }
.main_container_genaric .content { width: auto; padding: 0 0 0px 15px; }

.contactinfo { padding: 0 0 80px; }
.contactinfo p strong, .contactinfo p a { color:#4d4d4d; font-weight: normal; text-decoration: none; }
.contactinfo a:hover { color:#a7a9ac; }

.column.last { margin-right:0; padding-right: 0; }
.three-cols {}
.three-cols-grants {}
.two-cols {}
.three-cols .column { width: 310px;}
.three-cols .column li { margin: 0 0 5px; }
.orange .three-cols .column li { margin: 0 0 5px; }
.two-cols .column { width: 470px;}
.two-cols .column.last { float:right; }

.two-cols_event .column { width: 470px; padding-left:0;}
.two-cols_event .last { width: 470px; float:left;}
.two-cols_event h2 { font-family:OSPDIN, Arial, Helvetica, sans-serif; color:#f8971d; font-size: 22px; font-weight: normal; margin: 20px 0 0 7px; }
.two-cols_event p { color:#a7a9ac; font-size: 12px; line-height:18px; margin: 0 0 50px 7px; }

.two-cols_grants .column { width: 250px;}
.two-cols_grants .column.last { float:right; width: 660px; padding-right:60px; }

.three-cols-grants .column.last { margin: 0 10px 0 20px; float:left; width: 200px; }
.three-cols-grants .column { width: 470px;}
.three-cols-grants .column li { margin: 0 0 5px; }

.three-cols-grants a { color:#4d4d4d; font-weight: normal; text-decoration: none; }
.three-cols-grants a:hover { color:#a7a9ac; }
.three-cols-grants .column.last p { margin-top:0px; line-height:26px; }



.initiative .donate .main_container .content { padding-top: 70px;}
.orange { padding: 5px 0 80px 0; border-top: 4px solid #f8971d;  }
.yellow { border-top: 4px solid #ffd034; padding: 0 0 25px 0; }
.yellow h3 {color: #ffd034; }
.initiative-3 { border-top: 4px solid #f58227; padding: 5px 0 80px; }
.initiative-3 h3 { color:#f58227; }
.initiative-4 { border-top: 4px solid #f15a2f; padding: 5px 0 80px; }
.initiative-4 h3 { color:#f15a2f; }
.initiative-5 { border-top: 4px solid #ec2130; padding: 5px 0 80px; }
.initiative-5 h3 { color:#ec2130; }

.initiative .title {
	color:#4d4d4d;
	font-size:18px;
}

.column .title {
	color:#4d4d4d;
	font-size:16px;
}

.column .key {
	color:#a7a9ac;
	font-size:12px;
}
.column .sub {
	color:#4d4d4d;
	font-size:14px;
}
.column .cal {
	font-size:14px;
	
}


.donate-1 { padding: 5px 0 60px 0; border-top: 4px solid #ffd034; }
.donate-1 h3 {color: #ffd034; }
.donate-2 { border-top: 4px solid #faaf43; padding: 5px 0 60px; }
.donate-2 h3 {color: #faaf43; }
.donate-3 { border-top: 4px solid #f58227; padding: 5px 0 60px; }
.donate-3 h3 { color:#f58227; }
.donate-4 { border-top: 4px solid #f15a2f; padding: 5px 0 60px; }
.donate-4 h3 { color:#f15a2f; }
.donate-5 { border-top: 4px solid #ec2130; padding: 5px 0 60px; }
.donate-5 h3 { color:#ec2130; }
.donate-6 { border-top: 4px solid #a7a7a7; padding: 5px 0 60px; }
.donate-6 h3 { color:#a7a7a7; }

.calendar p { font-size: 12px; }
.column.image { margin-left: -5px; }


#flyinghorse_tab {
	/*background: url(../images/tabs.png) no-repeat;*/
	/*padding-left:5px;*/
	text-align:left;
	height: 39px;
	width: 518px;
	margin-top:0;
	position:absolute;
	margin-left:450px;
	z-index:99998;
	top: 100px;
}
#flyinghorse_tab #flyinghorse_nav {
	background: url(../images/tabs.png) no-repeat;
	width: 569px;
	height: 39px;
	float:left;
	margin: 0 0 0 15px;
	padding: 0;
	text-transform:uppercase;
	position:relative; z-index: 99999;
}
#flyinghorse_tab #flyinghorse_nav a:link, #flyinghorse_tab #flyinghorse_nav a:visited {
	color: #54534A;
	display: block;
	float: left;
	font: 18px OSPDIN, Arial, Helvetica, sans-serif;
	/*padding: 5px 35px 0 42px;*/
	text-align: center;
	text-decoration: none;
}
#flyinghorse_tab #flyinghorse_nav a:hover {
	color: #54534A;	
}

blockquote {
	font: 18px OSPDIN, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #fff;
	background-color:#d5d7d8;
	width:240px;
	height:32px;
	padding: 7px 0 0 15px;
	margin: 5px 0 0 10px;
}

.donate-btn {
	margin: 10px 0 0 10px;
}

/****************buy-tickets******************/
body.buy-tickets{
	background: #4d4d4d url(../images/buy-ticket_bg.png) left top repeat-x;	
}
body.buy-tickets #header-bg{
	border-bottom: 13px solid #f8971d;
	-webkit-box-shadow: 10px 0px 5px -2px #1b1a1a ;
	-mox-box-shadow: 10px 0px 5px -2px #1b1a1a ;
	box-shadow: 10px 0px 5px -2px #1b1a1a ;
	
}

body.buy-tickets #flyinghorse_tab #flyinghorse_nav{
	margin-top: 13px;
}
body.buy-tickets .main_container{
	padding: 13px 0 70px;	
}
body.buy-tickets .tabs{
	float: right;
	margin: 0;
	height: 34px;
}
body.buy-tickets .tabs ul{
	
}
body.buy-tickets .tabs ul li{
	float: left;
	margin: 0 5px 0 0;
	height: 34px;
}
body.buy-tickets .tabs ul li.facebook a{
	background: url(../images/facebook_icon.png) left top no-repeat;
	text-indent: -10000px;
	width: 39px;
	height: 34px;
	padding: 0;	
}
body.buy-tickets .tabs ul li a{
	background: url(../images/tabs_btn.png) left top repeat-x;
	padding: 5px 10px;
	color: #4d4d4d;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	display: block;
	-webkit-box-shadow: 0px 2px 2px 2px #222121;
	-moz-box-shadow: 0px 2px 2px 2px #222121;
	box-shadow: 0px 2px 2px 2px #222121; 
}
body.buy-tickets .yellow{
	margin: 87px 70px 35px 0;
	padding: 0;
}
.sponsors{
	padding: 0 220px 0 0;
}
.sponsors p{
	
}

.sponsors-form{

}
.sponsors-form label{color: #a7a9ac; font-size: 15px; margin: 0 0 5px 0; display: block;}
.sponsors-form label span{color: #f8971d;}

.row-1 .col-1{ float: left; width: 380px; margin: 0 15px 0 0;}
.sponsors-form input[type="text"]{background: #2b2b2b;  border: none; font-size: 14px; color: #4d4d4d; text-transform: uppercase; padding: 15px 10px;}
.row-1 .col-1 input[type="text"]{width: 360px;}

.row-2{padding: 30px 0 0 0;}
.row-2 input[type="text"]{width: 756px;}

.row-3{ padding: 15px 0 30px 0;}
.row-3 .col-1{width: 427px; float: left; margin: 0 15px 0 0;}
.row-3 .col-2{ width: 111px; float: left; margin: 0 15px 0 0;}
.row-3 .col-3{ width: 209px; float: left;}

.row-3 .col-1 input { width: 407px;}
.row-3 .col-2 input { width: 91px;}
.row-3 .col-3 input { width: 189px;}

.sponsors-form .left-elm{float: left; width: 250px; padding: 40px 0 0 0;}
.sponsors-form .right-elm{float: left; width: 548px; padding: 40px 0 0 0;}
.left-elm ul{}
.left-elm ul li{ line-height: 23px;}
.left-elm ul li label, .right-elm ul li label{ display: inline-block !important;}
.left-elm ul li input[type="radio"]{}

.right-elm ul li{margin:0 0 30px 0;}
.right-elm ul li input[type="text"]{width: 34px; height: 21px; padding:2px}
.right-elm ul li label{margin: 0 0 0 10px;}


.sponsors-form h3{ color: #f8971d; font-size: 22px; text-transform: uppercase;}
.sponsors-form h3.billing{ }

.billing_address{padding: 80px 0 0px 0; min-height: 200px;}
.sponsors-form p span{color: #f8971d;}
.sponsors-form p.notice{margin:5px 0 30px 0; }
.sponsors-form .purchase{}
.sponsors-form .purchase .left{ width: 254px; float: left; margin: 0 20px 0 0;}
.sponsors-form .purchase .right{ width: 400px; float: left;}
.purchase input[type="submit"]{background: url(../images/purchase_btn.png) left top no-repeat; width: 254px; height: 45px; border: 0; margin:0; padding: 0; cursor: pointer}
.purchase .right p{ font-size: 16px; padding: 13px 0; margin: 0;}
/****************buy-tickets******************/


/****************flyinghorse internal******************/
body.flyinghorse_internal {
	background: #4d4d4d url(../images/buy-ticket_bg.png) left top repeat-x;	
}
body.flyinghorse_internal #header-bg{
	border-bottom: 13px solid #f8971d;
	-webkit-box-shadow: 10px 0px 5px -2px #1b1a1a ;
	-mox-box-shadow: 10px 0px 5px -2px #1b1a1a ;
	box-shadow: 10px 0px 5px -2px #1b1a1a ;
	
}

body.flyinghorse_internal #flyinghorse_tab #flyinghorse_nav{
	margin-top: 13px;
}
body.flyinghorse_internal .main_container{
	padding: 70px 0 70px;	
}
body.flyinghorse_internal .tabs{
	float: right;
	margin: 0;
	height: 34px;
}
body.flyinghorse_internal .tabs ul{
	
}
body.flyinghorse_internal .tabs ul li{
	float: left;
	margin: 0 5px 0 0;
	height: 34px;
}
body.flyinghorse_internal .tabs ul li.facebook a{
	background: url(../images/facebook_icon.png) left top no-repeat;
	text-indent: -10000px;
	width: 39px;
	height: 34px;
	padding: 0;	
}
body.flyinghorse_internal .tabs ul li a{
	background: url(../images/tabs_btn.png) left top repeat-x;
	padding: 5px 10px;
	color: #4d4d4d;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	display: block;
	-webkit-box-shadow: 0px 2px 2px 2px #222121;
	-moz-box-shadow: 0px 2px 2px 2px #222121;
	box-shadow: 0px 2px 2px 2px #222121; 
}
body.flyinghorse_internal .yellow{
	margin: 87px 70px 35px 0;
	padding: 0;
}

.facts-1 { border-top: 4px solid #ffd034; padding: 0 0 25px 0;  }
.facts-1 h3 {color: #ffd034; }
.facts-2 { border-top: 4px solid #faaf43; padding: 0 0 25px 0; }
.facts-2 h3 {color: #faaf43; }
.facts-3 { border-top: 4px solid #f58227; padding: 0 0 25px 0; }
.facts-3 h3 { color:#f58227; }
.facts-4 { border-top: 4px solid #f15a2f; padding: 0 0 25px 0; }
.facts-4 h3 { color:#f15a2f; }
.facts-5 { border-top: 4px solid #ec2130; padding: 0 0 25px 0; }
.facts-5 h3 { color:#ec2130; }
.facts-6 { border-top: 4px solid #a7a7a7; padding: 0 0 50px 0; }
.facts-6 h3 { color:#a7a7a7; }

.ticket-1 { border-top: 4px solid #ffd034; padding: 0 0 50px 0;  }
.ticket-1 h3 {color: #ffd034; }
.ticket-2 { border-top: 4px solid #faaf43; padding: 0 0 50px 0; }
.ticket-2 h3 {color: #faaf43; }
.ticket-3 { border-top: 4px solid #f58227; padding: 0 0 50px 0; }
.ticket-3 h3 { color:#f58227; }
.ticket-4 { border-top: 4px solid #f15a2f; padding: 0 0 50px 0; }
.ticket-4 h3 { color:#f15a2f; }
.ticket-5 { border-top: 4px solid #ec2130; padding: 0 0 50px 0; }
.ticket-5 h3 { color:#ec2130; }
.ticket-6 { border-top: 4px solid #a7a7a7; padding: 0 0 50px 0; }
.ticket-6 h3 { color:#a7a7a7; }
.initiative .main_container_genaric .content .three-cols-grants .column {
	color: #990000;
}
.initiative .main_container_genaric .content .three-cols-grants .column {
	font-size: 12px;
	color: #666666;
}
.initiative .main_container_genaric .content .three-cols-grants .column p a {
	font-size: 14px;
}
.initiative .main_container_genaric .content .three-cols-grants .column p a {
	color: #03C;
}
.initiative .main_container_genaric .content .three-cols-grants .column p a {
	font-size: 12px;
	color: #666;
}
