/*
Theme Name: John Ford
Theme URI: http://johnfordconstruction.com
Description: John Ford Theme
Version: 0.9
Author: Neuger Communications Group
Author URI: http://neuger.com
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #292526;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

h1 {
	text-indent:-9999px;
}

a:link, a:visited {
	color: #624e40;
}

img {
	border: 0;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

#printcontent {
	display: none;
}

/*#container {
	width: 960px;
	margin: 0 auto;
	background: #fff url(images/sidebar.gif) repeat-y left;
	border-left: 3px solid #201d1e;
	border-right: 3px solid #201d1e;
}*/


#content {
	width: 680px;
	background: #fff;
	float: left;
	margin: 20px;
	color: #323233;
}

.home #content {
	width: 470px;
}

#content h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0.25em;
}
#content p {
	margin: 0.5em 0 1.0em 0;
}

#content ul {
	margin: 0.5em 0 0.5em 25px;
}

#gallery-flash {
	width: 740px;
	float: right;
	padding-bottom: 8px;
	/*background: #fff url(images/shadow_gallery.gif) repeat-x bottom;*/
}
#flashcontent {
	width: 740px;
	height: 422px;
}


#secondary {
	float: left;
	display: inline;
	width: 210px;
	border-left: 1px solid #d5d5d5;
	margin: 20px 10px 20px 0;
	color: #323233;
}
#secondary h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0.3em 15px;
}	
#secondary p {
	margin: 0.5em 0 0.75em 15px;
}	

div.clear {
	clear: both;
}

#gallery-grid img {
	border: 1px solid #999;
	padding: 2px;
	margin: 1px;
}

#content ol {
	margin: 1em 40px;
}

#content ol li {
	margin: 1em 0;
}

.alignright {
	float: right;
	padding: 0 0 4px 10px;
}


/* Updated Responsive Styles */

.outer-container {
	margin: 0 auto;
	/*background: #fff url(images/sidebar.gif) repeat-y left;*/
	border-left: 3px solid #201d1e;
	border-right: 3px solid #201d1e;
}

/*.container {
	max-width: 960px;
	display: flex;
	margin: 0 auto;
}*/

/*.half {
	width: 50%;
	float: left;
}*/

.sidebar-top {
	width: 220px;
	/*background: #adadad url(images/sidebar.gif) repeat-y left;*/
	float: left;
}



.home .sidebar-top {
	height: 422px;
}

.sidebar-top .nav {
	list-style-type: none;
	border-top: 1px solid #8d8d8d;
	margin: 20px 15px;
}
.sidebar-top .nav li {
	text-transform: uppercase;
	border-bottom: 1px solid #8d8d8d;
	line-height: 12px;
}

.sidebar-top .nav li a {
	display: block;
	padding: 6px 0 6px 22px;
	background: url(images/nav_bullet.gif) no-repeat left center;
}

.sidebar-top .nav li a:link, .sidebar-top .nav li a:visited {
	color: #000;
	display: block;
	text-decoration: none;
}

.sidebar-top .nav li.current_page_parent {
	background: #7c7a78 url(images/nav_bullet.gif) no-repeat left center;
	cursor: default;
}

.sidebar-top .nav li a:hover {
	display: block;
	/*background: #bdbdbd url(images/nav_bullet.gif) no-repeat left center;*/
}

/*.sidebar-top .nav li.current_page_item {
	background: #bdbdbd url(images/nav_bullet.gif) no-repeat left center;
*/}

.sidebar-top .nav li.current_page_item a:hover {
	/*background: #bdbdbd url(images/nav_bullet.gif) no-repeat left center;*/
	cursor: default;
}

.sidebar-top .nav li.current_page_item ul a:hover {
	background: #7c7a78;
/*	color: #333231;*/
	cursor: pointer;
}

.sidebar-top .nav li.current_page_parent ul a:hover {
	background: #bdbdbd;
	cursor: pointer;
}

.sidebar-top .nav li.current_page_parent ul li.current_page_item a:hover {
	/*background: #bdbdbd url(images/nav_bullet.gif) no-repeat left center;*/
	cursor: default;
}


.sidebar-top .nav ul {
	padding: 0 0 0 0px;
	background: #999694;
	display: none;
}

.sidebar-top .nav .current_page_parent ul, .sidebar-top .nav .current_page_item ul {
	display: block;
}

.sidebar-top .nav ul li {
	list-style-type: none;
	background: none;
	text-transform: none;
	border: 0;
}

.sidebar-top .nav ul li a {
	background: none;
	list-style-type: none;
}

.sidebar-bottom {
	clear: left;
	float: left;
	width: 220px;
}
.sidebar-bottom #mini-gallery {
	background: #999694;
	margin: 0 18px;
	border-bottom: 2px solid #807c7a;
}
.sidebar-bottom #mini-gallery img {
	border: 1px solid #76706b;
}
.sidebar-bottom p.more {
	margin: 2px 18px;
	text-align: right;
}

.sidebar-bottom p.more a:link, .sidebar-bottom p.more a:visited {
	color: #474642;
	text-decoration: none;
}

.sidebar-bottom p.more a:hover {
	text-decoration: underline;
}

.sidebar-bottom #mini-gallery div.link {
	background: #4b3c31;
	text-align: center;
	padding: 8px 0;
}

.sidebar-bottom #mini-gallery div.link:hover {
	background: #624e40;
}

.sidebar-bottom #mini-gallery div.thumbs {
	margin: 8px 0 0 0px;
}

.sidebar-bottom #mini-gallery div.thumbs img {
	margin: 0 0 8px 8px;
}


.sidebar-bottom #mini-gallery div p {
	padding: 0;			
}
.sidebar-bottom #mini-gallery div p a:link,
.sidebar-bottom #mini-gallery div p a:visited {
	font-size: 11px;
	color: #c69f4a;
	
	text-decoration: none;
}

.sidebar-bottom #mini-gallery div p span a:link,
.sidebar-bottom #mini-gallery div p span a:visited {
	display: block;
	font-size: 14px;
	color: #ccc;
	text-transform: uppercase;
	text-decoration: none;
}

.sidebar-bottom #mini-gallery p {
	padding: 0.5em 8px;
	color: #323233;
}

.sidebar-bottom #mini-gallery ul {
	padding: 0 10px 0.5em 30px;
	color: #323233;
	border-bottom: 2px solid #807c7a;
}

.sidebar-bottom #mini-gallery ul li {
	padding: 1px 0;
}

.header {
	height: 130px;
	background: #caa755;
	border-bottom: 2px solid #635027;

}
.header h1 {
	width: 400px;
	height: 130px;
	/*float: left;*/
}
.header h1 a {
	display: block;
	width: 400px;
	height: 130px;
}

.header .contact-box {
	width: 220px;
	margin: 20px 20px 0 0;
	line-height: 16px;
	float: right;
}

.header .contact-box h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	background: #4b3c31;
	text-align: center;
	padding: 4px 0;
}

.header .contact-box p {
	font-size: 12px;
	padding: 6px 8px;
	background: #ae8e48;
	border-bottom: 1px solid #94763d;
}

.header .contact-box p a:link,
.header .contact-box p a:visited {
	color: #000;
	text-decoration: none;
}

.header .contact-box p a:hover {
	text-decoration: underline;
}

	
.footer {
	padding: 15px;
	text-align: center;
	clear: both;
	background: #58585a;
	color: #dedede;
	overflow: hidden;
}

.footer-left {
	float: left;
	width: 580px;
	text-align: left;
}

.footer-left p {
	margin: 0.25em 0;
	font-size: 11px;
	line-height: 1.8em;
}

.footer-left p.copy {
	color: #fff;
}

.footer-left p.contact {
	color: #fff;
	margin-bottom: 20px;
}

.footer-left p a:link,
.footer p a:visited {
	color: #fff;
	text-decoration: none;
}

.footer-left p a:hover {
	text-decoration: underline;
}

.footer-right {
	float: right;
	width: 310px;
	margin-left: 10px;
}

.footer-right .leftCol {
	float: left;
	width: 200px;
	text-align: center;
}

.footer-right .rightCol {
	float: right;
	width: 100px;
	margin-left: 10px;
	text-align: center;
}

.footer-right a.ancoRail {
	display: block;
	margin-top: 15px;
}

.footer-right a.nadra {
	display: block;
	margin-top: 15px;
}

