/* basic page elements */

body {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "MS UI Gothic", "Osaka", Sans-serif;
	font-size: 95%;
	line-height: 1.6;	
}

a:link{ color: #0000FF; text-decoration: none; }
a:visited{ color: #0000FF; text-decoration:none}
a:hover { color: #a3b8cc; }

#banner a { color: #000; text-decoration: none; }
#banner a:hover { color: #000; }

.module-content a { color: #0000FF; }
.module-content a:hover { color: #0000FF; }

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "MS UI Gothic", "Osaka", Sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
}

.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;	
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "MS UI Gothic", "Osaka", Sans-serif;
	margin-top: 0;
	/*padding: 0;*/
	color: #000000;
	font-size: small;
	font-weight: normal;
    
}

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

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

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


/* page layout */

body {
    background: #FFF;
}

#container { 
			position: relative;
			margin:0 auto;
			padding: 0px;
    		width: 800px;
			}

/*
#container-inner {
    border-width: 0 5px 5px 5px;
    border-style: solid;
    border-color: #292e33;
}
*/

#banner {
	width: 800px; /* necessary for ie win */
	background: #FFFFFF;
	height: 100px;
}
/*
#banner-inner {
    padding: 15px 13px;
    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-color: #fff;
}
*/

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

.banner-user-photo { border: 1px solid #fff; }

#banner-header {
	font-family: Georgia, Palatino, "Times New Roman", Times, san-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
	color: #000000;
	font-style: italic;
	margin-top: 50;
}

#banner-description {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.125;
    text-shadow: #36414d 0 1px 2px;
}

#alpha { width: 520px; float:left }
#beta { width: 230px; background: #fff; float:right}
#gamma, #delta { width: 180px; background: #e6ecf2; }
/*
#beta-inner,
#gamma-inner,
#delta-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #fff;
}
*/

.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}

.entry-header {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "MS UI Gothic", "Osaka", Sans-serif;
	margin-top: 0;
	padding: 0;
	color: #000000;
	font-size: 105%;
	font-weight: bold;
	font-style: normal;
}

.entry-content,
.comment-content,
.trackback-content {
    font-family: Verdana, Geneva, Lucida, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "MS UI Gothic", "Osaka", Sans-serif;
    font-size: 95%;
    margin: 0;
    line-height: 1.6;
	color:#333
}

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

.entry-footer,
.comment-footer,
.trackback-footer {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "MS UI Gothic", "Osaka", Sans-serif;
    margin: 0 0 35px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: x-small;
    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;
}

/* modules */

.module {
background: #FFF;
}

.module-content {
	margin: 0 0 30px;
	border-top: 1px solid #cfd4d9;
	font-size: 95%;
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 15px;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.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: 0px;
	padding: 0px;
	list-style: none;
}

.module-list-item {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "MS UI Gothic", "Osaka", Sans-serif;
    font-size: small;
    margin: 0px;
    line-height: 1.4;
	
}

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

.photoframe
.photoframeinner {
	border: 1px solid #ddd;
	padding: 9px;
	background-color: #ffffff;
	}
	
.photoframecaption {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', Osaka, Sans-serif;
	color: #555555;
	font-size: small;
	font-weight: normal;
	line-height: 165%;
	margin-top:15px;
	margin-bottom:15px;
	padding: 0px;
}


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

/* 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;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "MS UI Gothic", "Osaka", Sans-serif;
    font-size: medium;
    margin: 0px;
    padding: 0px;
    background: #fff;

}

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