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

/*
	This style sheet contains all the formatting for LonelyOak.com
*/
body { 
	font: 75% georgia, Tahoma, Geneva, sans-serif;
	background-color: #F0F8FF; /*#EBEBEB;*/
	color: #444444; /*#555753; */
	margin: 0; 
	padding: 0;
	}
	
p {
	line-height: 1.8886;
}

h1{ 
	font: italic normal 2.1em georgia, Tahoma, Geneva, sans-serif;
	text-align: left;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #6F94CC; /*#5B5848;/*#7D775C;*/
}

h3 { 
	font: italic normal 1.4em georgia, Tahoma, Geneva, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
}

h6 {
	color: #FFFFFF; 
	font-size: 14px;
	text-decoration: none;
}

.ImageAuthor {
	line-height: .5888;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	font-style:italic;
	text-align: right;
	padding-right: 15px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 8px;
}

.ImageHorseName {
	line-height: .5888;
	font-size: 12px;
	color: #7D775C;
	font-weight:bold;
	font-style:italic;
	text-align: right;
	padding-right: 15px;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 8px;
}

.ImageSubText {
	line-height: 1.2;
	font-size: 10px;
	color: #A2A2A2;
	font-weight:bold;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 2px;
}

.DiaryEntry {
	padding-left: 15px;
	padding-right: 15px;
	color: #A2A2A2;
}

.DiaryEntry em {
	color: #FFF;
}

.HorizontalLine {
	/*border-top-color: #444444;
	border-top-style: solid;
	border-top-width: 1px; */
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px; 
	padding-top: 25px;
	padding-bottom: 0px;
	margin-left: 30px;
	margin-right: 20px;
	color: #FFFFFF;
}

.HorizontalLineDashed {
	border-bottom-color: #999;
	border-bottom-style: dashed;
	border-bottom-width: 1px; 
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 50px;
}

.HorizontalLine img{
	padding-right: 5px;
}

/* -- all link styling -- */
a:link {
	font-size: 14px;
	color: #A2A2A2;
	text-decoration: none;
}

a:visited {
	font-size: 14px;
	color: #A2A2A2;
	text-decoration: none;
}

a:hover {
	color: #808000;
	text-decoration: underline;
}

#pageHeader h1 { 
	background: transparent url(h1.gif) no-repeat top right; 
	margin-top: 10px; 
	width: 219px; 
	height: 87px; 
	float: left;
}

#linksHeader {
	padding-left: 35px;
	margin-bottom: 0;
	letter-spacing: 1px; 
	font: bold 1.1em;
	font-size: 14px;
	color: #444444;
}

#QuickLinksHeader {
	padding-left: 35px;
	margin-bottom: 0;
	text-align: center;
	letter-spacing: 1px; 
	font: bold 1.1em;
	font-size: 14px;
	color: #444444;
}

#QuickLinks ul {
	margin: 5px;
	padding: 0;
}

#QuickLinks li {
	/*line-height: 1.5ex; */
	/*background: transparent url(cr1.gif) no-repeat top center; */
	display: block;
	height: 18px;
	margin-top: 4px;
	margin-bottom: 2px;
	list-style-type: none;
	border: solid 1px #444444; /*#8794BA;/*#929EC0;*/
	vertical-align:bottom;
}

#QuickLinks li a:link {
	display: block;
	width: 146px;
	height: 18px;
	text-align: left;
	padding-left: 2px;
	text-decoration: none;
	font-size: 12px;
	color: #444444;/*#666666; */
	}
#QuickLinks li a:hover {
	/*border: solid 1px #808080;*/
	background-color: #D0DCEE;
	color: #444444;
	text-decoration: none;
}

#GuestbookLink {
	background: url(../Icons/new_link.png) no-repeat;
}
	
#QuickLinks li a:visited {
	display: block;
	width: 146px;
	height: 18px;
	text-align: left;
	padding-left: 2px;
	text-decoration: none;
	font-size: 12px;
	color: #444444;/*#666666; */
}

