/* general stuff */

body
{
	font-family: arial;
	font-size: 10pt;
}

a:link, a:visited
{
	color: navy;
}

#container
{
	width: 100%;
	position: relative;
}

#left
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	text-align: center;
	text-transform: lowercase;
}

#left img
{
	border: 0;
}

#left h4
{
	font-size: 10pt;
	font-weight: normal;
	margin-top: 0; 
}

#right
{
	position: relative;
	left: 220px;
	padding-top: 7px;
	width: 600px;
}

#title
{
	font-size: 24px;
	font-weight: bold;
}

#title a
{
	text-decoration: none;
}


h1
{	
	font-size: 19px;	
	margin-bottom: 20px;	
	text-align: center;
	margin-top: 0;
}

h2
{	
	font-size: 17px;
}

h3
{
	font-size: 14px;
}

div.heading 
{
	letter-spacing: 0.1cm;
	font-weight: bold 
}

blockquote 
{
	background-color: #F7F7F7;
	border: solid #D2D2D2 1px;
	padding:10px;
}

div.indent 
{
	margin-left: 30px;
	margin-right: 30px 
}

div.clear 
{
	clear: both ;
}

/* sidebar boxes */

div.slashbox 
{
	width: 100%
	clear: both;
	margin-bottom: 15px;
}

div.slashboxHeader 
{
	padding-top: 2px;
	padding-bottom: 5px;
	font-weight: bold;
	height: 13px;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}

div.slashboxContent 
{
	width: 200px;
	margin-top: 10px;
}

div.adminnav 
{
	margin-top: 10px 
}

div.adminnav a 
{
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;
	font-size: 11px 
}

div.adminnav a:hover 
{
	background-color: #DADADA 
}

/* entry */

div.entrycontainer 
{
	text-align: left;
	padding-bottom: 30px;
	margin-bottom: 40px;
	/*
	padding: 20px;
	border: #E2E2E2 1px solid; 
	*/
	border-bottom: #E2E2E2 1px solid; 
}

div.blogcontainer 
{
	border: red 0px solid 
}

div.blogtitle 
{
	margin-bottom: 4px 
}

div.blogtitle a 
{
	text-decoration: none;
	font-size: 16px;
	font-family: helvetica;
	font-weight: bold;
	margin-bottom: 4px 
}

div.blogdate 
{
	font-size: 10pt;
	float: right 
}

div.blogtext 
{
	clear: both;
	padding-top: 10px 
}

div.blogtext a
{
	color: blue;
	text-decoration: none;
}

div.blogtext a:hover
{
	text-decoration: underline;
}

div.blogadmin 
{
	float: right;
	clear: both;
	font-size: 11px  
}

div.bloglinks 
{
	text-align: right;
	font-size : 10pt;
	margin-top: 20px  
}

div.commentscontainer 
{
	border: green 0px solid 
}

div.commentsheader 
{
	font-weight: bold;
	font-style: italic;
	margin-top: 15px 
}

div.addcomment 
{
	text-align: center;
	font-size: 11px;
	margin-top: 20px 
}

/* comments */

div.commentcontainer 
{
	clear: both;
	margin-top: 20px;
	margin-bottom: 30px;
	border: gray 1px dashed;
	padding: 5px;
	padding-bottom: 20px;
	background-color: #F7F7F7 
}

div.commentdate 
{
	text-align: right;
	font-size: 11px;
	float: right 
}

div.commentadmin 
{
	text-align: right;
	 float: right;
	font-size: 11px 
}

div.commentname 
{
	text-align: left;
	font-weight: bold 
}

div.commentemail 
{
	text-align: left;
	font-style: italic;
	font-size: 11px;
	color: gray 
}

div.commentnumber 
{
	float: right;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #CACACA;
	margin-left: 10px;
	margin-bottom: 5px 
}

div.commenttext 
{
	margin-top: 10px;
	font-size: 12px 
}

/* email page */

div.emaillabel 
{
	clear: both;
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 12%;
	text-align: left 
}

div.emailinput 
{
	width: 80%;
}

#twitter_top
{
	margin-bottom: 10px;
	font-weight: bold;
}

.tweet
{
	margin-bottom: 16px;
}

#twitter_div
{
	/*
	text-indent: -15px;
	*/
	padding-left: 20px;
	padding-right: 20px;
}

#twitter_div a
{
	color: #9D9A9E;
	text-decoration: none;
	font-size: 8pt; 
}

#twitter_div li
{
	margin-bottom: 10px;
}

#twitter_div li:before
{
	content: "andy ";
	font-weight: bold;
}

