/* Shamelessly borrowed from Quantum Diaries, http://qd.typepad.com/10/styles.css */
/* general page elements */

a
{
	text-decoration: underline;
	
}

a:link { color: #003366; }
a:visited { color: #003366; }
a:active { color: #003366; }
a:hover { color: #339900; }

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 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; }

/* layout */

body
{
	margin: 0;
	color: #333333;
	background: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
	text-align: center;
}
#container 
{ 
	position: static; 
	margin: 0 auto; /* center on everything else */
	width: 820px;
	text-align: left;
}

#container-inner
{
	position: static;
	width: auto;
	border-bottom: 1px dotted #999999;
	background: #FFFFFF;
}

#banner
{
	border-bottom: 1px dotted #6699CC;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #004400; 
	background: #FFFFFF;
	text-align: left;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	height: 75px;
	background-position: 15px 15px;
	background-repeat: no-repeat;
}

	#banner a
	{
		text-decoration: none;
		font-weight: inherit;
	}

	#banner a:link { color: #333333; }
	#banner a:visited { color: #333333; }
	#banner a:active { color: #333333; }
	#banner a:hover { color: #339900; }

#banner-inner 
{ 
	overflow: visible; 
	padding: 5px; 
}

#banner-header
{
	position: relative;
	padding: 5px;
	margin: 0.25em 0;
	font-size: x-large;
	font-weight: bold;
}

#banner-description
{
	position: relative;
	margin: 0.25em 0;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

#alpha, #beta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#Alpha-inner, #beta-inner
{
	position: static;
}

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }


/* content */

.page-header
{
	margin: 1px 100px 50px 100px;
	border-bottom: 1px dotted #999999;
	padding: 5px;
	color: #660066; 
	font-family: Verdana, Arial, sans-serif;
	font-size: xlarge;
	text-align: center;
	font-weight: bold;
}

.content-nav { margin-top: 0; }

.date-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #999999;
	padding: 3px;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
}

.entry
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content
{
	clear: both;
	margin: 10px 0;
}

.entry-content p { text-align: left; }

.entry-body
{
	clear: both;
}

.entry-header
{
	margin: 1px 0 10px 0;
	Border-bottom: 1px dotted #999999;
	padding: 3px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
}

.entry-footer
{
	clear: both;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #999999;
	padding: 3px;
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
-	text-align: left;
	font-weight: bold;
}

/* modules */

	.module a
	{
		text-decoration: none;
		font-weight: inherit;
	}

	.module a:link { color: #; }
	.module a:visited { color: #; }
	.module a:active { color: #; }
	.module a:hover { color: #; }


.module-header
{
	margin: 5px 0;
	border-bottom: 1px dotted #999999;
  	padding: 3px;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}

.module-content
{
	margin: 5px 0 10px 0;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
}

.module-list { margin: 0; list-style: none;}
.module-list-item { margin: 5px 0; }

.module img,
.module-photo img
{
	border: 5px solid #EEEEEE;
}

.module-photo
{
	text-align: left;
}

/* layout style */

/* one column */

	.layout-one-column #container
	{
		width: 800px;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: auto;
	}

	.layout-one-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* two columns: narrow on left */

	.layout-two-column-left #container
	{
		width: 800px;
	}

	.layout-two-column-left #alpha
	{
		width: 200px;
		
	}
	
	.layout-two-column-left #alpha-inner
	{
		border-bottom: 1px dotted #999999;
		padding: 15px 15px 10px 10px;
		background: #FFFFFF;
	}
	
	.layout-two-column-left #beta
	{
		width: 600px;
	}
	
	.layout-two-column-left #beta-inner
	{
		border-bottom: 1px dotted #999999;
		padding: 15px 15px 14px 15px;
		background: #FFFFFF;
	}

