/* @override 
	http://votethem.in.local/css/style_screen.css
	http://localhost:4567/css/style_screen.css
*/

/* Stylesheet for: VoteThem.in
* By: Matthew Latkiewicz
* 
* This stylesheet is broken into these sections:
*
* 1. Positioning
* 2. Typography
* 3. Layout Styles
* 4. Forms
*
*/

/** =POSITIONING **/
html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	}
#doc4{
	margin-top: 0px;
	margin-left: 20px;
	position: ;
}
#hd_wrapper {
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
	height: 147px;
	padding-top: 20px;
	}
#hd {
	height: 147px;
}
#bd {
	margin-top: 247px;
	}
#ft {
	border-top: 1px solid #fff;
	padding-top: 10px;
	margin-top: 30px;
}

/* Top Navigation */

.top_nav {
	background: #ccd9c4 url(../img/top_nav_bg.gif) repeat-x bottom ;
	padding: 10px 0 11px 0;
	text-align: left;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 20px;
	}
	.top_nav .inner {
		width: 974px;
		margin: 0 auto;
		position: relative;
		
		}
.top_nav a {
	font-size: 10px;
	padding: 5px;
	}

	.top_nav .app_nav {
		position: absolute;
		left: 10px;
		}
	.top_nav .app_nav img {
		width: 20px;
		}
	.top_nav .nav_logo.inactive {
		opacity: .4;
		}	
	.top_nav a:hover .inactive {
		opacity: 1;
		}	

/** =TYPOGRAPHY **/
body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 397%;
	letter-spacing: 1px;
}
	
/** =LAYOUT STYLES **/

/* General */
html, body {
	background: #366715;
}
#doc4 {
	background: #366715;
}

a {
	color: #ADD8E6;
}

/* Header */

#hd_wrapper {
	background: #fff url(../img/header_bg.gif) repeat-x 0 bottom;
}
#hd {
	background: url(../img/header_title.jpg) no-repeat;
}
#hd h1, #hd h2 {
	display: none;
}
#header_tagline {
	position: absolute;
	top: 70px;
	left: 800px;
}


/* Body */

#bd {
	color: #fff;
}

/** =LAYOUT STYLES **/

input.text {
	font-size: 123.1%;
	padding: 10px;
	width: 300px;
	font-weight: lighter;
	color: #366715;
	float: left;
	margin-right: 15px;
}
.submit_btn {
	height: 38px;
	overflow: hidden;
	float: left;
	position: relative;
	top: 3px;
	}
.submit_btn input {
	position: relative;

}
.submit_btn input:hover {
	top: -38px;
}

.clear {
	clear: both;}
