html
{
	height: 100%;
	margin-bottom: 0.1em;
	overflow-y: scroll;
}
*
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
p
{
	line-height: 1.6em;
	margin: 0.7em 0;
}
dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}
img.right
{
	float: right;
	margin: 10px 0 0 10px;
}
img.left
{
	float: left;
	margin: 0 10px 10px 0;
}
hr
{
	display: none;
}
body
{
	background-color: #9DA9D1;
	color: #333;
	font: 78%/1.6em Georgia, Verdana, Arial, Serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #666;
}
a:hover, a:active
{
}
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Verdana, Arial, Serif;
}

/* Etc
******************** */
br.clear {
	clear: both;
}

/* Design 
******************** */
#top {
	border-bottom: 5px solid #fff;
	margin-bottom: 0;
	padding: 10px;
	text-align: left;
}
#page {
	text-align: left;
	width: 750px;
	margin: 0 auto;
}
#headr {
	padding: 0;
	width: 750px;
	margin: 0 auto;
	}
#pager {
	padding: 0;
	width: 750px;
	height: 174px;
	margin: 0px auto 20px;
	}
#content {
	width: 510px;
	float: left;
	padding: 0 10px 20px;
	padding-left: 0;
}
.post {
	margin-bottom: 10px;
	padding: 10px;
}
.pp {
	float: left;
	width: 100%;
}
.p1 {
	float: left;
	width: 50px;
	height: 50px;
	background: #FF7A16;
	color: #fff;
	text-align: left;
}
.p2 {
	float: left;
	margin-left: 10px;
	width: 450px;
}
.altr {
	background: #ffffff;
}


#sidebar {
	width: 227px;
	color: #000;
	float:right;
}

/* Design 
******************** */
#sidebar  ul{
	list-style: none;
}
#sidebar .linkcat, #sidebar .categories, #sidebar .boxr, #sidebar .widget  {
	background: #ccffff;
	color: #333;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align:left

}
.donatewidget  {
	background: #ffffff;
	color: #333;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align:left

}
.newtimeswidget  {
	background: #ffffff;
	color: #333;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align:left
}
#sidebar ul.children {
	padding-left: 0px;
}

/* Design  Typo
********************* */
#headr h1 {
	margin: 0;
	padding: 0;
	font: 1em "Trebuchet MS", Verdana, sans-serif;
}
#headr h1 a {
	color: #000;
	padding-right: 40px;
	}
#headr h1 a:hover {
	color: #CCC;
	text-decoration: underline;
}

#headr .description {
	display: none;

}
#sidebar  h2{
	font: 1.4em "Trebuchet MS", Verdana, sans-serif;
	color: #333;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#sidebar a {
	color: #666;
	
}
#sidebar a:hover {
	color: #333;
}
#sidebar #avatr {
	border: 1px solid #666;
}
h2.pagetitle {
	text-align: right;
	border-bottom: 1px solid #ccc;
}
.post h2 {
	font-family: 1.8em; 
}
.post h2  a {
	color: #333;
}
.post h2 a:hover {
	color: #666;
}
.post ul {
	margin-left: 35px;
}
.post ol {
	margin-left: 40px;
}
p.postmetadata
{
	color: #666;
	font-size: 85%;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
p.postmetadata a
{
	color: #666;
	text-decoration: none;
}
.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
.post p a {
	border-bottom: 1px solid #ccc;
}
.post p a:hover {
	border: none;
}
.post a img, .post img {
	border: none;
	float: left;
	padding-right: 5px;
}	

.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}

.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
}
/* Comment Etc
********************* */
.navigation a
{
	color: #999;
}
.navigation a:hover 
{
	color: #666;
	text-decoration: underline;
}
.alignleft
{
	float: left;
	width: 50%;
}
.alignright
{
	float: right;
	text-align: right;
	width: 50%;
}

.ileft {
	float: left;
	margin-right: 5px;
}

blockquote
{
	background: url(images/blockquote.gif) no-repeat left top;
	margin: 1em;
	padding: 0 0 10px 50px;
}
.alt
{
	background: #f9f9f9;
}
.alt:hover, .comment:hover {
	background: #FFFF99;
}

h3#comments, h3#respond {
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
}

fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}


code {
font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
color: #666;
padding: 2px;
}

/* Change Log *** 
1.0	: Public Releaed
1.1	: Fix Gradient Background Effect
*/