

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

#location-photo {
	float: left;
	position: relative;
	width: 650px;
	margin: 0 0 15px 15px;	
}

#location-description {
	clear: both;
	position: absolute;
	top: 15px;
	opacity: .7;
	width: auto;
	height: 35px;
	margin-left: 15px;
	font-size: 20px;
	background-color: #578135;
	text-align: center;
	padding: 12px 25px 0 25px;
	color: white;
}

#location-heading {
	clear: both;
	text-align: center;
	margin: 0px 0 15px 0px;
	font-size: 24px;
}


.top-items-author {
	margin: 3px 0 5px 1px;
	font-family: sans-serif; 
	font-weight: bold;
	font-size: 12px;
}



.box {
	float: left;
	width: 300px;
	margin: 0 0px 15px 15px;
	background-color: #f4fbec; 
	height: auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 4px;
	overflow: hidden;
}

.box-wide {
	float: left;
	width: 615px;
	margin: 0 0px 15px 15px;
	background-color: #f4fbec; 
	min-height: 220px;
	overflow: hidden;
}

.heading {
	height: 28px; 
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	padding-top: 8px;
	color: white;
	font-size: 20px;
	background: -webkit-linear-gradient(#5ba645, #4b833a); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#5ba645, #4b833a); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#5ba645, #4b833a); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#47a12c, #3c8d23); /* Standard syntax */

}




.heading2 {
	display: inline-block;
	margin: 10px 0 5px 10px;
	padding: 5px 20px 5px 20px;
	width: 60px;
	color: black;
}

.box-content {
	float:left; 
	width: auto;
	margin: 0 0 10px 0px;
}

.box-content-wide {
	float:left; 
	width: 300px;
	height: auto;
	margin: 0 5px 10px 0px;
}

.box-content h4 {
	text-align: center;
	font-size: 8px;
	font-weight: bold;
}

.location-item {
	float: left;
	width: 293px;
	padding: 1px 0 4px 0;
	min-height: 70px;
	height: auto;
	margin: 5px 10px 5px 0px;
	overflow:hidden;
	background-color: white;
	border: 1px solid #d5d5d5;	
    -moz-box-shadow: 3px 3px 4px rgba(112,111,112,1);
	-webkit-box-shadow: 3px 3px 4px rgba(112,111,112,1);
	box-shadow: 3px 3px 4px rgba(112,111,112,1);
}


#logo-ratings {
	float: left;
	margin: 7px 10px 0px 8px;
	border: 1px solid black;
  	-webkit-box-shadow: 3px 3px 5px 0px #1b351b;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	-moz-box-shadow:    3px 3px 5px 0px #1b351b;  /* Firefox 3.5 - 3.6 */
  	box-shadow:         3px 3px 5px 0px #1b351b;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

#location-rating-bottom {
	float: left;
	width: 80px;
	text-align: center;
	margin: 10px 0px 0px 0;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	border: 1px solid black;
	color: white;
	background-color: #3f832b;
}

#location-item-ratings-left p2 {
	float: left;
	width: 210px;
	font-family: sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 5px 10px;
}

#location-item-ratings-left {
	float: left;
	width: 210px;
	font-family: sans-serif;
	font-style: normal;
	font-size: 10px;
}


#location-item-middle {
	float: left;
	width: 360px;
	margin-top: 10px;
}

#location-item-middle-top{
	float: left;
	width: 360px;
	font-family: sans-serif;
	font-style: normal;
	font-size: 16px;	
	color: #4142b4;
	margin: 6px 0 0px 0px;
}

#location-item-middle-bottom {
	float: left;
	width: auto;
}

#location-item-bottom-left {
	float: left;
	width: 90px;
	margin: 12px 0 0 2px;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

#location-item-bottom-right {
	float: left;
	width: auto;

	text-align: center;
	margin: 10px 0px 0px 0;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	border: 1px solid black;
	color: white;
	background-color: #3f832b;
}


#logo-right {
	float: left;
	width: 50px;
	margin: 22px 10px 0px 8px;
}

#logo-right-text {
	text-align: center;
	font-size: 11px;
}

.no-results {
	height: 20px;
	background-color: #FCFFC1;
	text-align: center;
	margin: 5px 5px 5px 15px;
	padding: 10px 10px 10px 10px;
	color: gray;
}

#location-place-stars {
	float: left;
	width: 70px;
	margin: 2px 20px 0 0;
	padding-left: 0px;
}

#location-item-right {
	float: right;
	width: 90px;
	margin: 3px 0 0 2px;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

#ratings-comments {
	float: left;
	margin-top: 5px;
    font-size: 12px;
    font-style: italic;
}

#location-item-top p2 {
	float: left;
	width: 210px;
	font-weight: bold;
	font-family: sans-serif;
	font-style: normal;
	font-size: 12px;	
	color: #4142b4;
	margin: 6px 0 0px 0px;
}

.feature {
	clear:both;
	float: right;
	width: 295px;
	border-radius: 15px;
	height: 45px;
	color: white;
	margin: 0 15px 0 0;
	padding-top: 25px;
	text-align: center;	
	background-color: #578135;
}

.idea {
	clear:both;
	float: right;
	width: 296px;
	height: 56px;
	background-color: white;
	border: 2px solid #2B0059;
	border-radius: 15px;
	color: #2B0059;
	margin: 0 15px 0 0;
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: center;	
}


.add-item {
	display: inline-block;
	text-align: center;
	width: 120px;
	height: auto;
	margin: 10px 0px 0 260px;
	padding: 7px 0px 7px 0px;
	border: 1px solid black;
	color: white;
	background-color: #ec703b;
	font-size: 12px;
}

.add-item2 {
	display: inline-block;
	text-align: center;
	width: 120px;
	height: auto;
	margin: 10px 0px 0 100px;
	padding: 7px 0px 7px 0px;
	border: 1px solid black;
	color: white;
	background-color: #ec703b;
	font-size: 12px;
}

/* SIDE BOXES */

.location-side-box {
	float: left; 
	width: 295px;
	min-height: 150px;
	background-color: #f4fbec; 
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid gray;

}

.location-side-box-header {
	height: 25px; 
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 5px;
	color: black;
	font-size: 20px;
	}

.location-side-box-content {
	margin-top: 8px;
	margin-left: 8px;
	line-height: 1.2;
}

.add-event {
	display: inline-block;
	width: 120px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 7px 0 7px 0 ;
	border: 1px solid black;
	background-color: #ec703b;
	font-size: 12px;
}


/* NEW ITEMS LIST FROM LOCATION PAGE */
.box-content-item {
	float: left;
	width: 612px;
	height: auto;
	margin: 10px 0 5px 0px;
	padding-bottom: 10px;
	background-color: white;
	-moz-box-shadow: 1px 1px 3px gray;
	-webkit-box-shadow: 1px 1px 3px gray;
	box-shadow: 3px 3px 3px gray;
}

.logo-left {
	float: left;
	width: 160px;
  	margin: 10px 10px 0 10px;
}

.middle-items {
	float: left;
	width: 300px;
	margin: 10px 0 0 0;	
}

.middle-items-author {
	margin: 3px 0 5px 1px;
	font-family: sans-serif; 
	font-weight: bold;
	font-size: 12px;
}

.bottom-items {
	float:left;
	width: 520px;
	margin-left: -10px;
	font-size: 12px;
}

.box-item-left {
	float: left;
	width: 225px;
	font-size: 12px; 
	color: black;
	
}

.totals {
	float: left;
	margin: 12px 10px 0 10px;	
	padding: 0 0 0 2px;
	text-align: center;
	font-weight: bold;	
}


#small-box {
	margin-right: 5px; 
	min-width: 20px;
	padding: 4px 6px 4px 7px;
	background-color: #ec703b;
	color: white;
}	

.place-requests-right {
	float: right;
	text-align: center;
	width: 170px;
	margin-top: -65px;
	margin-right: -15px;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	line-height: 1.3;
}


.challenge-right {
	float: right;
	text-align: center;
	width: 80px;
	margin-top: 5px;
	margin-right: 0px;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	line-height: 1.3;
}



.box-content-item2 {
	float: left;
	width: 612px;
	height: 120px;
	margin: 10px 0 10px 0px;
	background-color: white;
	-moz-box-shadow: 1px 1px 3px gray;
	-webkit-box-shadow: 1px 1px 3px gray;
	box-shadow: 3px 3px 3px gray;
}


.left-logo {
	float: left;
  	margin: 20px 10px 0 15px;
}


