/*  

Theme Name: mindestyle
Theme URI: http://www.mindestyle.com/

Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5
Author: William Swaney
Author URI: http://www.the2bears.com/

	Kubrick v1.5
	 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.
*/
/* Basics */

body {
	margin-left:auto;
	margin-right:auto;
	border-right: 1px dotted #000000;
        border-left: 1px dotted #000000;
        padding: 0;	
	color: #555555;
	font-size: 90%;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	text-align: left;
        background: #ffffff;
        height: 100%;
        width: 862px;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: "Arial", "·s²Ó©úÅé"; 
	color: #534B48; 
}
h1, h2 {
	font-size: 12pt;
}

h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a:link {
	color: #3875c1;
//#59708C;
}
a:visited {
	color: #5C6C7D;

}
a:hover, a:active {
	color: #8CA0B4;
	text-decoration: none;
}
blockquote {
	margin: 0 20px;
	padding: 0.05em 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
        background-color: #EEE;
	font-size: 0.9em;
}
code {
	color: #666;
}
input, textarea, select {
	background-color: #FFF; 
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
}
form, img {
	border: 0; 
	mar  gin: 0; 
	padding: 0;
}



/* Layout */ 


#header {
        width: 862px;
        height: 300px;
        background: #000000;
        margin: 0;
}

	/* Header styles */
        #header img {
        	//margin: 0 0 0 31px;
        }
	#header h1 {
		margin: 0;
		padding: 35px 0 0 40px;
		font-size: 2em;
		line-height: 40px;
	}
	#header h1 a {
		text-decoration: none;
	}
	#header p {

		margin: 0;



		padding: 5px 0 0 40px;
	}

#sociable2 {

      display: inline; 
      text-align: left;
      margin: 0 0 0 0;
      padding: 0 0 0 0;

}	

#content {

	float: left;
	padding: 0 10px 0 10px;
        margin: 0 0 0 0;
	border-right: 1px dotted #000000;
        border-left: 1px dotted #000000;
        min-height: 800px;
	background: #FFFFFF;0
	overflow: visible;
	width: 480px;
        height: 100%;
} 

   #content img {
      display: block; 
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      padding: 0 0 0 0;
   }

   .post h6 {
      text-align: right;
      margin: 0 0 0 0;
      color: #cccccc;
   }
   .post h6 a {
      text-align: right;
      margin: 0 0 0 0;
      color: #bbbbbb;
   }

#content_line {
      margin: -18px 0 0 0;
      border-bottom: 1px dotted #000000;
}





#sidebar {
        margin: 0 0 0 0;
	float: left;
        width: 180px; //149
        height: 100%;
        min-height: 800px;
        
        padding: 0;
	background: #ffffff;
	font-size: 0.9em;
}

	/* Sidebar styles */
	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#sidebar ul li {
		margin: 0;
		padding: 0 0 1.5em 0;
	        overflow: visible;
	}
	#sidebar h2 {
		margin: 0;
		padding: 1.2em 40px 0 15px;
		font-size: 1.1em;
	}
	/* Fix our list and paragraph styles */
	#sidebar p, #sidebar ul ul, #sidebar ul ol {
		margin: 1em 0 0 0;
		padding: 0 15px 0 15px;
	}
	#sidebar ul ol {
		margin: 1em 0 0 15px;
	}
	#sidebar ul ol li {
		padding: 0;
		background: url(images/bullet.gif) no-repeat 2000px 0;


		/* IE goes buggy with background: none; */
	}
	#sidebar ul ul {

		background: none;

	}
	#sidebar ul ul ul {
		margin: 0;


		padding: 0 0 0 0.8em;
		background: none;
	}


	#sidebar ul ul li {
		padding: 0 0 0 0;
		background: url(images/bullet.png) no-repeat 0 0.2em;
	}

#sidebar2 {
        margin: 0 0 0 0;
	float: left;
        width: 180px; //149
        height: 100%;
        min-height: 800px;
        
        padding: 0;
	background: #ffffff;
	font-size: 0.9em;
}

	/* Sidebar styles */
	#sidebar2 ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#sidebar2 ul li {
		margin: 0;
		padding: 0 0 1.5em 0;
	        overflow: visible;
	}
	#sidebar2 h2 {
		margin: 0;
		padding: 1.2em 40px 0 15px;
		font-size: 1.1em;
	}
	/* Fix our list and paragraph styles */
	#sidebar2 p, #sidebar2 ul ul, #sidebar2 ul ol {
		margin: 1em 0 0 0;
		padding: 0 15px 0 15px;
	}
	#sidebar2 ul ol {
		margin: 1em 0 0 15px;
	}
	#sidebar2 ul ol li {
		padding: 0;
		background: url(images/bullet.gif) no-repeat 2000px 0;


		/* IE goes buggy with background: none; */
	}
	#sidebar2 ul ul {

		background: none;

	}
	#sidebar2 ul ul ul {
		margin: 0;


		padding: 0 0 0 0.8em;
		background: none;
	}


	#sidebar2 ul ul li {
		padding: 0 0 0 0;
		background: url(images/bullet.png) no-repeat 0 0.2em;
	}
   .heading  {
       margin: 0;
       padding: 1.2em 40px 0 15px;
       font-size: 1.1em;
       background: #efefef;
   }	
#footer {
        clear: both;
        padding: 10px 0 10px 0;
	background: #FFFFFF;
        border-top: 1px dotted #000000;
        text-align: center;
}

	/* Footer styles */
	#footer p {

		margin: 0;
		padding: 0.5em 20px 0.5em 20px;
		background-color: #9CC7BF;
		font-size: 0.9em;
                text-align: left;
                vertical-align: middle;
	}
	#footer a:hover, #footer a:active {
		color: #999;
		text-decoration: none;
	}
 
	
	
/* Blog */

.pagetitle {
	margin: 1.2em 0 0 0;
}
.post {
	padding: 20px 0 0 0;
        border-bottom: 1px solid #CCC;
}
.storydate {
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
	border-right: 1px solid #CCC;
	font-family: "Lucida" "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;;
	font-weight: normal;
	color: #999;
}
.storytitle {
	float: left;
	margin: 0;
}
.meta {
	margin: 0;
	padding: 0.5em 0 0 3em;
} 
.feedback {
	padding: 0 0 0 3em;
}
.meta, .feedback {
	clear: both;
	font-size: 0.9em;
	color: #999;

	

}
.trackback {
	padding: 0 0 0 1.5em;
        background: url(images/track.gif) no-repeat center left;
}
.permalink {
	margin: 0 1.5em 0 0;
	padding: 0 0 0 1.2em;
	background: url(images/perma.gif) no-repeat center left;
}
.commentslink {
	padding: 0 1.5em 0 1.5em;
	background: url(images/comments.gif) no-repeat center left;
}
.storytitle a, .meta a, .feedback a, .commentauthor a, .commentmeta a, #comments a {
	text-decoration: none;
        
}

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	list-style-type: none;
}
#commentlist li {
	margin: 1em 0;
	padding: 0 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #f1edf4;
}
.commentalt {
	background: #f1edf4;
}
.commentauthor {
	margin: 1em 0 0 0;
}
.commentauthor a {
	font-weight: bold;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
}
#comment {
	width: 98%;
}



.word9pt {
	font-family: "Arial", "·s²Ó©úÅé";
	font-size: 9pt;
	line-height: 12pt;
}
.eng8pt {
	font-family: "Verdana";
	font-size: 7pt;
}
.word12pt {
	font-family: "·s²Ó©úÅé", "Arial";
	font-size: 12pt;
	line-height: 20px;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;

}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}

.eng12pt {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12pt;
	font-weight: bold;
	color: #FF6600;
}
.word11pt {
	font-size: 11pt;
	line-height: 20px;
	font-family: "Arial", "Helvetica", "sans-serif";

}
.word13pt {
	font-size: 14pt;
	line-height: normal;
	font-family: "Arial", "Helvetica", "sans-serif";

}
.word8pt {
	font-size: 8pt;
	line-height: 14px;
}
