/*  
Theme Name: Dojo Fire III (white)
Theme URI: http://bitdojo.net
Description: The official Bit Dojo theme
Version: 1.0
Author: Alan Peng
Author URI: http://bitdojo.net
*/

/*
@font-face {
  font-family: "Calibri";
  src: url(/wp-content/themes/dojo-fire-3/calibri.ttf) format("truetype");
}
*/

/*************************************
 +Containers
 *************************************/
body{
	background: #333;
	color: #000;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
}
#bg-layer1,#bg-layer2{
	background: #333;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
	padding:0;
	margin:0;
	width: 100%;
	min-width: 1600px;
}
#bg-layer2{
	z-index:2;
}
#loading-indicator{
	position:fixed;
	top:0;
	right:0;
	z-index:1338;
	margin: 5px;
	background-color: #000;
	color:#eee;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-image: url('/wp-dojo/loading2-black.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	width: 27px;
	height: 26px;
	opacity: 0.9;
}
#page-filler{
	width:100%;
	height:100%;
	position:relative;
	z-index:4;
}
#wrap{
	position:relative;
	margin:0 150px;
	color: #000;
	opacity: 0.75;
	text-align:left;
	width:36em;
	background: #fff; 
	padding: 0 8px;
	z-index:5;
}
#content{
	font-size:1.3em;
	padding:1em;
}
#sidebar{
	font-size:1.0em;
	float:right;
	padding-top:3em;
	padding-right:0.8em;
	margin-bottom:3em;
	width:10em;
	text-align:right;
}
#header{
	padding:3em 1em;
}
#footer{
	border-top:1px solid #ccc;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
	text-align:center;
}
ul {
	list-style: square;
}
ul.big-list li {
	margin-bottom: 1em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-weight:normal;
	/*letter-spacing: -1px;*/
	margin:0;
	margin-left: -3px;
}
#header h1{
	font-size:4em;
	margin:0;
	margin-left: -6px;
}
#header h1 a{
	color:#000;
	border-color: #fff;
	background: none;
}
#header h1 a:hover{
	color:#777;
}
#header p{
	font-size:1.2em;
	margin:0;
	margin-top:-0.5em;
	letter-spacing: 2px;
}
.entrytitle h2{
	font-size:2.2em;
	text-transform: lowercase;
}
.entrytitle h2 a
{
	color:#000;
	border-color: #fff;
	background: none;
}
.entrytitle h2 a:hover{
	color:#777;
}
.entrytitle h3{
	font-size:1.2em;
	text-transform: lowercase;
	line-height:0.7;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}
.entry h1, 
.entry h2, 
.entry h3{
	text-transform: lowercase;
}
.entrymeta{
	font-size:0.8em;
	color: #777;
}
.postedby{
	padding:3px;
}
.filedto{
	padding:3px;
}
.commentslink{
	padding:3px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar h2{
	margin-top: 0.5em;
}
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{

}
.commentsblock textarea{
	width:97%;
}
.commentsblock input, .commentsblock textarea{
	color: #000;
	border:1px solid #ddd;
	background:#fff;
	padding:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.commentsblock textarea:hover, 
.commentsblock textarea:focus,
.commentsblock input:hover,
.commentsblock input:focus{
	background:#eee;
	border-color: #aaa;
}

ol.commentlist{
	font-size:0.8em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	margin-bottom:2em;
	padding:0;
}
.commentlist li{
	font-size:0.9em;
	margin-bottom:0.5em;
	padding:0.5em 1em;
	border:1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.commentlist p{
	font-size:1.3em;
}

.commentsblock h3{
	padding-top: 1.5em;
	border-top:1px solid #ccc;
}
#respond-toggle{
	margin-bottom:1em;
}
.commentlist a,
.commentlist a[rel] {
	/*border: none;*/
	/*border-bottom: solid 1px #aaa;*/
}
.commentlist a:hover,
.commentlist a[rel]:hover {
	/*background: none;*/
	/*border-color: #fff;*/
	/*color: #000;*/
}
/*************************************
 +Misc
 *************************************/
a{
	color: #000;
	text-decoration:none;
	padding: 0 1px;
	margin: 0 -1px;
	border: 1px solid #fff;
	border-bottom-color: #666;

}
a:hover{
	color: #fff;
	border: 1px solid #000;
	background: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
blockquote {
	background:#f6f6f6;
	padding:3px 10px 3px 10px;
	margin:auto;
	border: #ddd solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
#BroswerNotice {
	position: absolute;
	top: 10px; 
	right: 10px;
	color: #333;
	background-color: #ffa;
	padding: 10px;
	width: 240px;
	text-align:left;
	border: 1px solid #aaa;
	z-index: 666;
}
#BroswerNotice p {
	margin: 10px 0 10px 0;
}
#BroswerNotice a, 
#BroswerNotice a:hover {
	color: #333;
	text-decoration: underline;
	border: none;
	background: none;
}
/*************************************
 +Syntax highlighting
 *************************************/
.wp_syntax {
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  margin: 0 0 1.5em 0;
  overflow: auto;
}

/* IE FIX */
.wp_syntax {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 100%;
  margin: auto;
}

.wp_syntax table {
  border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
}

.wp_syntax .line_numbers {
  text-align: right;
  background-color: #ccc;
  color: #777;
  overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
}

/* other stuff */

a > img {
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

a > img:hover {
  border: 1px solid #666;
}

a[rel^="lightbox"],  
#lightbox a, 
#lightbox a:hover,
#lightbox img {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.side-notes {
  font-size: 0.7em;
  color: #555;
  border: 1px solid #aaa;
  padding: 1px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.side-notes:hover {
  color: #000;
  background-color: #eee;
  border-color: #666;
  cursor: help;
}