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: 'trebuchet ms', helvetica, arial, sans-serif; 
	font-size: 10px;
	min-width: 780px;
	color: #666;
	background: #FFFACD;
	text-align: center;		/* center on ie */
}

form { margin: 0; padding: 0; }

a { color: #393; text-decoration: underline; }
a:visited { color: #666; }
a:hover { color: #f93; }
a img { border: 0; }

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

/* page layout */


#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
	width: 780px;
    text-align: left;
	background: transparent url(./containerbg.gif) repeat-y;
}
#container-inner {
	position: static; width: auto;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #369;
	line-height: 1.8;
}

#banner {
	position: relative;
	width: 760px; /* necessary for ie win */
	border-bottom: 1px solid #FF990d;
	background: #FF990d;
	height:110px;
}
#banner-inner {
	position: static;
	padding: 20px;
}

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}
#delta { float: right; }

/* #alpha { margin: 20px 0 20px 20px; width: 260px; } */
/* #beta { margin: 20px 0 0 40px; width: 420px;} */
#alpha { margin: 10px 0 10px 20px; width: 260px; }
#beta { margin: 10px 0 0 40px; width: 420px;}
#gamma, #delta { width: 202px; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}

#banner a, #footer a{
	color: #fff; font-weight: bold; text-decoration: none; 
}
#banner a:visited, #footer a:visited{
	color: #fff; 
}
#banner a:hover, #footer a:hover{
	color: #ff0000;
}

.module-content a { color: #393; font-weight: normal;}
.module-content a:visited { color: #666; }
.module-content a:hover { color: #f93; }

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	/* ie win (5, 5.5, 6) bugfix */
	position: relative; 
	width: 100%;
	width: auto;
	
	margin: 1px 0;
	padding: 5px 5px 5px 25px;
	color: #fff;
	background: #79B5E7 url(./colitemheaderbg.gif) 0 50% repeat;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}

.module-header a,
.module-header a:visited,
.trackbacks-header a,
.trackbacks-header a:visited,
.comments-header a,
.comments-header a:visited,
.comments-open-header a,
.comments-open-header a:visited
.archive-header a,
.archive-header a:visited
{
	color: #fff;
}

.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover
.archive-header a:hover
{
	color: #f93;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 10px;
}
.banner-user
{
	width: 70px;
	margin-top: 4px;
	font-size: 10px;
}

.banner-user-photo { border: 3px solid #fff; }

#banner-header
{
	margin: 0 0 5px 0px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

#banner-description
{
	margin: 1px 0;
	color: #fff;
	background: none;
	font-size: 12px;
	line-height: 1.125;
	font-weight: normal;
}
#adlink{
	width: 760px;
	margin:0px auto 5px auto;
	position: absolute;top:89px;
	background: #ff990d;
	text-align : center;
}
#footer{
	width: 760px;
	clear:left;
	padding-top:10px;
	background: #ff990d;
	text-align : center;
	font-size: 12px; 
	color: #fff;
}

.date-header
{
	margin: 0;
	color: #ff990d;
	font-size: 12px;
	text-transform: uppercase;
}

.entry-header
{
	color: #f93;
	font-size: 14px;
	font-weight: bold;
	background-image:url(./flower.gif);
	background-repeat:no-repeat;
	background-position:2px 0px;
/*	margin-top:20px; */
	margin-top:5px;
	margin-bottom:5px;
	margin-right:20px;
	padding-left:50px;
/*	padding-top: 20px;*/
	padding-top: 15px;
/*	padding-bottom:14px;*/
	padding-bottom:8px;
}
.entry-header a {text-decoration: none;}
.entry-content 
{
/*	margin: 0px 10px 10px 15px; */
	margin: 0px 10px 10px 25px; 
	font-size: 12px; 
}
.entry-footer
{
	margin: 0 10px 20px 0;
	border-top: 1px solid #d7d7d7;
	padding-top: 2px;
	color: #393;
	font-weight: normal;
	text-align:right;
}
.content-nav { margin-top: 0; }

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

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

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}
.module-presence img { vertical-align: middle; }
.module-photo { background: none; }
.module-photo img { border: solid 1px #dce1e4; }
.module-list-item
{
	padding-left: 5px; 
	line-height: 150%;
}
.module-featured-photo img
{
	width: 414px;
}
/* two-column-right tweaks */
	.layout-two-column-right #container-inner { background: none; }
	.layout-two-column-right #container-inner { background: none; }
	.layout-two-column-right #alpha { width: 500px; }
	.layout-two-column-right #beta
	{
		width: 200px;
		margin: 20px 0 0 40px;
	}
	
	.layout-two-column-right .module-content
	{
		margin-right: 10px;
	}
