/* @override http://ncartmuseum.org/untitled/wp-content/themes/mp2/style.css */

/*
THEME NAME: Moo-Point2
THEME URI: http://iamww.com/wordpress-theme-moo-point/
DESCRIPTION: Styling so simple it's just moo...  Built on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>, A theme rich with powerful and dynamic semantic class selectors; a canvas for CSS artists, with Moo-Point skin by <a href="http://iamww.com/">Will Wilkins</a>.
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 1.75
AUTHOR: Will Wilkins
AUTHOR URI: http://iamww.com/
TEMPLATE: sandbox
*/

/*  Reset Reloaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

html, body {
	line-height: 1;
	color: black;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
	margin-top: 3px;
}

.wp-caption {
	margin:  0;
	padding: 0;
	clear: both;
}

.wp-caption-text {
	text-align: left;
	font-size: 10px;
	line-height: 11px;
	margin-bottom: 9px;
	padding-right: 10px;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* constants */

html {
	font-size: 100.01%;
	padding: 0;
	margin: 0 0 0.1em 0;
	overflow: auto;
	height: 100%;
	background: #FFF;
}

body {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 1em;
	margin: 0 auto;
	padding: 0;
	background: #e6e6e6 url(images/bg.png) repeat-x;
	color: #3B3B3B;
	line-height: 1.4;
}

a {
	background: inherit;
	color: #3B3B3B;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}

a:hover {
	background: #C4C4C4;
	color: #3B3B3B;
	text-decoration: none;
	outline: none;
}

a:visited {

	text-decoration: none;
	outline: none;
}

blockquote {
	color: #222;
	background: inherit;
	font-size: .9em;
	font-style: italic;
	line-height: 1.5em;
	padding: 0 30px 0 30px;
}

p {
	padding: .5em 0 .7em 0;
	display: block;
}

ol, ul, li {
	list-style: none;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

div.entry-content h2 {
	margin-top: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .9em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

strong {
	font-weight: 700;
	color: #3B3B3B;
}

em {
	color: #3B3B3B;
	font-style: italic;
}

div.entry-content em a {
	font-style: italic;
}

del, del a, div.entry-content p del a {
	background: inherit;
	color: #C4C4C4;
}

.caps {
	text-transform: uppercase;
}

code, pre {
	white-space: pre-wrap;
	font-family: "Bitstream Vera Sans Mono",Monaco,"Andale Mono",monospace;
	font-size: .9em;
	margin-bottom: 0pt;
	margin-left: 0pt;
}

/* layout */

div#wrapper.hfeed {
	width: 930px;
	margin: 0;
}

div#header {
	text-align: center;
	/*min-height: 71px;*/
}

div#container {
	float: left;
	margin: 0 0 0 10px;
	width: 690px;
}

div#content {
	margin: 0;
	padding: 1em 0;
	overflow: visible;
}

div#container:after, div#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.sidebar {
	float: right;
	overflow: hidden;
	font-size: .8em;
	width: 190px;
	border-left: 1px solid #DFDFDF;
	padding-left: 13px;
}

div#primary {
	background: url(http://ncartmuseum.org/untitled/wp-content/themes/mp2/images/label2.jpg) no-repeat 6px 5px;
	padding-top: 140px;
}

div#secondary {
	clear: right;
	margin-bottom: 1em;
}

div#footer {
	width: 100%;
	border-top: 1px solid #3C3C3C;
	height: 47px;
}

/* header */

#blog-title {

	
	text-align: left;
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: -2px;
}

#blog-title a {
	color: #3A6695;
	background: url(images/blog.png) no-repeat;
	cursor: pointer;
	outline: none;
	width: 930px;
	height: 117px;
	display: block;
	text-indent: -6666px;
}

#blog-title a:hover {
	/*background: none;*/
}

#blog-description {
	display: none;
}

div#access {
	display: none;
}


/* content */

div.entry-content {
	width: 500px;
	float: right;
	padding: .5em 0 .5em 0;
	overflow: visible;
}

.post {
	margin-bottom: 1.5em;
}

.page div.entry-content {
	width: 700px;
	float: left;
	padding: .5em 0 2.5em 0;
}

.entry-title {
	clear: both;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px solid #979797;
	margin: .3em 0 0 0;
	letter-spacing: -1px;
}

.entry-title a {
	display: block;
	font-weight: normal;
}

.entry-title a:hover {
	background: #f3f3f3;
	color: #3B3B3B;
	text-decoration: none;
	outline: none;
}

div.entry-date {
	margin: 0;
	background: inherit;
	color: #666;
	font-size: .7em;
}

div.entry-meta {
	color: #3B3B3B;
	width: 170px;
	background: inherit;
	margin: 1em 0;
	padding: .5em 0;
	display: block;
	font-size: .7em;
}

div.entry-meta a {
	background: inherit;
	color: #3B3B3B;
}

span.author.vcard {
	margin-bottom: 0;
}

div.entry-meta span.cat-links, div.entry-meta span.tag-links, div.entry-meta span.edit-link {
	display: block;
	margin: 0 0;
}

div.entry-meta span.comments-link {
	display: block;
}

div.comments p a, div.entry-content a, div.entry-content ul li a, div.entry-content ol li ul a {
	background: inherit;
	color: #3A6695;
	border-bottom: 1px dotted #3A6695;
	font-weight: normal;
	font-style: normal;
}

div.comments a:hover, div#nav-below a:hover, div.entry-content p a:hover, div.entry-content ul li a:hover, div.entry-content ol li ul a:hover, div.comment-meta a:hover, div.comments .bypostauthor .comment-meta a:hover, div.comments .byuser .comment-meta a:hover, div.comments .bypostauthor .comment-meta span.edit-link a, div.comments .byuser .comment-meta span.edit-link a:hover, div.entry-content a:hover em {
	background: #3A6695;
	color: #FAFAFA;
}

div.entry-content p del a:hover {
	background: #C4C4C4;
	color: #666;
}

/*div.entry-content blockquote p a {
	background: inherit;
	color: #9E3500;
}

div.entry-content blockquote p a:hover {
	background: #9E3500;
	color: #C4C4C4;
}*/

div.entry-content p code a {
	white-space: pre-wrap;
	font-family: "Bitstream Vera Sans Mono",Monaco,"Andale Mono",monospace;
	font-size: .9em;
	border-bottom: 1px dotted #666;
}

div.entry-content {
	font-size:  .9em;
}

div.comments p strong a, div.entry-content p ins a {
	border: none;
	text-decoration: underline;
}

div.comments p strong a, div.entry-content p ins a:hover {
	border: none;
	text-decoration: underline;
}

a.more-link, div.page-link, p.akpc_pop {
	font-size: .9em;
}

div.entry-content div.page-link a {
	background: #F1F1F1;
	color: inherit;
}

.error404 div, .noresults div {
	width: 700px;
	background: inherit;
	color: #C44100;
	float: left;
}

div.entry-content ol li ul, div.entry-content ul li {
	list-style: square;
	margin: .5em 1.5em;
}

#category-archives h3, #monthly-archives h3, #linkcat-2 h3, #linkcat-3 h3 {
	border-bottom: 1px solid #979797;
	margin-top: .5em;
	padding: .5em 0 0;
}

li#category-archives.content-column, li#monthly-archives.content-column, li#linkcat-2.linkcat, li#linkcat-3.linkcat {
	list-style: none;
	margin: 1em 0;
}

div.entry-content ol {
	padding-left: 1.5em;
	margin: .5em 0 1em;
}

div.entry-content ol li {
	list-style: decimal;
	margin: .2em 0;
}

div.entry-content ol li ol {
	margin: .2em 0;
}

div.entry-content ol li ol li {
	list-style: upper-roman;
}

div.entry-content ol li ul li, div.sidebar ul ul ul li {
	list-style: square;
}

div.entry-content ol li ol li ol {
	margin: .2em 0;
}

div.entry-content ol li ol li ol li {
	list-style: lower-alpha;
}

div.entry-content dl dt {
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

div.entry-content dl dd {
	margin: 7px;
}

div.entry-content p abbr, div.entry-content abbr {
	cursor: help;
	border-bottom: 1px dotted #666;
}

div.entry-content p ins {
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.alignleft,div.nav-previous {
	float: left;
}

.alignright,div.nav-next {
	float: right;
}

div#nav-above, div.skip-link, div#nav-images {
	display: none;
}

div#nav-below {
	width: 100%;
	height: 1em;
	clear: both;
	margin: 1.5em 0;
	font-size: .9em;
	padding: 1em 0;
}

div#nav-below a {
	background: inherit;
	color: #3A6695;
}

.post:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* asides */

body.home div.category-asides {
	color: #555;
	font-size: .8em;
	margin: 0 20px 1.5em;
	padding: 5px;
	/*background-color: #f3f3f3;*/
}

body.home .category-asides .entry-meta {
	display: none;
}

body.home .category-asides .entry-date abbr.published {
	display: none;
}

body.home .category-asides div.entry-content {
	clear: none;
	width: 100%;
}




/* comments & trackbacks */

div#comments {
	font-size: .9em;
}

div#respond {
	clear: both;
	margin-top: .5em;
}

#respond h3, #comments-list h3, #trackbacks-list h3 {
	clear: both;
	padding-top: 1em;
	margin: 1em 0;
	border-bottom: 1px solid #666;
	text-align: left;
	text-transform: uppercase;
}

#comments-list,#trackbacks-list {
	margin: 1em 0;
}

div.comment-meta {
	clear: both;
	background: inherit;
	color: #666;
	float: left;
	width: 170px;
	margin: .3em 0 .5em;
	padding: 0;
	display: block;
	font-size: .9em;
}

div.comment-meta a {
	display: block;
	background: inherit;
	color: #666;
}

div.comment-author {
	clear: both;
	width: 700px;
	background: #C4C4C4;
	color: inherit;
	display: block;
	margin: 0 0 .5em;
	padding: 7px 0 7px 0;
	font-size: .9em;
}

div.comment-author.vcard img.photo.avatar {
	float: left;
	margin: -7px 10px 10px 0;
}

div.comment-author a:visited {
	background: #C4C4C4;
	color: #000;
	text-decoration: none;
	outline: 0;
}

div.comments .byuser .comment-meta, div.comments .bypostauthor .comment-meta {
	display: block;
}

div.comments .byuser .comment-meta a {
	background: transparent url(images/by.registered.gif) no-repeat scroll right center;
	display: block;
}

div.comments .bypostauthor .comment-meta a {
	background: transparent url(images/by.author.gif) no-repeat scroll right center;
	display: block;
}

div.comments .bypostauthor .comment-meta span.edit-link a, div.comments .byuser .comment-meta span.edit-link a {
	background: none;
	color: #666;
}

form#commentform .form-label {
	margin: .3em 0 0;
}

form#commentform,form#commentform p {
	padding: 0;
	margin: .5em 0;
}

p#comment-notes, p#login {
	float: left;
	width: 170px;
}

span.logout {
	display: block;
}

#commentform div, p.subscribe-to-comments {
	width: 500px;
	float: right;
	padding: 0;
}

input#author,input#email,input#url {
	width: 50%;
	border: 1px solid #666;
	padding: 2px;
}

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
	border: 1px solid #3B3B3B;
}

input#submit {
	border: 1px solid #666;
	padding: 1px;
}

div.comments ol li {
	margin: 0 0 1em;
	clear: both;
}

div.comments ol li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.comments ol li p, span.unapproved {
	width: 500px;
	float: right;
	margin: .3em 0 .5em;
	padding: 0;
}

textarea#comment {
	height: 15em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 80%;
}

form#commentform span.required, span.unapproved {
	background: inherit;
	color: #C44100;
}

/* sidebar */

div.sidebar h3 {
	font-size: 1.2em;
	padding: .5em 0 .1em;
	border-bottom: 1px solid #979797;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: gray;
}

div.sidebar input#s {
	width: 9em;
}

input#s {
	border: 1px solid #666;
	padding: 2px;
}

input#searchsubmit {
	border: 1px solid #666;
	padding: 1px;
}

div.sidebar li {
	list-style: none;
	margin: 0 0 1em;
}

div.sidebar li form {
	margin: 0.2em 0 0;
	padding: 0;
}

div.sidebar ul li a {
	background: inherit;
	color: #3A6695;
	font-weight: normal;
}

div.sidebar ul li a:hover {
	background: #3A6695;
	color: #FAFAFA;
	font-weight: normal;
}

div.sidebar ul ul {
	margin: .3em 0
}

div.sidebar ul ul li {
	list-style: none;
	margin: .2em 0;
}

div.sidebar ul ul ul {
	margin: 0 0 0 1.2em;
}

#searchform div {
	padding: .2em 0;
}

/* widgets and misc */

table#wp-calendar {
	width: 100%;
}

#archives select {
	margin: 0.2em 0 0;
	padding: 0;
}

.sidebar li#pages, .home li#recent-posts.widget.widget_recent_entries, span.meta-sep, li#pages.widget.widget_pages, .single div#secondary.sidebar, .page div#secondary.sidebar, .single li#text-1.widget.widget_text, .page li#text-1.widget.widget_text {
	display: none;
}

div.archive-meta {
	margin: 10px 0 30px 0;
	font-size: .9em;
}

.sidebar ul#subscribe li a img {
	padding: 0;
	vertical-align: middle;
}

.sidebar ul#subscribe li a:hover {
	background: none;
	color: inherit;
} 



/* footer */

div#footer {
	clear: both;
	font-size: .8em;
	text-align: left;
	margin-top: 1em;
	padding: 11px 0pt;
	letter-spacing: 2px;
}

#generator-link a, #theme-link a, .designby a {
	background: #FAFAFA;
	color: #666;
	display: none;

}

#footer p.alignleft, #footer p.alignright {
	margin: 7px 15px;
}

.clear {
	text-align: center;
	font-size: 0.7em;
	background: inherit;
	color: #9c9c9c;
	width: 100%;
	min-height: 25px;
}

/* Images */

div.entry-content p img {
	max-width: 500px;
}

#content div.entry-content a.noborder {
	text-decoration: none;
	border-bottom: none;
	border: 0;
}

div.entry-content p.attachment a img {
	width: 500px;
}

.page div.entry-content p img {
	max-width: 100%;
}

.sidebar li img, .sidebar li a img {
	padding: 5px;
	border: 2px solid #3A6695;
	max-width: 190px;
}

img.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

img.alignleft, div.alignleft {
	float: left;
	padding: 3px 1em .5em 0;
}

.alignright {
	padding: 3px 0 .5em 1em;
}


img.left {
	float: left;
	padding: 3px 1em .5em 0;
}

img.right {
	float: right;
	padding: 3px 0 .5em 1em;
}

img.wp-smiley {
	background: inherit;
	color: inherit;
}


div.entry-content ul.images li {
	list-style-type: none;
	margin-left: 95px;
	margin-bottom: 1em;
	display: block;
	clear: left;
}

div.entry-content ul.images li img {
	margin-left: -95px;
	clear: left;

}

div.entry-content a.inline {
border-bottom: none;
border: none;
}
