<!--

* {
	margin:							0;
	padding:						0;
}

body {
	background:						#fff url(./images/bg.png) repeat;
	font-family:					'Trebuchet MS','Trebuchet','Helvetica','Arial';
	font-size:						13px;
	color: #5F4224;
}

img {
	border:							0;
}

a {
	color:							#DA6D9E;
	text-decoration:				none;
}
a:hover {
	text-decoration:				underline;
}

h1 {
	display:						inline;
	color:							#e69eb0;
	font:							26px 'Georgia';
}
h1 span {
	color:							#d47c92;
	font:							32px 'Georgia';
	text-transform:					uppercase;
}
h2,h3,h4 {
	display:						block;
}

h4 {
	color:							#e1cebd;
	font:							17px 'Georgia';
	margin-bottom:					6px;
}

small {	
	color:							#796046;
}

.left {
	float:							left;
}
.right {
	float:							right;
}
.topcolumn {
	width:							200px;
	margin-left:					20px;
}
.topcolumn ul {
	margin:							0 0 20px 15px;
	list-style:						none;
	width:							148px;
}
.topcolumn li {
	margin:							10px 0;
}
.clear {
	clear:							both;
}
.gray {
	color:							#bfa992;
	font:							italic 18px 'Georgia';
	line-height:					44px;
}
.hr {
	background-image:				url(./images/hr.jpg);
	width:							542px;
	height:							6px;
	margin:							0 auto;
	text-align:						center;
}

	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

	img.alignright {
		padding: 10px;
		margin: 0 0 2px 7px;
		display: block;
		float: right;
		}

	img.alignleft {
		padding: 10px;
		margin: 0 7px 2px 0;
		display: inline;
		float: left;
		}

	.alignright {
		float: right;
		}

	.alignleft {
		float: left
		}

.sp {
	font-size:						12px;
	color:							#e69eb0;
}

.bg-bar {
	background:						transparent url(./images/bg-top.png) repeat-x;
	height:							11px;
}

#wrapper {
	width:							1026px;
	margin:							30px auto 10px;
}

#logo {
	float:							left;
	margin-bottom:					14px;
}

#top-ad {
	float:							right;
	margin-top:						30px;
}
#ooh-la-la {
	float:							right;
	position:						fixed;
	background:						transparent url(./images/ooh-la-la.png) no-repeat;
	width:							135px;
	height:							100px;
	right:							30px;
	margin-top:						-40px;
	z-index:						5;
}

.entry ul {
	margin-left: 30px;
	margin-bottom: 15px;
}

.entry h4 {
	margin-top: 15px;
}

#page {
	width:							100%;
	background-color:				#fff;
	padding:						28px 0px 20px;
	border-bottom:					1px solid #fbdae8;
	clear:							both;
}
ul#pages li {
	margin:							0;
}
ul#pages li a {
	display:						block;
	color:							#ab927b;
	text-decoration:				none;
	text-indent:					6px;
	padding:						4px 0;
	border-bottom:					1px solid #f6f0ea;
}
ul#pages li a:hover {
	background-color:				#FEF1F7;
	border-bottom:					1px solid #775338;
}
form#searchform {
	height:							25px;
	margin-bottom:					15px;
}
form#searchform input {
	float:							left;
	background-color:				#f7f2ed;
	width:							142px;
	height:							20px;
	padding:						6px 0 0 5px;
	margin-right:					5px;
	color:							#AB927B;
	border:							0;
}
form#searchform button {
	float:							left;
	background:						transparent url(./images/submit.jpg) no-repeat;
	width:							21px;
	height:							26px;
	border:							0;
}

ul#cats {
	color:							#ab927b;
}
ul#cats li {
	margin:							0;
}
ul#cats a {
	color:							#ab927b;
	text-decoration:				none;
}
ul#cats a:hover {
	text-decoration:				underline;
}

.linktous {
	width:							146px;
	background-color:				#fff1ff;
	margin-bottom:					40px;
}

p.twitter-message {
	width:							170px;
	padding:						10px 0;
	border-bottom:					1px solid #E0D4C9;
}
span.twitter-timestamp {
	display:						block;
	text-align:						right;
}

#feedburner {
	margin:							12px 12px 4px;
	border:							1px solid #e8dfd7;
	width:							158px;
	padding:						5px 0;
	text-align:						center;
}
#feedburner form {
	margin:							8px 0 40px;
}

.ad {
	margin:							16px 0 0 12px;
}

#master0 {
	margin-left: 1px;
}

#content {
	border-left:					1px solid #e0d4c9;
	border-right:					1px solid #e0d4c9;
	margin:							0 210px;
	padding:						0 30px;
	line-height:					20px;
}
#content h2 {
	padding-top:						80px;
	color:							#d47c92;
}
#content h2 a {
	color:							#d47c92;
	font:							30px 'Georgia';
	text-decoration:				none;
	margin:							.83px 0;
}
#content .entry {
	margin:							14px 0 4px 0;
	padding:						0 0 30px 0;
	border-top:						1px solid #e0d4c9;
	border-bottom:					1px solid #e0d4c9;
}
#content .entry p {
	margin-top:						15px;
}
#content .comments-bar {
	text-align:						right;
	color:							#6f5539;
	font:							10px 'Lucida Sans','Lucida';
}
#content .comments-bar a {
	color:							#6f5539;
	font:							10px 'Lucida Sans','Lucida';
}

.navigation {
	height:							60px;
}

.postmetadata {
	margin:							30px 0;
}

#comment {
	width:							520px;
}

#bottom {
	background-color:				#fef1f7;
	padding:						55px 0 46px 0;
}
#bottom h3 {
	color:							#6f5539;
	font:							24px 'Georgia';
	padding-bottom:					4px;
	border-bottom:					1px solid #f7b9d4;
}

#archives {
	margin-left:					50px;
	width:							275px;
}
#archives ul {
	float:							left;
	list-style:						none;
}
#archives ul li {
	float:							left;
	width:							115px;
	margin-left:					15px;
}
#archives a {
	color:							#a1866b;
}

#shop {
	width:							385px;
	margin:							0 40px 0 65px;
}
ul#sponsors h2 {
	display:						none;
}
ul#sponsors, ul#sponsors ul {
	list-style:						none;
	height:							240px;
}
ul#sponsors ul li {
	float:							left;
	padding:						3px 3px 3px 0;
}

#ccg {
	margin-bottom:					65px;
}
#wordpress {
	margin-left:					8px;
}

#copyright {
	color:							#6f5539;
	margin:							13px 0 0 15px;
	font-size:						11px;
}










h3#comments {
	margin-top: 100px;
}

.commentlist {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 60px;
}

ol.commentlist  {
	margin-left: 10px;
}

ul.commentlist {
	list-style: none;
}

.commentlist cite {
	font-size: 18px;
	text-transform: none;
	color: #d2bba9;
}

.commentlist img.avatar {
	float: right;
	border: 3px solid #f2e7de;
	margin-top: -10px;
}

.commentlist span.author {
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #8CC9D0;
}

.commentlist a {
	color: #DA6DAA;
	text-decoration: none;
}

.commentlist a:hover {
	border-bottom: 1px solid #f2e7de;
}

.commentlist li {
	border-bottom: 1px solid #f2e7de;
	padding: 30px;
}

.commentlist li.authcomment {
	background: #fbf7f4;
	border-bottom: 1px solid #f2e7de;
	padding: 30px 10px 30px 10px;
}

small.commentmetadata {
	margin-top: 10px;
	margin-bottom: 10px;
}

.commentlist p {
	padding-bottom: 15px;
	line-height: 18px;
}

.commenttext {
	border-top: 1px solid #f2e7de;
	display: block;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#commentform textarea {
	width: 538px;
	border: 1px solid #f2e7de;
	color: #372c20;
	font-size: 16px;
	padding: 2px;
}

#commentform input.txt {
	width: 200px;
	border: 1px solid #f2e7de;
	color: #372c20;
	font-size: 18px;
	padding: 2px;
}

#commentform label {
	font-size: 12px;
}

#commentform p {
	padding-top: 5px;
}

#commentform input.btn {
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	background: #fff;
	padding: 5px;
	color: #d2bba9;
	border: 1px solid #f2e7de;
	float: right;
	font-size: 12px;
}

#commentform input.btn:hover {
	background: #fbf7f4;
	padding: 5px;
	border: 1px solid #d2bba9;
}

.commentlogin {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.commentlogin a {
	color: #d2bba9;
	text-decoration: none;
}

.commentlogin a:hover {
	border-bottom: 1px solid #f2e7de;
}





// -->
