/*
Theme Name: Melucci
Theme URI: http://wordpress.org/
Description: Custom built theme for giuliamelucci.com
Version: 1.0
Author: Jefferson Rabb
Author URI: http://jeffersonrabb.com/

	Melucci v1.0
*/

body {
	background-color: #e10047;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #473b39;
}
a {
	color: #ed174f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
img.alignright {
	margin: 0px 0px 10px 10px;
	float: right;
}
div.alignright {
	margin: 0px 0px 10px 10px;
	float: right;
}
img.alignleft {
	margin: 0px 10px 10px 0px;
	float: left;
}
div.alignleft {
	margin: 0px 10px 10px 0px;
	float: left;
}
p {
}	
h2 {
	color: #ed174f;
	font-size: 18px;
	font-weight: bold;
}
div {
	padding: 0px;
	margin: 0px;
}
#container {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: relative;
	width: 765px;
	height: 369px;
	overflow: hidden;
	background-image: url(images/header.jpg);
	
}
#main {
	width: 765px;
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-y;
	
}
#wrap {
	margin: 0px 8px 0px 6px;
	padding: 0px 30px 0px 30px;
	
}
#footer {
	background-image: url(images/footer_top.jpg);
	background-repeat: no-repeat;
	width: 705px;
	padding: 50px 30px 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
#footer a {
	color: #ebe329;
}
#bottom {
	width: 765px;
	height: 53px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}
.section_head {
	
}
.nav-item {
	position: absolute;
}
#nav-book {
	top: 250px;
	left: 10px;
}
#nav-media {
	top: 246px;
	left: 133px;
}

#nav-music {
	top: 246px;
	left: 213px;
}

#nav-video {
	top: 246px;
	left: 113px;
}
#nav-press {
	top: 255px;
	left: 476px;
}
#nav-events {
	top: 239px;
	left: 330px;
}
#nav-author {
	top: 245px;
	left: 604px;
}
.divider {
	margin: 10px 0px 10px 0px;
	text-align: center;
}
.clearboth {
	clear: both;
}
hr {
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-color: none;
	border: none;
	width: 607px;
	height: 26px;
}
