body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	width: 800px;
	margin: 15px auto; 
} 


/* APPLICATION LAYOUT */

#title {
	position: relative;
	padding: 1px;
}

#title h1 {
	display: block;
	height: 150px;
	background: url(/images/playgroundrus_alpha.png) no-repeat center center;
}

#title h1 span {
	visibility: hidden;
}

#title p.sharethis {
	position: absolute;
	top: 15px;
	left: 0px;
	margin-left: 5px;
}

#title p.login {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 5px;	
}

#title p.fb_login {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 5px;	
}

#title p.fb_button {
	position: absolute;
	top: 20px;
	right: 0px;
	margin-right: 5px;	
}

#title #clickpass_button {
	position: relative;
	top: -125px;
	left: 643px;
	margin-right: 5px;
}

#title p.logout {
	position: absolute;
	top: 50px;
	right: 0px;
	margin-right: 5px;
}

#title h1 a {
	text-decoration: none;
}

/* For Creating Top Nav Bars */
#top_nav {
	border: none;	
}

#top_nav ul.nav {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	border-bottom: solid black;
	float: left;
	width: 100%
}

#top_nav ul.nav li {
	float: left;
}

#top_nav ul.nav a {
	width: 12em;
	display: block;
	border: solid black;
	border-bottom: none;
	padding: 5px;
	margin-right: 5px;
	background-color: blue;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: white;
}

#top_nav ul.nav a:hover {
	font-weight: bold;
	color: black;
	background-color: green;
}

#to_here {
	margin-top: -10px;
	float: left;
}

#from_here {
	margin-top: -10px;
	float: left;
}

/* PLAYGROUND INDEX VIEW */

#search {
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}

#map_div {
	width: 600px;
	height: 400px; 
	padding: 5px; 
	border: solid black;
}

#mainRight {
	width: 180px;
	height: 410px;
	float: right;
}

#mainRight p.heading {
	font-weight: bold;
	margin-top: 0px;
	padding: 5px;
	background-color: #ff9900;
	color: white
}

#p_list {
	margin-top: 0px;
	padding: 5px;
	padding-top: 0px;
	height: 365px;
	overflow: auto;
	border: solid black;
}

/* PLAYGROUND NEW VIEW */
#new_name {
	padding: 10px;
}

#new_map {
	width: 420px;
	padding: 10px;
	float: right;
}

#new_addr {
	padding: 10px;
}

#new_extra_info {
	clear: both;
	padding: 10px;
}

/* PLAYGROUND EDIT VIEW */
#form_edit {
	padding: 10px;
}

/* PLAYGROUND SHOW VIEW */

h1 span.edit {
	font-size: .5em;
}

h1 span.alpha {
	font-size: .5em;
}

.comment_box {
	padding-top: 5px;
	border-top: dashed black;
	border-width: 1px;
}

.comment_text {
	padding-top: 5px;
	margin-left: 15px;
}

#show_info {
	width: 340px;
	height: 300px;
	padding: 10px;
}

#show_small_map {
	width: 420px;
	height: 220px;
	padding: 5px;
	float: right;
}

#show_photo {
	position: relative;
	width: 410px;
	margin-top: -90px;
	padding: 10px;
	float: right;
}

#bottom_wrapper {
	clear: both;
	margin-top: 10px;
	padding: 5px;
	padding-left: 0px;
}

#show_creeps {
	padding: 10px;
	padding-left: 0px;
}

#show_happened {
	padding: 10px;
	padding-left: 0px;
}

#show_creeps h2,
#show_happened h2,
#show_comments h2 {
	padding: 5px;
	background-color: #808080;
}


#show_comments {
	padding: 10px;
	padding-left: 0px;
	/*background-color: green;*/
}

#img {
	padding: 5px;
	float: left;
}

/* CSS star rating */

ul.stars {
    display: block;
    margin: 0 auto;
    padding: 0;
    background-position: left top;
    height: 30px;
    width: 150px;
    overflow: hidden;
    position: relative;
    color: #fff;
}

ul.stars,
ul.stars li.current_rating,
ul.stars li a:hover,
ul.stars li a:active { background: url(/images/star.png) left top repeat-x; float:left; }

ul.stars li {
    display: inline;
    margin: 0;
    padding: 0;
    float: none;
}

ul.stars li a,
ul.stars li.current_rating {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-indent: -1000px;
    overflow:hidden;
}

ul.stars li.current_rating { z-index: 1; background-position: left bottom; }

ul.stars li a:hover,
ul.stars li a:active { background-position: left center; }

ul.stars li a.one_star {
    width: 20%;
    z-index: 6;
}

ul.stars li a.two_stars {
    width: 40%;
    z-index: 5;
}

ul.stars li a.three_stars {
    width: 60%;
    z-index: 4;
}

ul.stars li a.four_stars {
    width: 80%;
    z-index: 3;
}

ul.stars li a.five_stars {
    width: 100%;
    z-index: 2;
}

ul.small_stars {
    display: block;
    margin: 0 auto;
    margin-top: -15px;
    padding: 0;
    background-position: left top;
    height: 15px;
    width: 75px;
    overflow: hidden;
    position: relative;
    color: #fff;
}

ul.small_stars,
ul.small_stars li.current_rating,
ul.small_stars li a:hover,
ul.small_stars li a:active { background: url(/images/star_small.png) left top repeat-x; float:left; }

ul.small_stars li {
    display: inline;
    margin: 0;
    padding: 0;
    float: none;
}

ul.small_stars li a,
ul.small_stars li.current_rating {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    line-height: 15px;
    text-indent: -1000px;
    overflow:hidden;
}

ul.small_stars li.current_rating { z-index: 1; background-position: left bottom; }

ul.small_stars li a:hover,
ul.small_stars li a:active { background-position: left center; }

#footer {
  margin: 50px auto;  
  text-align: center;
}

