/* $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 auto;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-image: url('wallpaper.gif');
	background-repeat: repeat;
	text-align: center;
}

* {
	padding: 0;
	margin: 0;
}

/* Used for search article. */
form { margin: 0; padding: 0; }

/*
** Define style for hyperlinks.
*/
a { text-decoration: none; }
a:link { color: #696969; }
a:visited { color: #696969; }
a:hover { color: #696969; }
a img { border: 0; margin-right: 5px;}


h1, h2, h3, h4, h5, h6 
{ 
	font-family: helvetica, arial, verdana,  sans-serif;
	font-weight: normal; 		
}
/* h1: for banner header. approx 21px*/
h1 
{
     	font-size: 2.4em;
	margin: 1em 2em 1em 0;
	text-align: left;
	color: #696969;
}

/* h2: banner-description, date-header, module-header. approx 16px*/
h2 
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em; 
	color: #696969;
}

/* h3: entry-header. approx 14px*/
h3 
{
	font-size: 1.8em;
	color: #A9A9A9;
}

/* h4: not used. approx 12px*/
h4 
{
      font-size: 1.2em;
}

/* 
** p: entry-more-link, entry-footer, 
** ul: module-list.
** approx 11/14 
*/
p, ol, ul, pre, blockquote
{
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0;
	margin-bottom: 1em;
}
p img
{
	margin-right: 5px;
}


/* 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;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
	color: #A9A9A9;
}

.date-header
{
	margin-bottom: 2px;
      	font-size: 1.2em;
	text-align: right;
}

.entry-header
{
	padding: 2px;
	background-color: transparent;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px #A9A9A9;
	padding: 5px;
	color: #696969;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 10px;
	font-size: 1.1em;
}

.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;
}

.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;
}



/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 5px 20px 10px;
	color: #696969;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.module-header
{
	background-color: transparent;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; margin-left: 30px;}
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
	width: 100%;
	border-collapse: collapse;
}

.module-calendar .module-content th
{
	width: 100%;
	text-align: center;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

.module-calendar .module-content td,tr
{
	width: 100;
	text-align: right;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
}




/* two-column-right tweaks */
	.layout-two-column-right #container
	{
		position: relative;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		text-align: left;
		min-width: 84em;
	}

	.layout-two-column-right #container-inner
	{ 
		margin: 0;
		/* padding: 1em 0; */
		padding: 0;
		width: 100%;
		text-align: left;
		float: left;
		/* border: 1px solid #ccc; */
		background-color: transparent;
	}
	
	.layout-two-column-right #pagebody
	{
		background: none;
		position: relative; 
		width: 100%; 
	}

	.layout-two-column-right #pagebody-inner 
	{ 
		position: static; 
		width: 100%; 
	}
	
	.layout-two-column-right #banner 
	{ 
		position: relative; 
		width: 100%;
		float: left;
		background-color: #000;
		/* border: 1px solid #ccc; */
	}

	.layout-two-column-right #banner-inner 
	{ 
		position: static;
		width: 50%;
		margin: 0;
		padding-left: 2em;
	}
	
      	.layout-two-column-right #alpha 
	{ 
		float: left;
		width: 60.5%;
		padding: 2em 0 0 2em;
		margin: 0; 
		background-color: transparent;
	}

	.layout-two-column-right #beta
	{
		float: right;
		width: 30%;
		padding: 1em 0 0 1em;
		margin: 0;
		border-left: dotted 1px #A9A9A9;

	}

	.layout-two-column-right #guest 
	{ 
		float: left;
		width: 58%;
		padding: 5px;
		margin: 20px 5px 20px 5px;
		border: solid 1px #A9A9A9;
	}

	.layout-two-column-right #beta-inner
	{
		position: static;
		width: 75%;
		margin: 1em auto 5em auto;
		background-color: transparent;
	}

	.layout-two-column-right .module-powered .module-content
	{
		margin-right: 0;
	}


