@charset "utf-8";
/* CSS Document */

@font-face { font-family: Lemon Tuesday; src: url('Lemon Tuesday.otf'); } 

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFF;
	color: #e3c76c;
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-size: 20px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */

.text-gold-script-large{
	color: #e3c76c;
	font-family: 'Lemon Tuesday', cursive;
	font-size: 55px;
}
.text-gold-script-med{
	color: #d4b26c;
	font-family: 'Lemon Tuesday', cursive;
	font-size: 40px;
}
.text-gold-script-small{
	color: #e3c76c;
	font-family: 'Lemon Tuesday', cursive;
	font-size: 30px;
}
.text-gold-script-xsmall{
	color: #e3c76c;
	font-family: 'Lemon Tuesday', cursive;
	font-size: 20px;
}
.text-dark-script-large{
	color: #525E5E;
	font-family: 'Lemon Tuesday', cursive;
	font-size: 55px;
}
.text-dark-script-small{
	color: #525E5E;
	font-family: 'Lemon Tuesday', cursive;
	font-size: 30px;
}

.text-gold2-large{
	color: #b3914d;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 26px;
	line-height: 1.5;
}
.text-gold2-med{
	color: #b3914d;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	line-height: 1.5;
}
.text-gold2-small{
	color: #b3914d;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	line-height: 1.5;
}
.text-gold-large{
	color: #e3c76c;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 26px;
	line-height: 1.5;
}
.text-gold-med{
	color: #e3c76c;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	line-height: 1.5;
}
.text-gold-small{
	color: #e3c76c;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

.text-dark-large{
	color: #525E5E;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 26px;
	line-height: 1.5;
}
.text-dark-med{
	color: #525E5E;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	line-height: 1.5;
}
.text-dark-small{
	color: #525E5E;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	line-height: 1.2;
}
.circle {
    background: #525E5E;
    border-radius: 50%;
    width: 20px;
    height: 100px;
}


.zmenu{
	color: #e3c76c;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 26px;
}
.zmenusub{
	color: #e3c76c;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
}
padding {padding: 10px,10px, 10px, 10px }

/* LINKS AND BORDER */

a {
	color: #b3914d;
}
a.menu {
	color: #e3c76c;
	text-decoration: none;
}
a:hover.menu {
	color: #e3c76c;
	text-decoration: underline;
}
.border {
	border: 3px solid #525E5E;
}
.pageborder {
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

.sub-bg {
	background-color: #FFF;
	padding: 10 35 0 35;
}
.sub-bg-index-menu {
	background-color: #FFF;
	width: 623px;
	height: 62px;
	padding: 5 0 0 0;
}


#fader {
    position: relative; 
    width: 100%;
    
}

