/*  
Theme Name: Hen Cam Blog
Theme URI: http://hencam.com/blog/
Description: A custom WordPress theme based on design by <a href="http://edgedesign.com/">Edge Design</a>.
Version: 1.1
Author: CodeBrick
Author URI: http://codebrick.com/
*/

/*
edit history

1.0:                   original
1.0_0911: Sep 11 2009, add comments
1.0_0912: Sep 12 2009, style updates
1.1:      May 23 2010, comment style updates
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:white;
	margin:0;
}

td img {display: block;}
a, a:link, a:visited {color: #674B37;}
a:hover {color: #000000;}
a:active {color: #674B37;}
#blogcopy{
	height:280px;
}
.desc, #blogcopy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #674B37;
}
#blogcopy h2{
	margin:0;
	padding:0;
	font-size:11px;
	clear:left;
}
#blogcopy h2 a{
	text-decoration:none;
}
#blogcopy .post{
	border-bottom:1px solid #909090;
	margin-bottom:10px;
}
#blogcopy .post small{
	font-size:11px;
}

.head, .head a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #674B37;
	font-weight: bold;
	text-decoration:none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #674B37;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #674B37;
	font-weight: bold;
	font-style: italic;
}

.style1 {color: #FFFFFF}

#searchform{
	margin:10px 0;
}

.navigation{margin:0 0 10px 0;}
.navigation .alignleft{float:left; width:50%;}
.navigation .alignright{float:right; width:50%; text-align:right;}
.clear{clear:both;}