/*
Theme Name: Lynda F Jones
Theme URI: http://www.pawprint-designs.net/
Description: basic theme for blog
Version: 1.0
Author: Panya Covington
*/

/* Basic declarations */
BODY, INPUT, TEXTAREA, SELECT {
	font-size : 16px;
	color : #000000;
	background : #1A0D03;
	font-family : serif;
}
BODY {
	margin : 0px;
	padding : 0px;
}
A:LINK {
	text-decoration : underline;
	color : #1A0D03;
	font-weight : bold;
}
A:HOVER, A:FOCUS, A:ACTIVE {
	color : #000;
	text-decoration : none;
	font-weight : normal;
}
A:VISITED {
	text-decoration : underline;
	color : #B30000;
	font-weight : bold;
}

.nav A:LINK {
	text-decoration : underline;
	color : #1A0D03;
	font-weight : bold;
	font-size : 18px;
}
.nav A:HOVER, A:FOCUS, A:ACTIVE {
	color : #B30000;
	text-decoration : none;
	font-weight : bold;
	font-size : 18px;
}
.nav A:VISITED {
	text-decoration : underline;
	color : #000;
	font-weight : bold;
	font-size : 18px;
}

HR {
	width : 90%;
	height: 2px;
	text-align : center;
	color : #000;
}
H1 {
	font-size : 15px;
	text-decoration : underline;
	margin-top : 0px;
}
H2 {
	font-weight : bold;
	font-size : 12px;
	margin-bottom : 0px;
//	border : 1px solid #FFFFCC;
//	color : #FFAA00;
	text-indent : 25px;
}
INPUT, TEXTAREA, SELECT {
	font-size : 10px;
//	border : 1px solid #FFAA00;
}
IMG, INPUT.rad {
	border : 0px;
}
UL {
	margin-top : 0px;
	margin-bottom : 0px;
}

DIV.main {
	position : relative;
	text-align : justify;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #FFF9E6;
}
.nav {
	position : absolute;
	top : 226px;
	z-index : 3;
	background : #FFF9E6;
	color : #000;
	text-align : center;
	width : 984px;
}
.nav LI {
	list-style-type : none;
	display : inline;
	padding-left : 20px;
}

P.byline {
	font-size : 10px;
}

#linkcontent2 {
	font-size : 14px;
}
#linkcontent2 LI {
	list-style-type : none;
}
#linkcontent2 LI LI {
	margin-left : -25px;
}
.singletitle {
	font-weight : bold;
	text-align : center;
}
.nextprev {
	text-align : center;
}
.dateheader {
	text-align : left;
	font-weight : bold;
	border-bottom : 1px solid #1A0D03;
	padding : 1px;
}
.entrybody P {
	text-indent : 20px;
}
.dateline, .full-comment .body .reply, .full-comment-alt .body .reply, .current {
	text-align : right;
	font-size : 11px;
}
.permalink, .comments, .entrynumber {
	padding-right : 5px;
}
.archiveheader {
	padding-bottom : 12px;
	text-align : center;
	font-weight : bold;
}
.full-comment {
	margin : 3px 0px 3px 3px;
	padding : 4px 2px 4px 8px;
	border-bottom : 1px solid;
	background-color : #A2131B;
}
.full-comment-alt {
	margin : 3px 0px 3px 3px;
	padding : 4px 2px 4px 8px;
	border-bottom : 1px solid;
	background : #B40007;
}

DIV#wrapper {
	width : 984px;
	margin : 0 auto;
}
#float-wrap {
	background-color : #FFF9E6;
}
