@charset "utf-8";
/*
Theme Name: New White 4.90.0
Theme URI: http://www.nwhite.info/
Description: New White 4.90.0
Version: 1.0
Author: myun2
Author URI: http://www.nwhite.info/
Tags: white, gray, custom header, fixed width, two columns, widgets

	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

*/
/**--------------------- --------- -- ---------------***

  New White 4.90 - StyleSheet
  - 2009/02/05 Copyright by myun2. All Rights Reserved. 

**-- -------- ------- -  -- ---------- --- -- - -  -***/



body
{
	/*margin-top:		0px;*/
	background-color:	#bbbbbb;
	/*font-family:		'‚l‚r ‚oƒSƒVƒbƒN';*/
}

body,td
{
	color: 				#000000;
	/*line-height:		130%;*/
}


/**************** Body fields ********************/

div.body_field
{
	width:		700px;
	/*width:			65%;*/
	margin-top:		5%;
	margin-bottom:	20px;
	padding:		32px 16px 16px 16px;
	text-align:		left;
	background-color: #fcfcfc;
	border-style:	solid;
	border-width:	1px;
	border-color:	#999;
}

div.main
{
	padding-left:	10px;
}

/*///////// WordPress ///////////*/

div.post
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding:		0px 10px 10px 8px;
	width: 95%;
	
	font-size: 85%;
	color: #383838;
	
	text-align:		left;
	background-color: #fcfcfc;
	border-style:	solid;
	border-width:	1px;
	border-color:	#999;
}

div.entry {
	line-height:		150%;
	padding:		0px 6px 0px 6px;
}

p {
	padding-bottom: 10px;
	/*line-height:		200%;*/
}

p.div_post {
	padding-bottom: 0px;
	/*line-height:		200%;*/
}

p.postmetadata {
	padding-left: 2px;
	padding-top: 40px;
	line-height:		100%;
}

/**************** ul, li ********************/

ul {
  margin-left: 20px;
  padding-left: 3px;

  padding-top: 4px;
  padding-bottom: 6px;
}

ul li {
  padding-top: 3px;
}

li.rss {
  font-size: 80%;
  color: #333;
  font-family:		'‚l‚r ‚oƒSƒVƒbƒN';
  padding-top: 0px;
}

li.dd {
  list-style-image: url('ddalow.png');
  /*list-style: url(./ddalow.png) disc;*/
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}



/************** Font Color and Styles *******************/

.small_gray {
  font-size: 90%;
  color: #999;
}

.bottom_gray {
	text-align: right;
	color: #999;
	font-size: 12px;
}



/****************** H *******************/

h1
{
	font-size:			200%;
	font-color:			#555555;
	padding-left:		2px;
	padding-bottom:		5px;
	border-bottom:		1px solid #555555;
	
	margin-bottom: 32px;
	align: left;
}

h1.sub
{
	font-size:			150%;
	font-color:			#555555;
	padding-left:		2px;
	padding-bottom:		5px;
	border-bottom:		1px solid #aaa;
	
	margin-bottom: 32px;
	align: left;
}

h2
{
	font-size:			180%;
	font-color:			#555555;
	padding-left:		2px;
	padding-bottom:		5px;
	border-bottom:		1px solid #999999;
	
	margin-bottom: 32px;
	align: left;
}



/****************** paddings *******************/

.padding	{	padding-left:	20px;	}
.padding_s	{	padding-left:	8px;	}
.padding30	{	padding-left:	30px;	}
.padding60	{	padding-left:	60px;	}



/****************** Anchor *******************/

a { text-decoration: underline; }

a:link {
	color: #112266;
}
a:visited {
	color: #112266;
}
a:hover {
	color: #112266;
}
a:active {
	background-color:	#1177ee;
	color:				#ffffff;
}

a.gray {
	color: #ccc;
}

/****************** Other *******************/

img {
	border:				0;
}

hr{
	margin-top: 10px;
	margin-bottom: 10px;
	/*margin: 10px 0px 10px 0px;*/
	color: #dddddd;
	height: 1px;
}
