/*
The main.css file is now compressed for production. Make all changes to 
main_uncompressed.css and then compress it from the project root directory:.

The minifier shell script:
sh minifier.sh -c

Or use the yuicompressor directly:
java -jar yuicompressor-2.4.2.jar ./web/css/wap/main_uncompressed.css > ./web/css/wap/main.css


Buzzd brand colors:

BACKGROUND #FFFFFF
TEXT #2d3037
COOL TEXT #909799

GREEN (buzzes / people) 
	#adcc14 -> #79881E
MAGENTA (places)
	#e517b5 -> #B50787
CYAN (events)
	#14cccc -> #078D8F
*/
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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: small;
	vertical-align: baseline;
	background: transparent;
}

body,div,span,p,li,dt,dd,b,u,i,a {
	font-family: verdana, Helvetica, Verdana, sans-serif;
	font-size: small;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Verdana, verdana, sans-serif;
	color: #2d3037;
	font-size: large;
	font-weight: bold;
}

#Header h1 {
	width: 50%;
	text-align: left;
	line-height: 0;
	padding: 4px;
	float: left;
}

#Header img {
	vertical-align: middle
}

#Header a,#Footer a,#Footer-Links a {
	color: #FFF;
}
#Header a:hover,#Footer a:hover {
	color: #adcc14;
}
/* text-transform:uppercase; */
#Section-Title {
	clear: both;
	padding: 3px;
	background-color: #FFF;
	margin: 0px;
}

.playSection {
	border-bottom: 3px solid #e517b5;
}

.meetSection {
	border-bottom: 3px solid #adcc14;
}

.eatSection {
	border-bottom: 3px solid #14cccc;
}

.allSection {
	border-bottom: 3px solid #ccc;
}

.section h3 {
	color: #2d3037;
}

.buzz h3 {
	color: #adcc14;
}

h4 {
	color: #333333;
}

.section h4 {
	
}

h5 {
	color: #adcc14;
	font-style: normal;
}

h6 {
	font-style: italic;
}

small,.small {
	font-size: x-small;
}

ul,ol,dl,table,p {
	padding: 3px 0;
}

li,dt,dd {
	padding: 0 0 3px;
}

a,a:visited {
	color: #14cccc;
	text-decoration: underline;
}

a:hover {
	color: #adcc14;
}

a:focus {
	color: white;
	outline: 0;
}

a:active {
	color: white;
}

a.place,a.eat,.place {
	color: #e517b5;
}

a.event,a.play {
	color: #14cccc;
}

a.buzz,a.meet,.buzz-link {
	color: #adcc14;
}

.buzz-link a:hover,a.place:hover,a.event:hover,a.meet:hover {
	color: white;
}

.utility a,.user-links a,.legal a {
	color: #14cccc;
	text-decoration: underline;
}

.utility a,.user-links a {
	font-size: x-small;
}

div.legal,.legal a {
	font-size: x-small;
}

#Section-Links a {
	text-decoration: none;
	display:block;
	padding: 6px 3px;
}

#Section-Links a,.section a,.listing a,.action-links a {
	color: #14cccc;
	text-decoration: none;
}

.section span {
	color: #2d3037;
}

table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

tr,td {
	margin: 0;
	padding: 0;
	border: 0;
}

/*
motorola phones: 176px
iPhone: 320px
*/
html,body {
	width: 100%;
	margin: 0 auto;
	color: #2d3037;
	background-color: #FFF;
	background: #FFF;
}

html {
	height: 222px;
}

body {
	overflow: auto;
	margin: 0 auto;
}

hr {
	color: #2d3037;
	background-color: #2d3037;
}

hr.space {
	color: #CCC;
	background-color: #CCC;
}

.restaurants,.events,.friends {
	padding-right: 6px;
	color: #9ad03a;
}

.events {
	color: #d7522e;
}

.friends {
	color: #3196cb;
}

.odd,.light,.buzz-item {
	background: #F8F8F8 url(/images/wap/bg/bg_list.gif) repeat-x left bottom;
	border-top: solid 1px #FFF;
	padding-top: 5px;
}

.even,.dark {
	background: #F8F8F8 url(/images/wap/bg/bg_list.gif) repeat-x left bottom;
	border-top: solid 1px #FFF;
	padding-top: 5px;
}

.utility {
	padding: 0 3px;
	color: #999;
	display: block;
	width: 45%;
	float: right;
	text-align: right;
}

#Header {
	background: #4F4A42 url(/images/wap/bg/bg_shadow.gif) repeat-x 0 100%;
	color: #DDD;
	width: 100%;
	text-align: left;
	padding: 5px 0 15px 0;
	margin: 0;
}

#Header .logo img {
	margin: 0;
	background: #202020;
}

.user-links {
	padding: 3px 0;
	border: 1px solid black;
	border-width: 0 0 1px;
	background: #eee;/* url(/images/wap/bg/bg_nav.gif) repeat-x left top;*/
}

ul.navigation {
	width: 100%;
	display: block;
}

ul.navigation li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0 4px 0 0;
}

ul.navigation li a {
	display: block;
	width: auto;
}

/**
BUZZMETER
*/
.buzz-item {
	padding: 10px 0;
/*
	margin: 0 0 1px 0;
	background: #DDD url(/images/wap/bg/bg_nav.gif) repeat-x left top;
	border: solid 1px #333;
	border-width: 1px 0;
*/
}

.buzz-item .buzz-distance {
	display: block;
	float: none;
	font-size: x-small;
	clear:both;
}

.navigation#main-nav {
	padding: 5px 0px;
	margin: 10px auto;
	text-align:center;
	height: 30px;
	list-style-type: none;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: block;
	background: #fff;
}

.navigation#main-nav li {
	background: white url(/images/wap/bg/sprite-nav-rounded.gif) no-repeat -20px 0px;
	display: block;
	float: left;
	height: 30px;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 33%;
}
.navigation#main-nav li.first,.navigation#main-nav li:first-child {
	background: white url(/images/wap/bg/sprite-nav-rounded.gif) no-repeat 0px 0px;
}
.navigation#main-nav li.last,.navigation#main-nav li:last-child {
	background: white url(/images/wap/bg/sprite-nav-rounded.gif) no-repeat 100% 0px;
}
.navigation#main-nav li td > a {
	display: block;
	width: auto;
	height: auto;
	margin: 2px 0;
	padding: 0px;
	line-height: 10px;
	text-decoration: none;
}
.navigation#main-nav td {
	height: 28px;
	vertical-align: middle;
	text-align:center;
	background: url(/images/wap/vertical-divider.gif) repeat-y 0% 50%;
}
.navigation#main-nav td a {
}
.navigation#main-nav li.first td,.navigation#main-nav li:first-child td {
	background: transparent;
}

.navigation#main-nav li:hover {
	background: #adcc14 url(/images/wap/bg/sprite-nav-rounded.gif) repeat-x -20px -50px;
	color: #fff;
}
.navigation#main-nav li.first:hover {
	background: #adcc14 url(/images/wap/bg/sprite-nav-rounded.gif) repeat-x 0px -50px;
	color: #fff;
}
.navigation#main-nav li.last:hover {
	background: #adcc14 url(/images/wap/bg/sprite-nav-rounded.gif) repeat-x 100% -50px;
	color: #fff;
}

#Content {
	
}

#Main {
	
}

#Section-Links {
}

#Section-Links div {
	padding: 0;
	margin: 0;
	font-weight: bold;
	background: #F8F8F8 url(/images/wap/bg/bg_list.gif) repeat-x left bottom;
	border-top: solid 1px #FFF;
}
#Section-Links .facebook {
	padding: 4px 3px;
	border: 1px solid black;
	border-width: 1px 0;
	background: #12467b url(/images/wap/bg/bg_facebook.gif) repeat-x left top;
}

#Section-Links .facebook a {
	padding: 4px 0 4px 28px;
	background: url(/images/wap/icon/facebook.gif) no-repeat left center;
}

#Section-Links div:hover,#Section-Links div:hover a,#Section-Links div a:hover {
	background: #adcc14;
	color: #FFF;
}
#Home-Section-Links div {
	border-top: 1px solid #414141;
	padding: 3px;
}

#Section-Links img {
	padding-right: 6px;
	vertical-align: middle
}

#Sub-Search,.section {
	padding: 0 0 0 10px;
	margin: 0;
}

#Sub-Search {
	padding-left: 0;
	text-align: center;
	padding: 10px 0 !important;
}

#Section-Links #Sub-Restaurants {
	background: #525252;
	padding: 0 0 0 10px;
	margin: 0;
	color: #e3f6ab;
}

#Section-Links #Sub-Events {
	background: #525252;
	padding: 0 0 0 10px;
	margin: 0;
	color: #f5ccbc;
}

#Section-Links #Sub-Friends {
	background: #525252;
	padding: 0 0 0 10px;
	margin: 0;
	color: #abddfd;
}

.section {
	padding: 6px;
	color: #999;
	background-color: #F0F0F0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cacaca;
}

.buzz {
	margin: 0.6em;
	border: 1px solid white;
	color: white;
	background-color: black;
}

.buzzing {
	display: block;
}

.buzz_img {
	float: left;
	display: inline;
	width: 55px;
}

.buzz_custom_msg {
	display: block;
	color: #2d3037;
	font-weight: bold;
}

.buzz_img {
	font-size: x-small;
}

.detail {
	background-color: #F0F0F0;
	color: #2d3037;
}

.section img,.action-links img {
	vertical-align: middle;
}

.section ul {
	list-style-type: none;
}

.section li {
	padding: 3px 0;
}

.action-links {
	margin: 0px;
	padding: 5px 0;
}

.action-links div {
	margin: 8px;
	padding: 0px;
	display: block;
	height: 31px;
	width: auto;
}
.action-links div a,.button,button,input.submit {
	clear: both;
	width: auto;
/*
	display: inline;
	line-height: 31px;
	height: 31px;
*/
	display: inline-block;
	padding: 5px 8px;
	margin: 2px 0;
	text-decoration: none;
	color: #2d3037;
	background: #d8dfe1 url(/images/wap/bg/bg_button.gif) repeat-x left top;
	border: 1px outset #cacaca;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.action-links div a:hover,.button:hover,button:hover,input.submit:hover {
	background: #adcc14;
	color: #FFF;
}
.search-form {
}

.search-form p {
	margin: 0;
	padding: 0;
}

/*
 form .input{border:1px solid #414141;color:black;font-size:small;background-color:#CCC;}
*/ /*
form .input:focus{border:3px;border-color:#14cccc;border-style:solid;}
*/
form .input {
	border: 1px inset #F0C;
	color: black;
	background-color: #fff;
}

form .input:focus {
	border: 3px inset #F0C;
}

textarea {
	background-color: #FFF;
	color: black;
}

/*input.submit,button {
	background: #DDD;
	color: #2d3037;
	font-style: normal;
}*/

/*input{ border:1px solid red; background:#fff;}
input:focus{ border-width:3px;}
*/ /*
label{display:block; padding:3px;}
fieldset{border:none; margin:0; padding:0;}
*/ /*
input.go_btn {background-color:#000; color:#fff;}
form p{padding:5px;}
*/
#Footer {
	clear: both;
	background: #4F4A42;
	color: #EEE;
}

#Footer-Links {
	padding: 6px 0;
	border-bottom: solid 1px #60646E;
}

#Footer-Links a {
	font-size: small;
	margin: 0;
	padding: 0;
}

.legal {
	padding: 3px 0;
	font-size: x-small;
}

#HeaderAds {
	margin: 4px 0 0 0;
}

.ads {
	padding: 0 0 4px 0;
	font-size: x-small;
}

.location-details {
	text-transform: capitalize;
	color: #999;
}

.name {
	display: block;
	color: white;
	text-transform: none;
}

.status {
	color: white;
	font-size: small;
}

.listing {
	
}

.listing div {
	padding: 6px 3px;
}

.listing p {
	margin: 3px 0;
}

.listing span { /*display: block;*/
	
}

.listing .title {
	color: white;
	text-transform: none;
}

.pagination {
	border: solid 1px #cacaca;
	border-width: 1px 0;
	padding: 5px 0;
	font-size: x-small;
	text-align: center;
	background: #fff url(/images/wap/bg/bg_shadow.gif) repeat-x 0 0;
/*
	background-color: #F0F0F0;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#FFFFFF),to(#cacaca) );
*/
}

.pagination a {
	padding: 0 2px;
}

.title {
	color: #f81221;
	font-weight: bold;
}

.normal {
	color: #2d3037;
	font-weight: normal;
}

.large {
	font-size: large;
}

.bold {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.padding {
	padding: 3px 0;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

.no-background {
	background: none;
}

.textareas {
	width: 200px;
	height: 75px;
}

.nickname {
	color: #2d3037;
	font-weight: bold;
}

.homebase {
	color: #999;
}

.odd h4,.even h4 {
	display: inline;
}

.odd .lightText {
	padding: 3px 0;
	color: #909799;
}

.even .lightText {
	padding: 3px 0;
	color: #909799;
}

.tt {
	vertical-align: baseline;
}

.tt img {
	vertical-align: middle;
	padding: 3px;
}

.lineWhite {
	border-bottom: 1px solid white;
}

.section-detail .lightText {
	padding: 3px 0;
	color: #909799;
}

#eventTitle {
	color: red;
}

#reviewTitle {
	color: red;
}

#help {
	padding: 3px;
}

#help a {
	color: white;
	text-decoration: underline;
}

#reviewVenueName {
	color: #14cccc;
	text-decoration: underline;
}

#advertorialTitle {
	color: #e517b5;
}

.friendz-box {
	padding: 3px 3px 15px;
}

.friendz-box img {
	float: left;
	margin-right: 3px;
}

.user-details img {
	clear: both;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 5px
}

a.itemCount {
	color: inherit !important;
}

.alert {
	color: black;
	margin: 2px 0;
	background-color: #f3e357;
	border: 2px solid #CEC252;
	font-weight: bold;
}

#settings b {
	color: gray;
}

textarea:focus {
	border: 3px;
	border-color: red;
	border-style: solid;
}

#vzw_footer {
	color: white;
	font-size: 12px;
	text-decoration: underline;
	background-color: #D80000;
	text-align: left;
}

.poweredby a {
	color: red;
}

#vzw_footer a {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(/images/partners/vzw/home.gif);
	background-color: #D80000;
	padding-left: 16px;
	text-decoration: underline;
}

#att_table {
	text-align: left;
}

#virgin_sugar {
	text-align: left;
}

/* CSS FOR HELIO FOOTER */
.footer {
	height: 14px;
	color: #000000;
	font-size: 4.5pt;
}

.footerBox {
	background-color: #E6ECF3;
}

.footerBox a {
	color: #000000;
}

.footerImage {
	background-color: #E6ECF3;
	background-image: url(/images/static/helio_footer_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: list-item;
}

a.clean {
	text-decoration: none;
}

/* CSS FOR TAPATAP AND 310.TV FOOTER AND HEADER */
.partnerBackButton {
	background-color: #383838;
	border-bottom: 1px solid #60646E;
	border-top: 1px solid #60646E;
	clear: both;
	color: #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-align: left;
}

#partnerBackButtonHeader {
	color: #999999;
	font-size: small;
	padding: 0 3px;
	margin: 0;
}

.partnerBackButton a {
	color: #CCCCCC;
	line-height: 1.6em;
	display: block;
	padding: 0.2em 0 0.2em 0.5em;
	text-decoration: none;
}

.partnerBackButton a:hover {
	line-height: 1.6em;
	background-color: #000000;
	color: #FF0099;
	display: block;
	padding: 0.2em 0 0.2em 0.5em;
	text-decoration: none;
}

.location-bar {
	width: 100%;
	clear: both;
	padding: 0;
	display: block;
	text-align: center;
}

/*.button {
	font-size: small;
	margin: 0 0 8px 8px;
	padding: 2px 8px;
	clear: both;
	display: inline-block;
	background: url(/images/wap/bg/bg_section-nav.gif) repeat-x left top;
	border: 1px outset #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}*/
.arrow {
	color: #FFCC00;
	padding: 3px;
}

.homeSection {
	padding: 0 0 0 10px;
	margin: 0;
	padding: 6px;
	border-top: 1px solid #414141;
	vertical-align: top;
}

.velisting {
	display: inline;
}

.velisting img {
	float: left;
}

.RBLimage {
	max-height: 50px;
	max-width: 50px;
	margin-right: 5px;
	float: left;
}

.category {
	color: #999;
	display: inline;
}

.RBLsection {
	padding-bottom: 3px;
}

.RBLsection div {
	display: inline;
}

.description {
	margin-left: 1em;
}

.white,a.white,a.white:visited {
	color: black;
}

.setLocationMessage {
	background: #99ff99;
	color: black;
	font-weight: bold;
}

/* is the below a new style? find it in the code -mm  FIXME TODO */
.crossStreetsAndDirections {
	color: #14cccc;
	font-size: x-small;
	text-decoration: none;
}

.mapLink {
	text-decoration: underline;
}

.fakeHr {
	border-top: 1px solid #414141;
	padding: 10px 0 !important;
}

/*
Partners
*/
.go2headerLogo {
	background-color: #DB0A0A;
	background-position: right top;
	background-repeat: no-repeat;
	height: 29px;
}

.app-link {
	
}

div.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

