/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font: normal small/13px Georgia, "Times New Roman", Times, serif;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
}


a:link { text-decoration: none;
	color: #5a2b1c;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #5a2b1c; }
a:hover {
	text-decoration: none;
	color: #c9b7a3;
	background-color: #412d24;
}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	margin-top: 20px;
}

#menu ul {
	list-style: none;
	margin: 5px 0 12px 20px;
}

#menu ul li.section-title {
	font-weight: bold;
	color: #412d24;
	font-variant: small-caps;
	font-size: 16px;
	line-height: 26px;
}

#content {
    height: 100%;
    margin: 10px 0 0 255px;
    top: 0;
	width: 1000px;
}

.container {
    padding: 30px 0 25px 5px;
}

#content p { width: 500px; margin-bottom: 9px;
	color: #412d24;
}

p {
    margin: 0 0 9px 0;
}

h1 { 
	font-weight: bold;
	color: #412d24;
	font-variant: small-caps;
	font-size: 20px;
	line-height: 26px;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/* @group INTERIORS */

#interiors {
}

div#interiors > h1 {
	font-size: 25px;
	color: #8c1c2c;
	border-bottom: 1px double #8c1c2c;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 2px;
	display: block;
}

.atribution {
	font-size: 16px;
	font-variant: small-caps;
	color: #661520;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	padding: 0 0 3px;
	display: block;
	border-bottom: 2px double #8c1c2c;
	margin-bottom: 4px;
	letter-spacing: 5px;
}

.cursiva {
	font-variant: normal;
	font-style: italic;
	color: #d1a4ab;
	font-size: 11px;
	letter-spacing: 3px;
	word-spacing: 10px;
}

#hmenu {
	padding: 3px 4px 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d1a4ab;
}



div#hmenu ul {
	clear: none;
	display: inline-block;
}

div#hmenu li {
	display: inline;
	width: 80px;
	font-size: 15px;
	padding-right: 15px;
	color: silver;
}



/* @end */


