@charset "UTF-8";
/* CSS Document */

body {
	margin:0; 
	padding:0;
	font-family: Garamond;
}

div#head {
	width:100%;
	height:100px;
	position:relative;
	background-color: #7a003c;
	text-align:center;
}
div#head img {margin-top:70px;}

div#nav {
	text-align:center;
	margin-top:4px;
}
div#nav img{ border:0 }

div#main {
	width:950px;
	margin:7px auto 0 auto;
}

div#left {
	width:700px;
	float:left;
}

div#right {
	width:225px;
	float:right;
	font-size:15px;
}
div#right ul.sidebar-archives {
	display:inline;
	margin-left: 0;
	padding-left: 0;
}
div#right ul.sidebar-archives li {
	margin-left: 0;
	padding: 3px;
	list-style: none;
	display: inline;
}

div.blogTitle {
	background:url(images/bullet.gif) center left no-repeat;
	padding-left: 30px;
	font-size: 23px;
	font-weight: bold;
	font-variant: small-caps;
}
div.blogTitle a {
	color:#000;
	text-decoration:none;
}
div.blogtitle a:hover {
	text-decoration: underline;
}
.smallTitle {
	font-size: 17px;
}
span.blogDate {
	font-size:14px;
	vertical-align: baseline;
	font-weight: normal;
}
div.blogPost {
	margin-top:-.7em;
	font-size: 16px;
	text-align:justify;
}
div.blogFoot {
	height:59px;
	background:url(images/ornament.gif) top center no-repeat;
}


/* Feed styles */

.feedArtistName {
	font-size: 20px;
}
img.feedImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}
#right h3 {
	text-align: justify;
	margin-top:2px;
}
#right ul {
	list-style-type: none;
	padding:0; margin:0;
}


.wp-caption-text {
	margin: 2px 0;
	font-style: italic;
}
.ff-list a {
	color: #000;
	text-decoration: none;
}
.ff-list a:hover {
	text-decoration: underline;
}