body,html {
	font-family:"verdana,arial,sans-serif";
	font-size:13px;
	/*background-color:#990000;*/
	background-color:#cc9966; 
	
	background-color:#ffffff;
	margin: 0px 0px 0px 0px;
	color:#000;

	
}


A:link {
	color:#000;
}
A:visited {
	color:#000;
}
A:hover {
	background-color:#fff;
	color:#000;
}


#base {
	font-family:verdana,arial,sans-serif;
	font-size:13px;
	margin: 0px 0px 0px 0px;
	/*background-color:#cc9966;*/
	background-color: #ffffff;
	
}

/* get rid of leading and trailing space (line feed, essentially) on ULs */
ul,ol {
	margin-top:0px;
	margin-bottom:0px;
}
/* minimize indent; default it too deep */
li {
	margin-left:-10px;
}

/* bullets for rail (right section) should have virtually no indent */
.railLi {
	margin-left:-25px;
}



/* div full page width with margins, for most of the page sans header/footer etc */
/* kind of an "align=center" with margins */
#fullpageDiv {
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	
}

.burgText {
	font-family:verdana;
	/*font-size:13px;*/
	color:#000;
}

/*FULL CLEAR (= <br clear="all">) */
#fullClear {
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	height:0px;
	line-height:0px;
	font-size:0px;
	clear: both;
}


#headerDiv {
	padding: 5px 10px 5px 10px;
	background-color:#999;
	margin-bottom:0px;
	margin-top:0px;
	color:#FFFFFF;
}

#menuDiv {
	padding: 5px 10px 5px 10px;
	background-color:#ccc;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom:0px;
	margin-top:0px;
	color:#FFFFFF;
	text-align:center;
	
}

/* place to put the "change font" line */
#changeFont {
	float:right;
	padding:0px 0px 0px 0px;
	/*border:1px solid #000000;*/
	position:static;
	margin-top:-3px;
}

.changeFontClass {
	padding:0px 0px 0px 0px;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}	

	
#footerDiv {
	padding: 5px 10px 5px 10px;
	background-color:#ccc;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom:0px;
	margin-top:0px;
	color:#FFFFFF;
	text-align:center;
	
}

#parentDiv {
	
	margin-top:0px;
	margin-bottom:0px;
	overflow:hidden;
	/*position: absolute;*/
	/*border: 1px solid red;*/

	
}
	
#leftDiv {
	padding: 10px 10px 10px 10px;
	float: left;
	width:70%;
	color:#000;
	background-color:#fff;
	/*border-right: 1px solid #ddd;*/
	margin-bottom:0px;
}


#rightDiv {
	padding-right: 20px;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom: 10px;
	float:right;
	/*position:relative;
	top-right: 20px;*/
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 20%;
	
	background-color: #eee;
}

#rightHeader {
	float: right;
	margin-top:-20px;
	width:auto;
	text-align:right;
	position:relative;
}

/* for search forms */
#searchDiv {
	padding: 10px 10px 10px 10px;
	color:#000;
	background-color:#cccccc;
	border: 2px dotted #FFFFFF;
	margin:5px;
	width:50%;
	margin-right:auto;
	margin-left:auto;	
}

/* for contact us form */
#contactDiv {
	padding: 5px 15px 5px 15px;
	color:#FFFFFF;
	background-color:#333333;
	border: 4px outset #FFFFFF;
	width:auto;
	margin-top:0px;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:15px;	
}

/* acts as a "align=center" tag */
#centerTextDiv {
	width:auto;	
	margin-right:auto;
	margin-left:auto;
	position:relative;
	text-align:center;
}

/* "tips" line in search results if needed*/
#searchTip {
	padding: 2px;
	color:#000000;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	font-size:10px;
}

/* postcard background (white; black border) */
#postcardBackground {
	padding: 2px;
	color:#000000;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	font-size:10px;
}

/* class for search results table */
.resultsTable {
	border:1px solid #990000;
	margin-left:10px;
	margin-right:10px;
}	


/* style for results, odd and even rows */
#resultsOdd {
	background-color:#FFFFFF;
	color:#000000;
	padding:5px;
	border-bottom:1px solid #999999;
}

#resultsEven {
	background-color:#EEEEEE;
	color:#000000;
	padding:5px;
	border-bottom:1px solid #999999;
}

/* Text info, masthead (in header) and subhead (in left/right div) */
.masthead {
	font-size:35px;
	font-family:arial,helvetica;
	font-weight:bolder;
	font-variant:small-caps;
	text-decoration:none;
}
.subhead {
	font-size:18px;
}

/* centered version of subhead */
.subheadCentered {
	font-size:18px;
	text-align:center;
}

.rightNav {
	font-size:14px;
	font-weight:bold;
}

/* for class with no hover */
A.noHover:hover {
	background-color:transparent;
	}
	
/* small white text, fully extended */
.smallWhite {
	font-family: verdana;
	font-size:10px;
	color:#FFFFFF;
}
A.smallWhite:link {
	font-family: verdana;
	font-size:10px;
	color:#FFFFFF;
}	
A.smallWhite:visited {
	font-family: verdana;
	font-size:10px;
	color:#FFFFFF;
}
A.smallWhite:hover {
	font-family: verdana;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
}	

/* BLOG SPECIFIC STYLES (put in littleghost.css after tests) */
#blogParent {
	width:100%;
	background-color:#990000;
	margin-top:0px;
	margin-bottom:0px;
	position:absolute;
	
}
#blogLeft {
	background-color:#990000;
	padding-right:5px;
	padding-top:10px;
	float:left;
	position:absolute;
	width:20%;
	text-align:center;
}

#blogRight {
	padding: 10px 10px 10px 10px;
	float: right;
	position: relative;
	width:77%;
	color:#000000;
	background-color:#ffffff;
	margin-bottom:0px;
	border-right: 2px dotted #cc9966;
	border-left: 2px dotted #cc9966;
}
A.blogRightClass:link {
	color:#000000;
}
A.blogRightClass:visited {
	color:#000000;
}
A.blogRightClass:hover {
	color:#000000;
	background-color:#ffcc00;
}	

.blogDate {
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:bold;
	color:#000000;
	background-color:#f1f1f1;
	padding:5px;
	margin-bottom:15px;

}

.box-gray {
	background-color:#f1f1f1;
	padding:10px;
	border:1px dotted #000000;
	width:auto; 
	margin-top:10px;
	margin-right:50px;
	margin-bottom:10px;
	margin-left:50px;
}

.blogFooter {
	color:#000000;
	text-decoration:none;
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
}
A.blogFooter:link {
	color:#000000;	
}
A.blogFooter:visited {
	color:#000000;	
}
A.blogFooter:hover {
	background-color:#ffcc00;
	color:#000000;	
}
A.blogFooter:active {
	color:#000000;	
}

.blogByline {
	font-size:10px;
	color:#990000;
	margin-left:25px;
	margin-top:25px;
	margin-bottom:25px;
}

/* gallery index link on pic serach page */
.galLink {
        font-family: verdana,arial,sans-serif;
        font-size: 13px;
	color: #000000;
}
a.galLink:link a.galLink:visited {
	color:#000000
}
a.galLink:hover {
color:#ffffff; background-color: #000000;
}


