body {
	font-family: 'Source Sans Pro', sans-serif;
	background-image: url('../img/jim-hay-logo-bg.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 60%;
	background-size: 80%;
	font-size: 16px;
	text-align: justify;
}

h1 { font-size: 46px; }

h2 { font-size: 36px; }

h3 { font-size: 26px; }

.jhcursive {
	/* font-family: 'Indie Flower', cursive;
	font-family: 'La Belle Aurore', cursive;
	font-family: 'Homemade Apple', cursive;
	font-family: 'Cedarville Cursive', cursive; */
	font-family: 'Nothing You Could Do', cursive;
	font-weight: normal;
	color: #c2a204;
}

a {
	color: #c2a204;
}

#thirdparty img {
	max-width: 220px;
	padding: 20px;
}

header {
	/* background: linear-gradient(#fffa, #ccc2b9aa); */
	background: linear-gradient(rgba(255,255,255,0.7), rgba(204,192,185,0.7));	
}

.navbar-inverse {
	background-color: #222222ee;
	border-color: #080808ee;
}

footer {
	margin-top: 30px;
	padding: 20px 0px;
	background: linear-gradient(#ccc2b9, #fff); 
}

footer a{
	color: #877103;
}

#callusnow {
	color: #fff; 
	background-color: #af9c8c;
	background: linear-gradient(#af9c8c, #827368);	
}

#callusnow a{
	color: #fff; 
}

#callusnow.well-sm {
	border-radius: 20px;
	border: 5px solid #ddd4cf; /* e3e3e3 */
} 

.carousel-indicators {
	bottom:-20px;
}

.carousel-inner {
	min-height: 170px;
	margin-bottom:20px;
}

.carousel-indicators li {
	background-color: #333333;
}

.carousel-indicators .active {
	background-color: #c2a204;
}


.panel.property {
	background-color: #f9f4f0;
	border: 2px solid #e5e1dd;
	border-right: 2px solid #b2afac;
	border-bottom: 2px solid #b2afac;
	
	background: linear-gradient(#fff, #e8ddd2);
}

.panel.featured {
	border: 2px solid #66fc63;
	border-right: 2px solid #3c3;
	border-bottom: 2px solid #3c3;
}

.panel.property .features .img-thumbnail {
	max-width: 50px;
}

.thumbnail {
	/* background: linear-gradient(#fff, #ccc2b9); */
	background-color: #ccc2b9;
	background: linear-gradient(#fff, #e8ddd2);
	background: linear-gradient(#fff, #f8eee2);
}

.featureicons img {
	max-width: 50px;
}

#searchpanel .featureicons img {
	max-width: 45px;
}

#searchpanel .featureicons label {
	text-align:left; padding-left:6px
}

div.bubble
{
	display: inline-block;
	position: relative;
/*	width: 200px; */
/*	height: 100px; */
	top: 10px;
	text-align: left;
/*	line-height: 100px; */
	margin: 5px auto 10px;
	padding: 5px 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
	
}


div.bubble:before, div.bubble:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}

div.bubble p {
	margin: 0px;
}

div.speech:before
{
	left: 30px;
	top: -15px;
	border: 7px solid;
	border-color: transparent transparent #ccc #ccc;
}

div.speech:after
{
	left: 31px;
	top: -13px;
	border: 7px solid;
	border-color: transparent transparent #fff #fff;
}


#sideBarAffix.affix{
	width: 25%;
}



table.calendar		{ border-left:1px solid #999; }
tr.calendar-row	{  }
td.calendar-day	{ min-height:80px; font-size:12px; position:relative; vertical-align: top; }
td.calendar-day-np	{ background:#eee; min-height:80px; }
td.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:20px; padding:2px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number		{ background:transparent; padding:0px; color:#444; font-weight:bold; float:left; margin:0px 0px 0 0; width:20px; text-align:left; }
/* shared */
td.calendar-day, td.calendar-day-np { width:20px; height: 24px; padding:0px; border-bottom:1px solid #999; border-right:1px solid #999; }

td.calendar-day.b { background-color: #c2a204 }
td.calendar-day.br { background-color: #e2ce6e }
td.calendar-day.b-s { background: #ffffff url("../img/calendar/b-s.png") no-repeat center center; }
td.calendar-day.b-es { background: #ffffff url("../img/calendar/b-es.png") no-repeat center center; }	
td.calendar-day.b-e { background: #ffffff url("../img/calendar/b-e.png") no-repeat center center; }
td.calendar-day.b-sr { background: #ffffff url("../img/calendar/b-sr.png") no-repeat center center; }
td.calendar-day.b-ersr { background: #ffffff url("../img/calendar/b-ersr.png") no-repeat center center; }	
td.calendar-day.b-esr { background: #ffffff url("../img/calendar/b-esr.png") no-repeat center center; }	
td.calendar-day.b-ers { background: #ffffff url("../img/calendar/b-ers.png") no-repeat center center; }	
td.calendar-day.b-er { background: #ffffff url("../img/calendar/b-er.png") no-repeat center center; }
/* td.calendar-day:hover { background-color: #eceff5; } */
