/* The basic elements: */
#FullPage {
	font: 69% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	background-color: #dbdecd;
	/* background-color: #d3d6c2; */
	color: #60652f;
	margin: 0;
	padding: 0;
}

#Header {
	overflow: hidden;
	background: url('/images/topbottom.jpg') left bottom no-repeat;
	color: white;
	background-color: black;
	padding-bottom: 36px;
	line-height: .5em;
	text-align: center;
}

#Header a, #Header a:visited {
	text-decoration: none;
	color: white;
	background-color: transparent;
}

#Header a:active, #Header a:hover {
	color: #ddd;
	background-color: transparent;
}

a, a:visited {
	text-decoration: none;
	color: #34920a;
	background-color: transparent;
}

a:active, a:hover {
	color: #8e6843;
	background-color: transparent;
}

img {
	border: none;
	vertical-align: middle;
}

p {
	margin: 0.5em 0em 1em 0em;
	line-height: 1.5em;
}

p img {
	border: 0;
	margin: 0;
}

hr {
	height: 3px;
	width: 66%;
	color: #a6b582;
	background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
	color: #552255;
	background-color: transparent;
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding-top: 0.5em;
	/*border-bottom: 3px double #a6b582; */
	margin-bottom: 0.5em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #552255 ! important; 
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 140%;
	border-bottom: none;
	font-weight: bold;
}

h4 {
	font-size: 120%;
	border-bottom: none;
	font-weight: bold;
}

h5 {
	font-size: 100%;
	border-bottom: none;
	font-weight: bold;
}

h6 {
	font-size: 85%;
	border-bottom: none;
	font-weight: bold;
}

#page_content {
	width: 66%;
	margin: 0 auto;
}

#MainContent {
	margin: 0.5em;
}

#MainContent ul { 
	line-height: 1.5em;
	list-style-type: square;
	margin: 0.5em 0 0 1.5em;
	padding: 0;
	list-style-image: url(http://squish-art.com/bullet.gif);
}

#MainContent ul a {
	text-decoration: underline;
}

#MainContent li {
	margin-bottom: 1em;
}

form {
	border: none;
	margin: 0;
}

a.sale-link {
	float: right;
	font-size: 120%;
}

span.blog-title {
	font-weight: bold;
	font-size: 140%;
}

div.blog-post img {
	padding: 0 .2em;
}

div.blog-post {
	background-color: #fff;
	width: 75%;
	margin: 1em auto;
	padding: .5em 1em;
	font-size: 120%;
}

div.center {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

div.thumbnail {
	float: left;
	width: 200px;
	height: 200px;
	padding: 10px;
	text-align: center;
}

#caption div.title {
	font-size: larger;
	margin: 0 0 .5em 0;
	padding: 0;
}

#footer {
	/*background-color: #e7deec;
	border-top: 3px double #a6b582;*/
	margin: 2em 0em 1em 0em;
	padding: 0.5em 0em 1em 0em;
	text-align: center;
}


/***** Store page *****/

/*
div.store_item {
	/* border: solid black 1px; 
}

div.store_item table{
	margin: 0;
	padding: 0;
}
*/

div.store-item {
	float: left;
	width: 250px;
	height: 150px;
	padding: 0 10px 10px 0;
	text-align: center;
	position: relative;
}

div.store-item img{
	float:left;
	padding-right: 5px;
}

/***** End Store page ****/

/*
** Accessibility and visual enhancement elements 
*/

.visual-clear {
	display: block;
	clear: both;
}

