﻿/* css by arix@you for Amalfi Domus 2007 */

/* ----------------------------------- */
/* MAIN ELEMENTS
/* ----------------------------------- */

body, div, h1, h2, h3, h4, p, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    background: #000;
    text-align: center;
}

p, div, li, h1, h2, h3, h4, td, input, select, textarea {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
    font-size: 13px;
    color: #D8D7CE;
    line-height: 18px;
}

h1, h2, h3, h4, p.tagline, legend {
	font-family: Georgia, "Times New Roman", Times, serif;
}

p, h1, h2, h3, h4 {
	margin-bottom: 15px;
}
			
a img, :link img, :visited img {
    border: none
}

a:link, a:visited {
    color: #FFF;
    text-decoration: underline;
}

a:hover, a:active {
    color: #CCC;
    text-decoration: underline;
}

h1 span, h2 span, h3 span {
    display: none;
}

li {
    list-style: none;
}

div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */

#top, #main, #bottom-main, #content, #bottom, #extra, #footer {
	width: 902px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top-wrapper {
	background: #FFF url(../img/top.jpg) 0 0 repeat-x;
	height: 136px;
	overflow: hidden;
}

/* ----------------------------------- */
/* FIRST BOX
/* ----------------------------------- */

#main-wrapper {
	background: #736F4F url(../img/main.jpg) 0 0 repeat-x;
	padding-bottom: 25px;
}

#main {
	xbackground: url(../img/main-glow.jpg) top -100px no-repeat;
}

	.box {
		float: left;
		width: 292px;
		overflow: hidden;
		margin-top: 5px;
		margin-right: 8px;
	}
	
		.photo {
			text-align: center;
			height: 263px;
		}

		.box h1 {
		font-size: 30px;
		color: #FFF;
		font-weight:normal;
		line-height:30px;
		margin-top: 24px;
		}

		.box p.tagline {
			font-size: 18px;
			color: #DFDED5;
			margin-top: -10px;
		}
		
		.underline {
			background: url(../img/underline.gif) 0 0 repeat;
		}

		.underline h2 {
			font-size: 13px;
			line-height: 24px;
			color: #FFF;  
			margin-bottom: 0px;
		}

		.underline p, .underline ul {
			margin-bottom: 24px;
		}

		.underline p, .underline li {
			line-height: 24px;
		}

		.underline li {
			background: url(../img/side-li.gif) 0 7px no-repeat;
			padding-left: 15px;
		}
	
	.box p.address {
		text-align:left;
		font-size:11px;
		line-height: 14px;
	}

/* ----------------------------------- */
/* amalfi coast
/* ----------------------------------- */

div#content-wrapper div#content h2 {
	margin-top: 16px;
}

.thumbnail-list li {
	width: 170px;
	margin-right: 15px;
	margin-bottom: 25px;
	float: left;
	font-weight: bold;
}
	.thumbnail-list a .thumb {
		width: 160px;
		padding: 5px;
		border: 1px solid #ABA995;
		background: #9B9880;
	}
	.thumbnail-list a:hover .thumb {
		border-color: #FFF;
	}
	.thumbnail-list li a {
		text-decoration: none;
		color: #FFF;
	}


/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer-wrapper {
	background: #000;
	padding: 15px 0 15px 0; 
}
	#footerlogo {
		width: 250px;
		float: left;
	}
	#footer-menu {
		width: 500px;
		float: right;
		text-align: right;
		margin-top: 20px;
		font-size: 12px;
	}

