/* @override http://imhangin.kqeda.com/css/global.css */

/* @group HTML */

/* --- meyer css reset --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 90%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* --- end reset --- */


body {
	background: #fff2b6 url("/assets/images/bg-city.gif") bottom center repeat-x;
	color: #767676;
	font-family: Lucida Grande, Arial, Sans-serif;
	font-size: 11px;
	line-height: 18px;
}

img {
	border: none;
}

.clear {
	clear:  both;
}

h1#logo {
	background: transparent url("/assets/images/im-hangin-logo.gif") no-repeat 0 0;
	display: block;
	height: 60px;
	line-height: 1000px;
	margin: 0 auto;
	margin-bottom: 1px;
	overflow: hidden;
	text-align: center;
	width: 260px;
}

#main_container {
	background: transparent url("/assets/images/bg_body.gif") top left repeat-x;
}

#main-wrapper {
	background: transparent url("/assets/images/bg_clouds.gif") top left repeat-x;
	padding-bottom: 170px;
}

#main-wrapper #main-content {
	margin: 0 auto;
	padding-top: 25px;
	width: 500px;
}

.desc-wrapper {
	background: #ffcc5b;
	border-bottom: 1px solid #ebbe58;
	color: #fff;
	padding: 5px 0;
}

.desc {
	margin: 0 auto;
	width: 540px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.desc_info {
	float: left;
	width: 400px;
	position: relative;
	left: 80px;
	
}

.desc_element {
	float: left;
	width: 400px;
}

.desc_nav {
	float: left;
	width: 140px;
	position: relative;
	left: 80px;
}

.desc_extra {
	font-size: 12px;
	color: #000;
	text-align: left;
	margin-left: 10px;
}

.desc_nav_button {
	width: 130px;  
	font-size: 14px; 
	border:solid 1px #000;
}


.desc h2 { 
	display: inline;
	font: bold 18px 'Helvetica', Arial, sans-serif;
	color: #000;
	margin: 0 auto;
	margin-right: 10px;
	padding: 0;
}

.desc .learn-more {
	float: left;
	filter: alpha(opacity=100);
	opacity: 1.0;
	margin-top: 3px;
}
	
.desc .learn-more:hover {
	filter: alpha(opacity=80);
	opacity: .8;
}
		
.create-a-hangout {
	background: #ffe87f;
	padding: 20px;
	width: 460px;
	text-align: center;
}

.address {
	color: #AAAAAA;
}

.clear_content {
	background: #fff;
	padding: 20px;
	width: 460px;
	z-index: 1000;
	font-size: 16px;
}


.clear_content h2 {
	font: bold 18px 'Helvetica', Arial, sans-serif;
	padding-top: 5px;
}

.clear_content h1 {
	font: bold 20px 'Helvetica', Arial, sans-serif;
	color: #000;
}

.clear_content h3 {
	font: bold 18px 'Helvetica', Arial, sans-serif;
	color: #000;
}

.clear_content h4 {
	font: bold 12px 'Helvetica', Arial, sans-serif;
}

.message_box {
	text-align:center;
}

.create-a-hangout form input {
	background: #fff url('/assets/images/bg_sexy_input.gif') repeat-x;
	border: 1px solid #e3ce71;
	color: #aaa;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 5px 10px;
	width: 340px;
}

.center_map {
	padding-top: 20px;
	padding-left: 80px;
}

.after_click form input{
	color: #000;
	font-weight: normal;
	font-style: none;
}

.hang_button {
	float: right; 
	margin: 0px; 
	padding:0px; 
	border: 0px; 
	height: 40px; 
	width:260px
}

.end-bubble {
	background: transparent url('/assets/images/bg_end_bubble.gif') top left no-repeat;
	float: left;
	height: 20px;
	width: 40px;
	position: relative;
	left: 20px;
}
		
#birds {
	position: fixed; 
	bottom: 0; 
	left: 0;
	z-index: 10;
}

#footer-wrapper {
	
	height: 250px;
}

#footer-wrapper #footer {
	
}

.real_footer_wrapper {
	text-align:center;
	width: 100%;
	position: relative; 
	bottom: 25px;
}

.real_footer {
	background: #ffe87f;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	border:solid 1px #FFF;
	font-size: 12px;
}

.clean-gray{
	border:solid 1px #DEDEDE;
	width: 400px;
	background:#EFEFEF;
	color:#222222;
	padding:10px;
	text-align:center;
	margin: 15px 15px 15px 15px;
	font-size: 16px;
}

.small-box{
	border:solid 1px #DEDEDE;
	background:#EFEFEF;
	color:#222222;
	padding:5px;
	text-align:left;
}

.clean-red{
	border:solid 1px #CC0000; 
	background:#F7CBCA;
	color:#CC0000;
	width: 400px;
	padding:10px;
	margin: 15px 15px 15px 15px;
	text-align:center;
	font-size: 16px;
}

.input_row {
	width: 460px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}

.login_input_row {
	width: 360px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}

.input_label {
	float: left;
	width: 80px;
	vertical-align: middle;
	padding-top: 10px;
}

.input_input {
	float: left;
	width: 300px;
	font-size: 18px;
}

.login_input {
	float: left;
	width: 200px;
	font-size: 16px;
}

.input_help {
	float: left;
	width: 120;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
}

.input_label h3 {
	font: bold 14px 'Helvetica', Arial, sans-serif;
}

.pretty-hover {
  text-decoration: underline;
  cursor: pointer;
}

.counter {
	font: bold 14px 'Helvetica', Arial, sans-serif;
	color: #CCCCCC;
	padding: 5px;
	border:solid 1px #DEDEDE
}

.edit_post form input {
	
}

.submit_button {
	width: 150px; 
	float: right; 
	font-size: 18px; 
	background: #97CD39;
	position: relative;
	left: 5px;
	border:solid 1px #000;
}

.sm_submit_button {
	width: 100px; 
	padding: 3px;
	float: right; 
	font-size: 12px; 
	background: #97CD39;
	position: relative;
	margin-left: 20px;
	border:solid 1px #000;
}

.sm_moreinfo_button {
	width: 125px;  
	padding: 3px;
	float: right; 
	font-size: 12px; 
	background: #CCCCCC;
	margin-left: 10px;
	border:solid 1px #000;
}

.extra_button {
	width: 150px; 
	float: right; 
	position: relative; 
	left: -73px; 
	font-size: 12px; 
	background: #CCCCCC;
	border:solid 1px #000;
}

A:link {
	text-decoration: none;
	color: #008484;
}
A:visited {
	text-decoration: none;
	color: #008484;
}
A:active {
	text-decoration: none;
	color: #008484;
}
A:hover {
	text-decoration: underline;
	color: #008484;
}

.answer {
	list-style: none;
	font: 12px 'Helvetica', Arial, sans-serif;
	padding: 15px;
}

.questions {
	font: bold 14px 'Helvetica', Arial, sans-serif;
}


.context_messaging {
	width: 440px;
	border:solid 1px #000;
	text-align: center;
	font-size: 14px;
	background:#EFEFEF;
	padding: 10px;
	margin-bottom: 10px;
}

.contextual_messaging_wrapper {
	padding-left: 20px;
}

.context_messaging_error {
	border:solid 1px #CC0000; 
	background:#F7CBCA;
	color:#CC0000;
}

.more_info_wrapper {
	border-top: dashed 1px #000;
	padding: 10px;
	margin-top: 10px;
}