/* ######################### CSS STYLESHEET ######################### *\
// ##              WRITTEN EXCLUSIVELY FOR TVXQ PERU               ## \\
// ##       CREATED BY PHOTOGENIC - PHOTOGENIC-DESIGNS.NET         ## \\
// ##  FILE MAY NOT BE REDISTRIBUTED IN WHOLE OR SIGNIFICANT PART  ## \\
// ##           CSS STYLESHEET COPYRIGHT 2010 PHOTOGENIC           ## \\
// ##      THIS COPYRIGHT NOTICE MUST REMAIN INTACT FOR USE        ## \\
\* ################################################################## */

body {
	font: 13px 'helvetica neue', helvetica, arial, sans-serif;
	margin: 0;
}

#top {
	height: 444px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

#informacion {
	font-size: 10px;
	left: 685px;
	height: 140px;
	position: absolute;
	top: 250px;
	width: 245px;
}

#informacion.ui-widget-content {
	background: none;
	border-width: 0;
	padding: 0;
}

#informacion .ui-tabs-nav {
	background: none;
	border-width: 0;
}

#informacion .ui-tabs-nav a {
	outline: medium none;
}

#informacion .ui-state-default, #informacion .ui-state-active {
	background: none;
	border-width: 0;
}

#informacion .ui-tabs-panel {
	padding: 0;
}

#informacion div ul {
	height: 120px;
	margin: 0;
	overflow: auto;
	padding: 0.5em 2em;
}

#nav, #nav li {
	list-style: none;
}

#nav {
	font-size: 110%;
	padding: 1em;
	text-align: center;
}

#nav li {
	display: inline;
	padding: 1em;
	position: relative;
	text-align: left;
}

#nav, #nav * {
	z-index: 1;
}

#nav li a {
	font-weight: bold;
	text-decoration: none;
}

#nav li span {
	background: #000;
	border-radius: 5px;
	display: block;
	display: none; /* shown w/ JS */
	font-size: 80%;
	left: -30px;
	opacity: .8;
	padding: 1em;
	position: absolute;
	top: 80%;
	white-space: nowrap;
	z-index: 100;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* styles for morning */
.morning  {
	background: #ebb55f url(images/top-morning.jpg) no-repeat top center;
}
.morning #nav {
	background: #dfa342;
}
.morning #nav a {
	color: #453823;
}
.morning #nav a:hover {
	color: #342611;
}
.morning #nav li span {
	color: #d7e6e8;
}
.morning .ui-state-active a, .morning .ui-state-active a:link, .morning .ui-state-active a:visited {
	color: #442c06;
}
.morning .ui-state-hover a, .morning .ui-state-hover a:hover {
	color: #000;
}

/* styles for afternoon */
.afternoon  {
	background: #d47b1f url(images/top-afternoon.jpg) no-repeat top center;
}
.afternoon #nav {
	background: #a85a09;
}
.afternoon #nav a {
	color: #271605;
}
.afternoon #nav a:hover {
	color: #3e250a;
}
.afternoon #nav li span {
	color: #d7e6e8;
}
.afternoon .ui-state-active a, .afternoon .ui-state-active a:link, .afternoon .ui-state-active a:visited {
	color: #2b1c0c;
}
.afternoon .ui-state-hover a, .afternoon .ui-state-hover a:hover {
	color: #000;
}

/* styles for night */
.night  {
	background: #386094 url(images/top-night.jpg) no-repeat top center;
}
.night #nav {
	background: #27446a;
}
.night #nav a {
	color: #b7ecf4;
}
.night #nav a:hover {
	color: #87dae6;
}
.night #nav li span {
	color: #d7e6e8;
}
.night .ui-state-active a, .night .ui-state-active a:link, .night .ui-state-active a:visited {
	color: #555184;
}
.night .ui-state-hover a, .night .ui-state-hover a:hover {
	color: #000;
}
