/*
Theme Name: JadeLiquid Theme
Theme URI: http://www.jadeliquid.com
Description: JadeLiquid theme 
Version: 1.0
Author: Anthony Scotney
Author URI: http://www.jadeliquid.com
Tags: two main columns, widgets

*/

body 
{
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
}

img {
	max-width: 100%;
	width: expression(this.width);
	/* IE Image max-width */
	width: expression(this.width > 700 ? 700: true);
}

.header_blog
{
	text-decoration: none;
	font-size: 13pt;
	color: White;
	font-weight: bold;
}
.header_blog:hover
{
	text-decoration: underline;
}

/* Begin Typography & Colors */
/* This is for Blog post headings */
.postheading
{
	color: #463E9B;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
}
.postheading:hover
{
	color: #463E9B;
	text-decoration: underline;
	font-size: 12pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* */
.postname 
{
	color: #463E9B;
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.postdate 
{
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #838181;	
}
.blogpost 
{
	color: Black;
	font-size: 75%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
}

/* About the blog */
.rightmenu
{
	font-size: 75%;
	line-height: 1.4em;
}
.rightmenu-about
{
	color: #463E9B;
	font-size: 80%;
	font-weight: bold;
}

.cats a
{
	font-size: 80%;
	color: #463E9B;
	text-decoration: none;
}
.cats a:hover 
{
	text-decoration: underline;
}

.recent-posts a
{
	font-size: 80%;
	line-height: 1.8em;
	color: 463E9B;
}
.comments-add
{
	font-size: 70%;	
	text-decoration: none;
}
.comments-add a
{
	text-decoration: none;
}
.comments-add a:hover
{
	text-decoration: underline;
}
.comment-textarea
{
	width: 90%;	
}
.comment-submit
{
	font-size: 70%;	
}


/* space - 8pt - usually for TR/TD */
.space8 
{
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

hr {
	height: 1px;
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	width: 100%;
} 

.light-framed
{
	width: 100%;
	border-width: 1px;
	border-color: #463E9B; 
	border-style: dashed;
}
.copy
{
	font-size: 70%;
	color: #463E9B;
}

/* Disable stats smiley */
img#wpstats 
{
	display:none
}

span.as				{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 8pt; }
a.as 				{ text-decoration: none; }
a.as:hover			{ text-decoration: underline; }