*
{
	margin: 0em;
	padding: 0em;
}

html { height:100%; font-size:62.5%; min-height: 100%; height: auto; }
body {
  background-color: #cbd1be;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
}

h1, h2, h3, h4 {
  margin-left: 6px;
  margin-bottom: 2px;
  padding: 3px 0px;
}

div.clear {
  clear: both;
}

#top_header {
  width: 100%;
  height: 26px;
  background-color: white;
}

#site_links {
  position: absolute;
  top: 6px; left: 5px;
  color:#639443; 
}

#site_links ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#site_links ul li {
  display: inline;
	border-left: solid 1px #DDDDDD;
	padding-left: 0.2em;
}

#site_links ul li.first {
  border-left: 0px;
	padding-left: 0em;
}

#site_links ul li a
{
  font-weight: bold;
	text-decoration: none;
	padding: 0.25em;
	margin-right: 0.2em;
}

#site_links ul li a:hover {
  background-color: transparent;
  text-decoration: underline;
}


#top_header #register{
  position: absolute;
  top: 6px; right: 56px;
  border-right: 2px solid #639443;
}

#top_header #register a {
  font-weight: bold;
  text-decoration: none;
  padding: 0.25em 0.5em;
}

#top_header #register a:hover {
  background-color: transparent;
  text-decoration: underline;
}


#top_header #login {
  position: absolute;
  top: 6px; right: 15px;
}

#top_header #profile {
  position: absolute;
  top: 6px; right: 63px;
  border-right: 2px solid #639443;
  padding-left: 3px;
}

#top_header #login a {
  font-weight: bold;
  text-decoration: none;
  padding: 0.25em 0.5em;
}
#top_header #profile a {
  font-weight: bold;
  text-decoration: none;
  padding: 0.25em 0.5em;
}
#top_header #login a:hover {
  background-color: transparent;
  text-decoration: underline;
}

#top_header #profile a:hover {
  background-color: transparent;
  text-decoration: underline;
}

#search_bar {
  background : #ffffff url(/images/2tl.jpg) no-repeat;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width : 940px;
  position: relative;
  margin-top: 12px;
  padding: 10px 0px;
}

#search {
  font-weight: bold;
  font-size: 1.2em;
  color:#639443; 
}

#search label {
  display: block;
  float: left;
  padding: 0.3em 0.7em;
}

#searchbox {
  background-color: #f3fed6;
  border:1px solid; 
  border-color: #639443 #363 #363 #639443;
  font-size: 1.3em;
  width: 60%;
}

#searchbutton {
  color:#639443;
  font-weight: bold;
  font-size: 1.2em;
  background-color:#f3fed6; 
  border:1px solid; 
  border-color: #639443 #363 #363 #639443;
  height: 25px;
}

#csc {
  margin: auto;
  margin-top: 10px;
  background : #f3fed6 url(/images/top_div.jpg) no-repeat;
  /*width : 900px;*/
  height : 116px;
  position : relative;
  padding : 0px 0px;
}

#site_title {
  position : absolute;
  display : block;
  margin-bottom : 0px;  /* this is for IE */
  left: 50px;
  top: 40px;
/*  font-size: 30px;*/
  font-size: 2.2em;
  color: #f3fed6;
}

#site_sub_title {
  position : absolute;
  display : block;
  margin-bottom : 0px;  /* this is for IE */
  left: 50px;
  top: 70px;
/*  font-size: 14px;*/
  font-size: 1.0em;
  color: #ffffff;
}

#site_logo {
  position : absolute;
  display : block;
  margin-bottom : 0px;  /* this is for IE */
}

#tr, #br, .tr, .br {
  position : absolute;
  display : block;
  width: 10px;
  height: 10px;
  margin-bottom : 0px;  /* this is for IE */
}

#tr, .tr {
  background : transparent url(/images/1tr.jpg) no-repeat;
  top : 0;
  right : 0;
}

#br, .br {
  background : transparent url(/images/1br.jpg) no-repeat;
  right : 0;
  bottom : 0;
}

.xsnazzy h1, .xsnazzy h2, .xsnazzy p {margin:0 10px; letter-spacing:1px;}
.xsnazzy h1 {font-size:2.5em; color:#fc0;}
.xsnazzy h2 {font-size:2em; color:#234; border:0;}
.xsnazzy p {padding-bottom:0.5em; color:#4c7b2e;font-size: 1.1em; line-height: 1.25em;}
.xsnazzy h2 {padding-top:0.5em; padding-left:10px;}
.xsnazzy {background: transparent; margin:5px;height: auto;}

.xsnazzy em {position: absolute; display:block; width:0; height:0; color:#d8d8ee; overflow:hidden; border-right:10px solid #fff; border-top:12px dotted transparent; border-bottom:12px dotted transparent; margin-top:10px; top: 10px; left:-2px;}
/* .xsnazzy em {display:block; width:0; height:0; color:#d8d8ee; overflow:hidden; border-top:12px solid #fff; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;} */
/* hack for IE5.5 */
* html .xsnazzy em {width:24px; height:12px; width:0; height:0;}
.xsnazzy span {position: absolute; display:block; width:0; height:0; color:#fff; overflow:hidden; border-right:10px solid #cbd1be; border-top:10px dotted transparent; border-bottom:10px dotted transparent; margin-top:12px; top: 10px; left:-2px; }
/* .xsnazzy span {display:block; width:0; height:0; color:#fff; overflow:hidden; border-top:10px solid #cbd1be; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;} */
* html .xsnazzy span {width:20px; height:10px; width:0; height:0;}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #fff;}

.xb1 {margin:0 8px; background:#fff;}
.xb2 {margin:0 6px; background:#fff;}
.xb3 {margin:0 4px; background:#fff;}
.xb4 {margin:0 3px; background:#cbd1be; border-width:0 5px;}

.xb5 {margin:0 2px; background:#cbd1be; border-width:0 4px;}
.xb6 {margin:0 2px; background:#cbd1be; border-width:0 3px;} 
.xb7 {margin:0 1px; background:#cbd1be; border-width:0 3px; height:2px;} 

.xboxcontent {display:block; background:#cbd1be; border:3px solid #fff; border-width:0 3px;}
.xboxcontent a {
  text-decoration: none;
  font-weight: bold;
  color: #4c7b2e
}
.xboxcontent a:hover {
  background-color: transparent;
  color: #639443;
}

/* Header Stuff for chat switcher */

#chat_box {
  position : absolute;
  display : block;
  margin-bottom : 0px;  /* this is for IE */
  width: 300px;
  right: 40px;
  top: 15px;
}

#chat_image {
  background: transparent url(/images/no_avatar.jpg) no-repeat;
  position : absolute;
  display : block;
  margin-bottom : 0px;  
  border: 2px solid #ffffff;
  width: 75px;
  height: 75px;
  right: 360px;
  top: 20px;
}

#chat_image img {
  height: 75px;
  width: 75px;
}

/* end header stuff for chat */

#chat_box2 {
  position : absolute;
  display : block;
  margin-bottom : 0px;  /* this is for IE */
  width: 350px;
  left: 98px;
}


#chat_image2 {
  position : absolute;
  display : block;
  margin-bottom : 0px;  
  border: 2px solid #DDDDDD;
  width: 75px;
  height: 75px;
  top: 10px;
  left: 15px;
}

#welcome p {
  font-size: 1.2em;
  padding: 3px 8px 0px 12px;
/*  padding-left: 12px;
  padding-right: 8px;
*/}

/* tables */

.table {
  display: table;
}

.row {
  display: table-row;
  padding-bottom: 5px;
  padding-top: 5px;
}

.cell {
  display: table-cell;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0.4em;
}
    
.link {
  padding-left: 25px;
  padding-right: 25px;
}

a {
  color: #639443;
}

a:hover {
  background-color: #f3fed6;  
}

/* main content*/

#container {
  width: 100%;
}

#left_content {
  width: 50%;
}

#right_content {
  width: 50%;
}

.content_block {
  display: block;
  position: relative; 
  margin-bottom: 0.5em;
}

#left_content .content_block {
  width: 460px;
}

#right_content .content_block {
  width: 450px;
}

#header {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width : 940px;
  position: relative;
  margin-top: 12px;
}

#main {
  margin-left: auto;
  margin-right: auto;
  display: block;
  background : #ffffff url(/images/2tl.jpg) no-repeat;
  width : 940px;
  position: relative;
  margin-top: 12px;
  padding: 10px 0px 15px 0px;
}

#main h1 {
  font-size: 1.6em;
  border-bottom: 1px solid #DDDDDD;
}

#main h2 {
  font-size: 1.3em;
  border-bottom: 1px solid #DDDDDD;
}

#main h3 {
  font-size: 1.1em;
}

/**** adsense ****/
.adsense {
  display: block;
	position: relative;
}

#leaderboard {
	margin: 6px auto;
	text-align: center;  
}

#half-banner {
	text-align: left;
}

#banner {
  text-align: left;
}
/**** adsense ****/

#footer {
  margin: 6px auto;
  display: block;
  width : 940px;
  position: relative;
  text-align: center;
}

#footer ul {
}

#footer li {
  list-style: none;
  display: inline;
  padding: 0.5em;
}

#chat_feature {
  height: 120px;
}

#regions {
/*  margin-top: 115px;*/
}

#regions .table {
  width: 100%;
}
#regions .cell {
  width: 33%;
}

#regions a, #recents a, #nearby_locations a {
  font-size: 1.3em;
}

#recents table, #nearby_locations table {
  width: 100%;
}

#nearby_locations p.loading {
  font-size: 1.3em;
  font-style: italic;
  color: #999999;
  margin: 0.5em 3em;
}

.tr2, .br2, .bl2 {
  position : absolute;
  display : block;
  margin-bottom : 0px;  /* this is for IE */
}

.tr2 {
  background : transparent url(/images/2tr.jpg) no-repeat;
  top : 0;
  right : 0;
  width: 10px;
  height: 10px;
}

.br2 {
  background : transparent url(/images/2br.jpg) no-repeat;
  right : 0;
  bottom : 0;
  width: 10px;
  height: 10px;
}

.bl2 {
  background : transparent url(/images/2bl.jpg) no-repeat;
  left : 0;
  bottom : 0;
  width: 10px;
  height: 10px;
}

div.no_image {
  padding-left: 2px;
  padding-right: 2px;
  height: 50px;
  width: 50px;
  background-color: #CCCCCC;
  font-size: 0.8em;
  text-align: center;
  color: #FFFFFF;
}

/* ratings */

.rating_bar {
  width: 55px;
  background: url(/images/star_x_grey.gif) 0 0 repeat-x;
}

.rating_bar div {
  height: 12px;
  background: url(/images/star_x_orange.gif) 0 0 repeat-x;
}

.star-rating,  
.star-rating a:hover,  
.star-rating a:active,  
.star-rating a:focus,  
.star-rating .current-rating{  
    background: url('/images/star_rating.gif') left -1000px repeat-x;  
}  
.star-rating{  
    position: relative;  
    width: 150px;  
    height: 30px;  
    overflow: hidden;  
    list-style: none;  
    margin: 0;  
    padding: 0;  
    background-position: top left;  
}  
.star-rating li{  
    display: inline;  
}  
.star-rating a,  
.star-rating .current-rating{  
    position: absolute;  
    top: 0;  
    left: 0;  
    text-indent: -1000em;  
    height: 30px;  
    line-height: 30px;  
    outline: none;  
    overflow: hidden;  
    border: none;  
}  
.star-rating a:hover,  
.star-rating a:active,  
.star-rating a:focus{  
    background-position: center left;  
}  
.star-rating a.one-stars{  
    width: 20%;  
    z-index: 6;  
}  
.star-rating a.two-stars{  
    width: 40%;  
    z-index: 5;  
}  
.star-rating a.three-stars{  
    width: 60%;  
    z-index: 4;  
}  
.star-rating a.four-stars{  
    width: 80%;  
    z-index: 3;  
}  
.star-rating a.five-stars{  
    width: 100%;  
    z-index: 2;  
}  
.star-rating .current-rating{  
    z-index: 1;  
    background-position: bottom left;  
}  
.star-ratings-block {  
    font-size: .75em;  
    text-align: center;  
    width: 100%;  
}

.image {
  padding-left: 2px;
  padding-right: 2px;
}

.image img {
  border: 1px solid #CCCCCC;
}

.reviewplaceimage {
  padding-left: 10px;
  padding-right: 0px;
  width: 72px;
}

.position {
  float: right;
  font-size: 1.1em;
  margin-top: 1px;
}

.reviewplacetext {
  font-size: 1.1em;
  text-align: left;
  vertical-align: top;
  padding-left: 4px;
  padding-right: 4px;
}

.place_name {
  font-size: 0.95em;
  color: black;
}

/* === PEOPLE === */
#people .image img {
  width: 75px;
  height: 75px;
}

/* === LOCATION DETAILS === */
#location {
  padding-bottom: 6px;
  overflow: hidden;
}

#location h3 {
  margin-top: 0.5em;
}

#location .image {
  float: right;
}

#location .image img {
  width: 100px;
  height: auto;
}

#location p {
  padding: 0px 12px;
  font-size: 1.3em;
}

/*=== LOCATION REVIEWS ===*/
#recent_reviews {
  margin-left: 6px;
  padding: 0.5em;
}

#recent_reviews p {
  padding: 0px 12px;
  font-size: 1.3em;
}

#recent_reviews ul {
  
}

#recent_reviews ul li {
  list-style: none;
  background-color: #ccc;
}

#recent_reviews li .avatar {
  float: left;
  margin-top: 0.25em;
  margin-right: 0.5em;
}

#recent_reviews li .avatar img {
  height: 75px;
  width: 75px;
}

#recent_reviews .chatbox {
  display: block;
  margin: 0px; padding: 0px;
  margin-left: 10px;
  /* width: 270px; */
}

#recent_reviews .chatbox p {
  padding-top: 0.25em;
}

#recent_reviews .rating_bar {
  float: right;
  margin-left: 0.5em;
  margin-right: 1em;
}

#recent_reviews .date {
  margin-left: 1.0em;
  font-weight: bold;
  font-style: italic;
  color: #4C7B2E;
}

#recent_reviews .flag {
  text-align: right;
  margin-right: 1em;
}

#recent_reviews .xsnazzy {
  margin: 0px;
  margin-left: 5px;
}

/*=== LOCATION LIST ===*/
#locations {
  margin-left: 6px;
  padding: 0.5em;
}

#locations ul {
  
}

#locations ul li {
  list-style: none;
  margin-bottom: 0.5em;
  height: 57px;
  border-bottom: 1px solid #DDD;
}

#locations li .image {
  float: left;
  margin-right: 0.5em;
}

#locations li .image img {
  height: 50px;
  width: 50px;
}

#locations li .rating_bar {
  float: right;
  margin-left: 0.5em;
  margin-right: 1em;
}

#locations li p {
  font-size: 1.5em;
}

#locations li p.address {
  color: #999;
}

/*=== FORM ELEMENTS ===*/
#container.form {
  width: 50%;
  border-left: 6px solid #639443;
  margin-left: 2em;
}

#container.form p.form {
  font-size: 1.2em;
  margin-left: 6px;
}

#container.form p.hint {
  font-size: 0.9em;
  padding: 0.3em 0em;
  color: #666666;
}

form h3 {
  margin: 0em;
  padding-bottom: 6px;
  color: #999;
}

form div {
  padding-bottom: 0.25em;
}

form label {
  display: block;
  line-height: 1.5em;
}

form input, form textarea {
  background-color: #f3fed6;
  border:1px solid; 
  border-color: #639443 #363 #363 #639443;
  padding: 2px;
  font-family: inherit;
  font-size: .95em;
}

form input.submit {
  font-weight: bold;
  padding: 2px 4px;
}

form span.warning {
  color: red;
  font-style: italic;
}

fieldset {
  border: 1px solid transparent;
  padding: 0.25em 0.5em;
  margin: 0.15em 0em;
}

fieldset.error {
  border: 1px solid red;
  background-color: #FFCCCC;
}

/*=== REVIEW FORM ===*/
#review_form {
  margin-left: 6px;
  margin-bottom: 0.5em;
  padding: 0.5em;
  background-color: #FFF;
  font-size: 1.25em;
  border: 3px solid #999;
  z-index: 100;
}

#review_form h3 {
  margin: 0px;
  padding: 3px 6px;
  background-color: #639443;
  color: #F3FED6;
}

#review_form input.check-box {
  float: left;
  margin-right: 0.5em;
}

#review_form .star-ratings-block {  
  float: left;
  width:auto;
}

#review_form #rating-title {
/*  float: right;*/
/*  margin-right: 10em;*/
  margin-left: 13em;
  margin-top: 0.5em;
}

/*=== USER REGISTRATION FORM ===*/
#registration_form, #login_form, #location_form, #password_form {
  margin-left: 6px;
  padding: 0.5em;
  background-color: white;
  font-size: 1.25em;
}

#registration_form div,
#login_form div,
#location_form div,
#password_form div {
  padding-bottom: 1.0em;
}

#registration_form form input, 
#registration_form form textarea,
#location_form form input, 
#location_form form textarea,
#login_form input {
  font-size: 1.2em;
}

#registration_form input.check-box,
#login_form input.check-box {
  float: left;
  margin: 2px 6px;
}

#registration_form span.avatar {
  background: transparent url(/images/no_avatar.jpg) no-repeat;
  display: block;
  border: 2px solid #DDDDDD;
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 8px;
}
