/*  
Theme Name: St Johns Mayfair
Theme URI: 
Description: Custom WordPress Theme for St Johns Mayfair
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
}

html, body  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 20px;
	background: url(images/background.jpg) repeat-x top center;
	color: #2B251F;
}

#container {
	width: 1000px;
	min-height: 100%;
	margin: 0px auto -180px auto;
	position: relative;
	background: url(images/header.jpg) top no-repeat;
}

.clearboth {
	clear: both;
	height: 0px;
}

img {
	border: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #395D86;
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #6a2929; 
}

h2 {
	color: black;
	font-family: Times, serif;
	font-size: 30px;
	margin: 0px 0px 15px 0px;
}

p {
	padding-bottom: 15px;
}

ul, ol {
	padding-left: 10px;
	list-style: none;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 0px;
   margin: 0px 0px 5px 13px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 13px 5px 0px;
   display: inline;
   float: left;
}

.img_padbottom {
	margin-bottom: 15px;
}

/* Header ////////////////////////////////////////////////////////// */

#header {
	width: 1000px;
	height: 246px;
}

#info {
	float: right;
	text-align: right;
	color: white;
	margin: 10px 0px 10px 0px;
	padding-right: 27px;
	width: 323px;
	height: 20px;
}

#info a {
	color: #FFFFCC;
	text-decoration: underline;
}

#info a:hover {
	color: white;
	text-decoration: underline;
}

/* Navigation //////////////////////////////////////////////////////////////// */

#navigation {
	width: 630px;
	height: 40px;
	padding-left: 20px;
	position: relative;
	display: inline;
	float: left;
}

#nav {
	margin: 10px 0px 10px 0px;
	text-align: left;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	height: 40px;
	font-size: 13px;
	float: left;
	display: inline;
}

#nav ul li {
	padding: 0px 2px 0px 0px;
	margin: 0;
	display: block;
	float: left;
	border-right: 1px solid white;
}

#nav ul li.page-item-11 {
	padding: 0px;
	margin: 0;
	display: block;
	float: left;
	border-right: none;
}

#nav li a {
	padding: 0px 5px;
	border: 0;
	display: block;
	float: left;
	height: 20px;
	color: white;
}

#nav li a:hover {
	border: 0;
	display: block;
	color: white;
	text-decoration: underline;
}

/* Left Column ////////////////////////////////////////////////////////// */

#logo {
	width: 1000px;
	height: 206px;
	padding: 0px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 206px;
	margin: 0px auto;
}

#logo a {
	width: 1000px;
	height: 206px;
	display: block;
	text-indent: -9999px;	
}

/* Body ////////////////////////////////////////////////////////// */

#left {
	display: inline;
	float: left;
	width: 630px;
	margin-left: 20px;
	margin-bottom: 50px;
}

#right {
	float: right;
	width: 245px;
	height: 400px;
	padding-left: 30px;
	margin-right: 20px;
	background: url(images/side_split.jpg) top left no-repeat;
}

#right strong {
	color: #395D86;
}

.s_address {
	width: 200px;
	height: 48px;
	margin-bottom: 15px;
	padding-left: 45px;
	background: url(images/s_address.jpg) bottom left no-repeat;
	font-style: italic;
}

.s_phone {
	width: 200px;
	height: 48px;
	margin-bottom: 15px;
	padding-left: 45px;
	background: url(images/s_phone.jpg) bottom left no-repeat;
	font-style: italic;
}

.s_email {
	width: 200px;
	height: 48px;
	margin-bottom: 15px;
	padding-left: 45px;
	background: url(images/s_email.jpg) bottom left no-repeat;
	font-style: italic;
}

.s_facebook {
	width: 200px;
	height: 48px;
	margin-bottom: 15px;
	padding-left: 45px;
	background: url(images/s_facebook.jpg) bottom left no-repeat;
	font-style: italic;
}

/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 180px;
	clear: both;
}

#footer {
	width: 100%;
	min-width: 1000px;
	height: 180px;
	background: url(images/footer.jpg) repeat-x bottom;
	position: relative;
	color: white;
}

#footer_container {
	width: 959px;
	height: 130px;
	margin: 0px auto;
	background: url(images/content_bottom.jpg) top right no-repeat;
	padding: 50px 0px 0px;
}

#footer a {
	color: #FFFFCC;
	text-decoration: underline;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

#footer strong {
	color: #FFFFCC;
}

#footer_left {
	display: inline;
	float: left;
	width: 480px;
	height: 105px;
}

#footer_right {
	float: right;
	text-align: right;
	width: 240px;
	height: 105px;
}

#footer_bottom_left {
	display: inline;
	float: left;
}

#footer_bottom_right {
	float: right;
	text-align: right;
}