/*
Theme Name: Rigby Lennon
Theme URI: http://www.rigbylennon.co.uk
Description: Theme used on Rigby Lennon Accountants Website
Author: Karl Wills
Author URI: http://www.karl-wills.com
*/

@import url(style/css/reset.css);
	
/*	Some Default Wordpress Styles	*/
img.alignright,a img.alignright {
	float:right;
	margin:0 0 20px 20px;
	padding:3px;
	background:#eaecee;
	border:1px solid #f1f1f1;
}

img.alignleft,a img.alignleft {
	float:left;
	margin:0 20px 20px 0;
	padding:3px;
	background:#eaecee;
	border:1px solid #f1f1f1;
}

img.aligncenter,a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:3px;
	background:#eaecee;
	border:1px solid #f1f1f1;
}


	
/*	Floats */
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}


	
/*	Default Hyperlinks	*/
a {
	color:#1a1aa2;
	text-decoration:underline;
	border:none;
}

a:hover {
	text-decoration:none;
}


	
/*	Typography	*/
p {
	line-height:20px;
	margin:0 0 20px;
}

h1 {
	font-family:Georgia, "Times New Roman", Serif;
	font-size:20px;
	margin-bottom:25px;
}

h2,h3 {
	font-family:Georgia, "Times New Roman", Serif;
	margin-bottom:20px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
	margin-top:30px;
}

strong {
	font-weight:bold;
}

ul {
	list-style:disc inside;
	margin:0 0 20px 5px;
}

li {
	line-height:19px;
}

.no-bullets {
	list-style:none;
	margin-left:0;
}


	
/*	Table Styling */
table {
	border-collapse:collapse;
}

th,td {
	padding:5px 20px 5px 0;
}


	
/*	Begin Main Site Styles	*/
body {
	font:13px Tahoma, Verdana, Sans-Serif;
	background:url(style/images/bodybg.png) repeat-x;
}

body.home {
	background:url(style/images/homebodybg.png) repeat-x;
}

#page-wrap {

	
/* Page Wrapper */
	width:940px;
	padding:0 10px;
	margin:0 auto;
}

#page-content {
	width:940px;
	overflow:hidden;
	margin:40px 0 150px;
}


	
/*	Header */
#header {
	width:940px;
	height:130px;
	position:relative;
}

#logo {

	
/*	Logo Image */
	float:left;
	position:relative;
	top:32px;
}


	
/*	Navigation	*/
#menu {

	
/*	Navigation Container	*/
	float:right;
	background:#fff;
	padding:1px;
	border:1px solid #bababa;
	position:relative;
	top:45px;
}

#nav {

	
/* Naviagtion List */
	list-style:none;
	margin:0;
}

#nav li {
	float:left;
}

#nav li a {
	text-decoration:none;
	display:block;
	padding:6px 15px 8px;
	background:#f1f1f1;
}

#nav li a:hover {
	background:#e4e4e4;
	text-decoration:none;
}


	
/*	Home Page Main Feature	*/
#home-feature {
	width:940px;
	height:181px;
	background:url(style/images/homefeaturebg.png) no-repeat;
	color:white;
	padding:31px 0 0;
}

#home-feature h1.feature-title {
	width:723px;
	height:16px;
	text-indent:-9999px;
	background:url(style/images/featuretitle.png) no-repeat;
	margin-bottom:28px;
}

#home-feature p {
	font-size:15px;
	line-height:20px;
}

#home-feature a {
	color:#fff;
}

.cta {

	
/*	Call to action telephone and button container */
	width:460px;
	position:relative;
	margin:30px 0 0;
	overflow:hidden;
}

a#book-now {
	width:197px;
	height:31px;
	display:block;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	background:url(style/images/ctabutton.png) no-repeat;
	background-position:0 0;
}

#home-feature a#book-now {
	position:relative;
	right:37px;
}

a#book-now:hover {
	background-position:0 -31px;
}

p.tel {

	
/* Feature Telephone Number	*/
	font-weight:bold;
	font-size:16px;
	float:left;
	padding-top:2px;
	letter-spacing:.3px;
}


	
/* Content Page Feature */
#feature {
	width:940px;
	height:74px;
	background:url(style/images/featurebg.png) no-repeat top;
}

#feature h1 {
	float:left;
	color:#fff;
	font-family:Georgia, "Times New Roman", Serif;
	font-size:22px;
	padding:22px 0 0;
	margin:0;
}


	
/*	Home Page Content	*/
#home-content {
	float:left;
	width:620px;
	margin:40px 20px 30px 0;
}


	
/* Current Issues */

	
/* Styles the blog posts on the current issues page */
#blog-content {
	width:940px;
	overflow:hidden;
	margin:10px 0 150px;
}

.post {
	padding:0 0 15px;
	margin:0;
	border-bottom:1px solid #e0e0e0;
}

.post-head {
	margin-bottom:15px;
}

.post-head h3,.post-head p {
	margin-bottom:5px;
}

.date {
	font-size:11px;
	font-style:italic;
}

.read-more {
	background:#171796;
	padding:10px;
}


	
/*	Tax Cards */
.taxcard-title {
	display:block;
	background:#f1f1f1;
	border:1px solid #bababa;
	padding:7px 10px;
	margin:0 0 5px;
}

.taxcard-content {
	padding:10px;
}

.hover {
	background:#e4e4e4;
	cursor:pointer;
	color:#1a1aa2;
}


	
/*	Sidebar	*/
.sidebar {
	float:left;
	width:280px;
	font-size:12px;
	padding:40px 10px 20px;
	background:#f1f1f1 url(style/images/sidebarbg.jpg) no-repeat bottom;
}

.sidebar img {
	margin:0 auto;
	display:block;
}

.sidebar ul.contact-details {
	list-style:none;
	margin:0 10px 30px;
}

.sidebar address,.sidebar h3 {
	margin:0 10px 15px;
}

.sidebar h3 {
	color:#171796;
}

.sidebar ul.contact-details,.sidebar address p {
	font-style:italic;
	color:#4d4d4d;
}


	
/*	Services Page	*/
div.service-list {
	float:left;
	width:458px;
	height:230px;
	margin:30px 0 20px;
	padding:20px 0;
	border-top:1px solid #e0e0e0;
}

div.left {
	margin-left:20px;
}

.service-list ul {
	margin-left:15px;
}


/* Tax card presentation */

#presentation {
width: 940px; height: 400px;
position: relative;
margin-bottom: 5px;
background: #171796 url(style/images/featurebg.png) no-repeat top;
color: #fff;
font-family:Georgia, "Times New Roman", Serif;
font-size: 17px;
text-shadow: 0 -1px #0e0e5b;
}

	#presentation .slide {
	width: 860px; height: 330px;
	top: 0; left: 0;
	padding: 35px 40px;
	}
	
	#presentation .slide h3 {
	margin-top: 0;
	margin-bottom: 28px;
	font-size: 35px;
	}
 	
	#presentation .slide h2 {
	text-align: center; 
	font-size: 35px;
	margin: 125px auto; padding: 0;
	}
	
		#presentation .slide h2 strong {	
		font-weight: normal;
		display: block;
		font-style: italic;
		}	
	
	#presentation .slide .left {
	float: left;
	margin-right: 15px;
	width: 45%;
	}
	
	#presentation .slide .left li ul {
	margin-left: 1.5em;
	margin-bottom: 0;
	}
	
	#presentation .slide li,
	#presentation .slide p {
	line-height: 1.5em;
	}

	#presentation-nav {margin: 10px 0 60px; width: 100%; text-align: right;}
	#presentation-nav a { background: #171796; text-decoration: none; margin: 0 0 0 5px;  padding: 3px 6px; color: #fff;}
	#presentation-nav a.activeSlide { background: #9CC4E2 }
	#presentation-nav a:focus { outline: none; }	

	
/*	Contact Us Page	*/
#contact-content {
	float:left;
	width:540px;
	margin:40px 20px 100px 0;
}

.form-wrap {
/*contact form wrapper */
	overflow:hidden;
	width:350px;
}

.wpcf7 {
/* Enquiry Form */
	width:350px;
	float:left;
	margin:50px 0 0;
}

#submit {
/* Form Submit Button */
	width:89px;
	height:30px;
	line-height:30px;
	background:#5f7334 url(style/images/buttongrad.jpg) repeat-x bottom;
	color:#fff;
	float:left;
	border:none;
}

.wpcf7 input,.wpcf7 textarea {
	width:340px;
	font-family:Tahoma, Sans-Serif;
	font-size:12px;
	border:1px solid #e1e1e1;
	padding:3px;
}

#map {
/* Google Map	*/
	float:right;
	width:380px;
	height:340px;
	margin:40px 0 20px;
}

ul.contact-details {
	margin:15px 0 30px;
	list-style:none;
}


	
/*	Footer	*/
#footer {
	clear:both;
	font-size:11px;
	width:920px;
	padding:5px 10px 0;
	background:#f1f1f1 url(style/images/footerbg.jpg) repeat-x;
	overflow:hidden;
	border-right:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
}

#footer p {
	margin:5px 0 10px;
}

#footer a {
	text-decoration:none;
	color:#171796;
}

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