/* Blog Style Sheet */

body
	{
		margin				:	0px 0px 0px 0px;
		background-color	:	#FFFFFF;
	}

form
	{
		margin				:	0px 0px 0px 0px;
	}
	
/* define the font for all input types used */
input,
textarea,
select,
link,
td
	{
		font-family			: Verdana, Arial, Helvetica, Sans-serif;
        font-size			: 11px;
	}
	
/* link styles */
A:link	{
			text-decoration	:	none;
			font-weight		:	normal;
			color			:	#003399
		}

A:visited{
			text-decoration	:	none;
			font-weight		:	normal;
			color			:	#003399
		}

A:hover	{
			text-decoration	:	underline;
			font-weight		:	normal;
			color			:	#003399
		}

/* header areas and side area */
.cheader
	{
		background-color	:	#E0E0E0;
	}

/* caption bar color */
.ccaption
	{
		background-color	:	#F0F0F0;
		height				:	16px;
		border-bottom		:	1px solid black;
	}
	
/* larger header text */
.ctextheaderlarge
	{
		font-weight			:	bold;
		font-size			:	18px;
	}
	
/* larger post header text */
.cpostheaderlarge
	{
		font-weight			:	bold;
		font-size			:	18px;
	}
	
/* medium post header text */
.cpostheadermedium
	{
		font-weight			:	bold;
		font-size			:	14px;
	}

/* small post header text */
.cpostheadersmall
	{
		font-weight			:	bold;
		font-size			:	11px;
	}

/* viewpane class */
.cviewpane
	{
		padding				:	12px 16px 12px 16px;
	}


/* sidebar class */
.csidebar
	{
		padding				:	8px 12px 8px 12px;
		background-color	:	#E0E0E0;
		width				:	240px;
	}

/* left sidebar */
#idcsidebarleft
	{
		border-right		:	1px solid black;
	}

/* right sidebar */
#idcsidebarright
	{
		border-left			:	1px solid black;
	}
			
/* error message */
#idcerror
	{
		font-weight			:	bold;
		color				:	red;
	}
	
/* search identifier */
#idcsearch
	{
		color				:	green;
	}