/* basic elements */

html  { 	margin: 0; 	/* setting border: 0 hoses ie6 win window inner well border */ 	padding: 0; }
body { background: #FFFFFF; margin: 0; 	/* setting border: 0 hoses ie5 win window inner well border */ 	padding: 0; font-family: georgia, times, serif;}

hr { color: #DDD; }

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6  { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {	margin-top: 10px;	margin-bottom: 10px; }
	
p { font-size: 80%; line-height: 150%; } 

/* standard helper classes */

.clr {	clear: both;	overflow: hidden;	width: 1px;	height: 1px;	margin: 0 -1px -1px 0;	border: 0;	padding: 0;	font-size: 0;	line-height: 0;}

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after {	content: " ";	display: block;	visibility: hidden;	clear: both;	height: 0.1px;	font-size: 0.1em;	line-height: 0; }

	* html .pkg { display: inline-block; }
	/* no ie mac \*/
	* html .pkg { height: 1%; }
	.pkg { display: block; }
	/* */

/* content */

.content-nav  {	margin: 10px;	}
.date-header, .entry-content 	{	position: static;	clear: both;}
.entry-header  { margin: 10px 0 10px 0;	border: 0;		color: #000000; 	font:bold 115% georgia, times, serif; }
.entry, .trackbacks, .comments, .archive  { position: static;	overflow: hidden clear: both;	width: 100%; margin-bottom: 20px;}
.entry-content,.trackbacks-info,.trackback-content,.comment-content,.comments-open-content,.comments-closed
	{	clear: both;	margin: 10px 0; }
.entry-body { line-height: 135%; font-size: 115%; }
.entry-body img { margin: 10px; }
.entry-content p { font-size:12px; }
.entry-excerpt, .entry-body, .entry-more-link, .entry-more
	{	clear: both;}
.entry-footer, .trackback-footer, .comment-footer, .comments-open-footer, .archive-content
	{	clear: both;	margin: 0 10px; font-size: 8pt; color: #999; }
.comments-open label { display: block; }
#comment-author, #comment-email, #comment-url, #comment-text{	width: 240px;}
#comment-bake-cookie { 	margin-left: 0; 	vertical-align: middle;}
#comment-post { 	font-weight: bold;}

a { text-decoration: underline; }
a:link { color: #CC6600; }
a:visited { color: #CC9900; }
a:active { color: #CC6600; }
a:hover { color: #FF9933; }

/* page layout */

body { background: #FFFFFF; font-family: georgia, times, serif; font-size:100%; color: #333333;} /* center on ie */

.right {float: right; margin-left: 10px; }
.left {float: left; margin-right: 10px; }

/* fixes bug in ie win */
img.image-full {	width: 100%;}


.adminlinks {float:right}

#nav {color:#bbbbbb;align:center; background: #000; display: block; font-family:verdana, geneva, arial, sans-serif;font-size:12px; padding: 3px 0 3px 0; }
#nav a {color: #000000; text-decoration: none; text-align: center;}
#nav A:link	{ color: #dddddd;} 
#nav A:visited { color: #bbbbbb;} 
#nav A:active { color: #ffffff; text-decoration: underline; }
#nav A:hover { color: #ffffff; text-decoration: underline;}

#homepage-feature { line-height:115%; font-size: 110%; }


/*------------------ */
