/*   
	Kubrick v1.2.5  for  e107
	 http://binarybonsai.com/kubrick/
	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
	Have fun, and don't be afraid to contact me if you have questions.

	Maintainer: William Moffett [Que~]

*/


/* BEGIN TYPOGRAPHY & COLORS */
body {
	margin: 0;
	padding: 0; 
	font-size: 100%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: White;
	color: Black;
}

#page {
	background-color: white;
	margin:0px auto 0px auto;
}

#header {
	background-color: White;
	margin: 0px auto 0px auto;
	font-size: medium;
	color: #D4A019;
	padding: 0px;
}

#content {
	font-size: medium;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin:0px auto 0px auto;
}


/* UL NAVIGATION ADDED BY QUE~ */

#navigation{
	font-size: 9px;
	width: 665px;
	height: 22px;
	list-style: none;
	margin:0px auto 0px auto;
}
/* firefox position fix*/
body>#page>#header>#navigation{
	position: absolute;
	top: 92px;
	right:0px;
}
*/
#navigation ul{
	height: 22px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li{
	background: none;
 	display: inline;
}
#navigation a{
	text-decoration:none;
}

/* END UL NAVIGATION */


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}
.otherlinks{
	font-style: normal;
	font-size: smaller;
	font-weight: lighter;
}

#footer {
	background-color: White;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
	}
h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited { /* used in NEWSSTYLE */
	color: #b85b5a;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, blockquote, strike {
	color: #777;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
}

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

/* END TYPOGRAPHY & COLORS */



/* BEGIN STRUCTURE */

body {
	margin: 0;
	padding: 0; 
	width: 675px;
	margin:0px auto 0px auto;
}

#page {
	background-color: white;
	padding: 0;
	width: 675px;
	border: 1px solid #959596;
	margin:0px auto 0px auto;
}

#page2 {
	background-color: white;
	padding: 0;
	width: 675px;
	border: 1px solid #959596;
}
	
#header {
	padding: 0;
	height: 114px;
	width: 704px;
	background-color: White;
	margin:0px auto 0px auto;
}

#headerimg {
	height: 114px;
	width: 704px;
}



.widecolumn {
	padding: 10px 0 10px 45px;
	margin: 5px 0 0 5px;
	width: 635px;
	margin:0px auto 0px auto;

}
	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 675px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

/* END STRUCTURE */



/* BEGIN HEADERS */

h1 {
	margin: 0;
}

h2 {
	margin: 30px 0 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
/* move content h3 to the left */
#content h3{
	text-align: left;
	line-height: 0px;
}

/* END HEADERS */


/* BEGIN LISTS not in use

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* END ENTRY LISTS */



/* BEGIN SIDEBAR */

#sidebar{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}

#sidebar form {
	margin: 0;
}

/* END SIDEBAR */


/* BEGIN VARIOUS TAGS & CLASSES */


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.hidden{
	display:none;
}

/* END VARIOUS TAGS & CLASSES */


/* BEGIN PAGE IMAGES */

#body	 	{ background: url("images/legacybgcolor.jpg") no-repeat bottom center;}
#page		{ background: url("images/kubrickbg.jpg") no-repeat bottom; border: none; }
#page2		{ background: url("images/kubrickbgwide.jpg") no-repeat bottom; border: none; }
#header 	{ background: url("images/legacyheader.jpg") no-repeat bottom center; }
#footer 	{ background: url("images/legacyfooter.jpg") no-repeat bottom; border: none;}

/* END PAGE IMAGES */

/* BEGIN E107 CORE CLASSES MAINTAINER QUE~ */

.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.spacer {
	padding: 2px 0 2px 0;
}


.indent{
	padding:4px;
	border: 1px solid #06c;
}


.sitelinks {
	text-align: center;
	font: 8px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 2px 0 2px 20px;
	margin: 5px 0 0 5px;
	width: 675px;
}

.sitetag {
	font-size: 1.2em;
	text-align: center;
	/* margin-top: -60px; */
	color: #ffffff;
}

.smalltext {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.mediumtext {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.tbox{
	background-color: #F4F7FA;
	border: #5e5d63 1px solid;
	color: #000000;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}


td {
	background: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	padding: 0px;
	text-align: left;
	margin: 0px;
}

.fborder {
	border: #ededed 1px solid;
	background-color: #fff;
	
}
.forumheader{
	background-color: #EBEFF2;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding: 4px;
	border: 1px solid #ededed;
}

.forumheader2{
	background-color: #fff;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	padding: 4px;
	border: #ededed 1px solid;
}

.forumheader3{
	background-color: #fff;
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: #ededed 1px solid;

}

.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}

.fcaption {
	font: 9px Times New Roman;
	color: Gray;
}
.fcaption a{
	padding-right: 4px;
	color: Gray;
}

/* START NAVIGATION */

/* THIS PART IS FOR THE NAVIGATION LINKS ADDED BY QUE~ */
.nav1 a:link, .nav1 a:visited, .nav5 a:link, .nav5 a:visited, .nav5_onpage a:visited, .nav1_onpage a:visited, .nav2_onpage a:visited{
	color: Black;
	width: 82px;
	height: 20px;
	line-height: 20px;
	background: url(images/82_linkbg2.gif) top repeat-y;
	padding: 0;
	text-align: center;
	font: normal;
}
.nav3 a:link, .nav3 a:visited, .nav2 a:link, .nav2 a:visited, .nav4 a:link, .nav4 a:visited, .nav6 a:link, .nav6 a:visited, .nav7 a:link, .nav7 a:visited, .nav8 a:link, .nav8 a:visited, .nav2_onpage a:visited, .nav3_onpage a:visited, .nav4_onpage a:visited{
	color: Black;
	width: 109px;
	height: 20px;
	line-height: 20px;
	background: url(images/01_linkbg2.gif) top repeat-y;
	padding: 0;
	text-align: center;
	font: normal;
}
.nav1 a:link, .nav1 a:visited, .nav5 a:link, .nav5 a:visited, .nav5_onpage a:visited, .nav1_onpage a:visited, .nav2_onpage a:visited{
	color: Black;
	width: 82px;
	height: 20px;
	line-height: 20px;
	background: url(images/82_linkbg2.gif) top repeat-y;
	padding: 0;
	text-align: center;
	font: normal;
}
.nav3 a:link, .nav3 a:visited, .nav2 a:link, .nav2 a:visited, .nav4 a:link, .nav4 a:visited, .nav6 a:link, .nav6 a:visited, .nav7 a:link, .nav7 a:visited, .nav8 a:link, .nav8 a:visited, .nav3_onpage a:visited, .nav2_onpage a:visited, .nav4_onpage a:visited{
	color: Black;
	width: 109px;
	height: 20px;
	line-height: 20px;
	background: url(images/01_linkbg2.gif) top repeat-y;
	padding: 0;
	text-align: center;
	font: normal;
}
.nav1 a:link, .nav1 a:visited, .nav1_onpage a:link, .nav1_onpage a:visited{
	position: absolute;
	right: 0px;
}

.nav2 a:link, .nav2 a:visited, .nav2_onpage a:link, .nav2_onpage a:visited{
	position: absolute;
	right: 82px;
}
.nav3 a:link, .nav3 a:visited, .nav3_onpage a:link, .nav3_onpage a:visited{
	position: absolute;
	right: 191px;
}

.nav4 a:link, .nav4 a:visited, .nav4_onpage a:link, .nav4_onpage a:visited{
	position: absolute;
	right: 300px;
}

.nav5 a:link, .nav5 a:visited, .nav5_onpage a:link, .nav5_onpage a:visited{
	position: absolute;
	right: 408px;
}

.nav6 a:link, .nav6 a:visited, .nav6_onpage a:link, .nav6_onpage a:visited{
	position: absolute;
	right: 545px;
}

.nav7 a:link, .nav7 a:visited, .nav7_onpage a:link, .nav7_onpage a:visited{
	position: absolute;
	right: 754px;
}

.nav8 a:link, .nav8 a:visited, .nav8_onpage a:link, .nav8_onpage a:visited{
	position: absolute;
	right: 863px;
}



/* HOVER EFFECTS MAINTAINER QUE~ */
.nav2 a:hover, .nav2 a:active,
.nav3 a:hover, .nav3 a:active,
.nav4 a:hover, .nav4 a:active,
.nav6 a:hover, .nav6 a:active,
.nav7 a:hover, .nav7 a:active,
.nav8 a:hover, .nav8 a:active{
	background: url(images/01_linkbg1.gif) top repeat-y;
	color: white;
	font: normal;
}

.nav1 a:hover, .nav1 a:active,
.nav5 a:hover, .nav5 a:active{
	background: url(images/82_linkbg1.gif) top repeat-y;
		color: white;
	font: normal;
}

/* USE A DIFFERENT COLOR WHEN USER IS ON THAT PAGE*/ 
.nav2_onpage a:link, .nav2_onpage a:visited,
.nav3_onpage a:link, .nav3_onpage a:visited,
.nav4_onpage a:link, .nav4_onpage a:visited,
.nav6_onpage a:link, .nav6_onpage a:visited,
.nav7_onpage a:link, .nav7_onpage a:visited,
.nav8_onpage a:link, .nav8_onpage a:visited{
	background: url(images/01_linkbg1.gif) top repeat-y;
		color: white;
	font: normal;
}

.nav5_onpage a:link, .nav5_onpage a:visited{
	background: url(images/01_linkbg1.gif) top repeat-y;
	font: normal;
    color: white;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    width: 109px;
}

.nav4_onpage a:link, .nav5_onpage a:visited, .nav3_onpage a:link, .nav3_onpage a:visited, .nav2_onpage a:link, .nav2_onpage a:visited{
	background: url(images/01_linkbg1.gif) top repeat-y;
	font: normal;
    color: white;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    width: 109px;
}

.nav1_onpage a:link, .nav1_onpage a:visited {
	background: url(images/01_linkbg1.gif) top repeat-y;
	font: normal;
    color: white;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    width: 82px;
}

/* THE FOLLOWING PART IS FOR THE FONT CONTROL */

#fontcontrol{
	background: none;
	width: 66px;
	height: 18px;
	position: absolute;
	top: 18px;
	left: 615px;
}

#fontcontrol ul{
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

#fontcontrol li{
	background: none;
}

#fontcontrol i{
	display: block;
	visibility: hidden;
}

.font1 a:link, .font1 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/01_font1.gif) no-repeat;
}

.font2 a:link, .font2 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 22px;
	background: url(images/01_font2.gif) no-repeat;
}

.font3 a:link, .font3 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 44px;
	background: url(images/01_font3.gif) no-repeat;
}

.font1 a:hover, .font1 a:active{
	background-position: 0 -18px;
}

.font2 a:hover, .font2 a:active{
	background-position: 0 -18px;
}

.font3 a:hover, .font3 a:active{
	background-position: 0 -18px;
}
*/
/* END NAVIGATION */

/* NICETITLE ADDED BY QUE~*/

.nicetitle {
	font-weight: bold;
	color: #3C3C3C;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 35em;
	z-index: 20;
	max-width: 60%;
}
.nicetitle-content{
	overflow: hidden;
	background: white;
	border: 1px solid #333;
	padding: 7px;
	opacity: 0.9;
}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #5E7743;
}
div.nicetitle p span.accesskey {
	color: #FF7200;
}

/* END NICETITLE */

.show_hide {
	display: none;
}

.video_wrapper {
	width: 100%;
	text-align: center;
	padding: 20px;
}

.video_wrapper a#player {
	margin: 0 auto;
}

#video_wrapper {
	margin-top: 20px;
}

#video_wrapper h2, #video_wrapper h3, #video_wrapper p {
	font-size: 10px;
	text-align: center;
}
