/*
Site: iamnotaphotographer.it
StyleSheet: global.css
*/

/* Che San Culo sia con noi! */

/* Global */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana;
}

a,
a:active,
a:link {
	text-decoration: none;
	color: #3c3e3f;
	outline: none;
}

a:visited {
	text-decoration: none;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

span {
	visibility: hidden;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

#container {
	width: 725px;
	margin: 0 auto;
}

/* Header */

#header a {
	width: 750px;
	margin: 0 auto;
	border-top: 4px solid #93867a;
	display: block;
	height: 100px;
	padding-top: 10px;
	font-size: 58px;
	color: #3c3e3f;
	text-align: center;
}

#header a:hover {
	border-top: 4px solid #621d30;
}

/* Footer */

#footer {
	border-top: 1px solid #999;
	font: 12px Georgia, "Times New Roman";
	letter-spacing: 1px;
	color: #999;
	width: 750px;
	margin: auto;
	margin-top: 70px;
	margin-bottom: 30px;
	padding-top: 10px;
}

#footer a:hover {
	color: #999;
}

#footer .left {
	float: left;
	width: auto;
}

#footer .right {
	float: right;
	width: auto;
}
