@charset "utf-8";

/* ====================== */
/* Version 2013-02-10     */
/* CSS by Ferdi Hierl     */
/* ====================== */


/* =================================================================================================== */
/* START CSS RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-size: 100%;
     vertical-align: baseline;
     background: transparent;
}

table {
     border-collapse: collapse;
     border-spacing: 0;
	 color: #555;
}
 
body { line-height: 1; }
ol, ul { list-style: none; }
:focus { outline: 0; }

/* HTML5 ELEMTS FOR OLDER BROWSERS */
article, aside, section, figcaption, figure, footer, header, hgroup , nav { display: block; }

/* END CSS RESET */
/* =================================================================================================== */

/* =================================================================================================== */
/* BEGIN GENERAL STYLING */

body {
	background: url(../img/bg_body.png) top left repeat;
	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	font-weight: 600;
}

.left { float: left; }
.right { float: right; }
.clr { clear: both; }
.hidden { display: none !important;	}

h1, h2 {
	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #426a1b;
	font-weight: 700;	
}

#wrapper {
	margin: 50px auto;
	background: #fff;
	width: 600px;
	min-height: 500px;
	
	-webkit-box-shadow:  0px 0px 12px 2px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 12px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;	
}

/* END GENERAL STYLING */
/* =================================================================================================== */

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #426a1b;
}

header {
	margin: 0;
	background: url(../img/heart.png) top left no-repeat;
	height: 300px;
}

header#home {
	background: url(../img/heart_home.png) top left no-repeat;
}

nav#home {
	text-align: center;
	background: url(../img/bg_section.png) top left repeat-y;
}

nav#home ul li {
	display: inline;
	font-weight: 600;
	font-size: 16px;
	margin-top: 20px;
}

nav#main { 
	font-size: 16px;
	line-height: 2em;
	position: relative;
	padding-left: 200px;
	background: url(../img/bg_section.png) top left repeat-y;
}

nav#main ul li {
	background: url(../img/li_arrow.jpg) 0px 5px no-repeat;
	height: 25px;
	padding-left: 25px;
	margin-bottom: 14px;
	font-weight: 700;
}

nav#main ul li:hover {
	background: url(../img/li_arrow-hover.jpg) 1px 5px no-repeat;
}

nav#breadcrumb {
	position: relative;
	text-align: center;
	top: 35px;
}

nav#breadcrumb ul li {
	display: inline;
	font-size: 14px;
	font-weight: 400;
}

section {
	margin: 0;
	background: url(../img/bg_section.png) top left repeat-y;
}

article {
	margin: 0px 55px;
	padding-bottom: 40px;
	font-size: 14px;
	line-height: 1.5em;
}

footer {
	background: url(../img/bg_footer.png) top left no-repeat;
	height: 50px;
	position: relative;
	bottom: 0px;
}
