/*

Theme Name: Luca
Theme URI: http://lucafabiani.com
Description: Luca Fabiani Photography
Version: 1.0
Author: Federico Fabiani
Author URI: http//sundog.studio

*/

/* ---------------------------------------------------------------------------- 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;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}


body {
	color: #666;
	font-family: "museo-sans-1","museo-sans-2", sans-serif;
	font-size: 11px;
	line-height: 20px;
	background: #FFF;
	}

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

a:hover					{ color: #666; }

a:active				{ color: #000; }

*::selection			{ background: #ebe9e4; /* Safari */ }
*::-moz-selection		{ background: #ebe9e4; /* Firefox */ }

/* ---------------------------------------------------------------------------- COMMON ELEMENTS */

.clearer {
	clear: both;
	}

h1 {
	font-size: 18px;
	font-weight: 100;
	color: #333;
	margin: 0 0 20px 0;
	}

h2 {
	margin: 0 0 15px 0;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	color: #333;
	}

p {
	margin: 0 0 15px 0;
	}

/* ---------------------------------------------------------------------------- LAYOUT */

#wrapper {
	position: relative;
	width: 100%;
	}

#container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 1160px;
	padding: 0;
	background: #fff;
	}
	
/* ---------------------------------------------------------------------------- HEADER */

#header {
	position: relative;
	margin: 40px 0 30px 0;
	}

#header #logo {
	position: relative;
	width: 200px;
	height: 40px;
	}

/* ---------------------------------------------------------------------------- Logo */

#header #logo {
	position: relative;
	float: left;
	width: 200px;
	height: 40px;
	margin: 0;
	}

#header #logo a {
	position: relative;
	float: left;
	width: 200px;
	height: 40px;
	background: url(../img/bg/logo_bg.png) 0 -40px no-repeat;
	text-indent: -2000px;
	overflow: hidden;
	}

#header #logo a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 40px;
	background: url(../img/bg/logo_bg.png) 0 0 no-repeat;
	}

/* ---------------------------------------------------------------------------- SHOWCASE */

#showcase {
	position: relative;
	width: 1160px;
	height: 776px;
	background: #eee;
	}

#showcase .element {
	position: relative;
	width: 1160px;
	height: 776px;
	}

/* ---------------------------------------------------------------------------- FOOTER */

#footer {
	position: relative;
	margin: 20px 0 0 0;
	color: #ccc;
	text-align: right;
	}
