/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */

/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: georgia, 'times new roman', times, serif;
	min-width: 100%;
	color: #333;
	background: #f0f0f0 url('body-bg.gif');
}



a { color: #06C; text-decoration: none; }
a:visited { color: #06C; }
a:hover { color: #900; text-decoration: underline; }

.module-content a { color: #96c; font-weight: bold; }
.module-content a:visited { color: #bcaace; }
.module-content a:hover { color: #9c0; }


h1{ margin: 0 ; padding: 0 0 0 10px; font-weight: normal; font-size: x-small; color: #FFFFFF;}

h1, h2, h3, h4, h5, h6
{
	font-family: georgia, 'times new roman', times, serif;
}



#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
	padding: 20px;
	background: #FFFFFF url('beta-bg.gif') repeat-x;
	line-height: 150%;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.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: 5px 10px;
}

.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: 5px 10px 20px 10px;
}


/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 0;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}


.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0px none;
	padding: 0
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0px none;
	padding: 0
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}

.module-powered a { color: #369; }
.module-powered a:visited { color: #369; }
.module-powered a:hover { color: #900; }

.module-photo { background: none; }
.module-photo img { border: solid 1px #dce1e4; }

.module-list-item
{
	font-size: 12px;
	padding-left: 5px;
	background: url('menu2.gif') no-repeat;
	line-height: 150%
}
