html {
	margin:auto;
	height:100%;
	}

body {
	margin:0px;
	font: 0.8em/1.5 Geneva, Arial, Helvetica, sans-serif;
	color:white;
	min-height:100%;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../Themes/BumbleBee/Images/BG.jpg) repeat-x;
	background-color:#fcff00;
	}

a:link {text-decoration:none; border:0; color:white;}	/* unvisited link */
a:visited {text-decoration: none; border:0; color:white;}	/* visited link */
a:hover {text-decoration:underline; border:0; color:orange;}	/* mouse over link */
a:active {text-decoration: none; border:0;}	/* selected link */
a img {border: 1px solid #222222;}		/* Image Border link */

.wrapper {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	float:center;
	margin-top:0px;
	width:785px;
	}

.clear {
	clear:both;
	margin:0;
	margin-top:20px;
	}

/* START Menu Using Image Replacement Technique */
ul#nav {
	position:relative;
	float:left;
	margin-top:20px;    /* set the exact position of the navigation */
	margin-left:0px;
	width:785px;
	height:99px;
	}

ul#nav li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;
	list-style-type:none;
	}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(../Themes/BumbleBee/Images/Menu.jpg) no-repeat;
	}
li#home a {
	width:96px;
	height:99px;
	}
li#films a {
	width:86px;
	height:99px;
	 }
li#martialarts a {
	width:138px;
	height:99px;
	 }
li#links a {
	width:90px;
	height:99px;
	 }
li#contactme a {
	width:121px;
	height:99px;
	 }

li#about a {
	width:121px;
	height:99px;
	 }

li#home a:hover, li#home a:focus {
	background-position:0px -99px;
	 }
li#films a:link, li#films a:visited {
	background-position:-96px 0px;
	}
li#films a:hover, li#films a:focus {
	background-position:-96px -198px;
	}
li#martialarts a:link, li#martialarts a:visited {
	background-position: -182px 0px;
	}
li#martialarts a:hover, li#martialarts a:focus {
	background-position: -182px -297px;
	}
li#links a:link, li#links a:visited {
	background-position: -320px 0px;
	}
li#links a:hover, li#links a:focus {
	background-position: -320px -396px;
	}
li#contactme a:link, li#contactme a:visited {
	background-position: -400px 0px;
	}
li#contactme a:hover, li#contactme a:focus {
	background-position: -400px -495px;
	}
li#about a:link, li#about a:visited {
	background-position: -510px 0px;
	}
li#about a:hover, li#about a:focus {
	background-position: -510px -593px;
	}
/* END Menu */

ul#nav_right {
	position:relative;
	float:left;
	width:200px;
	margin-top:0px;    /* set the exact position of the navigation */
	margin-left:-45px;
	padding-left:40px;
	}

ul#nav_right li {
	text-indent:-9999px;
	list-style-type:none;
	}

ul#nav_right li a {
	border:0;
	display:inline;
	text-decoration:none;
	height:102px;
	}

ul#nav_right li img {
	border:0;
	display:inline;
	text-decoration:none;
	text-indent:0px;
	}

li#family a {
	width:200px;
	height:95px;
	background: url(../Themes/BumbleBee/Images/RightContentTopFamily.jpg) no-repeat;
	}

li#dallaweb a {
	width:200px;
	height:95px;
	background: url(../Themes/BumbleBee/Images/RightContentTopDallaWeb.jpg) no-repeat;
	}

li#cinema a {
	width:200px;
	height:95px;
	background: url(../Themes/BumbleBee/Images/RightContentTopCinema.jpg) no-repeat;
	}

.title {
	text-indent:-9999px;
	}

.content_fullpage {
	position:relative;
	float:left;
	width:765px;
	text-align:center;
	margin-top:163px;
	padding:10px;
	padding-bottom:50px;
	background-color:black;
}

.content_fullpage a{
	position:relative;
	float:left;
}

.content_fullpage_images {
	position:relative;
	float:left;
	width:765px;
	text-align:center;
	border: 1px solid #555555;
}

.content_fullpage_images a {
	position:relative;
	float:left;
	text-align:center;
	width:112px;
	padding:20px;
}

.content_fullpage_images img{
	width:70px;
}

.content_left {
	position:relative;
	float:left;
	width:180px;
	text-align:left;
	margin-top:0px;
	margin-left:0px;
}

.content_left p {
	position:relative;
	float:left;
	width:180px;
	margin-top:0px;
	margin-left:0px;
}

.content_left a {
	position:relative;
	float:left;
	width:180px;
	text-align:left;
	margin-top:0px;
	margin-left:0px;
}

.content_right {
	position:relative;
	float:left;
	width:550px;
	text-align:center;
	border: 1px solid #555555;
	padding:5px;
}

.content_right p {
	text-align:center;
}

.content_right a {
	text-align:center;
	width:550px;
	color:orange;
}

.index_content_left, p.index_content_left {
	position:relative;
	float:left;
	width:560px;
	text-align:left;
	margin-top:-18px;
	margin-left:0px;
}

.blog_wrapper {
	position:relative;
	float:left;
	margin-top:-50px;
	margin-left:-8px;
	width:578px;
	background: url(../Themes/BumbleBee/Images/BlogBG.jpg) repeat-y;
}

.blog_wrapper p{
	margin-top:10px;
	margin-bottom:0px;
	margin-left:15px;
	margin-right:30px;
	font:14px Arial;
	color:#888888;
}

.blog_header {
	position:relative;
	float:left;
	margin-top:-4px;
	width:578px;
	background: url(../Themes/BumbleBee/Images/BlogHeader.jpg) no-repeat;
}

.blog_header h1{
	position:relative;
	float:left;
	width:500px;
	margin-top:20px;
	margin-left:4px;
	font:20px Arial;
	color:white;
}

.blog_date {
	position:relative;
	float:left;
	margin-top:22px;
	margin-left:12px;
	width:50px;
	text-align:left;
	white-space:nowrap;
	padding-top:0px;
	padding-left:4px;
	padding-bottom:5px;
	font:20px Arial;
	color:black;
	/*border:1px solid black;*/
}

.blog_month_year {
	position:relative;
	float:left;
	margin-top:23px;
	margin-left:-27px;
	padding-left:1px;
	text-align:center;
	font:8px Arial;
	color:black;
	/*border:1px solid black;*/
}

.blog_break {
	margin-top:-4px;
	height:17px;
	background: url(../Themes/BumbleBee/Images/BlogBreak.jpg) no-repeat;
}

.blog_footer {
	position:relative;
	float:left;
	width:578px;
	height:29px;
	margin-top:0px;
	margin-bottom:-10px;
	background: url(../Themes/BumbleBee/Images/BlogFooter.jpg) no-repeat;
}

.blog_footer p{
	position:relative;
	float:left;
	margin-top:6px;
	margin-left:-125px;
	width:578px;
	text-align:right;
	font:12px Arial;
	color:white;
}

.comment_wrapper {
	position:relative;
	float:left;
	margin-top:-420px;
	margin-left:-28px;
	width:645px;
	background: url(../Themes/BumbleBee/Images/CommentBG.jpg) repeat-y;
}

.comment_wrapper p{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:12px;
	margin-right:50px;
	font:14px Arial;
	color:#444444;
}

.comment_header {
	position:relative;
	float:left;
	width:645px;
	margin-top:0px;
	background: url(../Themes/BumbleBee/Images/CommentHeader.jpg) no-repeat;
}

.comment_header h1{
	position:relative;
	float:left;
	width:550px;
	margin-top:18px;
	margin-left:2px;
	font:20px Arial;
	color:#444444;
}

.comment_footer {
	position:relative;
	float:left;
	width:645px;
	height:39px;
	margin-top:20px;
	background: url(../Themes//Images/CommentFooter.jpg) no-repeat;
}

.comment_footer p{
	position:relative;
	float:left;
	margin-top:6px;
	margin-left:-125px;
	width:745px;
	text-align:right;
	font:12px Arial;
	color:white;
}

.index_content_right {
	position:relative;
	float:left;
	width:190px;
	text-align:center;
	margin-top:-4px;
	margin-left:12px;
	/*border: 1px solid #555555;*/
}

.index_content_right p {
	position:relative;
	float:left;
	margin-top:10px;
	text-align:center;
}

.index_content_right a {
	position:relative;
	float:left;
	width:200px;
	text-align:center;
	border: 0px;
}

.index_content_right img {
	border: 0px;
}

.content_title {
	position:relative;
	float:left;
	width:785px;
	height:143px;
	margin-top:0px;
	background: url(../Themes/BumbleBee/Images/Banner.jpg) no-repeat;
}

.content_bg_index {
	position:relative;
	float:left;
	width:785px;
	height:556px;
	margin-top:0px;
	background: url(../Themes/BumbleBee/Images/IndexBottom.jpg) no-repeat;
}

.content {
	position:relative;
	float:left;
	margin-top:0px;
	width:785px;
	height:163px;
	background: url(../Themes/BumbleBee/Images/ContentBG.gif) no-repeat;
}

.content_footer {
	position:relative;
	float:left;
	margin:10px;
	width:785px;
}

.images {
	width:550px;
	position:relative;
	text-align:center;
	margin-top:0px;
	padding-bottom:10px;
}

.images a {
	width:70px;
	margin:10px 20px 0px 20px;
	border:0px;
}

.blog_images {
	width:535px;
	position:relative;
	text-align:center;
	margin-top:0px;
	margin-left: 20px;
	border: 1px solid white;
}

.blog_images a {
	width:70px;
	border:0px;
	text-align:center;
	padding:10px;
	float:center;
}

.older_images a {
	width:128px;
	margin:10px 2px 0px 2px;
	border:0px;
}

.cinema_content_left {
	position:relative;
	float:left;
	width:140px;
	text-align:center;
	margin-top:10px;
	margin-left:0px;
	border-right: 1px solid #555555;
}

.cinema_content_left a {
	width:130px;
	text-align:center;
	padding-bottom:15px;
}

.cinema_content_left img {
	width:24px;
	height:24px;
	border:0px;
}

.cinema_content_right {
	position:relative;
	float:left;
	width:560px;
	height:405px;
	text-align:center;
	margin-top:5px;
	margin-left:0px;
	/*border: 1px solid red;*/
	padding:10px 0px 20px 10px;
	background: url(../Images/1.jpg);
}

.link {
	position:relative;
	float:left;
	width:765px;
	text-align:center;
	border: 1px solid #555555;
	margin-top:8px;
	padding:2px 0px 2px 0px;
}

.link a:link, .link a:visited{
	position:relative;
	float:left;
	width:765px;
	text-align:center;
	margin:0;
}

.link a:hover {
	color:orange;
	}

.link_title p{
	margin-top:-2px;
	margin-bottom:4px;
	width:765px;
	background-color:#555555;
	padding:0px 0px 0px 0px;
}

.link a:active {
	color:orange;
	}


/*LightBox CSS Configuration*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../Images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../Images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../Images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; }
#imageData #caption a:link { font-weight: bold; color:black;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height:100%;
	background-color: #000;
	}

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}

/* Clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#lightbox a:link {text-decoration:none; border:0; color:black; font:16px Arial; font-weight:bold;}	/* unvisited link */
#lightbox a:visited {text-decoration: none; border:0; color:black; font:16px Arial; font-weight:bold;}	/* visited link */
#lightbox a:hover {text-decoration:underline; border:0; color:orange; font:16px Arial; font-weight:bold;}	/* mouse over link */
#lightbox a:active {text-decoration: none; border:0; font:16px Arial; font-weight:bold;}	/* selected link */

/*DallaWeb Entry*/
.DallaWeb {
	position:relative;
	float:left;
	width:785px;
	height:5px;
	text-align:right;
	white-space:nowrap;
	padding-top:0px;
	padding-bottom:5px;
	font:10px Arial;
	color:black;
	}

.DallaWeb a:link, .DallaWeb a:visited {
	margin-top:45px;
	width:785px;
	font:10px Arial;
	color:black;
	margin-right:25px;
	padding-left:0px;
	text-decoration:none;
	font-weight:bold;
	}

.DallaWeb a:hover {
	color:orange;
	padding-right:0px;
	padding-left:0px;
	margin-right:25px;
	font-weight:bold;
	}

.DallaWeb a:active {
	color:black;
	}