@import url("reset.css");

@font-face
{
	  font-family: "HelveticaNeueLight";
	  src: url("../fonts/HelveticaNeueLight.ttf");
}

@font-face 
{
	  font-family: "HelveticaNeueThin";
	  src: url("../fonts/HelveticaNeueThin.ttf");
}

@font-face 
{
	  font-family: "HelveticaNeueRegular";
	  src: url("../fonts/HelveticaNeueRegular.ttf");
}





/* MAIN */

body
{
	font-family: Tahoma, Helvetica, Verdana;
	color:#000000;
	font-size: 12px;
	line-height: 24px;
}

#main_content
{
	width: 960px;
	margin: auto;
	overflow: hidden;
	clear:both;
}

#sidebar
{
	float:right;
	width:200px;
	margin: 0px 0 0 60px;
}

.page_title
{
	font-family: HelveticaNeueLight;
	font-size: 32px;
	margin: 5px 0 20px 0;
}

.page_subtitle
{
	font-family: HelveticaNeueLight;
	color:#990000;
	font-size: 22px;
	margin: 7px 0 6px 0;
	
}

a:link, a:visited
{
	color:#990000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.participate_btn
{
	display: block;
	width:129px;
	height:44px;
	margin-left: -7px;
	background-image: url("../images/participate_btn.png");
}
.participate_btn:hover
{
	cursor: pointer;
	background-position: 0px -45px;
}

.view_blog
{
	height: 100%;
	width: 700px;
	overflow: visible;
}




/* HEADER */

#header
{
	width:100%;
	height:157px;
	background-color: #000000;
}

#header_content
{
	width:960px;
	margin: auto;
	text-align: right;
}

#header_spacer
{
	height:110px;
	width:10px;
}

#header_ilove
{
	background-image: url('../images/header_ilove.png');
	margin-top: 74px;
	width:280px;
	height:83px;
	
}
#header_mywoman
{
	background-image: url("../images/header_mywoman.png");
	margin-top:10px;
	width:435px;
	height:70px;
}

#header_lower_shadow
{
	background-image: url("../images/header_lower_shadow.png");
	position: absolute;
	top:157px;
	width:100%;
	height:46px;
}

#nav
{
	float:right;
	color:#FFFFFF;
	font-family: HelveticaNeueThin;
	font-size: 20px;
	padding-top: 92px;
	height: 100%;
	width:350px;
}

a.participate
{
	background-image: url("../images/participate.png");
	height: 20px;
	width: 85px;
	float:right;
}

a.view
{
	background-image: url("../images/view.png");
	height: 20px;
	width: 38px;
	float:right;
}

a.about
{
	background-image: url("../images/about.png");
	height: 20px;
	width: 137px;
	float:right;
}

.nav_item, a.nav_item:link, a.nav_item:visited
{
	clear: none;
	margin-left:15px;
	color: #FFFFFF;
	text-decoration: none;
}

.nav_item:hover
{
	background-position: 0px -20px;
}


a.nav_item:hover, a.current_nav_item, a.current_nav_item:hover
{
	clear: none;
	margin-left:15px;
	color: #990000;
	text-decoration: none;
	background-position: 0px -20px;
}

#nav_description
{
	position:relative;
	color: #990000;
	font-family: HelveticaNeueRegular
	;
	font-size: 14px; 
	float: right;
	
	top:12px;
	clear:both;
}

.social
{
	color: #000;
	text-align: right;
	padding-top: 6px;
	font-family: HelveticaNeueLight;
	font-size: 14px;
	opacity:.9;
}

.social:hover
{
	opacity:1;
}




/* FOOTER */

#footer_shadow
{
	height:61px;
	width:100%;
	background-image: url("../images/footer_shadow.png");
}
#footer
{
	height:140px;
	width:100%;
	background-color: #000000;
}
#footer_content
{
	width:960px;
	margin: auto;
}

.footer_column
{
	float:left;
	width:250px;
	padding-top: 35px;
}

.footer_title
{
	font-family: HelveticaNeueLight;
	font-size: 16px;
	color: white;
}

.footer_text
{
	font-family: Tahoma;
	color: white;
	font-size: 12px;
	margin-top: -2px;
}





/* HOME */

#trailer
{
	width:638px;
	height:480px;
	font-weight: bolder;
	font-size:medium;
	overflow: hidden;
	clear: none;
}

#home_laurels
{
	display:inline-block;
	vertical-align: top;
	margin-left:50px;
	
}

.laurel
{
	margin-bottom: 40px;

}

#nashville
{
	background-image: url(../images/laurel_nashville.gif);
	width:149px;
	height:79px;
	margin-top: 55px;
	
}

#nyc
{
	background-image: url(../images/laurel_nyc.gif);
	width:149px;
	height:88px;
}

#nj
{
	background-image: url(../images/nj_award.jpg);
	width:154px;
	height:86px;
}



/* PARTICIPATE */

.form_text
{
	font-family: Tahoma, Helvetica, Verdana;
	color:#000000;
	font-size: 12px;
	line-height: 20px;
}

form
{
	width:450px;
	font-family: HelveticaNeueRegular;
	font-size: 13px;
	line-height: 18px;
}

input
{
	vertical-align: middle;
	margin: -2px 0 0 10px;
	display: inline-block;
}

.form_field_text
{
	margin-top: 25px;
	width:100px;
	display: inline-block;
	text-align: right;
}

.form_field
{
	font-family: Tahoma;
	border: none;
	background-color: maroon;
	background-image: url('../images/submit_textfield.png');
	vertical-align: middle;
	width: 309px;
	height:31px;
	padding: 0px 0 0 8px;
	padding-top: 6px;
}

.form_submit
{
	border: none;
	width:100px;
	height:44px;
	margin: 20px 0 0 6px;
	background-image: url('../images/submit_btn.png');
}
.form_submit:hover
{
	cursor: pointer;	
	background-position: 0px -45px;
}

.form_row
{
	width: 500px;
	margin-bottom: 20px;
}

.field_description
{
	width:130px;
	clear: none;
	float:left;
	text-align: right;
	margin-top: 5px;
}