/* @override http://www.moynihanstation.org/newsite/styles-site.css */

/* Moynihan v2 */
/* basic elements */

html {
    margin: 10px 0 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
	background-color: #f4f5f8;}
	
body { margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: small;
    background: #f4f5f8;
    text-align: center;
	border-right-width: 2px;}
    
form {	padding: 5px;
		margin: 5px 0 0;
		}
img {
	border: 1px solid silver;
}
input { color: gray;
background: #f9f9f9;
border: 1px solid gray;
	display: marker;
	margin-left: 0px;
	font: 100%/120% "Courier New", Courier, mono;
}

#alpha-inner form label p.submit input {
	float: right;
	display: marker;
}

input.nik_hid {
	border-bottom-style: none;
	background-color: transparent;
	border-style: none;
}

label{ color: #3e3e3d;
	line-height: 120%;
	float: none;
	text-align: left;
	display: inline;
	width: 10em;}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
		
.nik_hid {
	height: 0px;
	width: 0px;
	display: inline;
	float: right;}


/* links */

a:link, a:visited {
	color: #676766;
}
a:img {border: 1px solid #cfd4d6;}
a:hover { }
/* text */

strong {
	font-weight: bold;
	font-size: 100%;
	line-height: normal;
	text-indent: 8px; }

h1 {color: #666;}
h2 {color: #666; font-size: 130%;} 
h3 {font-size: 120%;}
h4 {font-size: 100%;}
h5 {font-size: 90%;}
h6 {font-size: 80%;}

ul {font-size: 90%;
	line-height: 1.25;
	list-style-type: square;
	list-style-position: outside;
	opacity: 1;
		text-decoration: none;
		position: relative;
		padding: 0 0 0 15px;}

li {
	padding-top: 2px;
	display: list-item;
	list-style-image: none;
		font-size: 100%;
	list-style-type: disc;
}

fieldset{
	opacity: 1;
	border: 1px solid #ef8b23;
	margin: 9px;
	width: 25%;
	height: 296px;
}
/* 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 architecture */

#container {
    width: 800px;
    margin-bottom: 20px;
    background: #fff; }

#container-inner { }

#nav {
	float: right;
	list-style: none;
	color: #f2e7ed;
	position: static;
	width: 100%;}
	
#nav li {
	float: left;
	padding: 0;
	font-size: 120%;
		background-color: white;
display: inline;
		margin-right: 0;
		margin-top: 5px;
		margin-left: 15px;}

#pagination a{
	color: gray;
	background-color: #d0d0cf;
	border: 1px solid gray;
	font: bold 80% Georgia, "Times New Roman", Times, serif;
	display: inline;
	float: right;
	padding: 2px;
}	
#petitionlist li{
	text-shadow: #000000 0 0 0;
	background-color: white;
	margin: 5px;
	padding: 5px;
	display: inline-block;
	border: 1px solid silver;
	text-align: left;
	direction: ltr;
	text-indent: 5px;
	font-weight: bold;
	font-size: 120%;
	color: silver;
}
#petitionlist label,
#petitionlist form {
	color: #696968;
	font-weight: bold;
	opacity: 1;
	text-shadow: #000000 0 0 0px;
	border: 0 solid silver;
}
#petitionheadertext{
	color: #565655;
	font-size: 110%;
	padding: 10px 20px 15px;
	margin-top: -10px;
	border-bottom: 1px dashed orange;
	border-top: 1px dashed orange;
	margin-bottom: 1px;
}

#petitionresulttitle {
	color: #565655;
	font-size: 110%;
	padding: 10px 20px 15px;
	margin-top: 10px;
	border-top: 1px dashed orange;
	margin-bottom: 1px;
}

#petitionheader{
	color: #565655;
	padding-left: 10px;
	background-color: #d0d0cf;
	padding: 5px;
	font: 150% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border-bottom-style: none;
	border-bottom-color: silver;
}
#nav a {
	float: none;
	display: block;
	text-decoration: none;
	
	clear: left;
		top: 6px;
		border-right: 1px none #fff;
		margin-right: 0;
		margin-left: 0;
		font-weight: bold;
		right: 5px;
		height: 16px;
		border-left-color: #fff;
		border-left-style: none;
		padding: 4px 3px 4px 5px;}

#nav a:hover, body#whatis #whois #whenis a {
		background-color: #f2f9ff;
		opacity: 1;}
/* Form elements*/
form.moynihanform fieldset {
  margin-bottom: 10px;
}
form.moynihanform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.moynihanform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
		font-size: 100%;}
form.moynihanform fieldset ol {
  margin: 0;
  padding: 0;
}
form.moynihanform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
		list-style-type: none;
		}
form.moynihanform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.moynihanform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.moynihanform fieldset fieldset label {
  display: block;
  width: auto;
}
form.moynihanform em {
  color: #f00;
		font-weight: bold;}
form.moynihanform label {
  width: 120px; /* Width of labels */
}
form.moynihanform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */}


/* My Comment */

#banner {
   width: 800px; /* necessary for ie win */
	background-image:url(img/moyblogdesigns_01.png);
	height: 140px;
	background-repeat: no-repeat;
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
		border: 1px solid #fff;}

#banner-inner, #banner-header, #banner-description { }

#alpha { width: 410px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
		padding-right: 10px;
		padding-left: 3px;
	border-bottom: 1px solid white;
}
#beta { width: 200px; }
#gamma { width: 150px; 
	background: transparent;
	padding-left: 1px;
	border-color: orange;
	margin-left: 5px;}
#delta { }

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

#footer a{
	background: url(img/moyblogdesigns_03.png) no-repeat left top;
	height: 90px;
	padding: 10px 10px 10px 10%;
	float: left;
	text-align: justify;
		color: gray;
	width: 710px;
	font-size: 90%;
}

/* page layout */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 800px;
    text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right: 2px solid #9d9d9d;
}
#container-inner { position: static; width: 800px;
	background-color: #f2f2f2;
}

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

#pagebody { position: relative; width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#pagebody-inner { position: static; width: 800px;
	background: #fff url(img/moyblogdesigns_02.png) repeat-y;
		border: .5px solid #fff;
		border-left: 1px solid #fff;
		border-right-width: 1px;
		border-right-color: #fff;
	padding-top: 5px;
}

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



/* content */

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

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

.entry,
.trackbacks,
.comments,
.archive {
    position: relative;
    overflow: visible;
    clear: both;
	background-color: #dfdfdf;
		margin: 2px 2px 30px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-color: silver;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
	position: static;
	display: inline;
}

#alpha-inner p.moreentries a {
	color: #cf8700;
	display: block;
	border: thin solid silver;
	text-align: right;
	padding-right: 5px;
	font: 110% "Lucida Grande", Lucida, Verdana, sans-serif;
}

input#search {
}

.entry-excerpt,
.entry-body,
.entry-more {
    clear: both;
	color: #5b5a5a;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer {
	color: gray;
	font-size: 80%;
	text-align: right;
	border-bottom-width: thin;
	padding-bottom: 4px;
	margin-top: -13px;
	background-color: #f4f4f4;
	padding-right: 10px;
}

.archive-content {}

li.archive-list-item {
	list-style-type: none;
	color: #c78100;
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#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%;
	border: 1px solid silver;
}

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

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules and widgets (new MT4 name)) */

.module {
    position: relative;
    overflow: hidden;
    width: 80%;
}

.module-content {
    position: relative;
    margin: 0;
}
.widget-list
.module-list,
.archive-list {
   	line-height: 1.5;	
   	list-style-type: none;	
   	list-style-image: none;	
   	list-style-position: outside;
	margin: 0 0 0 10px;
	right: -10px;
	display: list-item;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 2px;}
.widget-list-item,
.module-list-item,
.widget-list-item a {
    margin-top: 5px;
    margin-bottom: 5px;
	color: #4c4c4a;
	list-style-type: square;
}

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

* html .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .module-list-item { height: 1%; }
.module-list-item { display: block; }
/* */

.module-galleries { width: 50px; }

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

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

/* page parts */

body { font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
}

a {	text-decoration: none;
	font-weight: bold;
}


#banner a { text-decoration: none; }

.module-content a { color: #36414d; }
.module-content a:hover { color: #38b1e4; }

h3.help a {color: #db8404;
		font-size: 60%;
		padding-left: 10px;}

h5.rssfeed a {color: #db8404;
		font-size: 130%;
		padding-left: 0px;}

h2.emailupdates a {color: gray;
		font-size: 110%;
		line-height: 110%;
		display: block;
	text-align: center;
	border-bottom: thin dotted gray;
	padding: 5px;
	border-top: thin dotted gray;
}
		
div.fmsnewsheader{
	color: gray;
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	display: none;
	background-color: #e9e9e9;
}
.widget-header,
.module-header, 
.module-header a{
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    w\idth: auto;
	text-transform: none;
	margin-bottom: 0px;
	border: 1px solid #a3a3a3;
	background-color: #a1a1a3;
	text-align: left;
	direction: ltr;
	word-spacing: 2px;
	white-space: normal;
	display: compact;
	padding: 5px 0 5px 5px;
	color: #fffbf2;
	font: 110%/90% Georgia, "Times New Roman", Times, serif;
}

.widget-header-prominent,
.module-header-prominent {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    w\idth: auto;
	text-transform: none;
	color: black;
	text-align: center;
	font: 130%/100% Georgia, "Times New Roman", Times, serif;
	padding-top: 2px;
	padding-bottom: 2px;
	bottom: 0;
	border-top: thin dotted orange;
	border-bottom: thin solid rgba(255,180,0,0.34);
	background: #e5e6e9 repeat-x;
	border-right: thin solid rgba(255,180,0,0.34);
	border-left: thin solid rgba(255,180,0,0.34);
}


.widget-header-prominent a,
.module-header-prominent a 
.widget-header-prominent a:visited,
.module-header-prominent a:visited {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    w\idth: auto;
	text-transform: none;
	color: gray;
}

.widget-header-prominent a,
.module-header-prominent a {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    w\idth: auto;
	text-transform: none;
	
}
	
.widget-header-prominent a:hover {
		color: silver;}
.widget-header a {
		color: #fffbf2;
		font-weight: bold;
		background-color: transparent;}
		
.widget-header a:hover {
		color: #fff;
		font-weight: bold;
		}

.trackbacks-header,
.comments-header,
.comments-open-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 10%;
    w\idth: auto;
    border-left: 1px solid #dde3db;
    color: #fff;
    background: #8dbbcf;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
	padding: 2px;
}

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

.entry-more-link {
	color: orange;
	padding: 0;
	border-bottom: thin dotted silver;
	border-top: thin dotted silver;
	margin: 0;
	background-color: #e1e1e0;
	text-align: center;
	direction: ltr;
	font: 110% Georgia, "Times New Roman", Times, serif;
}

/* entry parts */

.date-header {
    margin-top: 0;
    font-size: 11px;
    text-transform: uppercase;
		color: #e29300;
		font-weight: bold;}

.entry-header,
.archive-header {
    color: #494848;
	border: 1px solid #fe9b00;
	font: bold 150%/120% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 2px;
	display: block;
	background-color: #d1cdcd;
	text-align: center;
}

/* @group My Group */



/* @end */

.entry-header a:hover { 
    color: #959698;
		}
.entry-content,
.comment-content,
.trackback-content {
    margin: 0;
    line-height: 1.5;
	font-size: 90%;
}

.entry-tags {
    margin: 0 0 10px 10px;
}

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

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



.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: #f3fede;
}

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

/* modules */

.module {
    margin: 0 0 10px 0;
    background: #fff;
}

.module-content {
    margin: 0 0 10px 0;
    border-top: 1px solid #cfd4d9;
    padding: 10px 10px 0 10px;
    font-size: 10px;
    line-height: 1.2;
		background-color: #fced80;}
		
.widget-content {
		background-color: #f2f2f2;
		border: 1px none #fff;
		color: #3a362b;
		font: 90% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		border-right: 1px solid white;
		border-bottom: 1px solid white;
		border-left: 1px solid white;
	padding: 5px;
}

.widget-content-donor {
		background-color: #e0e0e3;
		border: 1px solid #fff;
		margin-top: 20px;
		color: #504f4f;
		font: 80% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		padding: 5px;
}

.widget-introentry {
		border: 0 solid #fff;
		color: #525151;
		padding: 15px 15px 20px;
		margin-left: 5px;
	font: 120%/120% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 30px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-color: gray;
	border-top: 1px solid gray;
	background-image: url(/img/introenrty.png);
}

.widget-introentry img{
	padding: 5px;
}

.widget-introentry a{
		background-color: #e0e0e3;
				margin-top: 00px;
		color: #504f4f;
		font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		padding: 5px;
		list-style-type: none;}

.widget-introentry li{
		
		margin-top: 10px;
		color: #504f4f;
		font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		padding: 5px;
		list-style-type: none;}
.widget-content-donor a {
	color: #20201f;
	font-size: 110%;
}

.widget-content-search {
		color: #3a362b;
		font: small-caps 90% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		opacity: 1;
	margin-right: 10px;
	border-style: none;
	
}

.widget-content-search input{
	background-color: silver;
	margin-top: 5px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.widget-content-searchminimal{
		background-color: transparent;
		color: #3a362b;
		font: 80% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		
		border: 1p25px;
		margin-bottom: 5px;
		margin-top: 10px;
		padding: 75px 100px 100px 50px;
		text-align: left;
		direction: ltr;
		text-transform: capitalize;
		text-indent: 0;}

.widget-content-signup {
		color: #3a362b;
		font: 90% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		margin-top: 10px;}		
		
.widget-content ul li a{
	font-weight: normal;
	font-style: normal;
	line-height: 110%;
	font-size: 100%;
	background-color: transparent;}

.widget-content a:hover {
		color: #7f7e7f;}
		
.widget-content a,
.widget-content a:visited
.widget-content a:hover {
	color: #5b5a5a;
	font-size: 11px;
	line-height: 1.5;
		font-weight: normal;
		font-style: normal;}
	
.widget-content form {
		color: white;
		font: bold 125% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		padding: 2px;
		margin-right: 3px;
		margin-bottom: 4px;
		margin-left: 6px;
		border-top: 1px solid white;
}

.module-search input {
		font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;}
.module-search #search { width: 80px;}

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

.module-powered { border-width: 0; }
.module-powered .module-content {
    margin-bottom: 0;
    border: 1px dashed #a3b8cc;
    padding-bottom: 10px;
    color: #292e33;
    background: #fff;
}

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

.module-list {
    margin: 0 15px 10px 15px;
    list-style: disc;
}

.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 15px;
    list-style: circle;
}

.module-list-item {
    margin-top: 0;
    color: #666;
    line-height: 1.2;
}

.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: #f3fede;
}

.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: #f3fede;
}

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


/* artistic tweaks */

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

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

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


/* moblog1 tweaks */

.layout-moblog1 #alpha {
    margin: 0;
    width: 180px;
    background: #f3fede;
}

.layout-moblog1 #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-moblog1 #beta {
    margin: 15px 15px 0 15px;
    width: 320px;
    background: none;
}

.layout-moblog1 #beta-inner {
    padding: 0;
    border-width: 0;
}

.layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

.layout-moblog2 #alpha {
    margin: 0;
    width: 86px;
    background: #f3fede;
}

.layout-moblog2 #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-moblog2 #beta {
    margin: 15px 15px 0 15px;
    width: 260px;
    background: none;
}

.layout-moblog2 #beta-inner {
    padding: 0;
    border-width: 0;
}

.layout-moblog2 #delta {
    width: 154px;
}

.layout-moblog2 .module-recent-photos {
    border: 0;
    background: none;
}

.layout-moblog2 .module-recent-photos .module-content {
    padding: 0;
    border: 0;
}

.layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }


/* timeline tweaks */

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

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

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


/* one-column tweaks */

.layout-one-column body { min-width: 520px; }
.layout-one-column #container { width: 520px; }
.layout-one-column #banner { width: 510px; } /* necessary for ie win */


/* two-column-left tweaks */

.layout-two-column-left #alpha {
    margin: 0;
    width: 200px;
    background: #e6ecf2;
}

.layout-two-column-left #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-two-column-left #beta {
}

.layout-two-column-left #beta-inner {
    padding: 0;
    border-width: 0;
	right: 20px;
}


/* three-column tweaks */

.layout-three-column #alpha {
    margin: 0;
    width: 180px;
    background: #e6ecf2;
}

.layout-three-column #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-three-column #beta {
    margin: 15px 15px 0 15px;
    width: 320px;
    background: none;
}

.layout-three-column #beta-inner {
    padding: 0;
    border-width: 0;
}


/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */
.content-nav { margin: 0px; display: none; }

/* Search results templates */
.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #5483be;
    color: white;
    padding: 5px;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
}
.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; }

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 0;
    padding: 5px;
    background: transparent;
	color: white;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	border-left: 1px solid #38b1e4;
}




