@charset "utf-8";
/* CSS Document */
html { overflow-x: hidden; }
body {
	background: #000000 fixed center ;
	background-position: center;
	background-color:#000000;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	font-size:11px;
	color: #ffffff;
	height: 100%; /* Required */ }
html, body {
	margin:0;
	padding:0;
	text-align:center;
	background-attachment:fixed;
	height: 100%; /* Required */ }
p { color:#777777}
	
img { text-decoration:none;
	border:none;
	outline:none;}	
	
a {	text-decoration: none; outline: none; color: #dedede; border-bottom: 1px dotted }
a:link {  text-decoration: none;  border-bottom: 1px dotted}
a:visited, a:active {  text-decoration: none; border-bottom: 1px dotted }
a:hover  { text-decoration: none; color: #ffffff; border-bottom: 1px solid }


/* SPECIFIC DIVS */
#myFlash { position:absolute; width:100%; height:100%}

#myContainer {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:700px;
	text-align:left;
	margin: 0 auto -60px;
	}
html>body #myContainer {
   height: 100%; 
   margin-bottom: 25px; 
	}
* html #myContainer { 
	height: 100%;
	margin-bottom: 25px;
	}

#myContent {}
	#myLeftContent { position:fixed; top: 20px; width: 200px; background:url(/wp/wp-content/themes/bok/images/BGprojects.png) repeat; text-align:right; float:left; }
	html>body #myLeftContent { *margin-left: -740px; *text-align:left; padding-bottom:20px;  }
	#myLeftContent p { text-align:right; margin-right: 20px;}
		#myLogo { position:relative; text-align:right; padding-right: 20px; }
		#myLogo a { border:none}
		#myMenu { position:relative; margin-top: 20px; padding: 10px 20px 5px 0px; text-align: right; background:url(/beta/images/BGMenu.png) repeat; font-weight:bold; }
			#myMenu ul { list-style:none; cursor:pointer }
			#myMenu ul li { font-size:12px; text-align: right}
			#myMenu ul li a { border:0;}
			#myMenu ul li ul li { font-size:10px; text-align: right; margin-right:10px;  }
			#myMenu ul li ul li:after { content: "\00BB \0020"; }
			#myMenu ul li ul li a { color: #999999 }
			#myMenu ul li ul li a:hover { color: #CCCCCC }
	
	#myMainContent { position:relative; width: 550px; float:left;  margin:0; margin-left: 200px; margin-top: 90px; z-index:100 }
		#myProjectsTop {position:relative; float:left; width: 551px; background: url(/wp/wp-content/themes/bok/images/BGFooter.png) repeat-x; height: 30px; margin-top: 20px; }
		#myProjects { position:relative; float:left; width: 550px; background:url(/wp/wp-content/themes/bok/images/BGprojects.png) repeat; padding:10px; margin-bottom: 20px; border: 1px dotted #2E2E2E;}   
			.myShowcase { position:relative; margin: 20px 0 10px 0;  width:500px; height:100%; clear:both; padding: 10px;  }
			.myShowcase object, .myShowcase embed { margin:0; padding:0}
			.myShowcase h1 { color:#FFFFFF; float:left; position:relative; padding-left: 20px;  width:96% }
			.myShowcase h2 { color: #CCCCCC; padding-left: 20px; font-family: "Lucida Sans", Arial, Helvetica, sans-serif; font-size:12px; display:block; clear:left; margin-bottom: -5px; }
			.myShowcase p { color:#CCCCCC; border:0; padding-left: 20px; clear:both;}
				.myShowCase p.link { color:#CCCCCC; float:right; position:relative;  text-align:right; margin-top: -10px;}
				.flashlink, a.flashlink {border:none;}
	#myRightContent { position:relative; width:100px; float:left }	
#myFooter {
	clear:both;
	font-size:9px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	width: 100%;
	background:url(/wp/wp-content/themes/bok/images/BGFooter.png) repeat-x;
	font-weight: normal;
	color: #666666;
	padding: 3px;
	border-top: 1px dotted #333333;
	height: 40px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/wp/wp-content/themes/bok/images/BGFooter.png', sizingMethod='scale');
}

	#myFooter a, #myFooter a:link, #myFooter a:visited, #myFooter a:active, #myFooter a:hover { color: #999999}

/* EXTRAS */
#clearAll { clear:both}

/* FOR SIFR 2 FLASH FONTS */
/* These are standard sIFR styles... do not modify */
.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {   display: none !important; }
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 { visibility: hidden; font-size: 18px; }
.sIFR-hasFlash h3 { visibility: hidden; letter-spacing: -6px; font-size: 20px; }
/* for menu
.sIFR-hasFlash li {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}*/


