/* @override http://www.giulioconti.it/css/gc.css */

@font-face {
    font-family: "Albertsthal Typewriter";
    src: url(Albertsthal_Typewriter.ttf);
}

@font-face {
	font-family: "Special Elite";
    src: url(SpecialElite.ttf) format('truetype');
}

body {
	color: black;
}

#frame {
	height: 600px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -300px;
}

#innerframe {
	width: 960px;
	margin: 0 auto;
}

#grey {
	background-color: #ededed;
	height: 230px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
}

#upper {
	height: 300px;
	margin-left: 10px;
}

#upper h2 {
	position: relative;
	top: 265px;
	right: 0;
	width: 192px;
	margin-left: 0;
	font-family: "Albertsthal Typewriter", "Courier New";
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}

.hp #upper h2 {
	position: relative;
	top: 253px;
	left: 0;
	width: 500px;
	font-family: "Albertsthal Typewriter", "Courier New";
	font-size: 34px;
	font-weight: bold;
	text-align: left;
}

#upper h2 a {
	color: black;
	text-decoration: none;
}

#lower {
	font-family: "Albertsthal Typewriter", "Courier New";
	position: relative;
}

#lower #lowerbg {
	height: 347px;
	border-left: 16px solid white;
	border-right: 16px solid white;
	margin-left: -16px;
	margin-right: -16px;
	background-image: url(../img/hp.png);
}

#menu {
	font-size: 13px;
	line-height: 16px;
	margin-left: 26px;
}

.hp #menu {
	padding-top: 8px;
	padding-left: 11px;
	margin-left: 0;
	font-size: 16px;
	line-height: 16px;
}

#menu ul, #lang {
	list-style-type: none;
	margin: 0;
	width: 165px;
	padding: 8px;
	text-align: right;
}

.hp #menu ul {
	width: 400px;
	padding: 0 0 16px 0;
	text-align: left;
}

#menu ul li {
	margin: 0;
}

a, #menu li a, #lang a {
	text-decoration: none;
	color: black;
}

a:hover, #menu li a:hover, #lang a:hover {
	color: #818383;
}

.hp #menu li a:hover, .hp #lang a:hover {
	color: #a48a18;
	text-decoration: underline;
}

#menu li.current, #menu li .current, #lang .current {
	color: #818383;
	text-decoration: underline;
}

#lang {
	line-height: 13px;
}

/* for internal pages */
#menu #lang {
	text-align: right;
	position: absolute;
	top: 198px;
}

.hp #lang {
	float: right;
	padding-right: 8px;
	padding-top: 6px;
	margin-top: 0;
	margin-left: 0;
	font-size: 12px;
}

.hp #lang .current {
	color: #a48a18;
	text-decoration: none;
}

#gallery {
	position: absolute;
	top: -0;
	left: 210px;
	background-color: white;
	padding-left: 30px;
	padding-right: 12px;
}

#gallery.gal1 {
	width: 62px;
}

#gallery.gal2 {
	width: 124px;
}

#gallery.gal3 {
	width: 186px;
}

.thumb {
	float: left;
	width: 44px;
	height: 44px;
	background-color: #efefef;
	margin-right: 18px;
	margin-bottom: 18px;
}

.thumb a img {
	opacity: 0.16;
}

.thumb.current a img, .thumb a:hover img {
	opacity: 1;
}

#largeimage {
	position: absolute;
	bottom: -75px;
	left: 480px;
}

#largeimage img {
	box-shadow: 0 0 10px 0px #888;
}

#largeimage #caption {
	margin-top: 4px;
	text-align: right;
	font-size: 12px;
	line-height: 14px;
}

#content {
	border-left: 35px solid white;
	border-right: 17px solid white;
	background-color: white;
	position: absolute;
	top: -250px;
	left: 210px;
	width: 510px;
	height: 480px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 14px;
	font-family: "Special Elite";
}

#content.shortpage {
	height: 230px;
	top: 0;
}

#content:hover::-webkit-scrollbar-thumb {
	background: #424242;
}

#content::-webkit-scrollbar 
{
	width: 5px;
	background: white;
}

#content::-webkit-scrollbar-thumb
{
	background: #eee;
	border-radius: 8px;
}

#content h4 {
	font-size: 18px;
	text-decoration: underline;
}

#content p {
	text-align: justify;	
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 15px;
}

#content img {
    margin-right: 10px;
    margin-bottom: 10px;
}

#sidecontent {
	position: absolute;
	top: 7px;
	left: 796px;
}