@import url(base-weblog.css);

/* basic page elements */

body
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

a { color: #5E857E; }
a:visited { color: #5E857E; }
a:hover { color: #235961; }

#banner a { color: #916D71; text-decoration: none; }
#banner a:visited { color: #916D71; }
#banner a:hover { color: #5E857E; }

.module-content a { color: #916D71; font-weight: normal; }
.module-content a:visited { color: #916D71; }
.module-content a:hover { color: #235961; }

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

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Times New Roman, Times, serif;
}

.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;
	border-top: 1px solid #916D71;
	border-bottom: 1px solid #916D71;
	padding: 5px 10px 5px 22px;
	color: #916D71;
	background: #EBE4E5 url(module-header-bg.gif) 0 0.65em no-repeat;
	font-size: 11px;
	font-weight: bold;
}

.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a
{
	color: #916D71;
	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: #916D71;
}

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

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 10px;
	font-family: arial, verdana, sans-serif;
}


/* page layout */

body
{
	color: #444444;
	background: #dadada url(body-bg.gif) center top repeat;
}

#container { width: 760px; }
#container-inner { margin: 2px 0; }

#banner
{
	width: 756px;
	margin: 0 0 2px 2px;
	background: #C1D1CE url(banner-bg.jpg) left top repeat;
}

#banner-inner {  }

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

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

#banner-header
{
	margin: 0;
	padding: 87px 20px 21px 79px;
	color: #C1D1CE;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 1;
}

#banner-description
{
	margin: 0;
	border-top: 2px solid #fff;
	border-bottom: 20px solid #fff;
	padding: 12px 16px 12px 16px;
	color: #444444;
	background: #C1D1CE;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.125;
}

#alpha, #beta, #gamma, #delta
{
	float: left;
	margin: 0 0 0 15px;
	background: #EBE4E5 url(sidebar-bg.gif) left top repeat-x;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	padding: 0 0 25px 0;
	background: url(sidebar-bottom-bg.gif) left bottom repeat-x;
}

#alpha { width: 270px; }

#beta
{
	width: 445px;
	background: #FFFFFF;
}

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

#beta-inner { background: ; }

.date-header
{
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	padding: 6px 15px 5px 22px;
	color: #444444;
	background: url(date-header-bg.gif) 0 0.65em no-repeat;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: bold;
}

.entry-header
{
	margin: 5px 5px;
	padding: 10px 0px 7px 0px;
	color: #444444;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}

.entry-content 
{ 
margin: 5px 5px;
line-height: 15px;
}

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

.entry-footer
{
	margin: 18px 0px 0px 5px;
	font-weight: normal;
	text-align: left;
}

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


/* modules */

.module { color: #444444; }

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

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

.module-powered { margin: 0; padding: 0; }
.module-powered .module-content
{
	margin: 15px;
	padding: 10px;
	border: 1px solid #916D71;
	background: url(gradient-bg.gif) left center repeat-x;
}

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

.module-list-item,
.archive-list-item
{
	padding: 1px 0 1px 14px;
	background: url(li-bg.gif) 0 0.2em no-repeat;
}

/* special list bullets */
.module-archives .module-list-item
{
	background-image: url(li-entry-bg.gif);
}

.module-recent-comments .module-list-item
{
	background-image: url(li-comment-bg.gif);
}

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

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

.typelist-thumbnail { background: #e3db9e; }

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

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

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

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


/* calendar tweaks */
	
	.module-mmt-calendar { width: 445px; margin: 0; }
		
	.module-mmt-calendar .module-header,
	.layout-timeline .module-recent-photos .module-header
	{
		margin: 0;
		border-top: 1px solid #916D71;
		border-bottom: 1px solid #916D71;
		padding: 5px 15px;
		color: #888899;
		background: none;
		font-size: 13px;
		font-weight: bold;
		text-align: right;
	}
	
	.module-mmt-calendar .module-content { margin: 15px; }
	
	.module-mmt-calendar table
	{
		width: 415px;
		background: #EBE4E5;
	}
		
	.module-mmt-calendar th
	{
		border-top: 1px solid #916D71;
		border-right: 1px solid #E8EBEA;
		border-bottom: 1px solid #916D71;
		padding: 2px;
		text-align: right;
		font-weight: bold;
	}
	
	.module-mmt-calendar td
	{
		border-top: 1px solid #916D71;
		border-right: 1px solid #E8EBEA;
		border-bottom: 1px solid #916D71;
		padding: 2px;
		text-align: right;
		font-weight: normal;
	    background: url(gradient-bg.gif) left center repeat-x;
	}
	
	th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
	{
		border-right: none;
	}
	
	.day-photo a
	{
		border: #bbb 1px solid;
		padding: 1px;
		background: #E8EBEA;
	}
	
	.day-photo a:hover
	{
		border-color: #235961;
		background: #EBE4E5;
	}


/* artistic tweaks */

	.layout-artistic #beta-inner { padding-top: 30px; }


/* moblog1 tweaks */
	
	.layout-moblog1 #alpha { width: 190px; }
	.layout-moblog1 #beta { width: 345px; }
	.layout-moblog1 #gamma { width: 165px; }
	
	.layout-moblog1 .module-recent-photos { margin: 0; }
	.layout-moblog1 .module-recent-photos .module-content { margin: 10px 0 0 15px; }


/* moblog2 tweaks */
	
	.layout-moblog2 #alpha { width: 85px; }
	.layout-moblog2 #beta { width: 300px; }
	.layout-moblog2 #gamma { width: 194px; }
	.layout-moblog2 #delta { width: 120px; margin-left: 1px; background-color: #d8d3b9; }
	
	.layout-moblog2 .module-photo .module-content { margin: 10px; }
	.layout-moblog2 .module-photo .module-content img { width: 100px; height: auto; }
	
	.layout-moblog2 .module-recent-photos { margin: 0; }
	.layout-moblog2 .module-recent-photos .module-content { margin: 10px 0 0 10px; }


/* timeline tweaks */

	.layout-timeline #alpha { width: 325px; }
	.layout-timeline #beta { width: 390px; }
	.layout-timeline #gamma { width: 170px; }
	.layout-timeline #delta { width: 175px; }
	
	.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; }


/* one-column tweaks */

	body.layout-one-column { background-image: url(body-bg-1.gif); }
	
	.layout-one-column #container { width: 600px; }
	.layout-one-column #banner { width: 596px; }
	.layout-one-column #alpha
	{
		background: #FFFFFF;
		width: 570px;
	}
	
	.layout-one-column #alpha-inner { background: ; }


/* two-column-left tweaks */

	.layout-two-column-left #alpha { width: 200px; }
	.layout-two-column-left #beta { width: 515px; }


/* two-column-right tweaks */

	.layout-two-column-right #alpha
	{
		width: 515px;
		background: #FFFFFF;
	}
	
	.layout-two-column-right #alpha-inner { background: ; }
	
	.layout-two-column-right #beta
	{
		width: 200px;
		background: #F2EEEF;
	}
	
	.layout-two-column-right #beta-inner { background: url(sidebar-bottom-bg.gif) left bottom repeat-x; }
	

/* three-column tweaks */
	
	.layout-three-column #alpha { width: 190px; }
	.layout-three-column #beta { width: 320px; }
	.layout-three-column #gamma { width: 190px; }


/* bio tweaks */
	
	.bio_special 
	{ 
	color: 666666; 
	font-size: 10px; 
	}
	
	.bio_special2
	{ 
	color: 666666; 
	font-size: 11px;
	line-height: 17px;
	}
/*added for copyright stuff.*/
#footbox
{
	margin: 2px;
	border-top: 2px solid #fff;
	/*border-bottom: 2px solid #fff;*/
	padding: 12px 16px 12px 16px;
	color: #666666;
	background: #DFE5E5; /*#C1D1CE;*/
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.125;

}
.link_foot:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 12px;
	text-decoration:none;
}
.link_foot:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 12px;
	text-decoration:none;
}
.link_foot:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 12px;
	text-decoration:underline;
}