@import url(/base-weblog.css);
body
{ font-family: 'trebuchet ms', verdana, sans-serif; font-size: 13px;
    background-image: url(/images/body-bg-3.gif);
    background-repeat: repeat-y;
    background-position: top center; }
}

.entry-body a { font-weight: bold; }

.log-in { text-align: right; }

a { color: #84a2ec; text-decoration: none; }
a:visited { color: #4472ac; }
a:hover { color: #f90; text-decoration: underline; }

img.right { float: right;
     margin: 5px;
     padding: 5px;
     border: 1px solid silver; }

img.left { float: left;
     margin: 5px;
     padding: 5px;
     border: 1px solid silver; }

.module-content a { color: #748dcc; text-decoration: none; }
.module-content a:visited { color: #666; }
.module-content a:hover { color: #f90; }

.entry-footer a { color: #84a2ec; }
.archive-title { color: #483D8B; }


h1, h2, h3, h4, h5, h6
{
	font-family: 'trebuchet ms', helvetica, arial, sans-serif; color: #483D8B;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative; 
    width: 100%;
    w\idth: auto;
   
    margin: 0;
    padding: 3px 10px 3px 35px;
    background: #bccaee url(/images/module-header-bg.gif) left center no-repeat;
	color: #fff;
    font-size: 14px;
    font-weight: bold;
}

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

.module-header a:visited,
.trackbacks-header a:visited,
.comments-header a:visited,
.comments-open-header a:visited,
.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: #bccaee;
    background-color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 11px; text-align:right;
}

.tablecells
{
	font-size: 11px; text-align:left;
}

/* page layout */

body
{
	color: #666;
	background: #e6edc8 url(/images/body-bg-3.gif) center top repeat-y;
}

#container { width: 960px; }
#container-inner { margin: 0 0 20px 0; }

#banner
{
	width: 960px;
	margin: 0;
	background: #78b9fc url(banner-bg.gif) left bottom no-repeat;
}


.banner-user
{
	width: 70px;
	margin-top: 4px;
	font-size: 10px;
}

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



#alpha, #beta, #gamma, #delta
{
	float: left;
	margin: 0 0 0 20px;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	padding: 15px 0 25px 0;
}

#alpha { width: 265px; }
#beta { width: 415px; margin-left: 40px; }

#gamma, #delta { width: 200px; }

.date-header
{
	margin: 5px 17px 0 0;
	padding: 0 0 5px 0;
	color: #84a2ec;
	font-size: 14px;
}

.entry-header
{
	margin: 5px 0;
    padding: 0px 0 0 20px;
    background: url(/images/entry-header-bg.gif) 0 0.35em no-repeat;
	color: #a3b9ef;
	font-size: 18px;
}

.entry-content { margin: 5px 0; }

.entry-more-link { font-weight: bold; }

.entry-footer
{
	margin: 10px 0 20px 0;
	border-top: solid 1px #efe0b6;
	padding-top: 5px;
	font-weight: normal;
}

.content-nav { margin: 10px 15px; }


/* modules */

.module { color: #666; }

.module-calendar .module-content { margin: 5px 10px 15px 10px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 11px; }

.module-mmt-calendar .module-header,
.module-recent-photos .module-header { background-image: none; }

.module-powered { margin: 0; padding: 0; }
.module-powered .module-content
{
	color: #748dcc;
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #a7b7df;
	background: #f5eacc url(gradient-bg.gif) left top repeat-x;
}

.module-photo { border: 0; background: none; }
.module-photo .module-content { margin: 10px; }
.module-photo img { border: 0; }

.archive-list-item { margin-bottom: 5px; }

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	margin: 1px 0;
	border: 1px solid #e6e5e1;
	padding: 0;
	background: #f9f6ee url(gradient-bg.gif) left top repeat-x;
}

.typelist-thumbnail { background: #efe0b6; }

.module-featured-photo { width: 415px; }
.module-featured-photo .module-content { margin: 15px 0 5px 0; }
.module-featured-photo img { width: 415px; }

.module-recent-photos { border: 0; margin-left: 2px; }
.module-recent-photos .module-content {  }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
	width: 64px; /* mac ie fix */
	margin: 0 5px 6px 0;
	padding: 0;
	background: none;
}

.module-recent-photos .module-list-item a
{
	border: #bbb 1px solid;
	padding: 1px;
	background: #e7e7ec;
}

.module-recent-photos .module-list-item a:hover
{
	border-color: #f90;
	background: #e7e2c6;
}


/* artistic tweaks */

	.layout-artistic #gamma { margin-left: 0; }
	.layout-artistic #delta { margin-left: 15px; }
   
  	.layout-artistic #gamma-inner { padding-top: 0; }
  	.layout-artistic #delta-inner { padding-top: 0; }



/* timeline tweaks */

	.layout-timeline { background: #e6edc8 url(body-bg-7.gif) center top repeat-y; }

	.layout-timeline #alpha { width: 290px; }
	.layout-timeline #beta { width: 390px; }
	.layout-timeline #gamma { width: 170px; margin-left: 15px; }
	.layout-timeline #delta { width: 170px; }

	.layout-timeline #gamma-inner { padding-top: 0; }
	.layout-timeline #delta-inner { padding-top: 0; }
	
	.layout-timeline .module-recent-photos .module-content { margin: 10px 0 0 15px; }
	.layout-timeline .module-recent-photos .module-list-item { margin: 0 10px 10px 0; }


