/* General
================================================*/
Body {
	color: #34280e;
	font: 62.5%/1.8em "Lucida Grande", Verdana, Arial, sans-serif;
	background: #ffee55 url(../images/body.png) repeat center top;
}

* {
	padding:0;
	margin:0;
}

/* Global
================================================*/

#wrap {
	width: 810px;
	margin: 15px auto 0;
}

#primary {
	background: #fff url(../images/primary.png) repeat-x left top;
	margin: 0 20px 0 5px;
	padding: 0px 5px 25px 5px;
}

/* Header
================================================*/

#head {
	background: #f1ff77 url(../images/head.jpg) no-repeat center top;
	padding: 5px 5px 114px 10px;
}

/* Top Bar
================================================*/
#topbar {
	background-color: #FFFFFF;
	margin: 0px 20px 0px 5px;
	padding: 5px 5px 5px 5px;
}

#topbar .menu {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.55em;
	background-color: #B1BC59;
	height: 22px;
	color: #FFEE55;
}

#topbar a {
	color: #FFEE55;
}

#topbar a:hover {
	color: #F1FF77;
}

/* Primary Content
================================================*/

#videoclips {
background-color: #578EA1;
text-align: center;
padding: 2px;
}

#videoclips .title {
	font-size: 1.80em;
	text-transform: capitalize;
	font-weight: bold;
	color: #FFEF5C;
	display: block;
	padding: 7px;
}

#videoclips .cell{
	padding: 5px;
	border: solid 1px #A1A873;
	display: inline;
	background-color: #C3CE61;
	width: 180px;
	overflow: hidden;
	float: left;
}

#best {
	margin-top:10px;
	margin-bottom:10px;
}

#best .right {
	float: right;
}

#best .row {
	clear:both;
}

#best .celda {
	display: inline;
	width: 128px;
	padding: 0 1px 1px 0;
	float: left;
}

#best .celda img {
	background-color: #f1ff77;
	padding: 3px;
	border: 3px solid #c3ce61;
}

#best .celda a:hover img {
	background-color: #f1ff77;
	padding: 3px;
	border: 3px solid #b1bc59;
}

#best .rowdvd {
	clear:both;
}

#best .celdadvd {
	display: inline;
	height: 198px;
	padding: 0 5px 5px 0;
	float: left;
}

#best .celdadvd img {
	background-color: #f1ff77;
	padding: 5px;
	border: 5px solid #c3ce61;
}

#best .celdadvd a:hover img {
	background-color: #f1ff77;
	padding: 5px;
	border: 5px solid #b1bc59;
}


#dvd {
	margin-top:10px;
	margin-bottom:10px;
}

#dvd .dvd-item {
	margin-top:10px;
	display: inline;
	padding: 0 7px 0px 7px;
	float: left;
	text-align: center;
	width: 140px;
	height: 198px;
}

#text-gal {
	margin-top:10px;
	margin-bottom:10px;
}


#primary-left {
	width: 100%;
	float: left;
}

#primary-left h1 {
	color: #4e889a;
	font-size: 1.8em;
	padding-bottom: 5px;
}

#primary-left h1 a, #primary-left h1 a:link, #primary-left h1 a:visited {
	color: #578ea1;
	text-decoration: none;
}

#primary-left h1 a:hover {
	color: #c8b71a;
	text-decoration: underline;
}

#events {
	font-size: 1.00em;
	line-height: 1.2em;
	margin-right: 20px;
	padding: 5px 0 10px;
	border-top: 2px solid #c3ce61;
}

#events a, #events a:link, #events a:visited {
	color: #34280e;
	text-decoration: none;
}

#events a:hover {
	color: #578ea1;
	text-decoration: none;
}

#dating {
	font-size: 1.25em;
	line-height: 1.5em;
	margin-right: 20px;
	padding: 5px 0 10px;
	border-top: 2px solid #c3ce61;
	text-align: center;
}

#dating a, #dating a:link, #dating a:visited {
	color: #34280e;
	text-decoration: none;
}

#dating a:hover {
	color: #578ea1;
	text-decoration: none;
}

/* Primary Footer
================================================*/

#footer {
	color: #fff7bf;
	font-size: 1.2em;
	text-align: center;
	background: #37280b;
	margin: 0 20px 0 5px;
	padding: 20px 25px 20px;
}

#footer a:link, #footer a:visited {
	color: #578ea1;
	text-decoration: underline;
}

#footer a:hover {
	color: #a09c79;
	text-decoration: underline;
}

/* Other
================================================*/

a, a:link, a:visited {
	color: #578ea1;
	text-decoration: none;
}

a:hover {
	color: #c8b71a;
	text-decoration: underline;
}

hr {
	margin: 10px 0 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom: 1px dotted #473714;
	border-left-style: none;
}

.clear {
	clear: both;
}

.cleared {
	clear: left;
}

.right {
	float: right;
}

img {
	border: none;
}

p {
	padding-bottom: 10px;
}

a {
	text-decoration: none;
}

.links {
	font-size: 1.25em;
}