/* Document Setup
--------------------------------------------------------------------------------------- */

body {
	text-align: center;
	background-image: url('../assets/tiled_bg.gif'); 
	background-color: #ccf2f4;
}


#super_head_container {
	height: 30px;
	overflow: hidden;
}

#super_head_graphic {
	width: 1000px;
	margin: 0px auto;
	position: relative;
	top: -30px;
}


#doc {
	width: 940px;
	margin: 0px auto;
	text-align: left;
}

#doc, form, textarea, input, select, option {
	font-size: 100%;
	line-height: 160%;
	font-family: arial, verdana, sans-serif;
	color: #2b3530;
}

#inner_body {
	background: #A1D2D9;
}

#results {
	width: 900px;
	margin: 0px auto;
}

#results_inner {
	background-image: url('../assets/results_inner.gif'); 
	padding: 0px 10px;
}


.nlorf {
	line-height: 0px;
	font-size: 0px;
}

/* Forms
--------------------------------------------------------------------------------------- */	

form, textarea, input, select, option {

}

/* Tables
--------------------------------------------------------------------------------------- */	

table {
	width: 100%;
}

table, tr, td {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

/* Nav
--------------------------------------------------------------------------------------- */

#nav {

}

#nav a {
	display: block;
	float: left;
	font-size: 0px;
	line-height: 0px;
}

/* Links
--------------------------------------------------------------------------------------- */	

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

a:hover, a:focus {
	color: #674173;
}

/* Floating
--------------------------------------------------------------------------------------- */	

.left	{ float: left; }
.right	{ float: right; }
.clear 	{ clear: both; }

/* Headings
--------------------------------------------------------------------------------------- */	

h1 { font-size: 18px; line-height: 20px; }
h2 { font-size: 14px; margin-bottom: 5px; font-weight: bold; color: #2a90a5; }

h3 {
	font-size: 10px;
}

h4 {
	font-size: 10px; font-weight: bold; color: #2a90a5;
}

.fadded {
	color: #707474;
}

/* Footer
--------------------------------------------------------------------------------------- */

#footer {
	text-align: center;
	font-size: 0.8em;
	color: #56b1be;
}


/* User Feedback Messages 
--------------------------------------------------------------------------------------- */	

.message 	{ padding: 5px; }

.success	{ background: #44dd55; color: #fff; }
.error 		{ background: #ff5544; color: #fff; }
.neutral	{ background: #ffeecc; color: #444; }













/* Search Form
--------------------------------------------------------------------------------------- */	

#search_form {

}

.search_form_input {
	height: 50px;
	width: 200px;
	background-image: url('../assets/input.gif'); 
}

.search_form_input_inner {
	padding: 6px 0px 0px 15px;	
}

.search_form_input input {
	border: 1px solid #fff;
	height: 25px;
	width: 167px;
	font-size: 1.2em;
}


/* TIME FRAME
--------------------------------------------------------------------------------------- */	

#results_timeframe {
	text-align: right;
	margin-top: 20px;
	width: 110px;
	font-size: 12px;
	font-weight: bold;
}

#results_timeframe a, #results_timeframe a:link, #results_timeframe a:visited {
	display: block;
	line-height: 30px;
	padding: 0px 10px 10px 20px;
}

#results_timeframe a:hover, #results_timeframe a:focus {
	background-image: url('../assets/sidebar_selected.gif'); 
	background-repeat: no-repeat;
}

#results_timeframe a.tf_selected, #results_timeframe a:link.tf_selected, #results_timeframe a:visited.tf_selected {
	color: #fff;
	background-image: url('../assets/sidebar_selected.gif'); 
	background-repeat: no-repeat;
}


/* GRAPH AND TWEETS
--------------------------------------------------------------------------------------- */	

#results_graph_and_tweets {
	background: #A1D2D9;
	width: 760px;
}


/* GRAPH
--------------------------------------------------------------------------------------- */	

#graph_container {
	background-image: url('../assets/graph_back.gif');
	background-repeat: no-repeat;
	padding: 10px 10px 0px 10px;
	margin-left: 10px;
}

#graph_container_inner {
	background-image: url('../assets/graph_back_welcome_trans.gif');
}

#graph_inner {
	height: 220px;
}

.bar {
	margin-right: 10px; 
	border-top: 2px solid #BFE5E7;
	border-left: 2px solid #BFE5E7;
	border-right: 2px solid #BFE5E7;
}

#graph_bottom {
	height: 60px;
}

.results_query_container {
	height: 60px; 
	margin: 0px 10px; 
	text-align: center;
	font-weight: bold;
}

	.results_query {
		padding-top: 5px;
		font-size: 20px;
	}

	.results_query_count {
		font-size: 14px;
	}

/* TWEETS
--------------------------------------------------------------------------------------- */	

#tweets_container {
	padding: 0px 10px;
}

#tweets_inner {
	background-image: url('../assets/graph_inner.gif');
	background-repeat: repeat-y;
	padding: 0px 10px;
}

#tweets_inner tbody {
	background: #BFE5E7;
}

.tweet_result_cell {
	padding: 0px 10px;
	line-height: 20px;
}
	
	.tweet_results_loading {

	}
	
	.tweet_results_query_container {

	}
	
	.tweet_results_query {
		margin-top: -5px;
		margin-left: 10px;
		line-height: 20px;
	}
	
	.tweet_result_cell_width {
		width: 220px;
	}

	
	.tweet_top {
		width: 220px;
		height: 40px;
		background-image: url('../assets/tweet_top.gif');
		font-size: 14px;
		line-height: 15px;
	}
	
	.tweet_results_prev_button {
		cursor: pointer;
		margin-top: 10px;
		margin-left: 10px;
	}
	
	.tweet_results_prev_button a, .tweet_results_prev_button a:link, .tweet_results_prev_button a:visited {
		color: #b6dadc;
		padding: 2px 0px 10px 27px;
		background: #fff url('../assets/tweet_top_prev.gif') no-repeat top left;
	}
	.tweet_results_prev_button a:hover {
		color: #0090a5;
		background: #fff url('../assets/tweet_top_prev_on.gif') no-repeat top left;
	}
	
	.tweet_results_next_button {
		cursor: pointer;
		margin-top: 10px;
		margin-right: 10px;
	}
	
	.tweet_results_next_button a, .tweet_results_next_button a:link, .tweet_results_next_button a:visited {
		color: #b6dadc;
		padding: 2px 27px 10px 0px;
		background: #fff url('../assets/tweet_top_next.gif') no-repeat top right;
	}
	.tweet_results_next_button a:hover {
		color: #0090a5;
		background: #fff url('../assets/tweet_top_next_on.gif') no-repeat top right;
	}	
		
	.tweet_result {
		background-image: url('../assets/tweet_middle.gif');
		width: 220px;
		height: 220px;
	}
	
	.tweet_result_container h2 {
		margin-left: 5px;
	}
	
	.tweet_result_pic {
		margin: 5px 7px 12px 15px;
		text-align: center;
		font-size: 0px;
		line-height: 0px;
		border: 1px solid #CCF2F4;
	}
	
	.tweet_result_pic img {
		width: 48px;
		height: 48px;
	}
	
	.tweet_result_meta_container {
		width: 140px;
		font-weight: bold;
	}
	
	.tweet_result_meta {
		border-left: 1px solid #ddd; 
		padding: 5px 5px 0px 5px;
		line-height: 15px;
	}
	
	.tweet_result_text_title {
		
	}
	
	.tweet_result_created {
		font-size: 10px;
		color: #777;
	}

	.tweet_result_text_link {
		margin-top: 5px;
		font-size: 10px;
		font-weight: normal;
		font-style: italic;
		
	}
	
		
	.tweet_result_text_content {
		padding: 10px 20px;
		font-size: 11px;
		overflow: hidden;
	}	


/* Share This STUFF
--------------------------------------------------------------------------------------- */

#share_this_stuff_container {
	padding: 10px 0px 0px 20px;
}	

.share_this_stuff_input {
	height: 50px;
	width: 260px;
	background-image: url('../assets/input_wide.gif'); 
}

.share_this_stuff_input_inner {
	padding: 6px 0px 0px 15px;	
}

.share_this_stuff_input input {
	border: 1px solid #fff;
	height: 25px;
	width: 227px;
	font-size: 1.2em;
}















/* COMMENTS SIDEBAR
--------------------------------------------------------------------------------------- */	

#comments_sidebar {
	text-align: center;
	margin-top: 40px;
	color: #0090a5;
	width: 110px;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}

#comments_sidebar_inner {
	padding: 10px 15px 0px 5px;
}


#leave_a_comment_container {
	padding: 10px 10px 0px 10px;
}

.leave_a_comment_input_name {
	height: 80px;
	width: 570px;
	background-image: url('../assets/input_comments_name.gif'); 
}

.leave_a_comment_input_email {
	height: 80px;
	width: 570px;
	background-image: url('../assets/input_comments_email.gif'); 
}

.leave_a_comment_input_comment {
	height: 180px;
	width: 720px;
	background-image: url('../assets/input_comments_comment.gif'); 
}

.leave_a_comment_input_inner {
	padding: 34px 0px 0px 15px;	
}

.leave_a_comment_input_name input, .leave_a_comment_input_email input {
	border: 1px solid #fff;
	height: 25px;
	width: 537px;
	font-size: 1.2em;
}

.leave_a_comment_input_comment textarea {
	border: 1px solid #fff;
	height: 125px;
	width: 685px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.leave_a_comment_input_radio {
	padding: 0px 10px 10px 10px;
}

.leave_a_comment_input_radio input {
	position: relative;
	top: -5px;
}


/* COMMENTS
--------------------------------------------------------------------------------------- */	

.comment_result_container {
	padding: 0px 10px;
}
.comment_above { 
	background: url("../assets/comment_top.jpg") no-repeat;
	width: 683px;
	height: 9px;
	margin-left: 9px;

}
.comment_below { 
	background: url("../assets/comment_bottom.jpg") no-repeat;
	width: 683px;
	height: 9px;
	margin-left: 9px;

}
.comment_container {
	margin: 0px 10px;
	padding: 10px;
	background: #fff;
}

.comment_result_text_container {
	width: 500px;
}

.comments_name {
	text-align: right;
	width: 120px;
	font-size: 12px;
}

.comments_name_inner {
	padding: 0px 10px;
}

.comment_text_content {
	font-weight: normal;
	font-size: 14px;
}

.thanks {
	padding: 10px 10px 0px 10px;
}
#share_this_stuff_container_thankyou { 
	margin: auto;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
}
.question_q{ 
	color: #0090A5;
	font-weight: bold;
	display: block;
	line-height: 30px;
	margin-top: 7px;
}
.answer_a { 
	color: #0090A5;
	font-weight: bold;
	
}
.answer_text { 
	font-size: 12px;
	line-height: 18px;
	margin-left: 20px;
}
.threepx_border_left { 
	margin-top: 7px;
	padding-left: 10px;
	
	border-left: solid 0px #e8f4f5;
}