@charset "UTF-8";
/* CSS Document */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 2, 2011 09:36:48 PM America/New_York */
/* League Gothic */
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('../fonts/League_Gothic-webfont.eot');
	src: local('☺'), url('../fonts/League_Gothic-webfont.woff') format('woff'), url('../League_Gothic-webfont.ttf') format('truetype'), url('../fonts/League_Gothic-webfont.svg#webfont1Lb5Pdit') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'LaneNarrowRegular';
    src: url('../fonts/LANENAR_-webfont.eot?') format('eot'),
         url('../fonts/LANENAR_-webfont.woff') format('woff'),
         url('../fonts/LANENAR_-webfont.ttf') format('truetype'),
         url('../fonts/LANENAR_-webfont.svg#webfontMAZXZguX') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ----BODY---- */

body {
		margin:0;
		padding:0;
		
	}
	



/* ----TEXT---- */

p{
	font-family: "LeagueGothicRegular", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:18px;
	color:#3D4A53;
	
	
}

.title{
	font-family: "LeagueGothicRegular", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:36px;
	color:#3D4A53;
	
}

h2{
	font-family: "LeagueGothicRegular", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:36px;
	
	
}

a, a:link{
	font-family: "LeagueGothicRegular", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#6db0da;
	text-decoration:none;
}
a:hover, a:active{
	font-family: "LeagueGothicRegular", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#6db0da;
	text-decoration:underline;
}

/* ----form---- */
form {
	margin-bottom:0px;
}
form input, form textarea{
	padding:15px 15px;
	font-size:18px;
	border:none;
}
#name, #email, #url, #comments{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#575757;
}
#name, #email, #url{
	width:400px;
}
#comments{
	width:400px;
}
form  .button{
	width: 237px;
	height: 47px;
	background:url(../images/button.gif) no-repeat left .4em;
	border: 0;
	text-transform:uppercase;
	font-family: "LeagueGothicRegular", Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow: #b04d35 1px -1px 0px;
}
form  .button:hover{
	text-shadow: #7d271a 0px 1px 0px;
}

form .text{
	font-family: "LeagueGothicRegular", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#3D4A53;
	
}


