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


/* 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; }
/* */



a
{
	text-decoration: underline;
}

a img { border: 0; }

a:link { color: #003333; }
a:visited { color: #003333; }
a:active { color: #003333; }
a:hover { color: #003333; }


/* layout */

body
{
	margin: 0;
	color: #333333;
	background: #ffffff;
	font-weight: normal;
	line-height: 120%;
	margin-left: 20%;
	margin-right: 20%;
	font-family: sans-serif;

}

#container
{
	position: static;
}

#container-inner
{
	position: static;
	border: 0;
	background: #ffffff;
}

#banner
{
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #333333;
	background: #ffffff;
	text-align: center;
}

#banner-inner { padding: 15px; }

#banner a
{
	color: #333333;
	text-decoration: none;
}

#banner-header
{
	margin: 0;
	font-size: x-large;
}

#banner-description
{
	font-size: small;
	border-bottom:2px solid #222;
}


#container
{

}

/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-top: 2px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 3px;
	color: #333333;
	font-size: large;
	text-align: left;
	font-weight:bold;
}

.entry-header
{
	margin: 1px 0 10px 0;
	color: #666666;
	font-size: normal;
	text-align: left;

}

.entry-header a{
	text-decoration:none;
}


.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.entry-content
{
	margin: 10px 0 20px 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	border: 0;
	
	color: #000000;
	font-size: x-small;
	line-height: normal;
	text-align: right;

}


#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

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


/* modules */

.module-header
{
	margin: 5px 0;
	border: 0;
  	
	color: #222222;
	font-size: small;
	line-height: normal;
	text-align: left;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #333333;
	font-size: small;
	line-height: 150%;
	text-align: left;
}

.module-list { margin: 0; }
.module-list-item { margin: 10px 0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 1px solid #333333;
}

.module-photo
{
	text-align: right;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #336600;
	font-size: small;
	border: 0;
	text-align: left;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}


/* one-column tweaks */
	
	.layout-one-column #container
	{
		width:100%;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: auto;
	}

	.layout-one-column #alpha-inner
	{
		border: 0;
		padding: 10px 10% 10px 10%;
		background: #ffffff;
	}
table
{
float:right;
}
#footer
{
margin-top:3em;
text-align:center;
font-size:small;
}
