@import url(http://fonts.googleapis.com/css?family=Special+Elite);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:regular,600,600italic);

/*Reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*Reset*/

/* Presentational classes generated by WordPress */
.aligncenter	{ display: block; margin: 0 auto; }
.alignleft		{ float: left; margin: 0 30px 30px 0; }
.alignright		{ float: right; margin: 0 0 30px 30px; }
.wp-caption		{ border: 1px solid #999; text-align: center; background: #eee; padding: 10px; margin: 10px; }


/*Main styles.*/
html {
	height: auto;
}
body {
	margin: 1cm;
	height: auto;
	background: #fff;
	color: #000;
	font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
}


em {
	font-style: italic;
	font-weight: normal;
}
strong, mark {
	font-weight: bold;	
}

a#skipnav_link, a#skipnav, a#sectionnav {
	display: none;
}

header#primary_nav {
	font-family: Futura, GillSans, Candara, "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.2;
}
header#primary_nav h1 {
	display: block;
	margin: 0 0 1em 0;
	padding: 0;
	background: #fff none;
	font-size: 3.4em;
	line-height: 1.2;
	font-weight: normal;
	text-transform: lowercase;
	font-family: 'Special Elite', AmericanTypewriter, "American Typewriter", Consolas, "Lucida Sans Typewriter", "Lucida Console", "Courier New", Courier, Monaco, monospace;
	letter-spacing: -0.05em;
	text-shadow: none;
}
header#primary_nav h1 em {
	font-style: normal;
	color: #009cc0;
}
header#primary_nav nav {
	display: none;
}
header#primary_nav nav aside#sectionnav_link {
	clear: left;
	visibility: hidden;
	opacity: 0;
	height: 0;
}

section#main_body {
	background: #fff none;
	position: relative;
	margin: 0;
	padding: 0;
}
body.home section#main_body {
	padding-left: 0;
}
section#main_body aside#accessibility {
	display: none;
}


section#main_body aside#secondary_nav {
	display: none;
}

section#main_body article {
	margin: 0;
	padding: 0;
	max-width: 100%;
	min-width: auto;
}
section#main_body article + article {
	margin-top: -20px;
}
section#main_body article:last-of-type {
	padding-bottom: 60px;
}
section#main_body article a {
	color: #000;
	text-decoration: underline;
}
section#main_body article a:visited {
	color: #000;
}
section#main_body article img {
	max-width: 100%;
	height: auto;
}
section#main_body article header h1 {
	margin: 0 0 1em 0;
	font-size: 2em;
	line-height: 1.2;
	font-weight: normal;
	text-transform: lowercase;
	font-family: 'Special Elite', AmericanTypewriter, "American Typewriter", Consolas, "Lucida Sans Typewriter", "Lucida Console", "Courier New", Courier, Monaco, monospace;
	text-shadow: none;
}
section#main_body article header + p {
	color: #000;
}
section#main_body article header + p:first-line {
	font-weight: bold;
}
section#main_body article p.dropcap {
	color: #000;
	margin-bottom: 1.5em;
	min-height: 45px;
}
section#main_body article p.dropcap:first-letter {
	display: block;
	float: left;
	width: 41px;
	margin: 3px 2px 0 0;
	padding: 2px 1px;
	background: #fff none;
	color: #000;
	font-family: AmericanTypewriter, "American Typewriter", Verdana, Consolas, "Lucida Sans Typewriter", "Lucida Console", "Courier New", Courier, Monaco, monospace;
	font-weight: normal;
	font-size: 2.8em;
	line-height: 0.8;
	text-transform: uppercase;
	text-align: center;
	border: none 0px;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
section#main_body article p {
	text-align: justify;
}
section#main_body article p + p {
	margin-top: 0.5em;
	text-indent: 1em;
}
section#main_body article ul, section#main_body article ol {
	margin: 1em 0;
	padding: 0 0 0 1em;
	list-style-image: none;
	list-style-type: disc;
}
section#main_body article ul li + li, section#main_body article ol li + li {
	margin-top: 0.5em;
}
section#main_body article h2, section#main_body article h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
	font-family: Futura, GillSans, "Trebuchet MS", Verdana, sans-serif;
}
section#main_body article h3 {
	font-size: 1.1em;
}
section#main_body article blockquote {
	color: #000;
	font-family: Georgia, "Book Antiqua", Palatino, "Palatino Linotype", serif;
	font-size: 1.05em;
	background: transparent url(images/backgrounds/blockquote_editor.png) no-repeat left top;
	margin: 0 0 3em 0;
	padding: 0 0 0 52px;
	min-height: 33px;
}
section#main_body article blockquote p, section#main_body article blockquote p + p {
	text-indent: 0;
}
section#main_body article p + h2, section#main_body article h2 + h3, section#main_body article p + h3, section#main_body article p + blockquote, section#main_body article h2 + blockquote, section#main_body article h3 + blockquote {
	margin-top: 2em;
}
section#main_body article p.no_text_indent, section#main_body article p.section_break {
	text-indent: 0;
}
section#main_body article p.top_margin_extend, section#main_body article p.section_break {
	margin-top: 1.5em;
}
body.home section#main_body article {
	position: relative;
	background: transparent url(images/backgrounds/homepage.jpg) no-repeat right top;
	max-width: 100%;
	min-width: 214px;
	min-height: 358px;
	padding-right: 460px;
	padding-bottom: 40px;
	page-break-inside: avoid;
	}
body.home section#main_body article .ngg-slideshow {
	display: none;
}
body.home section#main_body article p {
	font-size: 1.6em;
	font-family: Futura, GillSans, Candara, "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.4;
	text-align: left;
}
body.home section#main_body p + p {
	margin-top: 1.5em;
	font-size: 1.3em;
	text-indent: 0;
	font-style: italic;
	color: #666;
}
section#main_body article a img {
	border: none 0px;
}
section.image_fullsize {
	margin: -1.5em 0 0 0;
}
section.image_fullsize img, img.image_border, section#main_body article a img.image_border, p.image_border img, section#main_body article p.image_border a img {
	border: solid 1px #000;
	-webkit-box-shadow: #666 0px 0px 6px;
	-moz-box-shadow: #666 0px 0px 6px;
	box-shadow: #666 0px 0px 6px;
}
section.image_fullsize .description {
	color: #666;
	font-size: 0.9em;
	font-style: italic;
}

section#main_body article a.link_back, input.form_submit, input_form_reset {
	display: block;
	width: 120px;
	margin: 0;
	padding: 10px 9px;
	border: solid 1px #106281;
	background: #368aa9 url(images/backgrounds/main_body.png) repeat-x top;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.2;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #87b3cd 0px 0px 3px, inset #106281 1px 1px 3px;
	-moz-box-shadow: #87b3cd 0px 0px 3px, inset #106281 1px 1px 3px;
	box-shadow: #87b3cd 0px 0px 3px, inset #106281 1px 1px 3px;
}
section#main_body article a.link_back:visited {
	color: #fff;
}
section#main_body article a.link_back {
	display: none;
}


/*Specific page styles*/
/*Biography.*/
body.page-id-31 section#main_body article {
	background: transparent url(images/backgrounds/bio.png) no-repeat right 4.7em;
	padding-right: 180px;
	max-width: 100%;
	min-width: auto;
}

section#main_body article p.narrow {
	width: 50%;
	text-align: left;
}

footer#page_footer {
	background: #fff none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: auto;
	clear: both;
	color: #555;
	font-family: Futura, GillSans, Candara, "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.8em;
	font-style: italic;
}
body.home footer#page_footer {
	padding-left: 0;
}
footer ul:after {
	content: " | www.chrismooreart.com";
}
footer#page_footer ul, footer#page_footer ul li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
footer#page_footer ul li + li {
	margin-left: 10px;
}
footer#page_footer ul li + li a {
	display: none;
}
section#main_body article footer {
	clear: both;
}
section#main_body article footer a.post-edit-link {
	display: none;
}


section#main_body article form .required {
	color: #8e1f09;
	font-weight: bold;
}
section#main_body article form .required_info {
	font-style: italic;
	font-size: 0.9em;
	margin-bottom: 1em;
}
section#main_body article form .field_title label {
	font-weight: bold;
	text-align: left;
	margin: 0 0 0.5em 0;
}
section#main_body article form .field_block + .field_title {
	margin-top: 2em;
}
section#main_body article form .field_block input, section#main_body article form .field_block textarea {
	margin: 0;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #f9fdff url(images/backgrounds/primary_nav_hover.png) repeat-x bottom;
	border: solid 1px #106281;
	-webkit-box-shadow: #87b3cd 0px 0px 3px, inset #106281 1px 1px 3px;
	-moz-box-shadow: #87b3cd 0px 0px 3px, inset #106281 1px 1px 3px;
	box-shadow: #87b3cd 0px 0px 3px, inset #106281 1px 1px 3px;
}
section#main_body article form .form_error {
	font-size: 0.9em;
	font-style: italic;
	color: #e7f5fd;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 20px;
	background: transparent url(images/backgrounds/alert.png) no-repeat left center;
}
section#main_body article form .field_block .form_error + input, section#main_body article form .field_block .form_error + textarea {
	border: solid 1px #8e1f09;
	background: #fffbfb url(images/backgrounds/form_error_input.png) repeat-x bottom;
	-webkit-box-shadow: #fae3e1 0px 0px 3px, inset #a84e57 1px 1px 3px;
	-moz-box-shadow: #fae3e1 0px 0px 3px, inset #8e1f09 1px 1px 3px;
	box-shadow: #fae3e1 0px 0px 3px, inset #8e1f09 1px 1px 3px;
}
section#main_body article form .form_footer {
	margin: 2em 0 0 0;
}
input.form_submit, input.form_reset {
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;
}
.mapp_canvas {
	border: solid 1px #106281;
	-webkit-box-shadow: #87b3cd 0px 0px 3px;
	-moz-box-shadow: #87b3cd 0px 0px 3px;
	box-shadow: #87b3cd 0px 0px 3px;
}

section#main_body article section.ngg-galleryoverview, section#main_body article .ngg-albumoverview {
	margin: 30px 0 0 0 !important;
	width: auto !important;
	
	
}
section#main_body article section.ngg-galleryoverview a, section#main_body article .ngg-albumoverview a.ngg-album-compact {
	display: block;
	width: 250px;
	background: #eee !important;
	float: left;
	margin: 0 30px 30px 0 !important;
	text-decoration: none;
	color: #000 !important;
	border: solid 1px #222 !important;
	-webkit-box-shadow: #999 -1px -1px 2px, inset #999 1px 1px 3px !important;
	-moz-box-shadow: #999 -1px -1px 2px, inset #999 1px 1px 3px !important;
	box-shadow: #999 -1px -1px 2px, inset #999 1px 1px 3px !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	page-break-inside: avoid;
}
section#main_body article section.ngg-galleryoverview a h1, section#main_body article .ngg-albumoverview a.ngg-album-compact h2 {
	margin: 0;
	padding: 4px 5px 0 5px;
	min-height: 2.8em;
	height: 2.8em;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
section#main_body article section.ngg-galleryoverview a:hover h1, section#main_body article .ngg-albumoverview a.ngg-album-compact:hover h2 {
	color: #000 !important;
}
section#main_body article .ngg-albumoverview a.ngg-album-compact {
	width: 125px;
	height: auto;
}
section#main_body article .ngg-albumoverview a.ngg-album-compact img {
	width: 125px;
	max-width: 250px;
	height: 125px;
}
section.ngg-galleryoverview a .ngg-gallery-thumbnail img, a.ngg-album-compact img {
	margin: 0 !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
section.ngg-galleryoverview a:hover img, section#main_body article .ngg-albumoverview a.ngg-album-compact:hover img {
	opacity: 1 !important;
}
section#main_body article section.ngg-galleryoverview a p, section#main_body article section.ngg-galleryoverview a:hover p {
	color: #666 !important;	
}

.ngg-navigation {
	display: none !important;
}

.ngg-gallery-thumbnail p.print_label {
	display: none !important;
}
