/* Paris apartment website, May 2012 launched in July*/


/* this body bit forces the main div to center, when used with the auto margins on the main div.  The text itself is then aligned left or justified, as desired.  */
body {
  text-align: center;
  min-width: 1000px;}

body {margin: 0px; padding: 0px; background: url(images/beige.gif);} /* margin and padding settings essential so #surround bleeds to top and bottom of screen 8 */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 11, 2012 */




@font-face {
    
	font-family: 'BelleroseRegular';
	src: url('fonts/bellerose2-webfont.eot');

	src: url('fonts/bellerose2-webfont.eot?#iefix') format('embedded-opentype'),
         
	url('fonts/bellerose2-webfont.woff') format('woff'),
         
	url('fonts/bellerose2-webfont.ttf') format('truetype'),
        
	url('fonts/bellerose2-webfont.svg#BelleroseRegular') format('svg');
    
	font-weight: normal;
    
	font-style: normal;


}

.bold {
	font-weight: bold;
}

body#home #main {
	margin: 8px auto;
	width: 960px;
	min-height: 920px;
	background: url(images/skyline.png) bottom left repeat-x #f3ecdb;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: solid 2px #b69e62;
	text-align: left;
}

body#details #main,
body#area #main,
body#inparis #main,
body#bookings #main,
body#contact #main,
body#sitemap #main {
	margin: 8px auto;
	width: 960px;
	min-height: 900px;
	background:	url(images/skyline.png) bottom left repeat-x #f3ecdb; 	/* for IE8 and earlier */
	background:	url(images/eiffel_small.png) 18% bottom no-repeat,		/* next two lines for modern browsers */
			url(images/skyline.png) bottom left repeat-x #f3ecdb;
	border-radius: 8px;
	border: solid 2px #b69e62;
}

body#home h1 {
	background: url(images/yellow_sun.png) right top no-repeat;
	height: 210px;
	width: 410px;
	padding-top: 80px;
	float: right;
	color: #a81a04;
	text-align: right;
	font-family: BelleroseRegular, arial narrow, sans-serif;
	font-size: 50px;
	line-height: 160%;
	margin: 40px 50px 40px 0;


}

body#details h1,
body#area h1,
body#inparis h1,
body#bookings h1,
body#contact h1,
body#sitemap h1 {
	background: url(images/lightgreen_sun.png) right top no-repeat;
	height: 210px;
	width: 700px;
	padding-top: 80px;
	float: right;
	color: #a81a04;
	text-align: right;
	font-family: BelleroseRegular, arial narrow, arial, sans-serif;
	font-size: 50px;
	line-height: 160%;
	margin: 40px 50px 40px 0;


}

.navbuttons {
	margin: 370px 0 0 40px;
	float: left;
}


.navbuttons a:link, a:visited {
	color: #a81a04;
	text-align: left;
	font-family: BelleroseRegular, arial narrow, arial, sans-serif;
	font-size: 29px;
	text-decoration: none;
	padding-bottom: 14px;
	display: block;
	letter-spacing: 0.02em;
}

.navbuttons a:hover {
	color: #e01e00;
	position: relative;    
    	left: 2px;
}

.navbuttons a:active {
    	position: relative;  
    	left: -2px;
}

body#home .home,
body#details .details,
body#area .area,
body#inparis .inparis,
body#bookings .bookings,
body#contact .contact,
a {
	color: #e01e00;
}

.navbuttons li {
	list-style-type: none;
}

.eiffelpic {
	margin-top: 100px;
	padding: 0;
	float: left;
}

body#home .info {
	margin: 30px 0 200px 480px;
	width: 420px;
}

body#details .info {
	margin: 30px 0 30px 280px;
	width: 640px;
}

body#area .info,
body#inparis .info,
body#bookings .info,
body#contact .info,
body#sitemap .info {
	margin: 30px 0 200px 280px;
	width: 640px;
}

body#area .infoarea {
	margin: 0 0 200px 280px;
	width: 640px;
}

body#details .description {
	margin: 0 0 200px 280px;
	width: 560px;
}

body#home .info h2 {
	font-family: verdana, arial, sans-serif;
	color: #434a71;
	text-align: right;
	font-weight: normal;
}

body#details .info h2,
body#area .info h2,
body#area .infoarea h2,
body#inparis .info h2,
body#bookings .info h2,
body#contact .info h2,
body#sitemap .info h2 {
	font-family: verdana, arial, sans-serif;
	color: #434a71;
	text-align: left;
	font-weight: normal;
}

body#home .info p {
	font-family: verdana, arial, sans-serif;
	color: #434a71;
	text-align: right;
	line-height: 140%;
	font-size: 95%;
}

body#details .info p,
body#area .info p,
body#area .infoarea p,
body#inparis .info p,
body#bookings .info p,
body#contact .info p,
body#sitemap .info p {
	font-family: verdana, arial, sans-serif;
	color: #434a71;
	text-align: left;
	line-height: 170%;
	font-size: 80%;
}

.description p {
	font-family: verdana, arial, sans-serif;
	color: #434a71;
	text-align: left;
	line-height: 150%;
	font-size: 80%;
}

.info a,
.infoarea a {
	color: #a81a04;
	text-decoration: none;
	font-family: BelleroseRegular, arial narrow, arial, sans-serif;
	font-size: 130%;
}

.info a:hover,
.infoarea a:hover {
	color: #e01e00;
	text-decoration: underline;
}

.thumbnails {
	width: 566px;
}

.thumbnails img {
	float: left;
	margin: 0 8px 10px 0;

}

body#details ol {
	margin: 0;
	padding: 0;
	list-style: none;
}


body#details ol li {
	background-color: #fdeec1;
	padding: 1px 6px 4px 6px;
	margin-bottom: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #edc549;
}

body#details ol li:nth-child(even) {
	background-color: #fff;
	border: solid 1px #d2ccbd;
}

.breadcrumbs {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

iframe {
	float: left;
	margin-bottom: 20px;
}


textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	width: 95%;
}

#sitemap .info ul {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;

}

#sitemap .info li {
	list-style-type: square;
	text-align: left;
}


#sitemap .info ul li {
	list-style-type: disc;
}



#sitemap .info li a {
	font-family: verdana, arial, sans-serif;
	color: #434a71;
	text-align: left;
	line-height: 170%;
	font-size: 90%;
}

.footer {
	margin: 8px auto;
	width: 960px;
}

.footer p {
	font-family: verdana, arial, sans-serif;
	color: #434a71;
	font-size: 70%;

}

.footer a {
	color: #434a71;
	padding: 0 10px 0 10px;
	display: inline;
}

.footer a:hover {
	text-decoration: none;
}