/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body {
	margin: 0 auto;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

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


/* page layout */

body { text-align: center; } /* center on ie */

#container {
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 752px;
	text-align: left;
	padding:10px 0 0 0;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#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-inner, #beta-inner, #gamma-inner, #delta-inner {
	position: static;
}


/* banner user/photo */

.banner-user {
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo {
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img {
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.content-nav {
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content {
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
	clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
	width: 240px;
}

#comment-bake-cookie {
	margin-left: 0;
	vertical-align: middle;
}

.comments-open-header {
	clear: both;
}

#comment-post {
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail {
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img {
	width: 115px;
	height: 115px;
	margin: 0 0 2px 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-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
	border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
	width: 14%;
	text-align: center;
}

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

.typelist-thumbnailed .module-list-item {
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
	margin: 0;
	padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo {
	width: 54px;
	height: 54px;
}

.day-photo a {
	display: block;
}

.day-photo a img {
	width: 50px;
	height: 50px;
}


/* basic page elements */

body {
	font-size: 0.8em;
	color: #666666;
	line-height: 150%;
	background-color:#a4dd4a;
	margin:0 auto;
	text-align:center;
}

a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover, a:active {
	color: #AAAAAA;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
}

p {
	margin: 5px 0px;
	padding: 0px;
}

blockquote {
	margin: 5px 0px 5px 15px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
input {
	color: #666666;
	font-size: 1.0em;
	background-color: #FFFFFF;
	border: solid 1px #DADADA;
	padding: 1px;
}
.button {
	border: 1px solid #CCCCCC;
	background-color: #DADADA;
}
textarea {
	color: #666666;
	font-size: 1.0em;
}

/* page layout */
/*
#container {
	width: 752px;
	margin: 10px 0 0 0;
margin:0 auto;
}*/

#container-inner {
}

#banner {
	width: 750px; /* necessary for ie win */
	height: 200px;
	background: #FFFFFF url(banner.jpg) no-repeat;
	border:1px solid #DADADA;
}

#banner-inner {
}

.banner-user {
}

.banner-user-photo {
}

#banner-header {
	margin: 0px 0px 0px 0px;
	width: 750px;
	padding: 0px 0px 0px 0px;
	text-indent:-9999px;
	font-size:15px;
	line-height: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#banner-header a:link, #banner-header a:visited,
#banner-header a:hover, #banner-header a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#banner-description {
	margin: 0px 10px 0px 0px;
	width: 740px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 15px;
	text-indent:-9999px;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
}

#alpha {
	margin: 20px 18px 0px 0px;
	width: 500px;
}
#beta {
	margin: 20px 0px 0px 0px;
	width: 230px;
}
#gamma, #delta {
}

#beta-inner,
#gamma-inner,
#delta-inner {
}

.date-header {
}

.entry {
	border-top: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	background: #FFFFFF;
	width: 500px;
}
.entry-header {
	color: #7fbc20;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px auto;
	padding: 7px 0px 10px 0px;
	text-indent:0px;
	width: 470px;
	background: url(entry-header.gif) center bottom no-repeat;
}
.entry-header a:link, .entry-header a:visited,
.entry-header a:hover, .entry-header a:active {
	color: #7fbc20;
	text-decoration: none;
}

.entry-content {
	margin: 0px 15px;
	padding: 0px 0px 10px 0px;
	background: url(entry-content.gif) center bottom no-repeat;
}

.entry-more-link {
	margin: 0px 0px 7px auto;
	text-align: right;
}
.entry-more-link a:link, .entry-more-link a:visiter,
.entry-more-link a:hover, .entry-more-link a:active {
}
.entry-tags {
	margin: 5px 15px;
	padding: 0px;
}

.entry-tags-header {
	font-size: 1.0em;
	color: #666666;
}
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
	list-style:none;
	padding: 0px;
}

.entry-footer {
	font-size: 0.8em;
	text-align: right;
	line-height: 125%;
	margin: 0px auto;
	padding: 7px 0px 10px 10px;
	width: 470px;
}
.separator {
	color: #AAAAAA;
}
.trackbacks,
.comments, omments-open {
	border: 1px solid #DADADA;
	background: #FFFFFF;
	width: 500px;
}
.comment, trackbaack {
	margin: 7px 0px 12px 0px;
	padding: 0px;
}
.comment-notice {
	margin: 0px auto 15px auto;
	padding: 7px 15px 10px 15px;
	width: 470px;
	background: #FFFFFF;
	border-right: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
}
.comment-content {
	margin: 0px;
	padding: 0px;
}
.comments-header,
.comments-open-header,
.trackbacks-header {
	color: #7fbc20;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px auto;
	padding: 7px 0px 10px 0px;
	width: 470px;
	background: url(entry-header.gif) center bottom no-repeat;
	text-indent:0px;
}
.comments-content,
.comments-open-content {
	margin: 0px 15px;
	padding: 0px;
}
.trackbacks-content {
	margin: 0px 15px;
	padding: 0px;
}
.comments-open-data {
	margin: 0px 5px;
	padding: 0px;
}
.comments-open-footer {
	text-align: center;
	margin: 5px 0px 10px 0px;
	width: 430px;
}
.comment-footer {
	font-size: 0.8em;
	line-height: 100%;
	text-align: right;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.trackback-footer {
	font-size: 0.8em;
	line-height: 100%;
	text-align: right;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#comment-preview,
#comment-post,
#comment-cancel  {
	border: 1px solid #CCCCCC;
	background-color: #DADADA;
}
#trackbacks-info {
	margin: 0px 15px;
	padding: 0px 0px 10px 0px;
}
#trackback_url {
	width: 430px;
}
#comment-author,
#comment-email,
#comment-url {
	width: 250px;
}
#comment-text {
	width: 430px;
}

.content-nav {
	font-size: 0.8em;
	text-align: center;
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 470px;
}

.paginate {
	font-size: 0.8em;
	color: #AAAAAA;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 470px;
}
#archive-title {
	color: #7fbc20;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px auto;
	padding: 7px 15px 10px 0px;
	width: 485px;
	background: #FFFFFF url(entry-header.gif) center bottom no-repeat;
	text-indent:20px;
	border-top: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
}
.archive {
	margin: 0px auto;
	padding: 7px 15px 0px 15px;
	width: 470px;
	background: #FFFFFF;
	border-right: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
}
.archive-list {
	background: #FFFFFF;
}
#system-title {
	color: #7fbc20;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px auto;
	padding: 7px 15px 10px 15px;
	width: 470px;
	background: #FFFFFF url(entry-header.gif) center bottom no-repeat;
	text-indent:20px;
	border-top: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
}
#search-results-header {
	color: #666666;
	font-size: 1.0em;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
.search-results-header {
	color: #7fbc20;
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px auto 0px auto;
	padding: 7px 15px 10px 15px;
	width: 470px;
	background: url(entry-header.gif) center bottom no-repeat;
	text-indent:20px;
	/*border-top: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;*/
}
.search-results-container {
	margin: 0px auto;
	padding: 7px 15px 0px 15px;
	width: 470px;
	background: #FFFFFF;
	/*border-right: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;*/
}


/* modules */

.module {
	margin: 0px 0px 10px 0px;
	border: 1px solid #DADADA;
	background: #FFFFFF;
}

.module-header {
	color: #540807;
	font-size: 1.2em;
	text-align: right;
	font-weight: bold;
	margin: 0px auto;
	padding: 10px 2px 8px 0px;
	background: #FFFFFF url(module-header.gif) center no-repeat;
	width: 198px;
}
.module-header a:link, .module-header a:visited,
.module-header a:hover, .module-header a:active {
	color: #540807;
	text-decoration: none;
}
.module-content {
	font-size: 0.8em;
	line-height: 130%;
	margin: 0px 15px 10px 15px;
	padding: 7px 0px 0px 0px;
}
.module-content input {
	font-size: 1.0em;
}
.module-button {
	font-size: 8px;
	border: 1px solid #CCCCCC;
	background-color: #DADADA;
}
.module-content textarea {
	font-size: 1.0em;
}

.module-list {
	line-height: 130%;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.module-list-item {
	list-style: none;
	background: url(module-list-item.gif) 0px 5px no-repeat;
	margin: 0px;
	padding: 3px 0px 0px 12px;
}

.module-search form {
	margin: 0px auto;
}
.module-search #search {
	width: 80px;
}

.module-archives {
	text-align: right;
}
.module-syndicate {
	text-align: right;
}

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

.module-powered {
}
.module-powered .module-content {
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }


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

.typelist-thumbnailed .module-list-item {
	margin: 1px 0;
	padding: 0;
	background: #f3f6f9;
}

.typelist-thumbnail {
	background: #fff;
}

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

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content {
	margin: 0;
	border-width: 0;
	padding: 0;
}
.module-featured-photo img { width: 398px; }

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

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

.module-recent-photos .module-list-item a:hover {
	border-color: #36414d;
	background: #fff;
}

.module-tagcloud .module-list {text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }


/* calendar tweaks */

.layout-calendar #alpha { width: 260px; }
.layout-calendar #beta { width: 420px; }

.layout-calendar #gamma,
.layout-calendar #delta {
	width: 190px;
}

.layout-calendar #gamma-inner,
.layout-calendar #delta-inner {
	border: 0;
	padding: 0;
}

.module-mmt-calendar { width: 398px; }
.module-mmt-calendar .module-content {
	margin: 0;
	border-width: 0;
	padding: 10px;
}

.module-mmt-calendar table {
	width: 378px;
	background: #a3b8cc;
}

.module-mmt-calendar th {
	color: #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #f3f6f9;
	border-bottom: 1px solid #cfd4d9;
	padding: 2px;
	text-align: right;
	font-weight: bold;
}

.module-mmt-calendar td {
	border-top: 1px solid #fff;
	border-right: 1px solid #f3f6f9;
	border-bottom: 1px solid #cfd4d9;
	padding: 2px;
	text-align: right;
	font-weight: normal;
	background: #e6ecf2;
}

th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42 {
	border-right: none;
}

.module-mmt-calendar td { height: 70px; }

.day-photo {
	width: 49px;
	height: 49px;
}

.day-photo a {
	border: #cfd4d9 1px solid;
	padding: 1px;
	background: #fff;
}

.day-photo a:hover {
	border-color: #36414d;
	background: #fff;
}

.day-photo a img {
	width: 45px;
	height: 45px;
}