/*
	Styles for Campbell Avenue
	Author: Lance Willett, simpledream web studio
	Author URL: http://simpledream.net
*/
body {
	background: #adc5cb;
	margin: 0 auto;
	width: 760px;
}
#wrapper {
	background: #fff;
	position: relative;
	width: 760px;
	border: 1px solid #86999e;
	border-width: 0 2px 2px 2px;
}
#header {
	padding-top: 10px;
}
#content {
	float: left;
	min-height: 600px;
	padding: 1em 0;
}
#maincontent {
	float: left;
	width: 590px;
	min-height: 600px;
}
#secondary {
	float: left;
	width: 150px;
	min-height: 600px;
	padding: 5px 0;
}
#nav {
	background: #18788e;
	margin: 0;
	height: 24px;
	padding-top: .5em;
	text-align: center;
}
#nav li {
	display: inline;
	list-style: none;
	padding: 0 1.5em;
	border-left: 1px solid #598994;
}
#nav li.first {
	border-left: 0;
}
#nav li a {
	font-weight: bold;
}
#nav li a:hover {
	color: #ffc32d;
}
#nav li.current a {
	color: #ffc32d;
	cursor: default;
	text-decoration: none;
}
#nav a {
	color: #fff;
}

/* search
---------------------------
*/
#search {
	position: absolute;
	top: 16px;
	right: 20px;
}
#search form input {
	display: block;
	margin-bottom: 3px;
}
/* main content
---------------------------
*/
#maincontent h2 {
	color: #007fb3;
	font-size: 1.333em;
}
#maincontent h3 {
	color: #000;
	margin-bottom: .25em;
	font-size: 1.167em;
}
#maincontent ul {
	margin-left: 0;
}
#maincontent ul li {
	background: url(/img/layout/bullet.gif) no-repeat;
	list-style: none;
	padding-left: 20px;
}
#maincontent img {
	float: right;
	margin: 10px 0 10px 10px;
}

/* maps
---------------------------
*/
body.map #maincontent {
	position: relative;
	width: 280px;
	min-height: 800px;
	margin: 10px 0 40px 0;
	padding: 0;
	text-align: center;
}
body.map #secondary {
	float: left;
	width: 210px;
	min-height: 800px;
	margin-right: 20px;
	padding: 40px 0 10px 10px;
/*	text-align: justify;*/
}
#right {
	float: left;
	width: 210px;
	margin-left: 20px;
	padding: 40px 10px 10px 0;
	min-height: 800px;
/*	text-align: justify;*/
}
body.map #maincontent p#map-img {
	margin: 1em 0;
	padding: 1em 0;
	border: 1px solid #f4f4f4;
	border-width: 1px 0;
}
body.map #maincontent img {
	float: none;
	clear: both;
	margin: 0;
}
.business h2 {
	margin-top: 2em;
	margin-bottom: 0;
	padding: 2px 0;
	font-size: .833em;
	font-weight: bold;
	text-align: left;
	color: #fff;
}
.business h2 span {
	background: #fe0000;
	display: inline;
	padding: 2px;
}
.business h3 {
	margin: .25em 0;
	color: #333;
	font-size: 1.0833em;
	font-weight: bold;
/* Original blue color: #007fb3; maybe can be used for links */	
}
.business p {
	font-size: .9167em;
	color: #777;
}
.business span {
	display: block;
}
.business .description {
	padding: .25em 0;
	color: #333;
}
.business span strong {
	color: #000;
	font-weight: normal;
}
.explain {
	margin: 3px 0;
	color: #777;
	font-size: .9167em;	
}

/* map navigation
---------------------------
*/
.navigation {
	text-align: center;
	color: #777;
}
.navigation .pagecount {
	margin: 0;
	padding: .25em 0;
}
.navigation .controls.previous {
	position: absolute;
	left: 0;
}
.navigation .controls.next {
	position: absolute;
	right: 0;
}
.navigation.top .controls {
	top: 0;
}
.navigation.bottom .controls {
	bottom: -1em;
}
.navigation .controls a {
	background: #f1f1f1;
	display: block;
	padding: .25em .5em;
	border: 1px solid #ddd;
}
.navigation .controls a:hover {
	background: #ddd;
	border: 1px solid #ccc;
	text-decoration: none;
}
.navigation .controls.inactive a, .navigation .controls.inactive a:hover {
	background: none;
	border: 1px solid #f1f1f1;
	color: #ababab;
	cursor: default;
	text-decoration: none;
}
.related, .tags {
	display: none !important;
}

/* footer
---------------------------
*/
#footer {
	background: #fff;
	clear: both;
	position: relative;
	padding: 1.5em 1em;
/*	border-top: 1px solid #f6f6f6;*/
	color: #666;
	text-align: center;
	font-size: 11px;
}
#footer ul {
	margin-left: 0;
}
#footer li {
	display: inline;
	padding: 0 1em;
	border-left: 1px solid #ddd;
}
#footer li.first {
	border-left: 0;
}
#footer li.current a {
	color: #000;
}
#footer p {
	font-size: 9px;
}
#footer a {
	color: #666;
}

/* clear floats
---------------------------
*/
.clear:after,#footer ul:after,#nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}