/* CAMILLE-ENGEL BASE STYLE SHEET */
@import url(reset.css);
/* BASIC SELECTORS
==================== */
body {
	background: #fff;
	color: #000;
}
body, p, div, th, td, input, select, textarea {
	font-family: Skia, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size: 13px;
	color: #706354;
}
p {
	margin: 0 0 1em;
}
#footer p {
	font-size: 11px;
	color: #706354;
}
/* HEADINGS
==================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 1em;
}
h1 {
	font-size: 160%;
	margin-top: 0;
	color: #3977bc;
	font-weight: bold;
}
h2 {
	font-size: 140%;
	color: #3977bc;
}
.post h2 {
	margin-bottom: .2em;
}
h3 {
	font-size: 130%;
}
#sidebar h3 {
	color: #3977bc;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 125%;
}
#sidebar h4 {
	margin: 0;
}
h5 {
	font-size: 100%;
}
/* QUOTES
==================== */
blockquote {
	background: transparent url(/images/open-quote.gif) no-repeat top left;
}
blockquote p {
	line-height: normal;
	padding: 8px 0;
	margin-bottom: 0;
	text-indent: 30px;
}
.cite {
	background: transparent url(/images/close-quote.gif) no-repeat top right;
	padding: 15px 30px 0;
	font: italic 12px/1.2 Georgia, "Times New Roman", Times, serif;
}
/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
}
#nav ul {
	margin: 0;
}
#social-networking {
	background-color: #eae6df;
}
#social-networking ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
#social-networking ul li {
	padding: .2em 0 0 50px;
	line-height: 40px;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #fff;
	border-color: #706354;
	background-color: #ebe6de;
}
#social-networking ul li:hover, #social-networking ul li.over {
	background-color: #797063;
}
#facebook {
	background-image: url(/images/facebook-logo.png);
}
#twitter {
	background-image: url(/images/twitter-bird.png);
}
#linkedin {
	background-image: url(/images/linkedin-logo.png);
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* LINK STYLES
==================== */
a, a:visited {
	color: #3977bc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
a.outline img {
	border: 1px solid #fff;
}
a.outline:hover img {
	border-color: #000;
}
#social-networking a {
	display: block;
}
#social-networking a:hover {
	text-decoration: none;
	color: #fff;
}
/* PAGE LAYOUT
==================== */
#header {
	height: 45px;
	background: url(/images/header.gif) no-repeat;
	margin: 10px 0 0 80px;
}
#homelink {
	position: absolute;
	margin: -25px 0 0 8px;
	width: 80px;
	height: 80px;
	background: url(/images/home_off.png) no-repeat;
	z-index: 1;
}
#nav {
	margin-left: 22px;
	font-family: Skia, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#page {
	clear: both;
	width: 960px;
}
.narrowcolumn {
	float: left;
	width: 540px;
	margin: 0 20px 0 80px;
}
.widecolumn {
	margin: 0 80px;
}
.subnav {
	float: left;
	width: 140px;
	margin-right: 15px;
}
.subnav ul {
	margin: 0;
	list-style: none;
}
.subnav li {
	margin-bottom: .8em;
	padding: 0 0 0 5px;
}
.subnav li.current {
	border-left: 1px dotted;
	padding-left: 4px;
}
.subnav a:link {
	color: #706354;
}
.subnav a:visited, .subnav a:hover {
	color: #3977bc;
	text-decoration: none;
}
.subnav li.current a {
	font-weight: bold;
	color: #3977bc;
}
.post {
	padding-bottom: 15px;
	border-bottom: 1px solid #706354;
	margin-bottom: 15px;
	border-color: #d4d1cc;
}
#sidebar {
	float: left;
	width: 300px;
}
#footer {
	clear: both;
	margin: 0 0 0 80px;
	padding: 15px 0;
	width: 880px;
}
.box {
	background: #ebe6de;
	border: 2px solid #706354;
	padding: 10px;
	margin: 15px 0;
}
.box p {
	line-height: 1.1;
}
.box strong {
	color: #3977bc;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px dotted;
}
/* PAINTINGS
==================== */
ul#thumbnails {
	list-style: none;
	float: left;
	width: 195px;
	margin: 0;
}
ul#thumbnails li {
	float: left;
	margin: 0 5px 5px 0;
}
ul#thumbnails img {
	margin: 0;
	vertical-align: bottom;
}
ul#thumbnails a img, ul#thumbnails a:visited img {
	border: 2px solid #fff;
}
ul#thumbnails a:hover img {
	border-color: #d4d1cc;
}
div#details {
	width: 400px;
	float: left;
}
#nav-paintings ul {
	left: 0;
	top: 2em;
	z-index: 99;
}
#details {
	margin-left: 10px;
	min-height: 400px;
}
/* GENERAL LAYOUT
==================== */
.clearing {
	clear: both;
}
.centered {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, div.floatleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.floatright {
	float: right;
	margin: 0 0 .5em 1em;
}
.section {
	margin-bottom: 15px;
}
.callout {
	background: #ede6de url(/images/flame.gif) 2px 0 no-repeat;
	border: 1px solid #736353;
	padding: 5px 5px 5px 22px;
	color: #000;
	margin-bottom: 15px;
	min-height: 20px;
}
.column {
	float: left;
	margin-right: 30px;
}
.halfpage {
	width: 380px;
}
.lastcolumn {
	margin-right: 0;
}
.loading {
	background: url(/images/ajax-loader.gif) 50% 50% no-repeat;
}
/* TYPOGRAPHY
==================== */
.postdate {
	margin-bottom: 1.2em;
	color: #706354;
	font: italic 90% Georgia, "Times New Roman", Times, serif;
}
.dateline {
	font-weight: bold;
	color: #000;
}
.title {
	font: italic bold 1em Georgia, "Times New Roman", Times, serif;
}
.sold {
	color: #900;
}
/* NOTICE AND WARNING BOXES
==================== */
.largenotice {
	background: #fff7d9 url(/images/notice.gif) 5px 5px no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.notice {
	background: #fff7d9 url(/images/notice-sm.gif) 5px 50% no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 30px;
	margin-bottom: 15px;
	min-height: 18px;
	color: black;
	font-size: 14px;
}
.largewarning {
	background: #ffefef url(/images/warning.gif) 5px 5px no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.warning {
	background: #ffefef url(/images/warning-sm.gif) 5px 50% no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 30px;
	margin: 15px 20px;
	min-height: 18px;
	color: black;
	font-size: 12px;
}
