/*
Theme Name: Meltheme, (based on WPFolio)
Theme URI: http://wpfolio.visitsteve.com/wiki/
Description: Designed specifically for artist's portfolios. Features large images, theme options, and plenty of versatility. GPLv3 licensed. We welcome your code.
Version: 1.0
Author: Steve Lambert, Patrick Carey, Jeff Crouse, Daniel Wiener (and you?) with support from Eyebeam Center for Art and Technology. (Modified by Danny Munnerley)
*/

body {
	padding: 0px;
}
.container {
	background-image: url('images/1.gif');
	background-repeat: repeat-x;
	margin-top: 30px;
	width: 960px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
}
#content {
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
	clear: both;
	padding: 30px;
}

.frontpage p {
	margin: 0px;
}

.headerimg {
	border: 0;
padding: 0 0 0 15px;
}
h1,h2,h3,h4,h5,h6,form,fieldset {
	margin:0;
	padding:0;
}
.low {
	display:none;
}
#content h2, #content h3 {
	font-weight: normal;
	letter-spacing: .1em;
	padding-top: 0;
}
h2.pagetitle {
	text-transform: uppercase;
	text-align: left;
}
.home h2.pagetitle {
	display: none;
}
a {
	color: #545454;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
div#header {
	margin-left: 0;
	max-height:150px;
	min-height: 0px;
	overflow: hidden;
	float: left;
}
.headertext {
   	overflow: hidden;
	text-align: left;
	padding: 0;
	padding-left: 13px;
}
.headertext h1 a {
	font-weight: normal;
	font-style: normal;
}
.headertext h1 a:hover {
	opacity: 0.25;
}
#header h4{
	padding-top: .15em;
	font-weight: normal;
	font-style: normal;
	}

div.entry {
	padding: 0px;
	font-size: 11px;
	clear:both;
	margin: 0px auto 20px;
}
div.entry.notblog p {
	text-align: left;
}
.entrycat {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
}
.entrycat a:hover {
	opacity: 0.25;
}

.entry img {
	border:0 none;
	margin:8px;
}
.entrycat img {
	border: 0 none;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-style: italic;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.img-frame {
	background-color:#E7E7E7;
	width: 268px;
	float: left;
	display: inline;
	border:16px solid white;
}
.img-container {
	text-align:center;
	margin-right:auto;
	margin-left: auto;
	display: inline-table;
}
.img-frame-caption {
	background-color:#FFFFFF;
	color:#000000;
	margin:0 8px 10px;
	padding:0 5px;
	text-align:center;
}
.img-frame-caption a {
	font-weight: normal;
	font-style: normal;
	padding: 0;
}
.page p img {
	padding: 0;
	border-style: none;
	margin-top: 0;
	border: 0 none;
}
.alignright,img.alignright{
	float:right;
	margin-right: 0;
	margin-left: 1em;
	margin-bottom: 10px;
	border: 0 none;
}
.alignleft,img.alignleft{
	float:left;
	margin-right: 1em;
	margin-left: 0;
	margin-bottom: 10px;
	border: 0 none;
}
.aligncenter, img.aligncenter{
	display:block;
	text-align:center;
	border: 0 none;
}
.notable .alignnone{
	margin: 1em auto;
	border: 0 none;
}
.entry .alignnone {
	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: left;
}
.prevnext {
	min-height: 1em;
	margin: .5em 0px 2em;
}
.prevnext a, link {
	text-decoration: none;
	padding: .5em;
}
.prev a:active {
	text-decoration: none;
	padding: .5em;
}
.prevnext a:hover {
	text-decoration: none;
	padding: .5em;
	background: rgba(225, 225, 225, 0.8);
}
.prev {
	float: left;
	margin-left: 150px;
	display: block;
}
.next {
	float: right;
	margin-right: 150px;
	display: block;
}
.prev :before {
	content: "← ";
	font-size: 1.2em;
}
.next :after {
	content: " →";
	font-size: 1.2em;
}
div.nav {
	margin-right: 30px;
	margin-left: 30px;
	float: right;
}
.sf-menu {
	font-size: .8em;
	margin: 26px 0 0 0;
}
.sf-menu li a {
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	padding: .65em 1em 0.1em;
	text-align: left;
	background-color:#E3E3E3;
}
.sf-menu li {
	margin-right: .3em;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: rgba(255, 255, 255, 1.0);
	outline: 0;
}
div.menu-header ul li.current-menu-item a {
	background: rgba(255, 255, 255, 1.0);
}
div.menu-header ul li ul.sub-menu a {
	font-weight: normal;
	text-transform: none;
	background: none;
}
.sf-menu a.sf-with-ul {
	padding-right: 	1em;
	min-width: 1px;
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 0.75em;
	top: 1.05em;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('../images/arrows-ffffff.png') no-repeat -10px -100px;
}
a > .sf-sub-indicator {  
	top: 0.8em;
	background-position: 0 -100px;
}
div.notable {
	width: 900px;
}
div.notable-post {
	padding: 0;
	margin: 15px 0 3.5em;
}
h2.post-title a{
	text-align: left;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
}
.notable-post h2 {
	padding: 0;
	margin-top: 0px;
	line-height: 1.2em;
}
.notable-post h3 {
	padding: 0px;
	margin-top: 0px;
	line-height: 1.2em;
	margin-bottom: .5em;
}
div.notable-post h3 a, link {
	font-weight: normal;
	font-style: normal;
}
div.notable-post h4 {
	margin-bottom: 1em;
	font-weight: normal;
	font-style: normal;
}
div.notable-post p {
	margin-bottom: 1em;
}
div.notable-post a:hover {
	opacity: 0.75;
}
#sidebar {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	list-style:none;
	width: 240px;
	float: right;
	margin-top: 12px;
	line-height: 1.5em;
}
#sidebar h2.widgettitle {
	padding: 0;
	font-size: 12px;
	margin-bottom: .5em;
	text-align: center;
	font-weight: normal;
	margin-top: 1.5em;
	text-transform: uppercase;
}
#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#sidebar ul li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: .5em;
}
#sidebar a {
	font-weight: normal;
	font-style: normal;
}
#sidebar a:hover {
	opacity: 0.75;
}
#sidebar form {
	padding-top: 1em;
	padding-bottom: 1em;
}
#sidebar #searchform div label.screen-reader-text {
	display: none;
}
#sidebar .widget_calendar table#wp-calendar {
	margin-right: auto;
	margin-left: auto;
	width: 240px;
	text-align: center;
}
#comments{
	margin-top: 1em;
}
.comment-body {
	border-bottom: 1px solid #E8E8E8;
	text-align: justify;
	margin-bottom: 10px;
	padding: 10px;
}
.comment-author-admin {
	background: url(images/grey-to-white-gradient.png) repeat-x scroll;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
ol.commentlist ul {
	list-style-type: none;
}
.footer {	
	background-color: #c8c8c8;
	text-align: left;
	font-size: 11px;
	clear: both;
	margin-top: 10px;
	padding: 5px 30px 10px;
	overflow: auto;
}
.footer a {
	font-weight: normal;
}
	.footer .center {
	width: 100%;
	text-align: center;
}
.footer .left {
padding-top: .8em;
float: left;
padding-right: 10px;
width: 440px;
}
.footer .right {
padding-top: .8em;
float: right;
text-align: right;
padding-left: 10px;
width: 440px;
}
.footer .right img, .footer .left img, .footer .center img {
	vertical-align: text-top;
}

.gallery {
	margin: auto;
}

.gallery-item a img {
	border: 0px;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.gallery-caption {
	margin-left: 0;
}
.edit-link a:before {
	content:"✎ ";
	font-size: 1.3em;
}
.edit-link a.post-edit-link {
	background-color:red;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding: .5em .8em 2px .5em;
}
.post-bottom-title {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
	font-size: 11px;
}
.Page.not.found p {
	font-size: 1.5em;
}
code {
	color: #8B1D1D;
	font-family: "Courier New", Courier, mono;
}
.info {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}
.home .widemargins img, .widemargins-override {
	margin: auto 0px;
border: 0 none;
}
.justify {
	text-align: justify;
}
div.archive-result img {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
border: 0 none;
}
.clear-both {
	clear: both;
}
img#wpstats {
position: absolute;
left: -999em;
}

li.categories {
	list-style: none;
	display: inline;
}

li.cat-item {
	display: inline;
	background-color:#E7E7E7;
	border:14px solid white;
	display:inline;
	float:left;
	width:272px;
}