/*
Theme Name: Raymond
Theme URI: http://smackhappydesign.com/
Description: difley paintings
Version: 1
Author: Nicole Hanusek
Author URI: http://smackhappydesign.com/
Tags: fixed width, two columns, widgets

*/

/* html, div, class and id settings are listed as ordered on page */
/* rules are listed in alphabetical order */

/* -------- reset.css - v1.0 | 20080212 ------------- */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


* html #navigation {} /* ie 6 hack */
*+html #navigation {} /* ie 7 hack */

/* -------- begin html tag settings --------- */
BODY {
	background: #fff;
	color: #5e5e5e;
	font-family: "Univers 45 Light",Univers-CondensedLight,Helvetica,Arial,Geneva;
	line-height: 1em;
	text-align: center;
}
BODY#intro {background: #f6f6f6;}
TD {
	padding: 4px;
}
h1, h2, h3, h4, h5 { 
  font-weight: normal;
	line-height: 1.4em;
}
h1 {
	color: #600;
	font-size: 1.4em;
}
h2 {
	color: #600;
	font-size: 1.3em;
}
h3 {
	color: #000;
	font-size: 1.2em;
}
h4 {
	color: #666;
}
h5 {
	color: #999;
}
ul, ol {
	margin: 10px 20px;
}
ul li {
	list-style-image:  url('images/bullet.gif');
	margin-bottom: 10px;
}
ol li {
	list-style: decimal;
	margin-bottom: 10px;
}
p {margin: 1em 0;}
a {
	color: #B22F00;
	cursor: pointer;
}
a:visited {
	color: #630;
}
a:hover, a:active {
	color: #333;
	text-decoration: none;
}
hr {display: none;}
INPUT, SELECT, OPTION, TEXTAREA {}
	

/* ---------- begin structural settings ---------------- */
#container {
	background: #fff;
	font-size: .8em;
	margin: 0 auto;
	width: 770px;
}
#header {
	margin: 0 auto;
	position: relative;
	width: inherit;
}
#header h1 {
	display: none;
}
#logo {
	clear: both;
	float: left;
}
#tagline {
	display: none;
}
#art-spot {
	float: right;
	margin: 10px 0 0 0;
}

#navigation {
	border-top: 1px solid #ddd;
	float: left;
	width: 100%;
}
#navigation h2 {display: none;}
#navigation ul {
}
#navigation ul li {
}
#navigation a {
	border-left: 1px solid #ddd;
	color: #999;
	display: block;
	margin-top: 10px;
	padding: 3px 8px;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
	color: #990000;
}
#navigation li.page-item-15 a {border: 0;}
#navigation li.current_page_item a, #navigation li.current_page_parent a {color: #000;}

#page {
	background: #FFF;
	float: left;	
	width: inherit;
	text-align: left;
}

#content { 
	float: left;
	padding: 20px 0;
	text-align: left;
  width: 450px;
}
#content.widecolumn {
	width: 100%;
}

#sidebar {
	float: right;
	width: 220px;
}
#sidebar h2 {
	color: #000;
	margin: 20px 0 0 0;
}
#sidebar ul {}
#sidebar ul li {
	width: 100%;
}
#sidebar a {
	padding: 4px;
}
#sidebar a:hover, #sidebar a:active {
	background: #fff;
}

#bio-nav a {
	border-left: 1px solid #ddd;
	color: #777;
	display: block;
	padding: 3px 8px;
	text-decoration: none;
}
#bio-nav li.page-item-45 a {border: 0;}
#bio-nav li.current_page_item a {color: #000;}

.bio li {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0 0 30px 0;
}

#footerContainer {
	clear: both;
	float: left;
	width: 100%;
}
#footer {
	color: #777;
	margin: 0 auto;
	padding: 60px 0 0 0;
	text-align: right;
}
#footer ul {
	float: left;
	font-weight: 800;
}
#footer li {
}
#footer a {
	padding: 2px;
	text-decoration: none;
}
.copyright {
	font-size: .8em;
	margin-right: 20px;
}
.social-media {
	float:left;
}


/* ------ standard classes -------- */
a.callOut {
	font-size: 1.1em;
	font-weight: 800;
}
.column {
	float: left;
	margin: 0 1%;
}
.date {
	color: #B22F00;
}
.help {
	color: #777;
	font-size: .8em;
}
.last {border: 0;}
.left, .alignleft {float: left;}
img.alignleft {margin: 0 10px 10px 0;}
.nav, .nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	float: left;
	list-style: none;
	margin: 0;
}
ul.nobullets li {list-style: url('images/blank.gif');}
.noborder {border: 0 !important;}
.pic {
    border: 3px solid #999;
    background: #fff;
    padding: 1px;
}
.pleft {margin-left: 8px;}
.pright {margin-right: 8px;}
.ptop {margin-top: 8px;}
.pbottom {margin-bottom: 8px;}
.right, .alignright {float: right;}
img.alignright {margin: 0 0 10px 10px;}
.selected {font-weight: 600;}
.small {font-size: .9em;}
.span-2 {width: 47.5%;}
.span-3 {width: 30.5%;}
.textOff {display: none;}
.textOn {}
.textRight {text-align: right;}
.textLeft {text-align: left;}
.textCenter {text-align: center;}

img.size-full, img.size-medium {
	border: 1px solid #999;
	margin: 10px;
	padding: 3px;
}

/* shows */
.shows h3 {
	background: url('images/red-mark.gif') -60px 0 no-repeat;
	color: #900;
	padding: 3px 0 8px 14px;
}
.shows li {
	list-style: none;
}




/* buttons */
a.button, input[type="submit"] {
	background: #900 url('images/buttons/gradient.png') top center repeat-x;
	border: 1px solid #600;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
  text-shadow: #600 1px 1px 1px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
a.button {
	display: inline-block;
	min-width: 100px;
	padding: 12px;
	text-decoration: none;
}
input[type="submit"] {
	padding: 4px 16px;
}
a.button:hover, input[type="submit"]:hover {
	background-color: #C60;
}


/* intro */

#intro #page {
	border-right: 1px solid #999;
	height: 700px;
	width: 700px;
}
#intro #red-mark {
	float: right;
	margin: 40px 0;
}
#intro #title {
	padding: 100px;
}

/* artwork */

.painting  {
	background: url("images/drop-shadow.png") bottom right no-repeat;
	float: left;
	margin: 10px 0 0 10px;
	padding: 0 22px 22px 0;
}
.painting img {
	margin: -10px 0 0 -10px;
}

.painting-comments {
	clear: both;
	padding: 200px 0 0 0;
}
.painting-comments #respond h3, 
.painting-comments h3.comments {display: none;}
.painting-comments textarea {width: 690px;}

.imagebrowser img {display: none;}
.imagebrowser h3 {padding-top: 20px;}

.attachment-thumbnail {
	margin: 0 10px 10px 0;
}
.thumbContainer {
	width: 550px;
}

/* blog */
.narrowcolumn .post {
	background: url("images/red-mark.gif") -58px 0 no-repeat;
	margin: 0 0 50px 0;
}
.narrowcolumn .post h2 {
	margin-left: 20px;
}
.post small {
	color: #999;
	font-size: .9em;
	margin-left: 20px;
}
.post .postmetadata {
	clear: both;
	color: #999;
	font-size: .9em;
}

.post-navigation .nav-links {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
}
