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

html, body, div, span, applet, object, iframe,
blockquote, pre,
p, h1, h2, h3, h4, h5, h6,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background-color: #e4e4e4;
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
}
#wrapper {
	width: 1000px;
	background-image: url(../images/internal/01.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#wrapper-02 {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* Top Nav */

#top-nav {
	width: 880px;
	height: 93px;
	background-image: url(../images/internal/02.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}
#top-nav #buttons {
	position: absolute;
	left: 14px;
	top: 30px;
	width: 852px;
	height: 63px;
}
#top-nav a {
	float: left;
	height: 63px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#top-nav a:hover {
	background-position: 0px -63px;
}
#top-nav a.active {
	background-position: 0px -126px;
}
#top-nav a#home {
	width: 116px;
	background-image: url(../images/top-nav/home-01.jpg);
}
#top-nav a#profile {
	width: 123px;
	background-image: url(../images/top-nav/profile-01.jpg);
}
#top-nav a#disney {
	width: 122px;
	background-image: url(../images/top-nav/disney-01.jpg);
}
#top-nav a#studio {
	width: 119px;
	background-image: url(../images/top-nav/studio-01.jpg);
}
#top-nav a#gallery {
	width: 126px;
	background-image: url(../images/top-nav/gallery-01.jpg);
}
#top-nav a#media {
	width: 116px;
	background-image: url(../images/top-nav/media-01.jpg);
}
#top-nav a#contact {
	width: 130px;
	background-image: url(../images/top-nav/contact-01.jpg);
}
#top-nav a#disney-02 {
	width: 122px;
	background-image: url(../images/top-nav/disney-02.jpg);
}
#top-nav a#studio-02 {
	width: 119px;
	background-image: url(../images/top-nav/studio-02.jpg);
}
#top-nav a#gallery-02 {
	width: 126px;
	background-image: url(../images/top-nav/gallery-02.jpg);
}
#top-nav a#media-02 {
	width: 116px;
	background-image: url(../images/top-nav/media-02.jpg);
}
#top-nav a#contact-02 {
	width: 130px;
	background-image: url(../images/top-nav/contact-02.jpg);
}
#top-nav a#studio-03 {
	width: 119px;
	background-image: url(../images/top-nav/studio-03.jpg);
}
#top-nav a#gallery-03 {
	width: 126px;
	background-image: url(../images/top-nav/gallery-03.jpg);
}
#top-nav a#media-03 {
	width: 116px;
	background-image: url(../images/top-nav/media-03.jpg);
}
#top-nav a#gallery-05 {
	width: 126px;
	background-image: url(../images/top-nav/gallery-05.jpg);
}

/* Graphic */

#graphic {
	width: 880px;
	height: 175px;
}

/* Content */

#content {
	width: 880px;
	background-image: url(../images/internal/03.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#content .padding {
	padding: 10px 14px 4px 14px;
}
#column-01 {
	float: left;
	width: 256px;
	padding-right: 10px;
}
#column-02 {
	float: left;
	width: 586px;
}
#column-03 {
	float: left;
	width: 852px;
}
.clear {
	clear: both;
}

/* Sub Menu */

#sub-menu {
	width: 256px;
	background-image: url(../images/internal/01.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
#sub-menu .background {
	width: 256px;
	background-image: url(../images/internal/02.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#sub-menu .toplid {
	background-image: url(../images/internal/03.gif);
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
	margin: 0;
	padding: 9px 24px 17px 24px;
	border: 0;
	outline: 0;
}

#sub-menu ul {
	background-image: url(../images/internal/03.gif);
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
	margin: 0;
	padding: 9px 24px 17px 24px;
	border: 0;
	outline: 0;
}
*:first-child+html #sub-menu ul {
	padding: 15px 24px 17px 24px;
}
* html #sub-menu ul {
	padding: 15px 24px 17px 24px;
}
#sub-menu ul li {
	width: 208px;
	height: 34px;
	overflow: hidden;
	margin-top: 6px;
}
#sub-menu ul li.last {
	height: 33px;
}
#sub-menu ul li a {
	display: block;
	width: 208px;
	height: 34px;
	background-image: url(../images/internal/04.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #a074dc;
	padding: 7px 0px 0px 16px;
}
#sub-menu ul li a:hover {
	text-decoration: underline;
}
/* Second Sub Menu List */

#sub-menu2 {
	width: 256px;
	background-image: url(../images/internal/01.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
#sub-menu2 .background {
	width: 256px;
	background-image: url(../images/internal/02.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#sub-menu2 .toplid {
	background-image: url(../images/internal/03.gif);
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
	margin: 0;
	padding: 9px 24px 17px 24px;
	border: 0;
	outline: 0;
}

#sub-menu2 ul {
	background-image: url(../images/internal/03.gif);
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
	margin: 0;
	padding: 9px 24px 17px 24px;
	border: 0;
	outline: 0;
}
*:first-child+html #sub-menu2 ul {
	padding: 15px 24px 17px 24px;
}
* html #sub-menu2 ul {
	padding: 15px 24px 17px 24px;
}
#sub-menu2 ul li {
	width: 208px;
	height: 34px;
	overflow: hidden;
	margin-top: 6px;
}
#sub-menu2 ul li.last {
	height: 33px;
}
#sub-menu2 ul li a {
	display: block;
	width: 208px;
	height: 34px;
	background-image: url(../images/internal/04.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #a074dc;
	padding: 7px 0px 0px 16px;
}
#sub-menu2 ul li a:hover {
	text-decoration: underline;
}

/* Mini Ads */

.mini-ad-spacer {
	width: 256px;
	height: 10px;
}
a#mini-ad-profile {
	display: block;
	width: 256px;
	height: 188px;
	background-image: url(../images/mini-ads/profile.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 10px;
}
a#mini-ad-profile:hover {
	background-position: 0px -188px;
}
a#mini-ad-studio {
	display: block;
	width: 256px;
	height: 188px;
	background-image: url(../images/mini-ads/studio.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 10px;
}
a#mini-ad-studio:hover {
	background-position: 0px -188px;
}
a#mini-ad-disney {
	display: block;
	width: 256px;
	height: 188px;
	background-image: url(../images/mini-ads/disney.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 10px;
}
a#mini-ad-disney:hover {
	background-position: 0px -188px;
}
a#mini-ad-gallery {
	display: block;
	width: 256px;
	height: 188px;
	background-image: url(../images/mini-ads/gallery.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 10px;
}
a#mini-ad-gallery:hover {
	background-position: 0px -188px;
}
a#mini-ad-media {
	display: block;
	width: 256px;
	height: 188px;
	background-image: url(../images/mini-ads/media.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 10px;
}
a#mini-ad-media:hover {
	background-position: 0px -188px;
}


/* Generic Content Block - For use on all pages */

.generic-content-block-spacer {
	width: 586px;
	height: 10px;
	background-color: #FFFFFF;
}
#generic-content-block {
	background-image: url(../images/internal/08.gif);
	background-repeat: repeat-y;
	border-bottom: 10px solid #FFFFFF;
}
#generic-content-block .background-top {
	background-image: url(../images/internal/09.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#generic-content-block .background-bottom {
	background-image: url(../images/internal/10.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 6px 30px 12px 30px;
}
/*Alternate Header Box*/
.alternate-content-block-spacer {
	width: 586px;
	height: 10px;
	background-color: #FFFFFF;
}
#alternate-content-block {
	background-image: url(../images/internal/alternate_spacer.gif);
	background-repeat: repeat-y;
	border-bottom: 10px solid #FFFFFF;
}

#alternate-content-block .background-top {
	background-image: url(../images/internal/alternate_box_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#alternate-content-block .background-bottom {
	background-image: url(../images/internal/alternate_box_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 100px 30px 12px 30px;
}
/*Alternate Contact header Box*/
.alternate2-content-block-spacer {
	width: 586px;
	height: 10px;
	background-color: #FFFFFF;
}
#alternate2-content-block {
	background-image: url(../images/internal/alternate_spacer.gif);
	background-repeat: repeat-y;
	border-bottom: 10px solid #FFFFFF;
}

#alternate2-content-block .background-top {
	background-image: url(../images/internal/alternate_contact_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#alternate2-content-block .background-bottom {
	background-image: url(../images/internal/alternate_box_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 100px 30px 12px 30px;
}

/* Diary Section */

#diary-section {
	background-image: url(../images/internal/05.gif);
	background-repeat: repeat-y;
	border-bottom: 10px solid #FFFFFF;
}
#diary-section .background-top {
	background-image: url(../images/internal/06.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#diary-section .background-bottom {
	background-image: url(../images/internal/07.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 13px 28px 19px 62px;
}

/* Gallery */

#gallery-section {
	background-image: url(../images/internal/08.gif);
	background-repeat: repeat-y;
	border-bottom: 10px solid #FFFFFF;
}
#gallery-section .background-top {
	background-image: url(../images/internal/09.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#gallery-section .background-bottom {
	background-image: url(../images/internal/10.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 29px 0px 13px 29px;
}
#gallery-section .pic {
	float: left;
	width: 120px;
	height: 120px;
	margin: 0px 16px 16px 0px;
	background-image: url(../images/gallery/01.gif);
	background-repeat: no-repeat;
}
#gallery-section .pic img {
	width: 100px;
	height: 100px;
	padding: 10px;
}

/* Media */

#media-section {
	background-image: url(../images/internal/11.gif);
	background-repeat: repeat-y;
	border-bottom: 10px solid #FFFFFF;
}
#media-section .background-top {
	background-image: url(../images/internal/12.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#media-section .background-bottom {
	background-image: url(../images/internal/13.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 17px 29px 0px 29px;
}

/* Copyright & Credits */

#copyright-credits {
	width: 880px;
	height: 58px;
	background-image: url(../images/internal/04.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	overflow: hidden;
}
#copyright-credits .copyright {
	position: absolute;
	left: 5px;
	top: 18px;
	font-size: 12px;
	line-height: 22px;
	color: #8350c7;
}
#copyright-credits .credits {
	position: absolute;
	right: 5px;
	top: 18px;
	font-size: 12px;
	line-height: 22px;
	color: #8350c7;
	text-align: right;
}
#copyright-credits .credits a {
	color: #ed50c6;
	font-weight: bold;
	text-decoration: none;
}
#copyright-credits .credits a:hover {
	text-decoration: underline;
}

/* Text */

p {
	font-size: 12px;
	line-height: 22px;
	color: #8350c7;
	margin: 12px 0px;
}
a {
	color: #00a179;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#diary-section p {
	font-size: 12px;
	line-height: 22px;
	color: #8350c7;
	margin: 12px 0px;
	background-image: url(../images/profile/lines-22.gif);
}
#sub-menu p {
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	color: #a074dc;
	margin: 0px 0px;
	background-image: none;
}
h1 {
	font-size: 21px;
	font-weight: bold;
	line-height: 28px;
	color: #eb6ecc;
	margin: 18px 0px 12px 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #eb6ecc;
	margin: 18px 0px 12px 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #8350c7;
	margin: 12px 0px;
}
#diary-section h3 {
	width: 385px;
	background-image: url(../images/profile/lines-22.gif);
}

/* Images */

#generic-content-block img {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

/* Videos */

.video-border {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: auto;
}

/* Form */

.form-container {
	margin: 17px 0px 11px 0px;
}
.form-text {
	font-size: 12px;
	line-height: 22px;
	color: #8350c7;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	float: left;
	width: 120px;
}
*:first-child+html .form-text,* html .form-text {
	font-size: 12px;
	line-height: 22px;
	color: #8350c7;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 1px 0px;
	float: left;
	width: 120px;
}
.form-input input, .form-input textarea {
	width: 350px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	color: #403e3d;
}
.form-button input {
	width: 110px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: #403e3d;
}















