/*
Theme Name: Finn Financial Services v1.0
Theme URI: http://www.finnfinancial.ie/
Description: Custom Wordpress theme
Author: Keith McLaughlin
Tags: 
*/

/* Reset
----------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	/* Resets all margins and paddings on the page */
}
	
* a:hover { cursor: pointer; /* works well for onclick anchors */ }

:link img, :active img, * img, a img { border: none; }

/* Custom Styles
----------------------------------------------------------------------------- */

body {
	font: 87.5% "Lucida Sans Unicode", Tahoma, Helvetica, Arial, "Trebuchet MS", sans-serif;
	border-top: 6px solid #00293e;
	text-align: center;
}

.clear { clear: both; }

/***** MAIN HEADINGS *****/
h1, h2, h3 { font-family: "Arial Narrow", sans-serif; color: #006699; }
h4, h5, h6, { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
h1 { font-size: 257.1%; margin: 1em 0 0.5em; }
h2 { font-size: 214.2%; margin: 0.75em 0 0.5em; }
h3 { font-size: 142.9%; margin: 1em 0; }
h4 { font-size: 128.6%; margin: 1em 0; }
/***** MAIN HEADINGS *****/

/***** MAIN LINKS *****/
a, a:active { color: #006699; text-decoration: none; }
a:visited { color: gray; }
a:hover { text-decoration: underline; }
/***** MAIN LINKS *****/

p {
	margin: 1em 0;
	line-height: 1.5em;
}

img.alignright {
	float: right;
	padding: 0 0 10px 10px;
}

img.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}

p.fineprint {
	color: gray;
	font-size: 85.7%;
}

ul, ol {
	list-style-position: inside;
	margin: 0 1em;
}

ul li, ol li {
	line-height: 1.5em;
}

#header-fluid {
	background-color: #006699;
}

#header {
	height: 100px;
	position: relative;
}

#logo {
	padding: 20px 0 0;
	float: left;
	width: 150px;
}

#nav {
	background: transparent url(images/tabs.gif) repeat-x left bottom;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: Arial, sans-serif;
}

#nav ul {
	margin: 0;
	padding-top: 10px;
	list-style: none outside none;
}

#nav li {
	margin-right: 1px;
	float: left;
	background: transparent url(images/tabs.gif) no-repeat 0 0;
	padding: 0 0 0 8px;
}

#nav a {
	float: none;
}

#nav a:hover {
	text-decoration: none;
	color: #bdd2d9;
}

#nav a, #nav strong, #nav span {
	background: transparent url(images/tabs.gif) no-repeat 100% 0;
	color: white;
	display: block;
	padding: 7px 13px 6px 5px;
}

#nav .current_page_item {
	background: transparent url(images/tabs.gif) no-repeat 0 -41px;
}

#nav .current_page_item a {
	background: transparent url(images/tabs.gif) no-repeat 100% -41px;
	color: black;
	padding: 7px 13px 6px 5px;
}

#nav .current_page_item a:hover {
	color: #00293e;
}

.navigation {
	margin-bottom: 1em;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.postmetadata {
	border-top: 1px solid #bdd2d9;
	border-bottom: 1px solid #bdd2d9;
	padding: 1em 0;
}

.fixed {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#intro-fluid {
	background: #bdd2d9 url(images/intro-fluid-bg.gif) repeat-x top left;
	height: 265px;
	padding: 25px 0 20px 0;
}

#intro {
	height: 260px;
	width: 960px;
	background-color: #a0b9c3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#breadcrumb-fluid {
	background-color: #bdd2d9;
	color: #006699;
}

#breadcrumb {
	width: 960px;
}

#graphic {
	background: transparent url(images/money-houses.png) no-repeat left;
	float: left;
	width: 430px;
	height: 210px;
	margin-top: 35px;
	margin-left: 20px;
}

#info {
	float: right;
	width: 470px;
	margin-top: 20px;
	margin-right: 20px;
}

#info h1 {
	font-size: 285.7%;
	color: #00293e;
	margin: 0;
}

#content-fluid {
	padding-bottom: 30px;
}

#content {
	margin: 30px auto 0;
}

td {
	padding: 6px;
}

.firstheading {
	margin-top: 0;
}

.breadcrumb-trail {
	font-size: 87.5%;
	color: #00293e;
}

.breadcrumb-trail a, .breadcrumb-trail span {
	line-height: 4em;
	color: #00293e;
}

#thecontent {
	float: left;
	width: 600px;
}

#applyonline {
	float: left;
	width: 800px;
}

#thecontent ul {
	margin-left: 20px;
}

#thecontent ul li {
	list-style-position: inside;
	line-height: 1.5em;
}

#thecontent ul.linklist {
	margin: 0;
	padding: 0;
}

#thecontent ul.linklist li {
	list-style-type: none;
}

.contactpage {
	background: transparent url(images/contact.jpg) no-repeat top right;
}

.post {
	margin-bottom: 1.5em;
}

.post h2 {
	margin-top: 0;
}

#sidebar {
	float: right;
	width: 280px;
	margin-left: 20px;
	padding: 0 20px 20px 20px;
	background-color: #f5f5f5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#sidebar h2, #sidebar h2 a {
	color: #00293e;
	font-size: 20px;
}

#sidebar ul {
	margin: 0;
}

#sidebar ul li {
	list-style-type: none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
	color: #006699;
}

#sidebar ul li ul li {
	list-style-type: none;
	line-height: 1.5em;
	padding-left: 20px;
	background: transparent url(images/page.png) no-repeat left top;
}

#sidebar ul ul li.current_page_item {
	font-weight: bold;
}

#right-column h2.firstheading {
	margin-bottom: 0;
}

.column {
	float: left;
	width: 279px;
	padding: 0 20px 0;
	border-right: 1px solid #f5f5f5;
}

#middle-column ul li {
	list-style: disc outside;
	line-height: 1.5em;
	margin-left: 20px;
}

#right-column {
	border: 0;
}

#lenders {
	/*height: 80px;*/
	overflow: hidden;
	text-align: left;
	width: 280px;
	margin-bottom: 20px;
}

#lenders ul li {
	list-style-type: none;
}

cite {
	color: gray;
	font-size: 90%;
	margin-top: 10px;
}

#footer-fluid {
	background-color: #00293e;
	padding: 2em 0;
}

#footer {
	width: 920px;
	color: #4682b4;
	padding: 15px 20px;
	background-color: #0a3c56;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#footer p.fineprint {
	color: #4682b4;
}

#footer p.copyright {
	color: #4682b4;
	font-size: 85.7%;
	margin: 0.4em 0;
}

#footer p {
	line-height: 1.6em;
	margin: 0;
}

#footer #totop {
	float: right;
}

#footer ul {
	margin: 0;
}

#footer ul li {
	display: inline;
	line-height: 1.6em;
}

#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	color: #87cefa;
	padding-right: 10px;
}

#footer ul li a:hover {
	color: white;
}

form#newsletter {
	margin-top: 1em;
}

form#newsletter input[type=text] {
	padding: 4px;
	width: 200px;
	display: block;
	margin: 0.25em 0 1em 0;
}

#tagline {
	float: right;
	padding-top: 20px;
	color: white;
	font-size: 110%;
}
