/*
Theme Name: Rayners(Extra Care) Homes
Theme URI: http://jaosncongerton.co.uk/
Description: Rayners(Extra Care) Homes based on the default theme
Version: 1.0
Author: Jason Congerton
Tags: blue, custom header, fixed width, two columns, widgets

*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, form, fieldset, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #fff;
}
/* Commonly used to style page titles. */
h1 {
	color:#09C;
	font: normal 24px/24px Georgia, "Times New Roman", Times, serif;
	background: url(/wp-content/themes/rayners/images/h1-bg.jpg) no-repeat left bottom;
	letter-spacing: -1px;
	padding-bottom: 12px;
}
/* Commonly used to style section titles. */
h2 {
	color: #3D435F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E6DF;
	padding-bottom: 0px;
	font: bold normal 18px/18px Verdana, Geneva, sans-serif;
	letter-spacing: -2px;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color:#000;
	line-height:1.6em;
}
img {
	border:none;
}
.pageLinks {
	font-family: Arial, helvetica, sans-serif;
	font-size:12px;
}
a.pageLinks:link {
	color: #09C;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a.pageLinks:visited {
	color: #09C;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a.pageLinks:hover {
	color: #00F;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a.pageLinks:focus {
	color: #09C;
}
/* Sets the style for a link that is being activated/clicked. */
a.pageLinks:active {
	color: #09C;
}
.menuLinks {
	font-family: Arial, helvetica, sans-serif;
	color:#fff;
}
a.menuLinks:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a.menuLinks:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a.menuLinks:hover {
	color: #F00;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a.menuLinks:focus {
	color: #fff;
}
/* Sets the style for a link that is being activated/clicked. */
a.menuLinks:active {
	color: #fff;
}
.topLinks {
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff
	font-size:12px;
	font-weight:bold;
}
a.topLinks:link {
	text-decoration:underline;
	color:#fff;
	font-size:12px;
}
a.topLinks:hover {
	text-decoration:none;
	color:#C60;
	font-size:12px;
}
a.topLinks:visited {
	text-decoration:underline;
	color:#fff;
	font-size:12px;
}
a.topLinks:active {
	text-decoration:underline;
	color:#fff;
	font-size:12px;
}
/* This extra layer simply allows the body tag to have the same darker color as the bottom of the footer so the color extends to the bottom of the browser window */
#background {
	background: #ffffff url(/wp-content/themes/rayners/images/body-fade-bckg.jpg) repeat-x left top;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 920px;
	margin: 0px auto 0;
}
/* These are the settings for the top navigation bar */
#nav {
	height: 20px;
	color: #FFFFFF;
	background: url(/wp-content/themes/rayners/images/nav-bg.jpg) repeat-x top;
	padding-right: 20px;
	padding-top:10px;
	text-align:right;
	margin: 0px auto 0;
}
/* The logo is the entire header image */
#infoBar {
	background: url(/wp-content/themes/rayners/images/sec-nav-holder.jpg) no-repeat left top;
	height: 50px;
}
#infoBar #infoBarContent {
	float:right;
	margin-right:30px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:26px;
}
#infoBar #infoBarContentLeft {
	float:left;
	margin-left:30px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:26px;
}


#logoArea {
	background: url(/wp-content/themes/rayners/images/logo-bar.jpg) no-repeat left top;
	height:166px;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	margin-right: 0px;
	margin-left: 0px;
	background: url(/wp-content/themes/rayners/images/content-bckg.jpg) repeat-y center;
	padding-right: 20px;
	padding-top: 15px;
}
#outerWrapper #contentWrapper #content {
	margin-top: 0;
	float: right;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 25px;
	width:615px;
	
}
#outerWrapper #contentWrapper #leftColumn {
	float: left;
	width: 215px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	padding-left:30px;
}
#outerWrapper #contentWrapper #imgHolder {
	width:inherit;
	padding: 10px 0 10px 30px;
}
#footertop {
	background: #00ccff url(/wp-content/themes/rayners/images/footer-top-fade.jpg) repeat-x top;
}
#footer {
	margin: 0px auto 0;
	height: 100%;
	width: 920px;
	color: #FFF;
	background: url(/wp-content/themes/rayners/images/footer.jpg) no-repeat center top;
	padding-top: 40px;
}
#footerlower {
	clear: both;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#footerlower p {
	margin:0px;
	padding:10px;
	color: #999;
}
#footerlower a, #footerlower a:link, #footerlower a:visited, #footerlower a:active {
	color:#C9D3DE;
	font-weight: normal;
}
#footerlower a:hover {
	color: #FFF;
}

/*Classes*/
.clrFloat {
	clear:both;
}
.imgLeft {
	float:left;
	margin-right:10px;
}
#sub-nav {  
	background: #09F; 
	padding:0px; 
	margin: 0px 0px 0px 0px; 
	width:215px;
	font-size:12px;
	
}

#sub-nav ul { 
	margin:0px; 
	padding:0px 0px 0px 0px;
}

#sub-nav li { 
	list-style-type:none; 
	margin:0px 0px 5px 0px;
}

#sub-nav a { 
	color: #fff; 
	text-decoration:none; 
	background:#06c; 
	padding:10px; 
	display:block; 
	border-bottom:#000 solid 1px; 
	border-top: #fff solid 1px; 
	font-weight:bold; 
	text-transform:capitalize; 
}

#sub-nav a:hover { 
	background: #09C;
}

#sub-nav span a { 
	background:#06C; 
	color:#000; position:absolute; 
	margin:-25px 0px 0px 0px; 
	padding:10px; width:155px; 
	border-bottom: #000 solid 1px; 
	border-top:#FFB55F solid 1px; 
	font-weight:bold; 
	text-transform:capitalize; 
}

#sub-nav a:hover.services { 
	background:#FFA73F
}

		
	

