/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		IMPORT ADDITIONAL SHEETS and FONTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	@import url("../reset.css");

	@font-face {
 		font-family: "HouseMovements-Sign";
		font-weight: "Normal";
		src: url("./HouseMvmt-Sign.otf");
	}

		
		
				
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
			
	#header {
		width: 789px;
		margin: 0 auto;
		position: relative;
		}
		
		#badge {
			width: 120px;
			height: 120px;
			background: url("../images/raffle/badge.gif");
			text-indent: -9999px;
			position: absolute;
			top: -10px;
			right: 30px;
			}
		
		h1 {
			width: 322px;
			height: 120px;
			margin: 35px 0 25px 0;
			background: url("../images/raffle/header.gif");
			text-indent: -9999px;
			}

		#header p {
			font-family: "HouseMovements-Sign", Helvetica, sans-serif;
			font-size: 31px;
			font-weight: normal;
			line-height: 38px;
			color: #423E34;
			margin: 0 0 35px 0;
			}
			
			#header p a { text-decoration: none; }
			
			#in-entry { color: #4CA0F1; }
			
			#in-ride { color: #FB6FA5; }
			
				#in-ride:hover { color: #CD5C8C; }
				
			#in-date { color: #7A7B7B; }
			
			#in-donate { color: #94C91B; }
			
				#in-donate:hover { color: #749516; }
				
			#in-left { color: #FB8C25; }
			
			
			
			

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		APPS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	.apps {
		width: 100%;
		height: 110px;
		background: #E5E8E5;
		margin: 0 0 40px 0;
		position: relative;
		z-index: 2;
		}
		
		.inner {
			width: 1045px;
			margin: 0 auto;
			}

		.app {
			width: 100px;
			margin: 20px 5px 0 0;
			display: block;
			float: left;
			position: relative;
			text-decoration: none;
			}
			
			.app img { position: absolute; }

			.app .blurb {
				width: 170px;
				position: absolute;
				left: -50px;
				top: 95px;
				display: none;
				font-family: Helvetica, Verdana, sans-serif;
				font-weight: bold;
				color: #fff;
				}
				
				.app .blurb .heading {
					width: 170px;
					height: 31px;
					background: url("../images/raffle/bubble-top.png") top left no-repeat;
					}
				
				.app .blurb .footing {
					width: 170px;
					height: 14px;
					background: url("../images/raffle/bubble-bottom.png") top left no-repeat;
					}
				
				.app .blurb h2, .app .blurb p {
					background: #474747;
					}
					
					.app .blurb h2 {
						font-size: 15px;
						padding: 0 0 5px 10px;
						}
						
						.app .blurb h2 span {
							color: #999;
							font-size: 13px;
							}
						
					.app .blurb p {
						font-weight: normal;
						font-size: 12px;
						line-height: 18px;
						padding: 0 10px 0 10px;
						color: #F1F1F1;
						}




/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	#content {
		width: 810px;
		margin: 0 auto;
		}
			
		.column {
			width: 390px;
			margin: -25px 0 0 0;
			padding: 0 0 15px 0;
			float: left;
			line-height: 1.4em;
			}
			
			#column2 { float: right; }
			
		.column h2 {
			font-family: Helvetica, Verdana, sans-serif;
			font-weight: bold;
			font-size: 18px;
			margin: 25px 0 10px 0;
			}
			
		.column p { 
			font-family: Georgia, Times, serif;
			font-size: 13px;	
			margin: 0 0 10px 0;
			}
			
		.column strong { font-weight: bold; }
		
		.column a { color: #4CA0F1; text-decoration: none; }
		
			.column a:hover { color: #0000A3; }

		#donate-now {
			font-family: "HouseMovements-Sign", Helvetica, sans-serif;
			font-size: 31px;
			font-weight: normal;
			line-height: 38px;
			margin: 30px 0;
			}
			
			#donate-now a { color: #94C91B; }
		
				#donate-now a:hover { color: #749516; }




/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	#footer {
		width: 100%;
		border-bottom: 8px solid #134153;
		}
		
		#footer a {
			display: block;
			width: 810px;
			height: 69px;
			background: url("../images/raffle/footer-o.gif") top left no-repeat;
			margin: 0 auto 25px auto;
			}
			
			#footer a:hover {
				background: url("../images/raffle/footer.gif") top left no-repeat;
				}




/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		OVER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	#over {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
		font-family: Helvetica, Verdana, sans-serif;
		font-weight: bold;
		line-height: 1.8em;
		color: #F0F0F0;
		}

		#over h2 {
			width: 600px;
			margin: 40px 0 30px 40px;
			font-size: 26px;
			}
			
		#over p {
			width: 600px;
			margin: 0 0 15px 40px;
			font-size: 18px;
			}

		#over a {
			color: #4CA0F1;
			text-decoration: none;
			}
			
			#over a:hover { color: #4089D0; }



