/* ClearScreen Blog Skin for CS 2.0 
   Version 1.00 - Mar.09,2006
   Author: Toshiya Inomata - toshiya.inomata@gmail.com
*/

/* Developer Blog Skin for CS 2.0 
   Version 0.22 - 03/04/2006
   Author: Jaxon Rice - jaxon@soup.co.za
   More Information: 
*/

/* Global White Space Reset 
   For more information about this technique, go to: 
	http://leftjustified.net/journal/2004/10/19/global-ws-reset/
*/
* { padding:0; margin:0;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd, blockquote, label, ul, ol { margin-left: 1em; }
fieldset { padding:1em; }
/* End Global White Space Reset*/
/* Tags ------------------------------------------------------------------- */
html, body {
	margin: 0px;
	padding: 0px;
}
/* I have used Owen Brigg's font sizing technique in this blog skin. 
   You can read about this technique at:
	http://www.thenoodleincident.com/tutorials/typography/index.html
	
	To change the default font size throughout the site, simply change the
	font % tag in the body selector
*/
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 10px;
}
h1{
	font-size: 1.6em;
}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 0.9em;}
a:link, a:visited, a:active
{
	color : #000;
	text-decoration: none;
}

/* End Tags ---------------------------------------------------------------- */
/* Layout ------------------------------------------------------------------ */
/* The masthead sits at the top of the page and provides navigation/branding 
   common to the entire CS installation.
*/
#masthead{
	display: none;
}
/* End Masthead*/
#wrapper{
	width: 100%;
	position: relative;
}
/* Header - These selectors style the header of the blog */
#header{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding: 5px 0px;
}
#header h2{
	margin: 0px;
	padding: 0px;
	font-size: 2em;
	font-weight: bold;
}
#header p#tagline{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
/* End Header */
#content{
}
#sidebar-a{
	display: none
}
#footer{
	font-size: 0.8em;
	text-align: center;
}
/* End Layout --------------------------------------------------------------- */
/* Blog Content Styles ------------------------------------------------------ */
/*This is the header in the content section of pages*/
.contentheading{
	margin-top: 0px;
}
/* This is the subheader on content pages*/
.contentsubheading{
}
/* This is the container div for Category Headings*/
.categorydisplay
{
   margin-bottom: 1em;}

.subscriptions
{
	display: none;
}

/* Comment Styles*/
dl.comments{
	margin: 0px;
	font-size: 0.9em;
}
dl.comments dt{
	font-weight: bold;
	margin: 0px;
}
dl.comments dd{
	margin-left: 0px;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 2em;
}
.commentsfooter{
	margin-top: 0.5em;
}

.commentsfooter a 
{
	display: none;
}
/* This is the message that displays when someone has posted a new comment */
#commentmessage{
	display: none;
}
/* Comment and Contact Forms*/
dl.commentform{
	display: none;
}
/* These style the links page */
.linklist{
	float: left;
	width: 33%;
	font-size: 0.9em;
}
.linklist h4{
	margin: 0 1em 0 0;
}
.linklist dl{
	margin: 1em 1em 1em 0;
}
.linklist dl dt{
	margin: 0.5em 0 0.2em 0;
}
.linklist dl dd{
	margin: 0;
}
/* End Blog Content Styles


/* */
.contentMenu {
	display: none;
}

.RSS
{
display: none;
}

.entry
{
	border: 1px dashed #000;
	margin: 20px 0px;
	height: 100%; /* IE6 background issue */
	padding: 20px;
}

.entry h3
{
	color: #000;
	margin-bottom: 0px;
}

.entrycontent
{
	margin-top: 1.4em;
}

.ContentWrapper
{
	border: 1px dashed #000;
	background-color: white;
	margin: 20px 0px;
	height: 100%; /* IE6 background issue */
	padding: 20px;
}

.ContentWrapper .contentheading
{
	color: #000;
}

.ContentWrapper .contentsubheading
{
	color: #666;
	margin-top: 0px;
}

.ContentWrapper p.divideparagraph
{
	margin-bottom: 40px;
}

.ContentWrapper dl dt
{
	background-color: #EEE;
	padding: 5px;
	border: 1px dashed #000;
	margin-top: 15 px;
}

.ContentWrapper dl dd
{
	margin-bottom: 15px;
	margin-top: 10px;
	border-bottom: 1px dashed #000;
}

.ContentWrapper .commentsfooter
{
	margin-bottom: 10px;
}

/*
Copyright
*/

.Copyright
{
	margin-bottom: 5px;
	font-size: 11px;
	text-align: center;
	color: #333;
}

.SkinName
{
	display: none;
}

.CategoryHeader
{
	margin-top: 20px;
	border: 1px solid #000;
	background-color: #EEE;
	padding: 5px 20px;
}

.CategoryHeader h2
{
	margin-bottom: 0px;
}

fieldset,
fieldset legend
{
	display: none;
}

