/* Common styles */
.notification_area {
	padding: 5px;
	margin-top:30px;
	margin-bottom: 3px;
	
	background: #eeeeee;
	clear: both;
}

body {
	font-family: Verdana;
	font-size: 12px;
	height: 1000px;

}

.footer {
	text-align: center;
	margin-top: 20px;
	border-top: 1px solid #eeeeee;
}

a, a:visited {
	color: brown;f
	text-decoration: none;
}

a:hover{
	color: green;
	text-decoration: underline;
}

a img {
	border: none;
}

img.thumb {
	
	height: 75px;
		
}

.title {
	font-size: 35px;
	color: #50301e;
}

.menu {
	background-color: #c90024; 
	//#9adc8d;
	padding: 5px;
	margin-bottom: 12px;
	height: 20px;
}

.menu ul {
	font-weight: lighter;
	font-size: 11px;
	list-style: none;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

.menu ul li {

	float: left;
	padding: 0px 7px 0px 7px;
	font-size: 14px;

	text-align: center;
}

.menu ul li a {

	display: block;
	padding: 0px 7px 0px 7px;
	margin: 0px;
	color: #ffffff;
}

.menu ul li a:hover {
	display: block;
	color: #292929;
	padding: 0px 7px 0px 7px;
	margin: 0px;
	text-decoration: none;
	background: white;

}

ul.nostyle {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
}

input[type=text], input[type=password] {
	border: 1px solid gray;
	background: #FFFFFF url("../img/misc/form_top_shadow.png");
	background-repeat: repeat-x;
	padding: 5px;
}

textarea {
	border: 1px solid gray;
	background: #FFFFFF url("../img/misc/form_top_shadow.png");
	background-repeat: repeat-x;
	padding: 5px;
}

.clearBoth {
	clear:both;	
}

div.inline { float:left; }

.right {
	float: right;	
}

/* HOME PAGE */
.newsfeeds {
	width: 460px;
	padding: 0.5em;	
}

.newsfeed_item {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
	min-height: 50px;
}

.newsfeed_item img {
	float: left;
	margin-right: 5px;	
}

.newsfeed_item .body {
	margin-left: 60px;	
}

.newsfeed_item .body .extra {
	font-size: 11px;
	margin-top: 10px;
	color: gray;
}

.newsfeed_item .body .extra a {
	color: gray;	
}

.featured {

	width: 230px;
	padding: 10px;
	height: 130px;
	border: 1px solid #eeeeee;
	margin-bottom: 1em;
		
}


/* SPOT PAGE */
.addsession_bubble {
	width: 350px;
	font-size: 12px;
}

#map {
	margin-top: 5px;
	margin-bottom: 5px;
}

#map_canvas {
	margin-top: 5px;
	margin-bottom: 5px;
}

#spotSelector {
	float: right;
	font-size: 12px;
}

#right_pane {
	float: right;
	text-align: right;
	width: 200px;
		
}

#right_pane .header{
	background: silver;
	color: white;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 1px;
}

#spot_info .spot_name{
	font-size: 12px;
	font-weight: bold;
}

#spot_info .spot_geo{
	font-size: 10px;
}

#spot_header .spot_name{
	font-size: 16px;
	font-weight: bold;
}

#spot_header .spot_geo{
	font-size: 10px;
}

#spot_header .spot_tools, #spot_header .spot_basic_info {
	float: left;	
	height: 50px;
}

#spot_header .spot_tools  {
	background: #eeeeee;	
	padding: 2px;
	margin-right: 5px;
}


ul.userlist {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
}

ul.userlist li {
	padding-bottom: 5px;
}

.spot_blog {
	width: 100%;
	height: 25px;	
}

.spot_activity {
	width: 525px;
	padding-right: 1em;
	border-right: 1px solid #eeeeee;
	
}

.spot_activity textarea {
	width: 510px;
}

#bottom_pane{
	margin-top: 2em;	
}

#tabs {
	border-bottom: 1px solid #dddddd;
	font-size: 18px;	
	padding: 10px;
	margin-bottom: 10px;
}


#tabs ul {
	list-style: none;
	margin: -18px 0px 0px 2px;
	padding: 0px;
}

#tabs ul li {

	float: left;
	padding: 5px 20px 5px 20px;
	font-size: 14px;

	text-align: center;
}

#tabs ul li a {
	color: black;
	font-weight: bold;
		
}

#tabs ul li.inactive a {
	color: gray;
	font-weight: bold;
		
}

#tabs ul li.active {
	background-color: white;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	
}

#tabs ul li.inactive {
	background-color: #eeeeee;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid #dddddd;
}


/* SPOT EDIT PAGE */
#spot_edit textarea {
	width: 700px;	
}

/* Profile page */
#profile_left {
	float: left;
	width: 220px;
	border-right: 1px solid #eeeeee;
}

#profile_right {
	position: absolute;
	left: 250px;
}

.name {
	font-size: 18px;	
}

#blog {
	font-size: 14px;
}

#blog h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

.blogdate {
	font-weight: bold;
	margin-top: 1em;
}

.blogentry {
	margin-left: 1em;
}

#blog textarea {
	width: 480px;
}


.newsfeed {

	float: left;
	margin-top: 40px;
	border: 1px solid #9adc8d;
	height: 500px;
	width: 220px;
	padding: 3px;
	
	font-size: 12px;
}

.newsfeed_item {
	margin-top: 3px;
	margin-bottom: 3px;
}

/* Profile Edit page */

.profile_edit textarea {
	width: 480px;
	height: 80px;
} 

/* Friends page */
.friends_list {
	margin-top: 30px;
}

.friend {
	width: 100%;
	height: 50px;
	background: white;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 2px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #eeeeee;
}

.friend_img {
	float: left;
}

.friend_info {
	margin-left: 55px;
}

/* Spots page */
#add_spot, #zoom_spot {
	background: #dddddd;
	height: 50px;
	padding: 3px;
}


ul.country {
	list-style-type: none;
	font-weight: bold;
	font-size: 10px;

	margin-left: 0px;
	padding-left: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	
}

ul.region {
	list-style-type: none;
	font-weight: normal;
	margin-left: 0px;
	padding-left: 3px;
	//display: none;
	
}

ul.spot {
	list-style-type: none;
	font-weight: normal;
	
	margin-left: 0px;
	padding-left: 3px;
	
	//display: none;
}

.spot_list {
	float: left;
	margin-top: 35px;
	width: 115px;
	background: #eeeeee;
}

.popular_spots {
	margin-left: 125px;	
}

.map_container_normal,  .map_container_add{
	margin-left: 125px;
	padding: 10px;
	background-color: #dddddd;
}

.map_container_add {
	background-color: red;
}
