/* basic elements */

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

body {
	margin: 0;
	padding: 0;
	border-right: 50px solid #46362e;
	border-left: 50px solid #46362e;
	border-bottom: 50px solid #46362e;
	font: .85em/1 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

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: 5px;
    margin-bottom: 5px;
}




/* 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 {
	min-width: 800px;
	background: #FFF url(http://marniemaclean.com/words/art/banner/banner_repeat.gif) repeat-x 0px 0px;
	border-right: 50px solid #46362e;
	border-left: 50px solid #46362e;
	border-bottom: 50px solid #46362e;
	z-index: 2;
	padding-top: 115px;
	padding-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

	
	
#bodycenter {
	background:  #46362e url(http://marniemaclean.com/words/art/banner/banner_repeat.gif) repeat-x 0px 0px;
	display: inline;
	position: absolute;
	border-right: 50px solid #46362e;
	border-left: 50px solid #46362e;
	border-bottom: 50px solid #46362e;
	z-index: 4;


}

#bodyleft {
	background: url(http://marniemaclean.com/words/art/banner/Thea.gif) no-repeat 0px 0px;
	width: 274px;
	display: inline;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 362px;
	z-index: 8;
	padding-left: 220px;


}
#bodyright {
	background: url(http://marniemaclean.com/words/art/banner/yarn.gif) no-repeat right top;
	padding: 0px;
	width: 497px;
	display: inline;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 454px;
	z-index: 6;

}


#container {
	background: url(http://marniemaclean.com/words/art/banner/panda_dim.gif) no-repeat left bottom;
	position: relative;
	margin: 0 auto;
	text-align: left;
	z-index: 10;
	min-height: 550px;
	min-width: 700px;
	padding-right: 50px;
	padding-left: 50px;
}
#container-inner { position: static; width: auto; }

#banner {
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;

}
#navbar {
	font: 11px/11px Arial, Helvetica, sans-serif;
	color: #000;
	z-index: 50;
	top: 28px;
	display: block;
	text-align: center;
	position: absolute;
	left: 160px;
	right: 80px;
        min-width: 400px
}

#navbar table{
	text-align: center;
        width: 90%;


}

#navbar td {
	width: 50%;
}

#pagebody {
	position: relative;
	width: 100%;
	min-width: 700px;
	z-index: 3;
	padding-top: 60px;

	}
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
	display: inline;
	position: relative;
	min-height: 1px;

}
#alpha {
	float: right;
	display: inline;
	position: relative;
	width: 70%;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}




/* content */
#footer {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1em;
	text-align: center;
	border-top: 3px solid #46362e;
}

#footer p {
	padding-bottom: 5px;
}

.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;
}
# alpha img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #46362e;


}

/* modules */

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

.module-content {
	position: relative;
	margin: 5px 10px 20px 10px;
	left: 1px;
}

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



/* basic page elements */

body {
	border-right: 50px solid #46362e;
	border-left: 50px solid #46362e;
	border-bottom: 50px solid #46362e;
	font: 0.85em 'trebuchet ms', verdana, helvetica, arial, sans-serif
}

a { color: #4B1F4D; text-decoration: underline; }
a:hover { color: #46362e; }

.module-content a { color: #4b1f4d; }
.module-content a:hover { color: #000; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}


.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	position: relative;
	width: 100%;
	width: auto;
	margin: 0;
	padding: 5px;
	color: #fff;
	background: #546e54;
	border: 1px solid #546e54;
	font: 11px/1 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

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

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

.entry-more-link a{
	color: #FFF;
	background: #4B1F4D;
	border: 1px solid #4B1F4D;
	padding: 2px;
}



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

#navbar a {
	text-decoration: none;
}
#navbar a:link {
	color: #FFF;
}
#navbar a:visited {
	color: #FFF;
}
#navbar a:hover {
	color: #000;
}
#navbar a:active {
	color: #000;
}


/* page layout */

body {
	min-width: 800px;
	border-right: 50px solid #46362e;
	border-left: 50px solid #46362e;
	border-bottom: 50px solid #46362e;
}

#container {
	margin-bottom: 20px;
	padding: 10px;
}


#alpha {
	margin: 0px 15px 0;
	float: right;
	min-width: 410px;
	width: 70%;
}
#beta {
	float: left;
	width: 25%;
	position: relative;
	top: 55px;
}
#pagebody{
	min-width: 700px;
}
#navbar{
	min-width: 700px;
}


#beta-inner,
#gamma-inner,
#delta-inner {
    padding: 10px 10px 0 10px;

}

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

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

.entry-tags {
	margin: 0 0 10px 10px;
	font-style: italic;
	text-align: right;
}

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

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

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px dashed #4b1f4d;
    padding-top: 3px;
    color: #333;
    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 #46362e;
    padding: 0 10px;
    color: #333;
    font-size: 11px;
    text-align: center;
    background: #c9bfb9;
}

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

/* modules */

.module {
	margin: 0 0 10px 0;
	border: 1px solid #546e54;

}

.module-content {
    margin: 0 0 10px 0;
    border-top: 1px solid #546e54;
    padding: 10px 10px 0 10px;
    font-size: 10px;
    line-height: 1.2;
}

.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 #546e5;
    padding-bottom: 10px;
    color: #333;

}

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

}

.typelist-thumbnail {
    background: #fff;
}



/* two-column-left tweaks */

.layout-two-column-left body{
	min-width: 800px;
}
.layout-two-column-left #alpha {
    margin: 0;
    min-width: 410px;

}

.layout-two-column-left #alpha-inner {
    padding: 10px 10px 0 10px;

}

.layout-two-column-left #beta {
	margin: 15px 15px 0;
	min-width: 200px
    background;
	width: 25%;
: none;
}

.layout-two-column-left #beta-inner {
    padding: 0;
    border-width: 0;
}
.layout-two-column-left #pagebody{
	min-width: 700px;
}
.layout-two-column-left #navbar{
	min-width: 700px;
}




/*
 *  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 {
	color: #4B1F4D;
	padding: 5px;
	font-weight: bold;
}
.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 */
    position: relative;
    width: 100%;
    width: auto;

    margin: 0;
    padding: 5px;
    color: #4b1f4d;


}

