/* Social Style 
********************* */

html
{
scrollbar-face-color:#000000;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-Color:#000000;
}{
	height: 100%;
	margin-bottom: 0.1em;
}
*


{
	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;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.right, img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.left, img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


hr
{
	display: none;
}
body
{
	color: #808080;
	font: 8pt Verdana, "Verdana", Verdana, Verdana; 
	margin: 0;
	padding: 0;
}
a
{
	color: #808080;
	text-decoration: none;
}
a:link, a:visited
{
	color: #808080;
}
a:hover, a:active
{
	color: #980F1F;

}

/* Change Log *** 
1.0		: Initial Public Released
1.1 	: Fix Some Issue
1.2 	: Fix Custom Image Issue
1.3 	: Fix Footer Issue
1.4 	: Fix Recent Comment Widget Issue on WordPress 2.2
1.4.1 	: Hack Menu
1.4.2 	: Fix XHTML and CSS, add Favicon
1.5		: Add some gradient effect, better WP 2.5 compability
1.5.1	: Add Calendar Stylesheet for Widget
1.7		: Support WordPress 2.7 (Treaded Comment, Gravatar, Fix Page Menu and More), GPL License
1.8		: Add Big Comment Number
1.9		: Move Theme Hosting server and change footer layout
*** */