@charset "utf-8";

/****************	START BROWSER INCONSISTENCY RESET	************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************	END BROWSER INCONSISTENCY RESET		************************/

/****************	UNIVERSAL							************************/


html, body {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 12px;
	font-family: "Times New Roman", "times new roman", Times, Georgia, serif;
	background-attachment:fixed;
	background-color:#ffffcc;
	background-image: url(http://www.rhododendrites.com/bgyellow.jpg);
	background-position: center center;
	background-repeat: repeat;
	}

#container {
	position:relative;
	left:0px;
	top:0px;
	width:760px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	background-image: url(http://www.rhododendrites.com/barbg.jpg);
	background-position: center center;
	background-repeat: repeat;
	}
	
#content {
	position: relative;
	top: 20px;
	width: 760px;
	margin: 0 auto;
	}
	
#bottom {
	width: 760px;
	height: 300px;
	background-image: url(http://www.rhododendrites.com/bottombg2.jpg);
	background-position: center center;
	}

	
/****************	INTRO						**************/


#intro {
	position:absolute;
	height: 600px;
	width: 760px;
	top: 50%;
	left: 50%;
	margin-left: -380px;
	margin-top: -300px;
	background-color:#ffffcc;
	background-image: url(http://www.rhododendrites.com/yellowbg.jpg);
	background-position: center center;
	background-repeat:repeat;
	}


/**************** HEADER AND NAV ************************/
	
	
#header {
	position: relative;
	top: 00px;
	left: 0px;
	font-size: 12px;
	height: 200px;
	text-align: center;
	display: block;
	width: 760px;
	background-color:#ffffcc;
	background-image: url(http://www.rhododendrites.com/headerbg2.jpg);
	background-position: center center;
	background-repeat: repeat;
	}

		#header .current {
			}


#nav {
	width: 260px;
	position: relative;
	top: 00px;
	left: 249px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #7f7d80;
	font-family: "Courier New", Courier, monospace;
	color: #000000;	
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(http://www.rhododendrites.com/navbg11.png);
	background-position: center center;
	background-repeat: repeat;
	}

		#nav a, #nav .current {
			position: relative;
			top: 0px;
			text-decoration: none;
			color: #000000;
			padding-left: 20px;
			padding-right: 20px;
			}

		
			

/****************	BLOG POST DIVS	 (APPLY TO POST.PHP,INDEX.PHP		*****************/


#postTitle {
	width: 760px;
	font-size:24px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(http://www.rhododendrites.com/barbg.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-color: #ffffcc;
	}

		#postTitle a {
			text-decoration: none;
			font-size: 24px;
			text-align: center;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #000;
			}	


#postDate {
	width: 760px;
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(http://www.rhododendrites.com/barbg.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-color: #ffffcc;
	padding: 5px 0px 5px 0px;
	font-style: italic;
	}

#postContent {
	width: 708px;
	font-size: 16px;
	font-family: "Times New Roman", "times new roman", Times, Georgia, serif;
	color: #000000;
	border: 6px solid #7f7d80;
	background-color: #fffff4;
	margin-bottom: 5px;
	padding: 30px 20px 10px 20px;
	line-height:1.3;
	}

		#postContent a {
			color: #000000;
			}
			
		#postContent p {
			text-align: left;
			}


#postTags {
	width: 708px;
	font-size: 8px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
	background-color: #fffff4;
	padding: 5px 0px 5px 0px;
	border: 1px solid #7f7d80;
	}

		#postTags span {
			}

		#postTags p {
			padding-right: 5px;
			display: inline;
			}

		#postTags a {
			color: #000000;
			text-decoration: none;
			}


#commentNumber {
	color:#000000;
	width: 708px;
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fffff4;
	}

		#commentNumber p {
			text-align: center;
			}
		
		#commentNumber a {
			text-decoration: none;
			}
			
#rss {
	position: relative;
	left: 355px;
	width: 25px;
	height: 25px;
	text-align: center;
}

/************* COMMENTS (for post.php) *************/


#commentBox {
	color: #000000;
	width: 50%;
	margin: 0 auto;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #ffffcc;
	border: 3px solid #7f7d80;
	}

#commentName {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	background-color: #ffffcc;
	font-weight: bold;
	line-height: 20px;
	padding: 0px 10px 0px 0px;
	}

		#commentName a {
			text-decoration: none;
			color: #000000;
			display: inline;
			}


#commentDate {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #ffffcc;
	line-height: 10px;
	padding: 6px 0px 0px 0px;
	}

		#commentDate p {
			display: inline;
			}
		
		#commentDate span {
			font-size: 8px;
			}


#commentText {
	color: #000000;
	font-size: 12px;
	padding: 5px 10px 10px 10px;
	font-family: "Times New Roman", "times new roman", Times, Georgia, serif;
	background-color: #ffffcc;
	text-align: center;
	}

		#commentText p {
			text-align: left;
			}	


/************** LEAVE A COMMENT (new.php) **************/


#addCommentBox {
	color: #000000;
	width: 50%;
	margin: 0 auto;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fffff4;
	border: 6px double #7f7d80;
	}

#newComName {
	display: block;
	line-height: 20px;
	padding: 10px 10px 5px 6px;
	}

		#newComName input {
			background-color: #fffff4;
			display: block;
			float: right;
			border: 1px solid #7f7d80;
			font-family: "Times New Roman", "times new roman", Times, Georgia, serif;
			color: #000000;
			font-size: 16px;
			}
		
		#newComName p {
			float: left;
			line-height: 20px;
			font-size: 8px;
			text-align: left;
			}
			

#newComURL {
	display: block;
	padding: 5px 10px 5px 6px;
	}

		#newComURL input {
			background-color: #fffff4;
			display: block;
			float: right;
			border: 1px solid #7f7d80;
			font-family: "Times New Roman", "times new roman", Times, Georgia, serif;
			color: #000000;
			font-size: 16px;
			}
		
		#newComURL p {
			float: left;
			font-size: 8px;
			line-height: 20px;
			text-align: left;
			}
			

#newComContent {
	display: block;
	padding: 5px 10px 10px 6px;
	}

		#newComContent textarea {
			background-color: #fffff4;
			border: 1px solid #7f7d80;
			font-family: "Times New Roman", "times new roman", Times, Georgia, serif;
			text-align: left;
			color: #000000;
			font-size: 16px;
			padding: 0px 3px 0px 3px;
			}
		
		#newComContent span {
			text-align: center;
			width: 100%;
			padding: 5px 5px 5px 4px;
			}		
		
		#newComContent p {
			display: block;
			float: left;
			font-size: 8px;
			line-height: 20px;
			text-align: left;
			}
			

#recaptcha {
	position: relative;
	left: 31px;
	text-align: center;
}
			

/****************	ADDED.PHP								*****************/


#posted {
	width: 600px;
	font-size:16px;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #000000;
	background-color: #CCCCCC;
	}
	

/****************	ARCHIVE.PHP ***************/


#contentArchive {
	/*MAYBE NOT NECESSARY*/
	position: relative;
	top: 20px;
	width: 400px;
	margin: 0 auto;
	}

#textSearch {
	width: 400px;
	text-align: center;
	font-size:24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border: 6px solid #7f7d80;
	background-color: #fffff4;
	}

	#textSearch p {
		display: inline;
		text-align: left;
		padding: 2px 2px 2px 2px;
		}


#tagSearch {
	width: 400px;
	font-size:24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border: 6px solid #7f7d80;
	background-color: #fffff4;
	}

	#tagSearch p {
		display: inline;
		text-align: left;
		}


#dateSearch {
	width: 400px;
	font-size:24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border: 6px solid #7f7d80;
	background-color: #fffff4;
	}

	#dateSearch p {
		display: inline;
		text-align: left;
		}


/****************	RESULTS.PHP *****************/


#resultsPresent {
	width: 760px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffcc;
	background-image: url(http://www.rhododendrites.com/barbg.jpg);
	background-position: center center;
	background-repeat: repeat;
	text-align: center;
	}

#hitTitle {
	width: 728px;
	font-size:24px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 2px 10px 4px 10px;
	border: 6px solid #7f7d80;
	background-color: #fffff4;
	}

	#hitTitle a {
		text-decoration: none;
		font-size: 24px;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		}	
		

#hitDate {
	width: 728px;
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px 0px 5px 0px;
	font-style: italic;
	}
	
#hitTags {
	width: 728px;
	font-size: 8px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
	background-color: #fffff4;
	padding: 5px 0px 5px 0px;
	border: 1px solid #7f7d80;
	}

		#hitTags span {
			}

		#hitTags p {
			padding-right: 5px;
			display: inline;
			}

		#hitTags a {
			color: #000000;
			text-decoration: none;
			font-size: 8px;

			}
			
	
/****************	NEW.PHP									*****************/


#newTitle {
font-size: 24px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6d81;
	padding-bottom: 10px;
	}

#newContent {
font-size: 24px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6d81;
	padding-bottom: 10px;
	}

#newTags {
font-size: 24px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6d81;
	padding-bottom: 10px;
	}

#newDate {
font-size: 24px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6d81;
	padding-bottom: 10px;
	}

		
/****************    TEXT FORMATTING STYLES 	****************/
/****************    TEXT FORMATTING STYLES 	****************/
/****************    TEXT FORMATTING STYLES 	****************/


h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

.indent {
	text-indent: 30pt;
}
	
.plain {
	text-decoration: none;
	}

.bq {
	padding-left: 70px;
	padding-right: 70px;
	text-align: left;
}

img {
	border:0;
	text-align: center;
}

object {
	text-align: center;
	}
	
.left {
	text-align: left;
	}

.super {
	font-size: 8px;
	vertical-align: super;
	}

.footnote {
	font-size: 12px;
	}