/* =====----- COMMON -----====== */
* {
 margin:0;
 padding:0;
 font-size:14px;
 line-height:200%;
}
img {
 border:0;
}
body {
 color: #333;
 background-color: #f3f3f3;
 text-align:center;
}
a:link    { color:#00f; }
a:visited { color:#909; }
a:active  { color:#f00; }
a:hover {
 color:#ffc;
 background-color:#369;
 text-decoration:none;
 position:relative;
}

.small    { font-size:12px; }
.smaller  { font-size:10px; }
.smallest { font-size: 9px; }
.large    { font-size:18px; }

.t_center { text-align:center; }
.t_left   { text-align:  left; }
.t_right  { text-align: right; }

.f_clear  { clear: both;margin:0;padding:0; }
.f_left   { float: left; }
.f_left_mg10r { float: left; margin-right:10px; }
.f_left_mg10tr { float: left; margin-top:10px; margin-right:10px; }
.f_right  { float:right; }
.f_right_mg10l  { float:right; margin-left:10px; }

.mg_t20 { margin-top:20px; }
.mg_b20 { margin-bottom:20px; }

.note     { color:#f00; }
/* =====----- COMMON -----====== */


/* =====----- PAGE -----====== */
#page {
 margin: 0 auto;
 width: 786px;
 background-color: #ddd;
 border-right: solid #eee 1px;
 border-left: solid #eee 1px;
}
#container {
 width: 780px;
 margin: 0 auto;
 border-right: solid #ccc 1px;
 border-left: solid #ccc 1px;
 background-color:#fff;
}
/* =====----- PAGE -----====== */


/* =====----- HEADER AREA -----====== */
#header {
 width: 780px;
 height: 91px;
 text-align:left;
 background: url(_img/hd_bg.gif) no-repeat top left;
}
#header .hd_left {
 width: 500px;
 float: left;
 margin: 0px 5px;
}
#header .hdcy {
 width: 500px;
 padding:2px 0;
 font-size: 12px;
 font-weight:bold;
 text-align: left;
 line-height:1;
 color:#fff;
}
#header .logo {
 float: left;
 width: 170px;
 height: 45px;
}
#header .hd_right {
 width: 260px;
 padding-right:5px;
 float: right;
}
#header .hd_right * {
 font-size: 10px;
 vertical-align: middle;
}
#header .hd_guide {
 margin-top: 5px;
 height:16px;
}
#header .hd_ico  {
 float:right;
 margin-left:10px;
}
#header .hd_ico img {
 background-color:#fff;
 left:1px;
 top: 1px;
 position:relative;
}
#header address {
	color: #fff;
	font-style: normal;
	line-height: 1.2;
	text-align: right;
}
#header address * {
	color: #fff;
	font-style: normal;
}
/* =====----- HEADER AREA -----====== */



/* =====----- HEADER MENU -----====== */
#header_menu {
 width: 780px;
 height: 30px;
 clear: both;
 border-bottom: solid #369 5px;
 position: relative;
 z-index: 2;
}
#header_menu .btn_area {
 margin: 0 0 0 5px;
 height: 30px;
}
#header_menu .btn_area li {
 width: 75px;
 height: 30px;
 margin: 0 1px;
 list-style: none;
 float:left;
}

.set {
	position: absolute;
	visibility: hidden;
	z-index: 3;
	background-color: #e2f6f5;
}
.set li {
	list-style: none;
	padding: 0 10px;;
	border-bottom: solid 1px white;
}
.set a {
 font-size: 12px;
 line-height: 1;
}
.set a:hover {
 background-color: navy;
}

div #p0 {
	position: absolute;
	left: 9px;
	top: 30px;
}
div #p1 {
	left: 86px;
	top: 30px;
}
div #p2 {
	left: 163px;
	top: 30px;
}
div #p3 {
	left: 240px;
	top: 30px;
}
div #p4 {
	left: 317px;
	top: 30px;
}
div #p5 {
	left: 394px;
	top: 30px;
}
div #p6 {
	left: 471px;
	top: 30px;
}
div #p7 {
	left: 548px;
	top: 30px;
}
div #p8 {
	left: 625px;
	top: 30px;
}
div #p9 {
	left: 662px;
	top: 30px;
}
/* =====----- HEADER MENU -----====== */

/* =====----- FOOTER MENU -----====== */
#footer_menu {
 width:780px;
 border-top: solid #369 1px;
 text-align:center;
 clear: both;
}
#footer_menu .text_area {
 width: 700px;
 margin:0px auto;
}
#footer_menu li {
 margin: 1px 5px;
 list-style: none;
 float:left;
}
#footer_menu a {
 font-size: 12px;
}
/* =====----- FOOTER MENU -----====== */


/* =====----- NAVI AREA -----===== */
#nav {
 width:780px;
 height:18px;
 margin-bottom:2px;
 text-align:left;
 clear: both;
}
#nav .nav_area {
 width:700px;
 float:left;
}
#nav * {
 font-size:12px;
}
#nav .sitemap {
 width:180px;
 float:right;
 padding-right:10px;
 text-align:right;
}
#nav .top {
 margin-left:5px;
 float:left;
 list-style: none;
}
#nav .next {
 float: left;
 margin-left:5px;
 list-style: none;
}
/* =====----- NAVI AREA -----===== */


/* =====----- #WRAPPER -----====== */
#wrapper {
 width: 780px;
 clear: both;
}
/* =====----- #WRAPPER -----====== */


/* =====----- #MAIN CONTENTS -----====== */
#m_cts {
 width: 780px;
 background-color: #fff;
}
/* ----- #CENTER CONTENTS ----- */
#cts_c {
 width:580px;
 float:right;
}
#mca {
 width:560px;
 margin:0px auto;
 text-align:left;
}

#mca p {
 margin: 10px 10px 15px 10px;
}
#mca img { float: left; margin-right:10px; }
#mca img.top { float: none; margin:0; }
#mca .tr_bdb {
 text-align:right;
 border-bottom: solid #369 1px;
 margin-bottom:15px;
}
#mca .mgb {
 margin-bottom:15px;
}
#mca .topclmn {
 background: #ffc;
 margin:5px 0;
 padding:10px;
 border:1px solid #ccc;
}
#mca .bdb {
 padding-bottom:5px;
 border-bottom: solid #369 1px;
 margin-bottom:15px;
}
#mca .bdbdot {
 padding-bottom:5px;
 border-bottom: dotted #369 1px;
 margin-bottom:15px;
}
#mca .totop {
 font-size:12px;
 text-align:right;
 margin-bottom:15px;
}
#mca ol {
 margin:0 30px 15px 30px;
}
#mca ul {
 margin:0 30px 15px 30px;
}
#mca .p_ttl {
 padding-left: 10px;
 border-bottom: dotted #369 1px;
 border-left: solid #369 10px;
}

#mca .p_ttl_wn {
 margin: 0 10px 3px 10px;
 padding-left: 10px;
 border-bottom: dotted #369 1px;
 border-left: solid #369 7px;
 line-height:1.4;
}
#mca .bdbdot_wn {
 margin: 0 10px 2px 10px;
 padding-bottom:0;
 border-bottom: dotted #369 1px;
}

#mca .e_ttl {
 margin-top: 10px;
 padding-left: 15px;
 padding-top:5px;
 line-height:100%;
 border-bottom: dotted #69c 1px;
 background: url(_img/ttl_blt.gif) no-repeat center left;
}
/* ----- #CENTER CONTENTS ----- */

/* ----- #LEFT CONTENTS ----- */
#cts_l {
 width:200px;
 float:left;
 background-color:#fff;
}
/* ----- #LEFT CONTENTS ----- */
/* =====----- #MAIN CONTENTS -----====== */


/* =====----- .MENU BOX -----====== */
#cts_l .left_menu_area {
 width: 186px;
 border: solid #999 1px;
 background-color:#fff;
 margin:0 auto 5px auto;
}
#cts_l .left_menu_contents {
 width: 180px;
 border: solid #ccc 1px;
 background-color:#ffe;
 margin:2px;
 text-align:left;
}
#cts_l .left_menu_btn a:hover {
 color:#fff;
 background-color:transparent;
 text-decoration:none;
 left:0px;
 top: 0px;
}
#cts_l .left_column_msg {
 font-size:12px;
 padding:5px;
}
#cts_l .left_menu_area ul {
 margin:0px 2px 1px 23px;
 border-bottom: dashed #369 0px;
}
#cts_l .left_menu_area ol {
 margin:0px 2px 1px 30px;
 border-bottom: dashed #369 0px;
}

#cts_l .left_menu_area li {
 margin-bottom:2px;
 border-bottom: dashed #369 1px;
 line-height:100%;
}
#cts_l .left_menu_area li * {
 font-size:12px;
}

/* =====----- .MENU BOX -----====== */


/* =====----- FOOTER AREA -----====== */
#footer {
 width: 770px;
 background-color:#eee;
 padding: 5px;
 color: #666;
 border-top: solid #369 1px;
 border-bottom: solid #369 1px;
 clear: both;
}
#footer * {
 font-size: 12px;
 font-style: normal;
 line-height:120%;
}
/* =====----- FOOTER AREA -----====== */


/* =====----- FORM -----====== */
fieldset {
 width:480px;
 padding:0 10px;
 border:1px solid #ccc;
}
legend {
 margin:10 5px 10px 5px;
 padding:3px;
 border-right: 1px solid #999;
 border-bottom: 1px solid #999;
 font-weight:bold;
}
dl {
 width:450px;
 margin:20px auto 0px auto;
 text-align:left;
}
dt {
 padding-left:8px;
 border-left:8px solid #69c;
 font-weight:bold;
}
dd {
 margin:0 0 15px 20px;
 padding-bottom:3px;
 border-bottom:2px dotted #69c;
}
dl .inbdr {
 width:350px;
 padding:3px;
 font-family:monospace;
 line-height:100%
}
dl .submit {
 line-height: 100%
 padding: 2px 3px;
}
input {
 line-height:100%
}

#google .query {
	width:100px;
	font-size:14px;
	line-height:1;
}
#google .caption {
	color: #fff;
	font-size:12px;
}
#google .submit {
	line-height:1.5;
	font-size:12px;
}
/* =====----- FORM -----====== */

.c_table {
    margin:10px auto 10px auto;
    width:90%;
    background-color:#fff;
    border-collapse:separate;
    border:1px solid #ccc;
}
.c_table TR {
    border:1px solid #ddd;
}
.c_table TD {
    padding:3px 5px;
    font-size:12px;
    vertical-align: top;
    border:1px solid #eee;
}
.c_table .td_fr {
    width:70%;
}
.c_table .td_ft {
    width:30%;
}





/* =====----- ToggleMenu -----====== */
ul.show {
	display: block;
}
ul.hide {
	display: none;
}
a.hide {
	width: 160px;
	height: 28px;
	display: block;
	font-weight: bold;
	cursor: pointer;
	padding: 0 0 0 20px;
	background: #ffc url(_img/blt_menu2.gif) no-repeat 6px 8px;
	border-bottom: #ccc dotted 1px;
}
a:hover.hide {
	background-color: #ffe;
	color: #999;
}
a.show {
	width: 160px;
	height: 28px;
	display: block;
	font-weight: bold;
	cursor: pointer;
	padding: 0 0 0 20px;
	background: #fff8df url(_img/blt_menu3.gif) no-repeat 6px 8px;
	border-bottom: 0;
}
a:hover.show {
	background-color: #ffc;
	color: #999;
}
/* =====----- ToggleMenu -----====== */

.lh13 {
line-height: 1.3;
}




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


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

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

.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 {
    margin: 15px 15px 0 15px;
    width: 480px;
    background: none;
}

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


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

    margin: 0;
    border-left: 10px solid #a3b8cc;
    padding: 5px;
    color: #fff;
    background: #36414d;

}

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