/* PRINT CSS */
/* Maine Historical Society: Exhibit/Sitebuilder */
/* Jamie Peloquin (jamie@jamiepeloquin.com) */
/* REV: $Rev: 15272 $ on $Date: 2014-07-29 13:01:07 -0400 (Tue, 29 Jul 2014) $ by $Author: aherzog $ */
/* @group LAYOUT */

* { 
	margin: 0;
	padding: 0;
}

body {
    width: 100%;
    background-color: #fff;
    background-image: none;
    position: relative;
}

p, ul, ol, li, blockquote, h2, h3, h4, h5, h6, pre { margin-bottom: .7em; }

div.component li { margin: 0 0 0 2em; }

li, dd, blockquote { margin-left: 2em; }

a, a img { 
	border-width: 0;
	outline-width: 0;
}


/* Table */

table { 
	margin: 1px;
	text-align:left;
}


th {
	border-bottom: 1px solid #333;
	font-weight: bold;
}


td {
	border-bottom: 1px solid #333;
}


th,td {padding: 4px 10px 4px 0;}


tfoot { font-style: italic; }


caption { background: #fff; margin-bottom:2em; text-align:left; }


thead {display: table-header-group;}


tr {page-break-inside: avoid;}

/* Lists */

ul.nomarker, ol.nomarker {
	list-style: none !important;
	padding-left: 0 !important;
}

ul.nomarker li, ol.nomarker li {
	margin-left: 0 !important;
}

/* Components */

.comp-left, .comp-right, .comp-center {
	position: relative;
    overflow: hidden;
    padding: 8pt;
    border: 3pt double #ddd;
    page-break-inside: avoid !important;
}

.comp-left {
    float: left;
    width: auto;
    margin-right: 1em;
}

.comp-right {
    float: right;
    width: auto;
    margin-left: 1em;
}

.comp-center {
    float: none;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.photobox-center, .photobox-left, .photobox-right {
    position: relative;
}

.photobox-center {
	display: block;	
    float: none;
    clear: both;
    margin: auto;
}

.slide-photobox img {
    float: left;
    margin-right: 1em;
}

.slide-photobox cite a {
    display: none;
}

.slide-story {
    padding-top: 1em;
}

.slide {
    page-break-inside: avoid;
}

/* Page Sections */
#masthead, #mmn-bar {
    background-color: #eee;
    padding: 5pt;
}

#mmn-bar {
    margin-bottom: 0;
}

#nav-breadcrumb {
    display: none;
}

#paginationbar-top, #paginationbar-bottom {
    display: none;
}

#inner-content, #inner-sidebar {
    border: 0 solid #ddd;
}

#inner-content {
    float: none;
    width: 73%;
    padding-right: 1%;
    border-right-width: 1pt;
    margin-right: -1pt;
}

#inner-sidebar {
	float: right;
    width: 25%;
    max-width: 25%;
    padding-top: 26pt;
    padding-left: 1%;
    border-left-width: 1pt;
    margin-left: -1pt;
}

#content_sidebar {
    overflow: hidden;
}

#content_sidebar .component {
    margin-bottom: 1.4em;
}

.nosidebar #inner-content {
    width: 100%;
}

.nosidebar #inner-sidebar {
    display: none;
}

#footer {
    border: 0 solid #888;
    border-top-width: 1px;
    padding: 5pt;
    margin-top: 2em;
	page-break-inside: avoid;
}

#mmn-bar-linkbutton,
#nav-main,
#nav-accessibility,
dfn.accessibility,
.multi_page_footer,
#footer_navigation {
    display: none;
}

/* Clearing */

/* Clear floats for browsers supporting :after */
#content-wrapper-inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* self-clearing floats for IE 6 */

* html #content-wrapper-inner {
	height: 1%;
}

/* self-clearing floats for IE 7 */

*:first-child+html #content-wrapper-inner {
	min-height: 1px;
}

.clearfloat { clear: both !important; }

.clearfloat_left { clear: left !important; }

.clearfloat_right { clear: right !important; }

/* @end */

/* @group TYPE */

* {
    font-family: inherit;
}

body {
    color: #000;
    font: 11pt/1.4 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    text-align: left;
    letter-spacing: .2pt;
    vertical-align: baseline;
}

h1 { font-size: 2.25em;
    line-height: 1;
    margin-bottom: 0;
}
h2 { font-size: 2em;}
h3 {
    font-size: 1.3em;
    margin-bottom: 0;
}
h4 { font-size: 1.25em; }
h5 { font-size: 1em; }
h6 { font-size: .85em; }

.contributed_by {
	font-weight: normal;
	font-style: italic;	
}


/* Links */

a:link, a:visited {
    text-decoration: underline;
    background-color: transparent;
    font-weight: 700;
    color: #333;
}

a:link[href^="http://"]:after, a[href^="http://"]:visited:after { 
	content: " (" attr(href) ") ";
	font-size: 85%;
}


a[href^="http://"] {
	color:#000;
}

/* Components */

.comp-left a:link[href^="http://"]:after,
.comp-right a:link[href^="http://"]:after,
.comp-center a:link[href^="http://"]:after,
.comp-left a:visited[href^="http://"]:after,
.comp-right a:visited[href^="http://"]:after,
.comp-center a:visited[href^="http://"]:after,
#content_sidebar a:link[href^="http://"]:after,
#content_sidebar a:visited[href^="http://"]:after {
	content: '';
}

.comp-left, .comp-right, .comp-center {
	font-size: 75%;
}


/* Page Sections */
#mmn-bar {
    font-size: 75%;
}

#nav-breadcrumb {
    font-size: 75%;
    color: #fff;
}

#nav-breadcrumb a {
    color: #fff !important;
}

#inner-sidebar {
    font-size: 85%;
}

#footer {
    font-size: 75%;
}



/* @end */

/* @group FORMS */



form {margin: 0 auto; position: relative;}

form .left {margin-right: 1.5em;}

form .field {
    padding: .3em;
}

fieldset {
	position: relative;
	margin-bottom: 2em;
	border: 1px dashed #888;
	}
	
input[type=text], input[type=password], select {
    border: 1pt solid #ddd;
    padding: 3pt;
    outline-width: 0;
    background-color: #fff;
}

input[type='submit'], input[type='button'] {
	display: none;
}

label, legend {font-weight: bold;}

legend {
	color: #888;
	padding: 0 .25em;
	background-color: #fff;
	}

/* IE 7 fix */
*:first-child+html fieldset {
	padding: auto 1em;
}
label + br {margin-bottom: 2px;}

input.full_width, textarea.full_width {
    width: 96%;
}

input.half_width, textarea.half_width {
    width: 46%;
}

fieldset.radiogroup span span {
    display: block;
}

form .error {
    border: 1px solid red;
    background-color: #fce1df;
}

form .error .error_message {
    color: red !important;
    display: block;
}

form .form_error_message {
    color: red !important;
    font-size: 13px;
    font-weight: bold;
    margin: 1em 0;
}

.alert, .required, .error { color: #C00 !important; }

/* @end */

/* @group PAGINATION */

.pgbreak {
    page-break-after: always !important;
}

/* @end */


