/*
Theme Name: JTO Mobile
Theme URI: http://downingmedia.com.com
Description: Using jQuery, HTML5, and basic CSS, this theme will transform the mobile user experience from one that is static to one that is dynamic, animated, and performs like a downloadable mobile application on Android, iOS, Windows Phone, and touchscreen BlackBerry devices.
Author: Eric Downing
Author URI: http://downingmedia.com
Version: 1.0
*/
body{
	background:url('./images/mobile-bg.png');
	background-repeat: repeat;
}
#footer-bar {
background-color: #025531;
color: #fff;

text-align: center;
font-size: 12px;
}
#mobile-main{
	background:#fff;
	padding:10px;
}
@media screen and (max-width: 960px) {
	#nav#full {
		display:none
	}

	nav#mobile {
		background-color:#025531;
		box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);
		display:block;
	}

	/*
	Top black bar that holds the toggle button
	*/

	nav#mobile #toggle-bar {
		line-height:40px;
		height:40px;
	}

	/*
	Toggle button #1 ("Menu")
	*/

	nav#mobile strong a {
		margin-left:30px;
		color:#fff;
		font-weight: bold;
		text-decoration: none;
	}

	/*
	Toggle button #2 ("Navicon")
	*/

	nav#mobile .navicon {
		float: right;
		height: 4px;
		width: 34px;
		margin: 10px;
		border-top: 14px double #FFF;
		border-bottom: 4px solid #FFF;
		font-size:0;
	}

	/*
	The dropdown menu
	*/

	nav#mobile ul li {
		clear:both;
		list-style:none;
	}

	nav#mobile ul li a {
		display:block;
		background-color:#fff;
		text-transform:uppercase;
		letter-spacing:.2em;
		margin:2px 0;
		padding:6px 0 6px 8px;
		color:#333333;
		font-weight: bold;
		text-decoration: none;
	}

	nav#mobile ul ul {
		font-size:small;
	}



	nav#mobile ul ul a {
		background-color:#fff;
		padding-left:8px;
		color:#333333;
		text-decoration: none;
	}

	nav#mobile ul ul a:before {
	
		padding-right:8px;
	}
}

a, a:active, a:visited, .entry-title {
    color: #025531;
}

/* Career Page */

#avail-jobs{
	margin:25px;
}
#avail-jobs tr th{
	font-weight: normal;
	padding: 0 10px;
	background: #72551c;
	color:#fff!important;
}
th{
	color: #fff;
}
#avail-jobs .even{
	background-color: #ececec;
}
#avail-jobs a{
	color:#333333;
}
#avail-jobs tr:hover{
	background-color: gray;
	color:#fff!important;
}
.sales-leasing-mobile{
	width:200px;
	height:20px;
	text-align: center;
	margin:0 auto;
	display: block;
	color:#fff!important;
	background:#025531;
	padding:5px;
	text-decoration: none;
}
.odd{
	  background: none repeat scroll 0 0 #E7E7E7;
}
.property-container{
	padding:5px;
}