/* CSS Document */

body,html,td {
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	color: #497992;
}

body {
	background-color:#CCE6F3;
}

td {
	text-align: left;
}

img {
	border: 0px;
}

a {
	text-decoration: underline;;
	font-weight: bold;
	color: #497992;
}

a:hover {
	color: #326078;
}

td.nav:hover, td.selected {
	background-color: #497992;
}

td.cartNav {
	color: #497992;
	padding-left: 136px;
	padding-top: 7px;
}

h1 {
	font-family: Georgia, Times New Roman, Serif;
	color: #497992;
	font-size: 18px;
	font-weight: normal;
}

div.catListing {
	width: 200px; 
	margin: 10px 10px; 
	display: inline-table;
}
.center {
	text-align: center;
}
div.catListing a img, div.catListingSml a img, a.gallery img {
	padding: 3px;
	border: 1px solid #E8E0DA;
}

div.catListing a:hover img,  div.catListingSml a:hover img {
	border-color: #806E66;
	background-color: #E8E0DA;
}

span.paint-title {
	margin-left: 5px;
	font-family: Georgia, Times New Roman, Serif;
	color: #806E66;
}

/* GRIDER TABLE USED IN CART */
table.grider, table.grider th, table.grider td {
	border:1px solid #FAF6F3;
}
table.grider th {
	background-color:#FAF6F3;
	padding:4px;
}
table.grider td {
	padding:4px;
}
table.grider tr {
}
/* END GRIDER */

/* wordpress */

div.entry p {
	color: #333333;
	font-family: Georgia, Times New Roman, Serif;
	line-height: 17px;
}

div.entry p strong {
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	font-style: italic;
}

div.post h2 a{
	color: #497992;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 26px;
	font-weight: normal;
	text-decoration: none;
}

div.entry object {
	border: 1px solid #cccccc;
}

div#sidebar li h2, div#sidebar li a {
	color: #ffffff;
	font-family: Georgia, Times New Roman, Serif;
	font-variant: small-caps;
}

div#sidebar {
	color: white;
}
/* Ken Override */
h3 a {
	color:#497992;
	font-family:Georgia,Times New Roman,Serif;
	font-size:26px;
	font-weight:normal;
	text-decoration:none;
}
