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

/* basic elements */



form { margin: 0; padding: 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; }
/* */




/* content */

.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;
}


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




/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */


.trackbacks-header,
.comments-header,
.comments-open-header {
		/* ie win (5, 5.5, 6) bugfix */
		p\osition: relative;
		width: 100%;
		w\idth: auto;

		margin: 0;
		border-left: 5px solid #36414d;
		padding: 5px;
		color: #fff;
		background: #a3b8cc;
		font-size: 11px;
		font-weight: bold;
		line-height: 1;
		text-transform: uppercase;
}

.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover {
		color: #fff;
}

.comment-footer,
.trackback-footer {
		font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */


.comment-content,
.trackback-content {
		margin: 0;
		line-height: 1.5;
}

.entry-tags-list,
.entry-tag { display: inline; }

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

.comment-footer,
.trackback-footer {
		margin: 0 0 20px 0;
		border-top: 1px solid #dae0e6;
		padding-top: 3px;
		color: #666;
		font-size: 10px;
		text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
		margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info {
		margin: 10px 0;
		border: 1px dashed #a3b8cc;
		padding: 0 10px;
		color: #292e33;
		font-size: 11px;
		text-align: center;
		background: #e6ecf2;
}

.comments-open-footer {
		margin: 10px 0;
}


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

/* Search results templates */
.mt-search-results .search-results-header {
		border: 2px solid #669;
		background-color: #36414d;
		color: #eee;
		padding: 5px;
}
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }



/* Experimental comment styles
		Not currently in use anywhere in default templates
		For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
		width:36em;
}

#comments-experimental .comment {
		padding: 0px;
		margin: 10px 15px;
		background-color:#eef;
		border:2px solid #bbb;
}

#comments-experimental .comment .comment-inner {
		position:relative;
		margin:-5px 0 0 -3px;
		background:#f3f3ff;
		border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
		border:1px solid #000;
		background-color: #fff;
}

#comments-experimental .comment a {
		text-decoration: none;
		border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
		color: #333;
		border-bottom: 1px solid #666;
}

#comments-experimental .comment .comment-content {
		margin-right: 25px;
		margin-left: 25px;
		margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
		margin-right: 15px;
		font-size: 10px;
		text-align: right;
}

#comments-experimental .comment .comment-header {
		font-size: 16px;
		margin: 5px auto 5px 10px;
		text-shadow: #99A 2px 2px 1px #66F;
		color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }

