@charset "utf-8";
body {
	background-image:   url(/images/background/yelweave.gif);
	font-size: 62.5%; /* Resets 1em to 10px */
/*	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg'); */
	color: #333;
	text-align: center;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

blockquote {
border-left: 5px solid #AAAA00;
padding: 0px 0px 5px 5px;
}

.tdppadding {
padding: 4px 4px 4px 4px;
}


.doublespacing {
	line-height: 150%;
}

/*

b = bold

ds = doublespace

 */

.px10 {font-size: 10px}

.px11 {font-size: 11px}

.px12 {font-size: 12px}

.px13 {font-size: 13px}

.px14 {font-size: 14px}

.px14b {font-size: 14px; font-family: �l�r �o�S�V�b�N, Osaka, �S�V�b�N; font-weight: bold; }

.px14ds {
	font-family: �l�r �o�S�V�b�N, Osaka, �S�V�b�N;
font-size: 14px;
	line-height: 150%;
}

.px16 {
	font-family: �l�r �o�S�V�b�N, Osaka, �S�V�b�N;
	font-size: 16px;
}

.px16bds {
	font-family: �l�r �o�S�V�b�N, Osaka, �S�V�b�N;
	line-height: 150%;
	font-weight: bold;
	font-size: 16px;
}

.px20b {
	font-size: 20px;
	font-weight: bold;
	font-family: �l�r �o�S�V�b�N, Osaka, �S�V�b�N;
}

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


h2 {
	font-weight: bold;
font-size: 18px;
	}

h3 {
	font-weight: bold;
font-size: 14px;
	}

.entrytitle {
	font-weight: bold;
font-size: 18px;
}

.entry {
	line-height: 150%;
	font-size: 14px;
}

.commentlist  {
	line-height: 150%;
	font-size: 13px;
}

.postmetadata  {
	line-height: 150%;
	font-size: 13px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.entry img {
   border:0;
   padding:4px 4px;
   margin:4px 4px 4px 4px;
   }

.mobile_topimage img {
	max-width: 500px; /* Adjust this value according to your content area size*/
	height: auto;
}

.post embed {
	width: 90%;
}

.post object {
	width: 90%;
}

.entry a:link, .entry a:visited {
	color: #669466;
	}


