/*
	inkleaf.net style sheet
	http://www.inkleaf.net
	by Jesse R. Ewing, Inkleaf Studio
	updated 14 JUN 08
*/

/*
--------HOME AND COMMON PAGE ELEMENTS
*/

html, body {
	height: 100%;
	background-color: #f8f4e9;
	margin: 0 auto;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #434343;
	border-top: #8a0c1a solid 10px;
	}

h1 {
	color: #8a0c1a;
	font-family: georgia, times new roman, times, serif;
	font-size: 16px;
	line-height: 120%;
	}

h2 {
	color: #69574d;
	font-family: georgia, times new roman, times, serif;
	font-size: 14px;
	line-height: 130%;
	}

h3 {
	color: #6c6877;
	font-family: georgia, times new roman, times, serif;
	font-size: 11px;
	line-height: 160%;
	border-bottom: 1px dotted #c1ad8c;
	}

h4 {
	color: #8a0c1a;
	font-family: georgia, times new roman, times, serif;
	font-size: 12px;
	line-height: 100%;
	}

#container {
	min-height: 100%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #f8f4e9;
	text-align: center;
	}

#nav {
	float: left;
	width: 120px;
	padding: 0px;
	margin-top: 45px;
	margin-right: 30px;
	text-align: right;
	}

#nav-inside {
	float: left;
	width: 120px;
	padding-top: 15px;
	margin-top: 30px;
	margin-right: 20px; /* new */
	text-align: right;
	}

#nav p , #nav-inside p {
	text-align: right;
	}

#nav a , #nav-inside a {
	text-decoration: none;
	color: #602e09;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 180%;
	letter-spacing: 1px;
	}

#nav a:hover , #nav-inside a:hover {
	color: #8a0c1a;
	border-bottom: 1px dotted #8a0c1a;
	background: #f4ead7; /* was #f5efe3 */
	}

#nav .icon , #nav-inside .icon {
	margin-bottom: 48px;
	}

#nav .pencil , #nav-inside .pencil {
	margin-top: 32px;
	}

#right {
	float: right;
	width: 175px;
	margin-top: 5px;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	}

#right p, #nav p {
	line-height: 170%;
	font-size: 10px;
	color: #666666;
	}

#right a {
	text-decoration: none;
	color:  #602e09;
	font-size: 9px;
	line-height: 170%;
	}

#right a:visited {
	color: #602e09;
	}

#right a:hover {
	color: #8a0c1a;
	border-bottom: 1px dotted #8a0c1a;
	background: #f4ead7;
	}

#right a:active {
	color: #8a0c1a;
	}

#right #chilla:hover {
	border: none;
	background: none;
	}

#links {
	margin-top: 40px;
	margin-bottom: 30px;
	}

.merch {
	margin-left: -11px;
	}

#right .merch:hover {
	border: none;
	background: none;
	}

.divider {
	height: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom: 1px solid #e7dcc5;
	}

#center, #portfolio {
	float: left; /* new */
	width: 350px;
	padding: 0px;
	margin-left: 25px; /* was 170px */
	margin-right: 25px; /* was 0px */
	padding-top: 35px;
	}

#center p , #portfolio p {
	text-align: left;
	}

#center h2 {
	margin-top: 16px;
	}

#center h3 , #portfolio h3 {
	margin-bottom: 14px;
	}

#center a {
	color: #8a0c1a;
	text-decoration: none;
	}

#center a:hover {
	color: #8a0c1a;
	border-bottom: 1px dotted #8a0c1a;
	background: #f4ead7;
     	}

#center-home {
	float: left;
	background-color: #fff;
	width: 370px;
	padding: 20px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	border: 2px solid #f5efe3;
	}

#header {
	width: 370px;
	height: 90px;
	background-color: #8a0c1a;
	margin-bottom: 20px;
	}

#header p {
	color: #fff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 1px;
	display: inline;
	}

#news {
	}

#news a:hover img {
	text-decoration: none;
	background: none;
	}

#news .tborder {
	border: 2px solid #f59525;
	}

#news .toggleborder:hover img {
	border: 2px solid #8a0c1a;
	}

#news p {
	text-align: left;
	}

p.init {
	margin-top: -4px;
	}

#news a {
	color: #8a0c1a;
	text-decoration: none;
	}

#news a:hover {
	color: #8a0c1a;
	border-bottom: 1px dotted #8a0c1a;
	background: #f8f4e9;
     	}

p.copyright {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: left;
	}

p.caption {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
	}

#footer {
	width: 100%;
	height: 20px;
	}

/*
--------ILLUSTRATION PAGE ELEMENTS
*/

#clients {
	float: right;
	width: 175px;
	margin-top: 130px;
	margin-right: 0px;
	padding-right: 55px;
	padding-top: 0px;
	text-align: left;
	}

#clients p {
	line-height: 170%;
	font-size: 10px;
	color: #666666;
	}

#illustration {
	float: left;
	width: 350px;
	padding: 0px;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 35px;
	}

#illustration p {
	text-align: left;
	}

#illustration h2 {
	margin-top: 16px;
	}

#illustration h3 {
	margin-bottom: 14px;
	}

#illos {
	margin-left: 14px;
	}

#illos img {
	margin-right: 14px;
	}

#illos a:hover img {
	text-decoration: none;
	background: none;
	}

.tborder {
	border: 2px solid #8a0c1a;
	}

.toggleborder:hover img {
	border: 2px solid #f59525;
	}

.illospacer {
	height: 14px;
	width: 100%;
	}

/*
--------ABOUT PAGE ELEMENTS
*/

#about {
	}

#about img {
	border: 2px solid #8a0c1a;
	}

#books {
	float: right;
	width: 175px;
	margin-top: 130px;
	margin-right: 0px; /* was 55px */
	padding-right: 55px; /* was padding: 0px; */
	padding-top: 0px;
	text-align: left;
	}

#books p {
	line-height: 170%;
	font-size: 10px;
	color: #666666;
	}

/*
--------FINE ART PAGE ELEMENTS
*/

#shows {
	width: 100%;
	}

#list {
	border-top: 2px solid #e7dcc5;
	border-bottom: 2px solid #e7dcc5;
	text-align: left;
	}

#list tbody tr td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	padding: 7px 10px 7px 8px;
	}

/*
--------SHOWCASE PAGE ELEMENTS
*/

/* added for IE centering of content */
#overwrap {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	}

#showcase {
	width: 350px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	margin-bottom: 20px;
	}

#showcase img {
	border: 2px solid #8a0c1a;
	}

#showcase p {
	text-align: center;
	}

#showcase a {
	color: #8a0c1a;
	text-decoration: none;
	}

#showcase a:hover {
	color: #8a0c1a;
	border-bottom: 1px dotted #8a0c1a;
	background: #f4ead7;
     	}
