/* Main CSS styles go here */

body {
	background-image: url(../images/bg.jpg);
	background-color: black;
	line-height: 13.5px;
	font-size: 10px;
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c9c9c9;
}

p {
}

img {
	border-style: none;
}
a {
	color: #a60719;
}
.main a {
	color: #2e2a10;
	text-decoration: none;
}
.main a:hover {
	text-decoration: underline;
}
.center {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.header {
	position: relative;
	margin-bottom: 10px;
	margin-top: 25px;
}

.logo {
	float: none;
	position: relative;
	display: inline;
	left: -30px;
} .logo img {
	border-style: none;
}

.menu {
	position: relative;
	top: 35px;
	float: right;
	display: inline;
}

.main {
	color: #2e2a10;
	position: relative;
	width: 100%;
}

.footer {
	padding-bottom: 120px;
	top: 1180px;
	position: absolute;
}

.menu_item {
	color: #b4a474;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 11px;
	display: inline;
	position: relative;
}

.menu_item a {
	color: #b4a474;
	text-decoration: none;
}

.menu_item a:hover {
	color: #f2e2b2;
}

.menu_logo {
	top: 25px;
	margin-right: 6px;
	margin-left: 6px;
	position: relative;
	display: inline;
}
.menu_logo img {
	border-style: none;
}

/* LISTS */

.list span.itemTitle {
	font-weight: bold;
}

.list span.itemTitleSecret a {
	color: #4c4739;
	font-weight: bold;
}

.list span.itemTitleSecret a:hover {
	color: #eef3f4;
	font-weight: bold;
}

.list span.itemDate {
	color: #601414;
}

.list span.itemBody {
}

               

.list a {
	color: #2e2a10;
	text-decoration: none;
}

/* SECRET GARDEN */

.promo {
	height: 260px;
	width: 193px;
}
.secretGarden {
	float: none;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	height: 145px;
	width: 172px;
	background-image: url(../images/global-password.png);
}

.secretGarden input {
	background-color: transparent;
	padding-bottom: 4px;
	margin: auto;
	padding-top: 4px;
	top: 107px;
	position: relative;
	text-align: center;
	height: 15px;
	font-weight: bold;
	border-style: none;
	width: 130px;
	color: #30291e;
}

.secretGarden div#incorrect {
	margin-top: 120px;
	position: relative;
	font-weight: bold;
	color: #a60719;
}

/* SCROLLING */

.list a:hover {
	text-decoration: underline;
	color: #000000;
}
.scrolling {
	position: absolute;
}
.scrolling div.mask {
	position: absolute;
	left: 30px;
	top: 70px;
	height: 590px;
	width: 550px;
	overflow: hidden;
	z-index: 1;
}
.scrolling div.list {
	position: absolute;	
	width: 100%;
}
.scrolling div.track {
	position: absolute; 
	left: 605px; 
	top: 40px; 
	z-index: 2;
}
.scrolling div.drag { 
	position: absolute; 
	cursor:pointer;
}
.scrolling div.drag img {
	text-align: center;
	left: 0px;
	top: 0px;
	position: absolute;
}
.swapImage {
	position: absolute;
}
.swapImage img {
	position: absolute;
}
.nonBold {
	font-style: normal;
	font-weight: normal;
}

.promo div.promoFrame {
	left: 0px;
	top: 0px;
	float: left;
	position: absolute;
	height: 260px;
	width: 193px;
	background-image: url(../images/frame-1.png);
}
.promo div.swapImage {
	top: 0px;
	float: left;
	margin-bottom: 14px;
	margin-top: 14px;
	position: absolute;
	left: 13px;
}
.myspace {
	height: 139px;
	width: 120px;
}
#content_ifr {
}
.red {
	color: #a60719;
}
.bold {
	font-weight: bold;
}

.animations {
	z-index: -999;
	bottom: 0px;
	top: 0px;
	position: absolute;
	width: 900px;
}

.animations div.animationLeft {
	position: absolute;
}

.animations div.animationRight {
	position: absolute;
}


#slDiv {
	top: 0px;
	color: #d1c49d;
	text-align: center;
	z-index: 1000;
	position: fixed;
	width: 100%;
	left: 0px;
}
#slDiv div.bg {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.80;
	filter: alpha(opacity = 80);
}
#slDiv div.abs {
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 100%;
}
#slDiv div.cmsCenter {
	margin-bottom: 0px;
	margin-top: 0px;
	left: 0px;
	top: 0px;
	position: relative;
	padding-bottom: 25px;
	padding-top: 25px;
	right: auto;
	max-height: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-width: 1px;
	border-color: #b4a474;
	border-style: solid;
	background-color: black;
	padding-right: 30px;
	padding-left: 30px;
	width: 300px;
	opacity: 1;
	overflow: auto;
	vertical-align: bottom;
}
#slDiv h1 {
	font-size: 18px;
}
#slDiv label {
	font-weight: bold;
	display: block;
}
#slDiv input.input {
	padding: 3px;
	border-style: none;
	width: 250px;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #2e2a10;
	background-color: #b4a474;
}
