/* This imports the Base Weblog CSS from Typepad, which defines core styles */

@import url(/.shared/themes/common/base-weblog.css);


/* This imports the local asterisk-style.css, which you can use as a guide for customizing your blog's CSS. */

@import url(asterisk-style.css);

/* portal css */


/* theme css */
/* general page elements */





a{text-decoration: none;}

a:link { color: #006699; }
a:visited { color: #6699CC; }
a:hover { color: #E75000; text-decoration:underline;}
a:active { color: #006699; }


/* layout */

body
{
	margin: 0;
	color: #000;
	background: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 0;
	background: #ffffff;
}

#banner
{
	border-bottom: 1px dotted #FFFFFF;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #999999;
	background: #ffffff;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
}

#banner-inner { padding: 15px; color: #999999; }

#banner a {color: #999999; text-decoration: none;}

#banner-header
{
	margin: 0.25em 0;
	font-size: xx-large;
	font-weight: bold;
	color: #999999;
	
}

#banner-description { margin: 0.25em 0; font-size: 14px; color: #999999;}




/* default to artistic/calendar/timeline layout */

#container {width: 1280px;}

.layout-artistic #alpha,
.layout-calendar #alpha
{width: 315px; /* 285px + 15px + 15px */}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #ffffff;
}

.layout-artistic #beta,
.layout-calendar #beta {width: 465px;}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #ffffff;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #333333;
	padding: 3px;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header
{
	margin: 1px 0 10px 0;
	border: 0;
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	
	
}


.entry-header a
{
	margin: 1px 0 10px 0;
	border: 0;
	color: #069;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.entry-content p { font-size:14px;text-align: left; }
.entry-body a { font-size:14px !important; font-family: Arial,
Verdana, sans-serif !important; }
.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	border-top: 1px dotted #999999;
	padding: 3px;
	color: #999999;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	
	
}

#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: #000;
	font-family: 'Trebuchet MS',Verdana,sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -.01em;
	text-align: left;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 150%;
	
	
	
	text-align: left;
}

.module-list { margin: 0; }
.module-list a { font-size:12px; }
.module-list-item { margin: 10px 0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 5px solid #EEEEEE;
}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	padding: 3px;
	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;
}


/* moblog1 tweaks */
	
	.layout-moblog1 #container
	{
		width: 780px;
	}
	
	.layout-moblog1 #alpha
	{
		width: 200px;
		
	}
	
	.layout-moblog1 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #ffffff;
	}
	
	.layout-moblog1 #beta
	{
					width: 380px;
		
		
	}
	
	.layout-moblog1 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #ffffff;
	}
	
	.layout-moblog1 #gamma
	{
		width: 200px;
		
	}
	
	.layout-moblog1 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #ffffff;
	}


/* moblog2 tweaks */
	
	.layout-moblog2 #container
	{
		width: 780px;
	}
	
	.layout-moblog2 #alpha
	{
		width: 100px;
		
	}
	
	.layout-moblog2 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #ffffff;
	}
	
	.layout-moblog2 #beta
	{
					width: 350px;
		
		
	}
	
	.layout-moblog2 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #ffffff;
	}
	
	.layout-moblog2 #gamma
	{
		width: 190px;
		
	}
	
	.layout-moblog2 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #ffffff;
	}
	
	.layout-moblog2 #delta
	{
		width: 140px;
		
	}
	
	.layout-moblog2 #delta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #ffffff;
	}
	
	.layout-moblog2 .module-photo img { width: 100px; height: auto; }


/* timeline tweaks */

	.layout-timeline #alpha
	{
					width: 390px; /* 285px + 15px + 15px */
		
		
	}
	
	.layout-timeline #beta
	{
		width: 390px;
		
	}
	
	.layout-timeline #beta #gamma { width: 175px; }
	.layout-timeline #beta #delta { width: 170px; }

	

/* two-column-right tweaks */
	
	.layout-two-column-right #container
	{
		width: 1280px; 	}

	.layout-two-column-right #alpha
	{
		width: 650px;		
		
	}
	
	.layout-two-column-right #alpha-inner
	{
		border: 0;
		padding: 5px 0px 0px 15px;
		background: #ffffff;
	}
	
	.layout-two-column-right #beta
	{
		width: 300px;		
	}
	
	.layout-two-column-right #beta-inner
	{
		border-left:1px #9d9d9d dotted;
		background: #ffffff;
		margin-left:46px;
		padding-left:31px
		
	}

/* user css */
body { text-align: left; margin-left: 20px;} /* center on ie */

#container
{
	margin: 0px;
	width: 720px;
	text-align: left;
}
#headerfont {text-align: right; color: #FFFFFF; padding-right: 5px; font-size: 12px; background-color: #1d8248; width: 585px; float: left; height: 24px; vertical-align: middle;}
#headerfont a:link{text-align: right; color: #FFFFFF; padding-right: 5px; font-size: 12px; text-decoration: underline;}
#headerfont a:visited{text-align: right; color: #FFFFFF; padding-right: 5px; font-size: 12px; text-decoration: underline;}
#footerhead {float: left; text-align: right; color: #1d8248; font-size: 10px; line-height: 12px; font-weight: bold; padding-right: 10px; margin: 0px;}

#footertext {color: #967d5f; font-size: 10px; font-weight: bold; padding-left: 5px; margin: 0px; line-height: 12px;}
#footertext a:link {color: #967d5f; font-size: 10px; font-weight: bold;}
#footertext a:visited {color: #967d5f; font-size: 10px; font-weight: bold;}

/* other css */



img.floatleft {
float:left;
margin-right:10px;
-moz-box-shadow: 0px 1px 7px 0px #888;
-webkit-box-shadow: 0px 1px 7px 0px #888;
box-shadow: 0px 1px 7px 0px #888;
}



/* ph=1 */
/* nhm:from_kauri */

/* ph=1 */
/* nhm:from_kauri */

/* ph=1 */
/* nhm:from_kauri */

/* ph=1 */
/* nhm:from_kauri */

/* ph=1 */
/* nhm:from_kauri */
/* ph=1 */
