/* =============================================== */
/* InspiredLiving.ie Stylesheet */
/* Global Base Elements */
/* Created by Ben Wakeford 2006-7 ( www.benwakeford.com ) */
/* =============================================== */


/* =============================================== */
/* Global Reset Hacks */
/* =============================================== */

* {
	/* Global Reset */
	padding : 0;
	margin : 0;
	font-size : 100%;
	line-height : 100%;
	/*border : 1px solid Red;*/
}

body {
	/*overflow : auto;*/
	background : #8C98A3 url(../images/bg.jpg) repeat-x fixed top;
	text-align:center;
}


/* =============================================== */
/* Root Elements */
/* =============================================== */

p {
	font-family : Georgia, Verdana, Arial;
	font-size : 70%;
	line-height : 170%;
	font-style : normal;
	color : #415061;
	background : transparent;
	margin : 0px 0px 10px 0px;
	padding : 0px 0px 0px 0px;
}

strong {
	/*color : #415061;*/
	background-color : transparent;
	font-weight : bold;
	line-height : 170%;
}

h1, h2, h3, h4, h5, h6 {
	font-family : Georgia, Times New Roman, Times, serif;
	color : #415061;
	background-color : transparent;
}

h2 {
	font-size : 150%;
	font-style : normal;
	font-weight : lighter;
	margin : 0px 0px 5px 0px;
	padding : 0px 0px 5px 0px;
	border-bottom : 1px dashed #859C85;
	color : #859C85;
	background-color : transparent;
	letter-spacing : 0.3em;
}

h3 {
	font-size : 110%;
	border-bottom : 1px dashed #B1B9BE;
	margin-top : 30px;
	margin-bottom : 15px;
	padding-bottom : 10px;
	color : #8B4513;
}

h4 {
	font-size : 150%;
	font-weight : normal;
	margin : 0 0 5px 0;
}

h5 {
	font-size : 100%;
	font-weight : bold;
	margin : 0 0 10px 0;
}

h6 {
	color : #8B4513;
	font-size : 70%;
	margin-bottom : 10px;
}

a {
	color : #415061;
	background-color : transparent;
	border-bottom : 1px dashed #415061;
	padding : 0;
	margin : 0;
	line-height : 100%;
	text-decoration : none;
}

a:visited {
	color : #415061;
	background-color : transparent;
}

a:hover {
	color : #415061;
	background-color : #E3E3E8;
	text-decoration : none;
	border-bottom : 1px solid #415061;
}

ul {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

li {
	font-family : Georgia, Verdana, Arial;
	font-size : 70%;
	line-height : 170%;
	font-style : normal;
	color : #415061;
	background : transparent;
	list-style : disc outside;
	margin : 0px 0px 3px 20px;
}

img {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/* IE Hack to stop img having a bottom border: */
	display : block;
	border : 0;
}

hr {
	border: 0;
	width: 100%;
	color: #415061;
	background-color: transparent;
	height: 1px;
	margin : 0px 0px 10px 0px;
	padding : 0px 0px 0px 0px;
	border-top : 1px dashed #B1B9BE;
}




/* Forms */

input, textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 95%;
	border: 1px solid #B1B9BE;
	margin:0px;
	padding:2px;
	color : #415061;
}

input {
	background : url(../images/form_bg_thin.gif) repeat-x scroll;
}

textarea {
	background : url(../images/content_bg.gif) repeat-x scroll;
}

input.btn {
	color : #415061;
	font-family : Georgia, Verdana, Arial;
	font-weight : bold;
	padding:4px 0px;
}

input:focus, textarea:focus {
	border:1px solid #000000;
}

label {
	font-weight : bold;
	line-height : 170%;
}
