/**
 * Hoodle Now Main CSS File
 */
		
body { 
	background: #fff url('../img/us-map.png') no-repeat top left;
	margin: 0px;
	font-family: Helvetica, Arial, Geneva;
	font-size: 0.8em;
	color: #333;
}

a:link {
	/*color: #2cace2;*/
	color: #3399cc;
	text-decoration: none;
	font-weight: bold;
}

a.siteLink:link {
	text-transform: uppercase; /* force text to uppercase */
}

a:hover, a:visited {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

#pageWrapper {
	min-width: 880px;
}

#contentBar {
	/*background: #2cace2;*/
	/*background: #ccc;*/
	width: 450px;
	/*
	position: absolute;
	left: 54px;
	top: 30px;
	*/
	margin-left: 54px;
	margin-top: 30px;
}

#infoBar {
	background: #fff;
	width: 324px;
	top: 207px;
	margin-right: 52px;
	margin-left: 538px;
	position: absolute;
	border-top: 2px solid #666;
	padding-top: 5px;
}

#headerBubble {
	width: 432px;
	height: 90px;
}

#headerBubble .headerContent {
	background: #2cace2;
	width: 412px;
	height: 52px;
	display: block;
	padding: 10px;
	background: #2cace2 url('../img/hoodle_now_header.png') no-repeat top left;
	/*border: 3px solid #ff9900;*/
	/*line-height: 25px;*/
	
	/* Mozilla Rounded Corners */
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	/* WebKit Rounded Corners */	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#headerBubble .headerContent .c1 {
	color: #ff9900;
	/*display: block;
	float: right;
	padding-top: 10px;
	padding-right: 10px;*/
}

#headerBubble .headerContent .c2 {
	color: #fff;
	/*display: block;
	float: right;
	clear: both;
	padding-right: 10px;*/
}

#headerBubble .bubbleArrow {
	background: url('../img/bubble_arrow.png') no-repeat top left;
	height: 18px;
	width: 216px;
}

#tweets {
	/*background: #ccc;*/
}

#col1 {
	width: 432px;
	/*float: left;*/
}

#col2 {
	width: 216px;
	float: left;
	margin-left: 18px;
}

#footer {
	width: 432px;
	height: 50px;
	bottom: 0px;
	margin-left: 54px;
	margin-top: 80px;
	border-top: 2px solid #666;
	text-align: center;
	padding-top: 5px;
}

.tweet {
	height: 60px;
	border-bottom: 2px solid #666;
	padding: 6px;
	background: #fff;
	font-size: 0.85em;
}

.mainPageTweet {
	height: 75px;
	margin-bottom: 5px;
	font-size: 1em;
}

.tweet:hover {
	background: #eeeeff;
}

.tweet img.voteImg {
	border: 0px;
}

.tweet p {
	margin: 0px 0px 0px 6px;
	width: 337px;
	float: left;
	display: block;
}

.mainPageTweet p {
	width: 364px;
}

.tweet span.time {
	font-style: italic;
	float: left;
	clear: both;
	display: block;
	margin: 0px 0px 0px 54px;
	bottom: 0px;
	width: 310px;
}

.tweet span.vote {
	float: right;
	width: 25px;
	position: absolute;
	text-align: center;
}

.tweet span.voteNum {
	float: right;
	clear: both;
	font-size: 0.8em;
	width: 25px;
}

.tweet a.voteUp,
.tweet a.voteDown {
	display: block;
	height: 16px;
	width: 21px;
	float: right;
	clear: both;	
}

.tweet a.voteUp {
	background: url('../img/16px-Thumbs-up-icon.png') no-repeat top left;
}

.tweet a.voteUp:hover {
	background: url('../img/16px-Thumbs-up-icon_on.png') no-repeat top left;
}

.tweet a.voteDown {
	background: url('../img/16px-Thumbs-down-icon.png') no-repeat top left;
}

.tweet a.voteDown:hover {
	background: url('../img/16px-Thumbs-down-icon_on.png') no-repeat top left;
}

.glass {
	/* Transaprency settings for all browsers. Read http://css-tricks.com/css-transparency-settings-for-all-broswers/ 
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	*/
}

.infoBarTitle {
	display: block;
	text-transform: uppercase; /* force text to uppercase */
	color: #ff9900;
	font-size: 2.1em;
	font-family: Helvetica Narrow, Helvetica;
}

.infoBarSection {
	border-bottom: 2px solid #666;
	padding: 5px 0px 15px 0px;
}

.infoBarSectionTitle {
	display: block;
	text-transform: uppercase; /* force text to uppercase */
	font-size: 1.3em;
	padding: 5px 0px 5px 0px;
	clear: both;
}

.tweetAvatar, .tweetAvatarBig  {
	vertical-align: top;
	float: left;
	width: 48px;
	height: 48px;
}

.tweetAvatarBig {
	/*
	height: 73px;
	width: 73px;
	*/
	margin-right: 5px;
}

#styleNav {
	position: absolute;
	top: 5px;
	right: 5px;
}

#tweetPagination .newer, #tweetPagination .older {
	display: block;
	border: 1px solid #3399cc;
	padding: 5px;
	width: 75px;
	text-align: center;
	margin-top: 5px;
	/*background-color: #ccffff;*/
	background-color: #fff;
}

#tweetPagination .newer {
	float: left;
}

#tweetPagination .older {
	float: right;
}

input.submit:hover, 
button:hover, 
input[type="submit"]:hover, 
input[type="file"] > input[type="button"]:hover {
	background-color:#D5D5D5;
}

input.submit, 
button, 
input[type="submit"], 
input[type="button"], 
input[type="file"] > input[type="button"] {
	/* Mozilla Rounded Corners */
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	/* WebKit Rounded Corners */	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	background-color:#E6E6E6;
	border:1px solid #CCCCCC;
	color:#000000;
	cursor:pointer;
	font-size:x-small;
	padding:4px 8px;
	vertical-align:top;
}

.follow-button {
	width:75px;
}

/*
form.channel_post_form label {
	display: block;
	background-color: #ccc;
	width: 65px;
	float: left;
	clear: left;
}

form.channel_post_form input,
form.channel_post_form textarea {
	float: left;
	width: 200px;
}
*/

/* Override the get satisfaction tab style */
a#fdbk_tab {
	top: 5%;
}