/*
	Blue
	color: #083971;
	Yellow
	Grey
	color: #526648;
	5f7156;

	font-family: Tahoma, Verdana, Segoe, sans-serif;
*/

* {
	padding: 0px;
	margin: 0px;
	-webkit-overflow-scrolling: none;
}

#debug {
	display: none;
	position: fixed;
	z-index: 10000;
	background-color: #fff;
	right: 0px;
	bottom: 0px;
}

body {
	color: #ffffff;
	font-weight: 200;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 18px;
	line-height: 20px;
	background: #ffffff;
	background: #083971;
}

a, a:visited {
	color: #083971;
	text-decoration: underline;
}
	
a:hover {
	color: #000000;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

#wrap {
	margin: auto;
}

.fixed {  
	position: fixed;   
	top: 0px;  
	width: 100%;
	z-index: 10;
}


#header {
	width: 100%;
	z-index: 100;
	text-align: center;
	color: #ffffff;
	background: #ffffff;
	background: #083971;
	z-index: 2;
	border-bottom: 1em solid #000000;
}

#logo {
	float: left;
	margin: 1em 2em;
}
#logo img {
	position: relative;
	width: 100px;
	height: auto;
	border: 2px solid #000000;
}

#header .motto {
	font-family: "clarendon-text-pro", 'Century';
	font-size: 2.4em;
	float: left;
	margin: 3.0em 0 0 ;
	position: relative;
	display: block;
}
#header .motto .underbar {
	font-size: 1.1em;
	background-image: url( /wp-content/plugins/bright/images/underbar.png );
}
sup {
	bottom: .3ex;
	padding: 0 .05em;
}

#header h1 a {
	text-decoration: none;
	color: #ffffff;
}
#header h1 {
	font-size: 2em;
	position: relative;
	text-transform: uppercase;
}
#header h2 {
	font-size: 1em;
	position: relative;
	margin: .5em 0 0 0;
}

#header a {
}
#header a:hover {
}

#header-slides {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 152px;
	z-index: 1;
}
#header-slides img {
	width: 100%;
}

#header-slides img {
	width: 100%;
}

#slideshow-wrapper {
	width: 100%;
	margin: 0 0 2em 0;
	border: 1px solid #083971;
	background: #083971;
}
#carousel-wrapper {
	background: #000000;
	width: 100%;
}

#carousel {
	margin: auto;
	max-width: 960px;
	min-height: 200px;
	border-bottom: 1em solid #000000;
	margin-bottom: 0em;
	position: relative;
	z-index: 100;
}


#slideshow {
	margin: auto;
	max-width: 960px;
	margin-bottom: 0em;
	position: relative;
	z-index: 100;
}

#carousel .tools {
	position: absolute;
	bottom: -1em;
	left: 0em;
	width: 100%;
	z-index: 1001;
}

#carousel .prev,
#carousel .next {
	z-index: 1001;
	float: left;
	color: #083971;
	color: #5f7156;
	cursor: pointer;
}

#carousel .prev {
	padding: 0 1em 0 0;
}
#carousel .next {
	float: right;
}

#carousel .title {
	position: absolute;
	background: #ffffff;
	color: #000000;
	z-index: 1002;
	right: 1em;
	top: 1em;
	background: #083971;
	color: #ffffff;
	border: 1px solid #000000;
	color: #ffffff;
}
#carousel .title a {
	z-index: 1002;
	text-decoration: none;
	display: block;
	font-size: .8em;
	padding: .5em;
	color: #ffffff;
}
#carousel .title a:hover {
	color: #083971;
	background: #ffffff;
}

#carousel .description {
	position: absolute;
	width: 33%;
	top: 60%;
	left: 2em;
	z-index: 1001;
}

#carousel .caption {
	position: absolute;
	right: 1em;
	bottom: -2.2em;
	font-size: .5em;
	color: #ffffff;
	color: #083971;
	color: #5f7156;
	z-index: 1001;
}

.spotify-embed
{

	width: 100%;
	min-width: 300px;

}

.media-block {
	margin: 0 0 2em 0;
}

#media-player {
	padding: 1em 0 1em 0;
	width: 60%;
	margin: 0 auto 2em;
}

#media-player .cover {
	border: 1px solid #083971;
}
#media-player .mejs-container {
}

#media-player .mejs-offscreen {
	display: none;
}

#media-player .mejs-button {
	display: none;
}

#media-player .mejs-time {
	padding-left: 10px;
}

#media-player .mejs-container .mejs-controls {
	background: #ffffff;
	background: #083971;
}

#media-player .mejs-time-slider {
	background: #000000;
}
#media-player .mejs-time-loaded {
	background: #083971;
	background: #000000;
}
#media-player .mejs-time-current {
	background: #333333;
	background: #5f7156;
}

#media-player .mejs-horizontal-volume-total {
	background: #5f7156;
	background: #000000;
}

#media-player .mejs-horizontal-volume-current {
	background: #083971;
	background: #5f7156;
}

#media-player ul {
	margin: 0px;
	padding: 0px;
}
#media-player li {
	list-style: none;
	position: relative;
						text-align: center;
}
#media-player li img {
	width: 100%;
}
#media-player .list li {
	cursor: pointer;
	padding: .5em;
	width: 100%;
}
#media-player li:hover {
	color: #000000;
}
#media-player li.current {
	color: #000000;
	text-decoration: none;
	background: #ffffff;
	color: #083971;
}
#media-player .left {
	width: 50%;
}
#media-player .prev,
#media-player .next {
	width: 50%; 
	float: left;
	display: block;
	text-align: center;
	color: #000000;
}
#media-player li {
	margin: 0;
}

#media-player .right li {
	border: 0px solid #4293a9;
}

#player {
	margin: auto;
}



#walkover {
	width: 129px;
	height: 200px;
	position: relative;
	margin: 0 auto 1em;
	z-index: 10;
}
#walkover img {
	width: 100%;
	z-index: 5;
}

#entrance {
	position: relative;
	clear: both;
	z-index: 2;
}

#floater {
	position: relative;
	clear: both;
	z-index: 2;
}

#bright-home #floater {
}

#main-menu-wrapper {
	margin: auto;
	z-index: 100;
}

#nav {
	z-index: 10;
	position: relative;
	height: 30px;
	margin: 7em 1.5em 0 0;
	float: right;
	text-transform: lowercase;
}

#home .nav {
	margin-top: 0px;
}

.nav {
	text-transform: lowercase;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}


.nav ul {
	z-index: 100;
	list-style: none;
	line-height: 30px;
	margin: auto;
}
.nav li {
	list-style: none;
	float: left;
	margin: 0px 0px 0px 0px;
}
.nav a {
	text-decoration: none;
	margin: 0px .5em 0px .5em;
	color: #ffffff;
}
.nav a:hover { 
	text-decoration: none;
	color: #ffffff;
}
.nav a:visited { 
}
.nav a:active { 
}

.nav li.current-menu-item a,
.nav li.current_page_item a
{
	text-decoration: underline;
	color: #000055;
	color: #ffcc00;
	color: #5f7156;
	color: #ffffff;


}

.nav a:hover {
	text-decoration: underline;
}

.nav li.current-menu-item a:hover,
.nav li.current_page_item a:hover{
	cursor: default;
	text-decoration: underline;
}

#nav-single {
	margin: 0% 5% 0% 0px;
	float: right;
	width: 42%;
	clear: right;
	padding: 20px 40px 20px 40px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
}
#nav-single a {
	text-decoration: none;
	text-transform: uppercase;
}

#colophon {
	display: none;
	position: relative;
	z-index: 1000;
	text-align: center;
	font-size: .5em;
	line-height: 1.3em;
	margin: .4em auto 0 auto;
	width: 400px;
}

#colophon a {
	color: #000055;
}

#colophon div {
	float: left;
	text-align: center;
}

#sub-nav {
	position: relative;
	margin: 0px auto 1em;
	z-index: 5000;
	opacity: 1;
	background: #eeeeee;
	width: 960px;
	border-radius: .9em;
	padding: .5em 0 .7em;
	text-align: center;
	color: #ffffff;
	font-size: 1.5em;
}

#sub-nav select {
}

#sub-nav a {
	color: #000055;
	text-decoration: none;
	font-size: 2em;
}
#sub-nav .prev {
	float: left;
	margin: 0 .2em;
}

#sub-nav .next {
	float: right;
	margin: 0 .2em;
}

#content-wrapper {
	width: 100%;
	background: #ffffff;
}

#content {
	width: 80%;
	position: relative;
	margin: 0px auto 1em;
	z-index: 5000;
	opacity: 1;
	min-height: 400px;
	z-index: 1;
	padding-top: 2em;
	padding-bottom: 1em;
	color: #083971;
}

#content h2,
.widget-title
{
	text-align: center;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1.3em;
}

.widget-title
{

	font-weight: 700;

}

#content h3 {
	text-align: center;
	text-transform: uppercase;
}

#content h4 {
	text-align: center;
	font-weight: normal;
	font-size: .7em;
	margin-bottom: 1em;

}
#content h4 a {
}

#content .center-column {
	width: 70%;
	margin: auto;
	text-align: center;
}

#content .left {
	width: 50%;
	float: left;
}

#content .right {
	width: 50%;
	float: right;
	overflow: hidden;
}

#content .latest-tweets li,
#content ul.news li {
	list-style: none;
	padding: .5em;
	margin: 0em 10% 0em 10%;
}

.tweet-details {
	margin: 0 0 .5em 0;
}

.tweet-text {
	margin: 0 0 .5em 0;
}

#content ul.news h3 {
	text-transform: uppercase;
	margin: 0 0 .5em 0;
}

#content ul.news h3 a {
	text-decoration: none;
}

#content .video-embeds {
	margin: 0 auto 1em;
}
#content .video-embeds h3 {
	margin: 0 auto;
	padding: 2em 0 0 0;
}
#content .video-embeds iframe {
	margin: 1em auto;
}
#content li .video-embeds iframe {
	margin: 0em auto;
}

#content ul.calendar {
	width: 100%;
	float: right;
	position: relative;

}

#content ul.calendar li {
	width: auto;
	margin: .5em 10% 0 10%;
	padding: 0em;
}
#content ul.calendar .calendar-artist {
	font-weight: bold;
}

#content ul.calendar .calendar-date {
	margin-bottom: 1em;
	font-weight: bold;

}
#content ul.calendar .calendar-secondary-date {
	font-weight: bold;
	margin-bottom: 1em;
	display: none;
}
#content ul.calendar .no-dates{
	display: none;
}

#content ul.calendar li {
	list-style: square;
	list-style: none;
	padding: 0 0 .5em;
	text-align: center;
}

#content .center .calendar li {
	margin: 1em auto;
}
#content ul.artists li {
	padding: 1em 0 2em;
	list-style: none;
	width: 100%;
	float: right;
	position: relative;
	text-align: center;
}
#content ul.artists li img {
	width: 50%;
	text-align: center;
}
#content ul.music li {
	padding: .3em 0 .3em .5em;
	list-style: none;
	text-align: center;
	border: 1px dotted #cccccc;
	border-top: 0px;
	background-image: url( /wp-content/plugins/bright/images/play-white.png );
	background-position: 5px 15px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	cursor: pointer;
	padding: .5em 10px .5em 30px;
}

#content #artist-index li {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 32%;
	float: left;
	border: 0px solid #ff0000;
	position: relative;
}
#content .music li, 
#content #artist-index a {
	padding: 1em 0;
	width: 100%;
	display: block;
	color: #ffffff;
	color: #083971;
}
#content .music li.current {
	color: #083971;
	color: #ffffff;
	background: #083971;
}

#content .music li.current.playing {
	background-image: url( /wp-content/plugins/bright/images/pause-blue.png );
	background-position: 5px 15px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

#content .music li.current.paused {
	background-image: url( /wp-content/plugins/bright/images/play-blue.png );
	background-position: 5px 15px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

#content .music li.current.playing:hover {
	background-image: url( /wp-content/plugins/bright/images/pause-blue.png );
	background-position: 5px 15px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}
#content .music li.current.paused:hover {
	background-image: url( /wp-content/plugins/bright/images/play-blue.png );
	background-position: 5px 15px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

#content .music li:hover, 
#content #artist-index a:hover {
	background: #ffffff;
	background: #083971;
	color: #083971;
	color: #ffffff;
	text-decoration: none;
}
#content .music li:hover {
	background-image: url( /wp-content/plugins/bright/images/play-blue.png );
	background-position: 5px 15px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

#footer {
	padding: 0 0 1em 0;
	clear: both;
	background: #000000;
	background: #083971;
	color: #ffffff;
	text-align: center;
	width: 100%;
	z-index: 2;
	/*
	position: fixed;
	bottom: -40px;
	*/
}

#content .news .share h3 {
	font-size: .7em;
}

#content .news .share img {
	width: 2em;
	margin: 0 .5em;
}

#footer .share {
	text-align: center;
}

#content .follow,
#content .share {
	text-align: center;
	position: relative;
	margin: 2em auto;
}
#content .follow img,
#content .share img {
	width: 10%;
	margin: 0 1em;
	border: 0;
}

#footer .social {
	float: left;
}

#footer .copyright a {
	text-decoration: none;
}
#footer .copyright {
	margin: 1.5em .5em 0 0;
	font-size: .5em;
	text-align: right;
	line-height: 1.5em;
	float: right;
}
#footer .copyright a {
	color: #ffffff;
}
#footer .copyright a:hover {
	color: #ffffff;
}

#footer img {
	padding: 0 1em;
	height: 3em;
}

#sidebar {
}

#span {
	height: 0px;
}

#console {
	position: relative;
	padding: 0;
	padding: 0px 0em;
}


#listing-index {
	width: 100%;
	padding: 1em 0 0 0;
}

#listing-index .cell {
	width: 100%;
	background: #ffffff;
	text-align: center;
	margin-bottom: 2em;
}
#listing-index .cell-padding {
	width: 100%;
	background: #ffffff;
	margin: 5% 0;
}
#listing-index .cell .slide {
	position: relative;
	width: 90%;
	margin: auto;
}
#listing-index .cell .featured {
	position: absolute;
	left: 0;
	top: 0;

}
#listing-index .cell .featured {
}


#loading h3,
#listing-index .cell h3 {
	margin: .3em auto;
}
#listing-index .cell h2 {
	margin: .3em auto;
}
#listing-index .cell .cell-image {
	width: 100%;
	display: block;
	margin: auto;
}
#listing-index .cell .cell-image img {
	width: 100%;
}

#listing-index .cell .cell-details {
	width: 30%;
	margin: 140px 5% 0;
	text-align: center;
}

#listing-index .cell .info {
	padding: 1em 0;
}
#listing-index .cell .info li {
	width: 33%;
	list-style: none;
	float: left;
}
#listing-index .cell .info li.l { text-align: left; }
#listing-index .cell .info li.c { text-align: center; }
#listing-index .cell .info li.r { text-align: right; }


#grid-wrapper {
	width: 73%;
	float: right;
	position: relative;   
	min-height: 500px;
}

#grid {
}

#grid .page-nav {
	text-align: center;
	padding: 2em 0;
	clear: both;
}

#grid .cell {
	width: 50%;
	float: left;
	height: 370px;
	background: #ffffff;
}

#grid .cell-details {
	margin: 0px 5% 0;
	text-align: center;
}
#grid .cell-buttons {
	padding: 1em 0 .5em;
}

#sidebar-grid .cell-buttons {
	padding: 5px 0 0 0;
}
#sidebar-grid .cell.odd {
	background: #f7e4aa;
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1) inset;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1) inset;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1) inset;
	background-repeat: no-repeat;
}
#sidebar-grid .cell.even {
	background: #e9d18a;
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .3) inset;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3) inset;
	background-repeat: no-repeat;
}

#sidebar-grid .cell.popup {
	background: #36ad96;
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .3) ;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .3) ;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3) ;
	background-repeat: no-repeat;
}

#grid .cell-padding {
	width: 90%;
	background: #ffffff;
	margin: 5% 5% 5% 5%;
}
#sidebar-grid .cell-padding {
}

#grid .cell h3 {
	text-align: center;
	font-weight: normal; 
	text-transform: uppercase;
}
#sidebar-grid .cell h3 {
}

#grid .cell h2 {
	text-align: center;
}

#grid .cell .cell-image,
#sidebar-grid .cell .cell-image {
	width: 100%;
	height: 205px;
	overflow: hidden;
	position: relative;
	margin: 5px;
}

#grid .cell .cell-image img,
#sidebar-grid .cell .cell-image img {
}
#grid .cell .cell-image img {
}
#sidebar-grid .cell .cell-image img.featured ,
#grid .cell .cell-image img.featured {
	position: absolute;
	width: 100px;
	height: 100px;
	z-index: 9999;
}

#map-bubble .featured {
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 9999;
}

#grid .cell .info {
	margin: .5em 0 0 0;
}

#grid .cell .info li {
	width: 33%;
	list-style: none;
	float: left;
}
#grid .cell .info li.l { text-align: left; }
#grid .cell .info li.c { text-align: center; }
#grid .cell .info li.r { text-align: right; }

#list a.buy,
#grid a.buy {
	padding: .3em .5em;
}

#slides {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}
#slides li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}
#slides li img {
	width: 100%;
}
.scrollable {
	position:relative;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:hidden;
}
.scrollable .thumbs {
	position: absolute;
}

.detail .top {
}
.detail .middle {
	width: 100%;
}
.detail .left {
	padding: 1%;
	float: left;
}

.detail .right {
	padding: 1%;
	float: right;
}

.detail ul {
	clear: both;
	/*
	margin: 1em 1em 0 0px;
	*/
	padding: 0px;
}
.detail li {
	/*
	margin: 0px 0px .5em 1em;
	*/
	list-style: none;
}

.detail .buttons {
	margin: 0 0 0 1%;
	padding: 0 0 0 0;
	position: relative;
}
.detail .buttons .button {
	float: left;
	width: 22%;
	border-radius: .3em .3em 0 0;
}
.detail .description {
}

.button ,
#page .button {
	border-radius: .0em;
	background: #032b5b;
	color: #fff;
	color: #f7e4aa;
	margin: 0 1% 0 0;
	padding: 1%;
	text-align: center;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: .8em;
}

a.button.dimmed {
	color: #000055;
	font-weight: bold;
	background: #eeeeee;
	cursor: default;
	text-decoration: none;
}



#console .button:hover ,
#page .button:hover {
	text-decoration: underline;
}

#console .detail .button {
}

#sidebar-grid .button {
	margin: .5em;
	padding: .3em .6em;
	-moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .5);
	background-repeat: no-repeat;
}

#grid .page-nav .ready ,
#console .table-button.ready {
	text-align: center;
	padding: .3em;
	background: #032b5b;
	color: #f7e4aa;

	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .5) inset;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .5) inset;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .5) inset;
	background-repeat: no-repeat;
	cursor: pointer;
}

#grid .page-nav .dimmed ,
#console .table-button.dimmed ,
#console .detail .dimmed {
	padding: 5px;
	background: #f7e4aa;
	color: #000;

	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .5) inset;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .5) inset;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .5) inset;
	background-repeat: no-repeat;

	cursor: default;
}

#console .button:hover {
	text-decoration: underline;
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .5);
	background-repeat: no-repeat;
}

#grid .ready:hover ,
#console .table-button.ready:hover {
	text-decoration: underline;
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .5) inset;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .5) inset;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .5) inset;
	background-repeat: no-repeat;
}

#grid .dimmed:hover ,
#console .table-button.dimmed:hover {
	text-decoration: none;
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .5) inset;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .5) inset;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .5) inset;
	background-repeat: no-repeat inset;
}

.detail h1,
.detail h2 {
	font-size: 1.5em;	
	margin: 0em;
	padding: 1em;
	clear: none;
}
.detail .info {
	width: 100%;
	margin: auto;
	padding: 2em 0 2em ;
	font-size: 1.5em;
	clear: both;
}
.detail .info li {
	width: 25%;
	list-style: none;
	float: left;
	text-align: center;
}

a.buy {
	border-radius: 1em;
	background: #ff6600;
	color: #000000;
	padding: .5em 1em;
	text-decoration: none;
	border: 1px solid #333;
}
a.buy:hover {
	background: #ffff00;
	color: #000000;
	border: 1px solid #333;
}

#property-search {
	width: 259px;
	text-align: center;
	padding: 0 0 0;
}
#property-search-form {
	text-align: center;
	padding: 1em 0 0 0;

}
#property-search select {
	width: 90%;
	margin: auto;
	text-align: center;
}
#property-search option {
	margin: auto;
	text-align: center;
}
#property-search h3 {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#property-search ul {
	margin: 0px;
	padding: 0px;
	font-size: .8em;
}
#property-search li {
	list-style: none;
}
#property-search li a {
}
#property-search li a:hover {
	text-decoration: none;
}

#search-area-list {
	padding-bottom: 1em;
}

#search-area-list ul {
	border-top: 1px solid #dddddd;
	width: 90%;
	margin: auto;
}

#search-area-list a {
	display: block;
	padding: 0 1em;
	background: #eeeeee;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

#search-area-list a:hover {
	background: #f7e4aa;
}

#search-area-list a.selected {
	background: #032b5b;
	color: #f7e4aa;
}


#property-search a.selected {
	text-decoration: none;
}


.meta {
	text-align: center;
	clear: both;
	width: 80%;
	margin: 0em auto;
}
#listings-pager {
	clear: both;
	padding: 0;
	float: left;
	text-align: center;
}
#listings-pager .increment {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 1em;
}
#listings-pager select {
	width: auto;
}

#page {
	background: #fff;
}


#loading {
	padding: 30px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

#map-legend {
	width: 100%;
	float: left;
}
#map-wrapper {
	z-index: 100;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0;
}

#map-bubble {
	position: absolute;
	z-index: 5001;
	top: 0;
	width: 200px;
	background: #fff;
	border: 1px solid #000055;
	border: 1px solid #000055;
	border-radius: .2em;
	padding: 0px;
	display: none;
	margin: 0px;
	max-width: 200px;
}
#map-bubble .arrow {
	position: absolute;
}
#map-bubble .top-left-arrow {
	top: -4px;
	left: -10px;
}
#map-bubble .top-right-arrow {
	display: none;
	top: 0px;
	right: -10px;
}
#map-bubble .bottom-left-arrow {
	display: none;
	bottom: 0px;
	left: -10px;
}
#map-bubble .bottom-right-arrow {
	display: none;
	bottom: 0px;
	right: -10px;
}
#map-bubble .left-close {
	position: absolute;
	top: -.7em;
	right: .5em;
	text-align: center;
}
#map-bubble .right-close {
	display: none;
	position: absolute;
	top: .5em;
	left: .5em;
	text-align: center;
}

#map-bubble .close a,
#map-column li .close {
	position: absolute;
	border: 1px solid #f0ede5;
	color: #000055;
	display: block;
	background: #f0ede5;
	border-radius: 1em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	font-size: .5em;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	padding: .3em;
}
#map-bubble .close a:hover ,
#map-column li .close:hover {
	color: #000055;
	background: #ffffff;
	border: 1px solid #000055;
}
#map-bubble .content {
	line-height: 1.2em;
}
#map-bubble .caption {
	text-align: left;
	max-height: 150px;
	overflow: scroll;
}
#map-bubble .content h2 {
	margin: .4em auto;
	padding: 0 .5em;
	font-size: 1em;
	text-align: center;
}
#map-bubble .content img.main {
	width: 100%;
	margin: 0em 0;
	display: block;
}
#map-bubble .button {
	display: block;
	width: 100%;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	background: #000055;
	text-decoration: none;
	color: #ffffff;
	padding: .5em 0;

}



#map-column {
	position: relative;
	width: 30%;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 455px;
	float: right;
	margin: 0;
	padding: 0;
}
#map-column h2 {
	font-size: 1.5em;
	line-height: 1em;
	text-align: left;
	padding: .5em 0 .3em;
	font-weight: 200;
	text-align: center;
}
#map-column h3 {
	font-size: 1.2em;
	line-height: 1em;
	text-align: left;
	padding: .5em 0 .3em;
	font-weight: 200;
}
#map-column ul {
	margin: 0 0 1em 0;
}
#map-column li {
	padding: 0 ;
	margin: 0 0 .3em 0 ;
	list-style: none;
}

#map-column .column-summary {
	font-size: .8em;
	line-height: 1.3em;
	margin: 0 5px 0 20px;
	text-align: justify;
}
#map-column .amenity.column-summary {
	margin: 0 5px 2em 20px;
}

#map-column li.current {
	border-radius: 0 1em 0 1em;
	border: 1px solid #eeeeee;
	background: #fefefe;
	margin: .5em 1em .5em 0;
	padding: .5em .5em .5em 0;
	line-height: 1.5em;
	position: relative;
}
#map-column li .address a {
	color: #000055;
}
#map-column li .address {
	padding-left: 1em;
}
#map-column li.current .address a {
	text-decoration: none;
	font-weight: bold;
	padding-right: 2em;
}

#map-column li .close {
	display: none;
	right: -.8em;
	top: -.8em;
}
#map-column li.current .close {
	display: block;
	font-weight: bold;
}
#map-column li .details {
	display: none;
}
#map-column li.current .details {
	position: absolute;
	font-size: .8em;
	display: block;
	border-radius:  .3em 0 0 0 ;
	border: 1px solid #f0ede5;
	background: #f0ede5;
	color: #000055;
	width: auto;
	line-height: 1em;
	bottom: .0em;
	right: .0em;
	padding: .3em .5em;
	font-weight: bold;
	text-decoration: none;
}

#map-column li.current .details:hover {
	background: #ffffff;
	border: 1px solid #000055;
}

#map-canvas {
	position: relative;
	z-index: 3000;
	float: left;
	margin: 1%;
	height: 400px;
	border-radius: .3em;
	width: 68%;
	padding: 0;
}

#page #console .inline-form {
	margin: 0px 0px 2em 0px;
}
#page #console .inline-form h2 {
	margin: 0px;
	padding: 0px;
}

#schedule-showing-form,
#request-info-form,
#send-link-form {
	position: relative;
	display: none;
}

#request-info {
	display: none;
	width: 100%;
	height: 100%;
	display: fixed;
	opacity: 1;
	position: absolute;
	z-index: 1000000;
	text-align: center;
}

#request-info .transparency {
	background: #fff;
	width: 100%;
	height: 100%;
	opacity: .8;
	position: absolute;
	z-index: 1000001;
}
#request-info .content {
	opacity: 1;
	width: 50%;
	border: 1px solid #ff0000;
	background: #ff0000;
	margin: auto;
	z-index: 1000002;
}

#page-padding {
	padding: 2em;
}
#page h2 ,
#page h3 ,
#page h4 
{
	clear: none;
}
#page h2 {
	font: normal normal normal 40px/1em peinaud, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #0a5e5f !important;
	margin: 0 0 .5em;
}

blockquote {
	padding: 1em 0 1em 0;
}

blockquote .attr {
	float: right;
	padding: 0 0 .5em 0;
}

#page img.alignright ,
#page img.alignleft {
	-moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .5);
	background-repeat: no-repeat;
}

#bright_contact {
}

#bright_contact ul {
	margin: 0;
	padding: 0;
}

#bright_contact li {
	list-style: none;
}
#bright_contact li.label {
	margin: 0;
}
#bright_contact li.field {
	margin: 0 0 1em;
}

#bright_contact input,
#bright_contact textarea {
	font-weight: bold;
	padding: 5px;
	width: 80%;
}
#bright_contact textarea {
	height: 150px;
}
#bright_contact_results {
	text-align: center;
}

img.headshot {
width: 152px;
}



div.pad {
	padding: 0em 1em 0 1em;
}
div.half {
	width: 50%;
	float: left;
}
div.quarter {
	width: 25%;
	float: left;
}
div.threequarter {
	width: 75%;
	float: left;
}
div.twothird {
	width: 66%;
	float: left;
}
div.third {
	width: 30%;
	float: left;
}

fieldset {
	margin: 0;
	padding: 1em 2em 1em 1em;
	background-repeat: no-repeat;
}
fieldset p {
	margin: 0 0 .5em 0;
}

label, input { display:block; }
input.text { margin-bottom:12px; width:95%; padding: .4em; }

#console .results {
	margin: 0 0 0 20px;
}
#sidebar-pane .results {
	margin: 0 0 0 0px;
	text-align: center;
}
.results h2 {
}



.bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.header-left {
}
.headerbg {
	background-color: #ffffff;
	background: url(/uploads/cb-2012-bg-07.jpg);
	background: url(/uploads/cb-bg-lake2.jpg);
	background-position: center -370px;
	background-size: 100% 900px;
	width: 100%;
	height: 137px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.bg2 {
	width: 100%;
	height: 198px;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	background: url(/uploads/cb-bg-boards-01.jpg);
	background: url(/uploads/cb-shower-tile.png);
	background-size: 100% 60px;
	background-position: 0px -47px;
	z-index: 1;
}

.transparency {
	opacity: .8;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 20;
}

.post {
	opacity: 1.0;
	position: relative;
}

.about {
	text-transform: none;
	position: relative;

	overflow: hidden;
	line-height: 20px;
	font-size: 16px;

	padding: 0px 20% 0px 20%;
	margin: 0px 0px 0px 0px;

}
.about .banner {
	width: 100%;
}

#padding {
	margin: 0 2em;
}

a.yellow {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background: #ffffff;
}
a.yellow:hover {
}

#left-column {
	width: 45%;
	margin-top: 0px;
}
#middle-column {
	width: 85%;
	margin: 0px auto;
}
#right-column {
	width: 45%;
	margin-top: 0px;
	float: right;
}

.sidebar {
	position: relative;
	float: left;

	overflow: hidden;
	width: 100%;
	line-height: 20px;
	font-size: 16px;

	padding: 0px 0px ;
	margin: 10px 0px 10px 0px;

	clear: right;
	float: right;

	border: 15px solid #ffffff;
	background: #eeeeee;
}
#middle-column .sidebar {
	border-right: 15px solid #ffffff;
}

.center.column {
	margin: auto;
	width: 80%;
}

.box {
	background: #ffffff;
	padding: 10px;
}

#box {
	float: left;
	clear: left;
	overflow: hidden;
	width: 50%;
	margin: 0px 0% 0% 0px;
	line-height: 20px;
	font-size: 16px;

	padding: 10px 10px 10px 0px;

position: fixed;
top:210px;
}
#box a {
	text-decoration: none;
}
#box a:hover {
	background: #ffffff;
	text-decoration: underline;
}
#box p {
	opacity: 1;
	padding: 0px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
}

#box img {
}

.clear {
	clear: both;
}

.triangle {
	margin: 20px 0px 0px 0px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #57340f;
	border-bottom: 10px solid transparent;
	float: right;
}

.circle1,
.circle2,
.circle3 {
	float: right;
	clear: right;
	background: #fff;;
	border: 1px solid #57340f;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.circle1 {
	width: 25px; height: 25px;
	margin: 20px 0px 0px 0px;
}
.circle2 {
	width: 20px; height: 20px;
	margin: 0px 40px 0px 0px;
}
.circle3 {
	width: 15px; height: 15px;
	margin: 10px 60px 10px 0px;
}

.meta {
	font-size: 10px;
}

div.menu-main-container {
	width: 960px;
	margin: auto;
}
div.menu-main-container ul {
	margin: 0px 0px 0px 0px;
}
ul {
	margin: 0px 0px 0px 0px;
}

li {
	list-style: disc;
	margin: 0px 0px 0px 30px;
}

li.label {
	clear: left;
	list-style: none;
}
li.field,
li.value {
	line-height: 32px;
	list-style: none;
	margin: 0px 0px 1em 30px;
}

.main li {
	margin: 0px;
}
h3 {
}
ul.main {
	margin: 0px 0px 0px 20px;
}
ul.main li {
	list-style: none;
}
ul.sub {
	margin: 0px 0px 0px 20px;
	list-style: square;
}
ul.sub li {
	margin: 0px 0px 0px 5px;
	list-style: square;
}
ul.subsub {
	margin: 0px 0px 5px 0px;
}
ul.subsub li {
	list-style: none;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

#right ul.subsub li {
	margin: 0px 0px 0px 10px;
}

.main span {
}

.small {
	font-size: 10px;
	line-height: 20px;
}

.entry-header h2 {
	border-bottom: 1px dotted #eeeeee;
	margin: 0px 0px 0px 0px;
}
.entry-meta {
	font-size: 10px;
}
.cat-links {
	float: right;
	font-size: 10px;
}

ul.buttons {
	display: inline;
}
ul.buttons li {
	float: left;
	list-style: none;
	margin: 10px 10px;
}
ul.buttons li a {
	display: block;
	box-shadow: 2px 2px 2px #867956;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #867956;
	background: #867956;
	padding: 10px;
	color: #000;
	width: 100px;
	font-size: 16px;
	text-align: center;
}
ul.buttons li a:hover {
	box-shadow: 1px 1px 2px #867956;
	border: 1px solid #000;
}

#box img.portrait {
	margin: 0px 0px 20px 20px; 
	float: right;
	border: 1px solid #000;
	border-radius: 5px;
}
#box a.photo {
	background: transparent;
}
#box a.photo img {
	width: 100%;
height: auto;
}


.sun {
	float: left;
	margin: 0px 10px 0px 0px;
	font-family: 'Zapf Dingbats', Georgia, sans-serif;
}

.first {
}


.banners {
	padding: 0% 0px 0px 0px;
}
.banner {
	position: relative;
	width: 250px;
	margin: 0 0 0;
}
.banner a {
	color: #000055;
	text-decoration: none;
}
.banner-body {
	background: #ffffff;
	background: #ffffff;
	margin: 0px 10px;
	height: 40px;
	line-height: 18px;
	font-size: 15px;
	text-align: center;
	padding: 10px 0px;
	position: relative;
}
.about .banner-body {
	background: #ffffff; 
	background: #ffffff; 
	height: 36px;
	margin: 0px 0px 0px 0px; 
	padding: 2px 0px 2px 0px;
	text-align: center;
}

.about .banner{
}
.about .banner-body {
	margin: 0px 10px 0px 10px; 
}

.triangle-right-head {
	float: right;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 20px solid #ffffff;
	border-left: 20px solid #ffffff;
	border-bottom: 30px solid transparent;
}

.triangle-left-tail {
	position: absolute;
	right: 0px;
	width: 0;
	height: 0;
	border-top: 20px solid #ffffff;
	border-right: 10px solid transparent;
	border-bottom: 20px solid #ffffff;
}

.triangle-right-tail {
	float: left;
	width: 0;
	height: 0;
	border-top: 20px solid #ffffff;
	border-left: 10px solid transparent;
	border-bottom: 20px solid #ffffff;
}	


.listing-summary {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 0px dotted #000055;
}

.small-pin {
	  width: 10px; height: 17px; margin: 0px 5px; padding: 0px; 
		float: left;
}
.pin {
	  width: 20px; height: 34px; margin: 5px 15px 5px 5px; padding: 0px; 
}

#pin_cyan_A { background: url(/uploads/map-sprite.png); background-position: 0px 0px; background-repeat: no-repeat; }
#smallpin_cyan_A {
	background: url(/uploads/map-sprite-small.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 620px 255px;
}

#pin_paleblue_A { background: url(/uploads/map-sprite.png); background-position: 0px -34px; background-repeat: no-repeat; }
#smallpin_paleblue_A {
	background: url(/uploads/map-sprite-small.png);
	background-position: 0px -17px;
	background-repeat: no-repeat;
	background-size: 620px 255px;
}

#pin_blue_A { background: url(/uploads/map-sprite.png); background-position: 0px -68px; background-repeat: no-repeat; }
#smallpin_blue_A {
	background: url(/uploads/map-sprite-small.png);
	background-position: 0px -34px;
	background-repeat: no-repeat;
	background-size: 620px 255px;
}

#pin_darkgreen_A { background: url(/uploads/map-sprite.png); background-position: 0px -102px; background-repeat: no-repeat; }
#smallpin_darkgreen_A {
	background: url(/uploads/map-sprite-small.png);
	background-position: 0px -51px;
	background-repeat: no-repeat;
	background-size: 620px 255px;
}

#pin_green_A { background: url(/uploads/map-sprite.png); background-position: 0px -136px; background-repeat: no-repeat; }
#smallpin_green_A {
	background: url(/uploads/map-sprite-small.png);
	background-position: 0px -68px;
	background-repeat: no-repeat;
	background-size: 620px 255px;
}

#pin_lime_A { background: url(/uploads/map-sprite.png); background-position: 0px -170px; background-repeat: no-repeat; }
#smallpin_lime_A {
	background: url(/uploads/map-sprite-small.png);
	background-position: 0px -85px;
	background-repeat: no-repeat;
	background-size: 620px 255px;
}

#pin_purple_A { background: url(/uploads/map-sprite.png); background-position: 0px -204px; background-repeat: no-repeat; }
#smallpin_purple_A {
	background: url(/uploads/map-sprite-small.png);
	background-position: 0px -102px;
	background-repeat: no-repeat;
	background-size: 620px 255px;
}

#pin_pink_A { background: url(/uploads/map-sprite.png); background-position: 0px -238px; background-repeat: no-repeat; }
#smallpin_pink_A {
	background: url(/uploads/map-sprite-small.png);
	background-position: 0px -119px;
	background-repeat: no-repeat;
	background-size: 620px 255px;
}

#pin_orange_A { background: url(/uploads/map-sprite.png); background-position: 0px -272px; background-repeat: no-repeat; }
#smallpin_orange_A {
	background: url(/uploads/map-sprite-small.png);
	background-position: 0px -136px;
	background-repeat: no-repeat;
	background-size: 620px 255px;
}

#pin_brown_A { background: url(/uploads/map-sprite.png); background-position: 0px -306px; background-repeat: no-repeat; }
#smallpin_brown_A {
	background: url(/uploads/map-sprite-small.png);
	background-position: 0px -153px;
	background-repeat: no-repeat;
	background-size: 620px 255px;
}

#pin_black_A { background: url(/uploads/map-sprite.png); background-position: 0px -340px; background-repeat: no-repeat; }
#smallpin_black_A {
	background: url(/uploads/map-sprite-small.png);
	background-position: 0px -170px;
	background-repeat: no-repeat;
	background-size: 620px 255px;
}

#pin_red_A { background: url(/uploads/map-sprite.png); background-position: 0px -374px; background-repeat: no-repeat; }
#smallpin_red_A {
	background: url(/uploads/map-sprite-small.png);
	background-position: 0px -187px;
	background-repeat: no-repeat;
	background-size: 620px 255px;
}

#pin_yellow_A { background: url(/uploads/map-sprite.png); background-position: 0px -408px; background-repeat: no-repeat; }
#smallpin_yellow_A {
	background: url(/uploads/map-sprite-small.png);
	background-position: 0px -204px;
	background-repeat: no-repeat;
	background-size: 620px 255px;
}

#pin_white_A { background: url(/uploads/map-sprite.png); background-position: 0px -442px; background-repeat: no-repeat; }
#smallpin_white_A {
	background: url(/uploads/map-sprite-small.png);
	background-position: 0px -221px;
	background-repeat: no-repeat;
	background-size: 620px 255px;
}

#pin_aqua_A { background: url(/uploads/map-sprite.png); background-position: 0px -476px; background-repeat: no-repeat; }
#smallpin_aqua_A {
	background: url(/uploads/map-sprite-small.png);
	background-position: 0px -238px;
	background-repeat: no-repeat;
	background-size: 620px 255px;
}

#seedling-map {
}

#half-width {
	display: none;
}
#full-width {
}
#zoom-in {
}
#zoom-out {
	display: none;
}


.box-wrapper-wide {
	border: 1px solid #ff0000;
	width: 94%;
}

.legend {
	font-size: .8em;
}

.legend input {
	float: left;
}

.legend a {
	text-decoration: none;
}

.legend h2 {
	margin: 0px;
	padding: 0px;
}

.legend {
	margin: 0 0 0 1%;
	padding: 0px;
	float: left;
	display: inline;
}

.legend li {
	margin: 1em 10px 0 10px;
	padding: 0px;
	list-style: none;
	float: left;
}



span.upper {
	font-size: 1.3em;
}

.foot-pad {
	height: 200px;
}


.album-index {
	margin: 0;
	padding: 0;
	text-align: center;
}

.album-index li {
	text-align: center;
	position: relative;
	margin: 0 0 2em 0;
}
.track-list,
.track-list li,
.album-index ol,
.album-index ol li {
	text-align: left;
	list-style-type: decimal;
	width: auto;
	padding: 0 0 .5em;
}
.track-list,
.album-index ol
{
	width: 50%;
	text-align: center;
	margin: 2em auto;
}

.center-column h3, 
.album-index h3 {
	margin: 0 0 1em 0;
}
.center-column img,
.album-index img {
	width: 80%;
	border: 1px solid #083971;
}
.center-column.format-dvd img,
.album-index .format-dvd img {
	width: 50%;
}

.buy-now {
	width: 80%;
	text-align: right;
	margin: auto;
}
.format-dvd .buy-now {
	width: 50%;
}


.buy-now a {
	font-size: .7em;
	text-decoration: none;
	padding: .1em .5em .3em;
	display: block;
	float: right;
	background: #ffffff;
	color: #083971;
	border: 1px solid #083971;
	border-top: 0px solid #083971;
}
.buy-now a:hover {
	color: #ffffff;
	background: #083971;
}

.bright-form .button {
	border: 1px solid #083971;
	background: #ffffff;
	color: #083971;

}
.bright-form .button:hover {
	background: #083971;
	color: #ffffff;
}

.separator {
	clear: both;
	margin: 0em auto;
	padding: 2em;
	text-align: center;
}
.separator img {
	width: 1em;
}

/* iPad Horizontal  */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

/* iPad Vertical */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}

/* iPhone Horizontal */
@media only screen and (max-device-width : 568px) and (orientation : landscape) {
}

/* iPhone Vertical */
/* @media only screen and (max-width : 320px) { */
@media only screen and (max-device-width : 320px) and (orientation : portrait) {
}

@media only screen and (max-width : 920px) {
	body {
	}
	#nav {
		z-index: 10;
		position: relative;
		height: 30px;
		margin: .5em 1.5em 0 0;
		float: right;
		text-transform: lowercase;
	}
	#content {
		width: 90%;
	}
	#content #artist-index li {
		width: 50%;
	}
	#content #artist-index li.spacer {
		display: none;
	}
}

@media only screen and (max-width : 600px) {
	#content .left {
		width: 100%;
	}
	#content .right {
		width: 100%;
	}
}

@media only screen and (max-width : 600px) {
	#logo {
		float: none;
		padding: 1em 1em 0 1em;
		margin: auto;
	}
	#header .motto {
		display: block;
		font-family: "clarendon-text-pro", 'Century';
		font-size: 2.4em;
		float: none;
		margin: 0.5em auto 0.25em;
		position: relative;
	}
	#nav {
		margin: 6.8em 1.5em 0 0;
		margin: auto;
		float: none;
	}
	#carousel .title {
		right: .5em;
		top: .5em;
	}
	#carousel .title a {
		padding: .5em;
		font-size: .5em;
	}
	#footer .social,
	#footer .share,
	#footer .copyright {
		float: none;
		margin: auto;
		text-align: center;
	}
	body {
	}
}
@media only screen and (max-width : 496px) {
	#header .motto {
		display: none;
	}
	#nav {
		margin: .0em 1.5em 0 0;
	}
	#content #artist-index li {
		width: 100%;
	}
}
