/* @override 
	http://campingandcampsites.co.uk/main.css
	http://127.0.0.1/cc/main.css
	http://neils-computer.local/cc/forum.css
	http://127.0.0.1/web/forum.css
*/

#main_area {
	border: 1px solid #737373;
	width: 950px;
	background: white url(./images/logo_bar.jpg) no-repeat;
	text-align: left;
	color: #373737;
	position: relative;
	padding-top: 80px;
	font: 1px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

a.menu_link:visited {
	color: white;
	text-decoration: none;
	height: 20px;
	display: block;
	padding-top: 7px;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

a.menu_link:hover {
	background: url(images/a_hover.png) repeat-x 0 1px;
	color: white;
	text-decoration: none;
}

html {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: white url(./images/grass_bg.jpg) repeat;
}

#breadcrumbs {
	padding: 0px 20px 0;
	position: relative;
	font-size: 11px;
	background: url(./images/crumb_bg.png) no-repeat -8px 0;
	height: 26px;
	margin-left: 11px;
	width: 878px;
}

.crumb_link {
	font-weight: bold;
	position: relative;
	bottom: 9px;
	margin: 6px;
}

img {
	border-style: none;
}

#menu_bar {
	background: url(./images/bar_bg.png) repeat-x;
	height: 27px;
}

.selected_page {
	background-color: silver;
}

div#top_search {
	position: absolute;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	top: 82px;
	right: 45px;
}

div#top_search input {
	position: relative;
	top: 8px;
}

#quick_search_button {
	position: relative;
	top: 8px;
}

div#footer_div {
	position: relative;
	bottom: 40px;
}

#map_canvas {
	border: 1px solid gray;
	margin-bottom: 0;
	height: 400px;
	width: 500px;
	position: relative;
	float: left;
}

.left_page_column {
	width: 47%;
	float: left;
	margin-right: 30px;
	text-align: left;
	position: relative;
}

.right_page_column {
	width: 45%;
	float: left;
	text-align: left;
	position: relative;
}

a {
	color: #105289;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-width: 0;
}

body {
	text-align: center;
	color: #333;
	font: 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#badge {
	position: absolute;
	left: 760px;
	top: -30px;
	z-index: 1;
	display: none;
}

br.clear {
	clear: both;
}

a.menu_link {
	color: white;
	text-decoration: none;
	height: 20px;
	display: block;
	padding-top: 7px;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

a.menu_selected {
	background: url(./images/menu_sel_link.png) repeat-x 0 1px;
	color: #535353;
}

a.menu_selected:hover {
	background: url(./images/menu_sel_link.png) repeat-x 0 1px;
	color: #535353;
}

#content {
	padding: 10px;
	position: relative;
	font-size: 11px;
}

#menu_container {
	position: relative;
	width: 600px;
}

.menu_div {
	position: relative;
	float: left;
	top: 1px;
}

#menu_bar_outer {
	background: url(./images/curve_bg.jpg) repeat-y;
	padding-right: 17px;
	padding-left: 15px;
}

/* @group sign up page */

.success_text {
	color: green;
}

.error_text {
	color: red;
}

.login_container {
	width: 500px;
	text-align: left;
}

/* @group forms */

#login_form {
	padding: 8px;
	position: relative;
	border: 1px dashed silver;
}

#sign_up_form {
	padding: 8px;
	position: relative;
	border: 1px dashed silver;
}

#login_form input {
	position: absolute;
	left: 100px;
	width: 300px;
	background: url(images/box_shade.png) repeat-x;
	padding: 3px;
	border: 1px solid silver;
}

.login_button {
	position: absolute;
	left: 100px;
	border-style: none;
	padding: 0;
}

#sign_up_form input {
	position: absolute;
	left: 130px;
	width: 270px;
	border: 1px solid silver;
	padding: 3px;
	background: url(images/box_shade.png) repeat-x;
}

.sign_up_button {
	position: absolute;
	left: 130px;
}

#login_form label {
	position: relative;
	top: 4px;
}

#sign_up_form label {
	position: relative;
	top: 4px;
}



/* @end */

#signup_loader {
	padding: 10px;
	border: 1px solid silver;
	background-color: white;
	text-align: center;
	width: 70px;
	position: absolute;
	left: 410px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	top: 370px;
	z-index: 1;
}

#login_loader {
	padding: 10px;
	border: 1px solid silver;
	background-color: white;
	text-align: center;
	width: 70px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	top: 35px;
	left: 410px;
	z-index: 1;
}



/* @end */

/* @group campsite search */

.left_image {
	float: left;
}

.right_image {
	float: right;
}

#add_review textarea {
	padding: 3px;
}

.review_input {
	width: 100%;
	height: 70px;
}

.curve_title {	
	color: white;
	background: #35668e url(images/left_curve.gif) no-repeat;
	height: 16px;
	padding-top: 3px;
	padding-left: 10px;
}

.curve_title_right {
	text-transform:uppercase;
	background: #35668e url(images/curve_right.gif) no-repeat;
	height: 19px;
	float: right;
	width: 11px;
	position: relative;
	bottom: 19px;
}

#info_loader {
	padding: 10px;
	border: 1px solid silver;
	background-color: white;
	text-align: center;
	width: 70px;
	position: absolute;
	bottom: 300px;
	left: 680px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	z-index: 1;
}

.dot_border {
	border-bottom: 1px dotted gray;
}

.site_title {
	font-size: 12px;
	font-weight: bold;
	background-color: #35668e;	
	padding: 4px;
	color: white;
}

.left_column {
	float: left;
	margin-right: 15px;
	width: 55%;
	position: relative;
}

.web_text {
	position: relative;
	bottom: 8px;
	left: 3px;
}

.right_column {
	float: left;
	width: 300px;
	padding: 6px;
	color: #4b4b4b;
	font-size: 11px;
}

#site_info {
	height: 440px;
	overflow: auto;
	width: 395px;
	padding: 0;
}

input.place_search {
	background: url(images/box_shade.png) repeat-x;
	border: 1px solid silver;
	padding: 3px;
}

.map_search {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	padding: 5px 5px 12px 10px;
	width: 485px;
	margin-top: 0;
	text-align: center;
}

input.go_button {
	position: relative;
	top: 7px;
	left: 8px;
}

.review_username {
	background: url(images/review.png) no-repeat;
	padding: 3px 5px 3px 20px;
	margin-bottom: 5px;
	float: left;
	font-weight: bold;
}

.review_text {
}

.review {
	border-bottom: 1px dashed silver;
	padding-top: 4px;
	padding-bottom: 6px;
	margin-bottom: 8px;
}

.review_date {
	float: right;
	font-style: italic;
}



/* @end */

#login_form .image_input {
	width: 76px;
	height: 27px;
	padding: 0;
	border-style: none;
}

#sign_up_form .image_input {
	width: 76px;
	height: 27px;
}

.controls_div {
	
}

#add_campsite_form .text_field {
	width: 370px;
}

#add_campsite_form textarea {
	width: 370px;
	height: 100px;
	padding: 3px;
}

/* @group login widget */

.sm_login_button {
	float: right;
	margin: 0;
	position: relative;
	bottom: 8px;
	padding: 0;
}

.sm_load_anim {
	position: relative;
	top: 3px;
	float: right;
}

.log_process_text {
	float: left;
	position: relative;
	top: 4px;
}



/* @end */

/* @group front page */

.front_map_pic {
	border: 1px solid gray;
}

#f_left_col {
	float: left;
	width: 600px;
}

#f_right_col {
	float: right;
	width: 202px;
	background: url(images/test_box.png) no-repeat;
	padding: 11px;
	height: 289px;
	line-height: 10px;
	position: relative;
}

.quick_input {
	border: 1px solid silver;
	padding: 2px;
	position: relative;
}

.go_sm_button {
	position: relative;
	top: 6px;
}



/* @end */

.web_badge {
	margin-right: 7px;
	margin-left: 7px;
}

#forum-search {
	display: none;
}

.mini_left {
	float: left;
	position: relative;
	top: 3px;
	}

.mini_right {
	float: right;
	width: 100px;
	position: relative;
}

#small_login_form input.text {
	width: 90px;
	float: right;
	border: 1px solid silver;
	padding: 2px;
	margin: 0;
	font-size: 10px;
}

#small_login_form {
	padding: 0;
	margin: 0;
	line-height: 10px;
}

.auto_button {
	padding: 0;
	position: absolute;
	margin-bottom: 0;
	margin-right: 0;
	margin: 0;
}

#float_login_box {
	float: left;
	width: 165px;
	height: 63px;
	position: absolute;
	left: 750px;
	font-size: 10px;
	padding: 18px 16px 8px 6px;
	top: 0;
}

#float_load_box {
	float: left;
	width: 183px;
	height: 23px;
	position: absolute;
	left: 744px;
	padding: 0 8px;
	top: 80px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	border-top: 1px solid silver;
	background-color: white;
}

#crumbs_container {
	padding-left: 4px;
	padding-right: 4px;
	background: url(./images/curve_bg.png) repeat-x;
}

#main_area_curve {
	width: 950px;
	background: url(./images/header_curve.png) no-repeat -1px 0;
	text-align: left;
	color: #373737;
	position: relative;
	padding-top: 147px;
}

#content_curve {
	padding: 20px 30px 10px;
	position: relative;
	background: url(./images/curve_bg.png) repeat-y;
	height: 100%;
}

#curve_bottom {
	width: 950px;
	height: 90px;
	background: url(./images/curve_bottom.png) no-repeat;
}