/* --------- GENERAL STYLES -------------------------------- */

body {
	margin: 8px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 10pt;
}

td {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link {
	color: #C76114;
	text-decoration: underline;
}

a:visited {
	color: #C76114;
	text-decoration: underline;
}

a:active {
	color: #457F35;
	text-decoration: underline;
}

a:hover {
	color: #457F35;
	text-decoration: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;  /* brown #CD7F32;   */
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	line-height: 26px;
	margin: 0 0 0 225px;  /* top, right, bottom and left */
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 11px 0;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0.1mm;
	margin: 0 0 5px 0;  /* top, right, bottom, left   */
}

h4 a:link {
	color: #457F35;
	text-decoration: underline;
}

h4 a:visited {
	color: #457F35;   /* green */
	text-decoration: underline;
}

h4 a:hover {
	color: #CD7F32;  /* brownish orange */
	text-decoration: underline;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin: 0 0 11px 0;
	/* font-style: italic;  */
}

h5 a:link {
	color: #457F35;
	text-decoration: none;
}

h5 a:visited {
	color: #457F35;   /* green */
	text-decoration: none;
}

h5 a:hover {
	color: #CD7F32;  /* brownish orange */
	text-decoration: underline;
}

#h4like {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0.1mm;
	margin: 0 0 5px 0;  /* top, right, bottom, left   */
}

#h4like a:link {
	color: #457F35;
	text-decoration: none;
}

#h4like a:visited {
	color: #457F35;   /* green */
	text-decoration: none;
}

#h4like a:hover {
	color: #CD7F32;  /* brownish orange */
	text-decoration: underline;
}

#blogTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 20px 0;
}

#blogTitle a:link {
 	color:#457F35;
	margin: 0 0 20px 0;
}

#blogTitle a:visited {
 	color: #457F35;
}

#blogTitle a:hover {
 	color: orange;
}

#blogTitle a:active {
 	color: #457F35;
}

/* --------- FORM STYLES -------------------------------- */

input, select, textarea {
	font-family: Georgia, "Times New Roman", Times,serif;
	font-size: 12px;
	font-style: normal;
	color: #555;
	font-variant: normal;
	font-weight: normal;
}



/* --------- HEADER STYLES -------------------------------- */

#tabs {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: d8e3d8;
	font-size: 16px;
	font-weight: bold;
}

#tabs a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CD7F32;
	text-decoration: none;
}

#tabs a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CD7F32;
	text-decoration: none;
}

#tabs a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #457F35;
	text-decoration: none;
}

#tabs a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #457F35;
	text-decoration: none;
}

#login {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}

#login a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	text-decoration: none;
}

#login a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	text-decoration: none;
}

#login a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CD7F32;
	text-decoration: underline;
}

#login a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CD7F32;
	text-decoration: underline;
}

/* --------- "My Account","My Diary" -------------------------------- */

#memNav {
	font-family: Georgia, arial, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold; 
}

#memNav a:link {
	color: #457F35;   /* #CD7F32=red-orange, #457F35=dark green #89AB89=green*/
	text-decoration: underline; /* none;*/
	border: #89AB89;
	border-width: 10px 1px 1px 1px;
	border-style: none none none solid;
	padding: 5px 4px 4px 4px;
}

#memNav a:visited {
	color: #457F35; /* #996633;    */
	text-decoration: underline; /*underline; */
	border: #89AB89;
	border-width: 10px 1px 1px 1px;
	border-style: none none none solid;
	padding: 5px 4px 4px 4px;
}

#memNav a:active {
	color: #457F35; /* #CD7F32; */
	text-decoration: none;
	border: #89AB89;
	border-width: 10px 1px 1px 1px;
	border-style: none none none solid;
}

#memNav a:hover {
	color: #CD7F32;  /* #457F35; */
	text-decoration: underline;
	border: #89AB89;
	border-width: 10px 1px 1px 1px;
}

#memNavActive {
	font-family: arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CD7F32;
	text-decoration: none;
	border: #89AB89;
	border-width: 10px 1px 1px 1px;
	border-style: none none none solid;
	padding: 5px 4px 4px 4px;
}


/* --------- CATEGORIES (LEFT NAV) STYLES -------------------------------- */

#leftNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 24px;
	border-color: #89AB89;
	border-width: 1px 0 1px 0;
	border-style: solid;
	padding: 10px 0 10px 0;
}

#leftNav p {
	margin: 0;
	padding: 0;
}	

#leftNav span {
	color: #CD7F32;
}

#leftNav a:link {
	color: #457F35;
	text-decoration: none;
}

#leftNav a:visited {
	color: #457F35;
	text-decoration: none;
}

#leftnav a:active {
	color: #CD7F32;
	text-decoration: underline;
}

#leftNav a:hover {
	color: #CD7F32;
	text-decoration: underline;
}

#blogFront {
	font-family: Georgia;
	font-size: 13px;
	color: #457F35;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 24px;
	border-width: 1px 0 1px 0;
	padding: 10px 0 10px 0; }

#blogFront p {
	margin: 0;
	padding: 0;
}	

#blogFront span {
	color: black;
}

#blogFront a:link {
	color: #457F35;
	text-decoration: none;
}

#blogFront a:visited {
	color: #457F35;
	text-decoration: none;
}

#blogFront a:active {
	color: #CD7F32;
	text-decoration: underline;
}

#blogFront a:hover {
	color: #CD7F32;
	text-decoration: underline;
}

#blogFront1 {
	font-family: Georgia;
	font-size: 12px;
	color: #457F35;
	line-height: 24px;
	border-width: 1px 0 1px 0;
	padding: 10px 0 4px 0; 
	}

#blogFront1 p {
	margin: 0;
	padding: 0;
}	

#blogFront1 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	text-decoration: underline;
	font-weight: bold;
	padding: 4px 0 0 4px;
	 /* color: black;   color: #457F35;  
	text-decoration: underline;   text-decoration: none;   */
}

#blogFront1 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	text-decoration: underline;
	font-weight: bold;
	font-weight: bold;
	padding: 0 0 0 4px;
/*	color: #457F35;
	text-decoration: none; */
}

#blogFront1 a:active {
	color: #457F35;  /* green */
	text-decoration: underline;
}

#blogFront1 a:hover {
	color: #CD7F32;
	text-decoration: underline;
}

#blogCat {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:  #457F35; /* #89AB89; */
	font-size: 12px;
	font-weight:bold;
	line-height: 20px; 
	border-color: #89AB89;
	border-width: 1px 0 1px 0;	
	padding: 3px 0 7px 0; 
}

#blogCat span {
	color: #CD7F32;
}

#blogCat a:link {
	color: #457F35;
	text-decoration: none;
}

#blogCat a:visited {
	color: #457F35;
	text-decoration: none;
}

#blogcat a:active {
	color: #CD7F32;
	text-decoration: underline;
}

#blogCat a:hover {
	color: #CD7F32;
	text-decoration: underline;
}

.blogCat1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:  #457F35; /* #89AB89; */
	font-size: 12px;
	font-weight:bold;
	line-height: 20px; 
	border-color: #89AB89;
	border-width: 1px 0 1px 0;	
	padding: 3px 0 7px 0; 
}

.blogCat1 span {
	color: #CD7F32;
}

.blogCat1 a:link {
	color: #457F35;
	text-decoration: none;
}

.blogCat1 a:visited {
	color: #457F35;
	text-decoration: none;
}

.blogcat1 a:active {
	color: #CD7F32;
	text-decoration: underline;
}

.blogCat1 a:hover {
	color: #CD7F32;
	text-decoration: underline;
}

#leftBlog {
	font-family: Georgia, "Times New Roman", Times, serif, Arial;
	font-size: 12px;
	color: #89AB89;
	letter-spacing: 0px;
	line-height: 18px;
	padding: 0px 0 0 10px;
}

.caution {font-family: Verdana; font-size: 12pt; color: red; }

/* --------- FEATURE BOX STYLES -------------------------------- */

.featurebox {
	font-size: 12px;
	line-height: 14px;
	border: #89AB89;
	padding: 8px;
}

#date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
}



/* --------- ASK BOX STYLES -------------------------------- */

#askBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #457F35;
	/* font-weight: bold;  
	font-style: italic; */
	padding: 4px;
	background-image: url(images/woman.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #89AB89;
	background-color: #fff7e5;
}

#askBox .subtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f9a215;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 0 30px;
}

#askBox .questionTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	font-size: 18px;
	line-height: 22px;
	font-style: normal;
}

#askBox .menuTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	font-size: 13px;
	line-height: 20px;
}

/*
#askBox a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	text-decoration: underline;
	font-weight: bold;
	padding: 0 0 0 4px;
}

#askBox a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	text-decoration: underline;
	font-weight: bold;
	font-weight: bold;
	padding: 0 0 0 4px;
}

#askBox a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CD7F32;
	text-decoration: underline;
	font-weight: bold;
	padding: 0 0 0 4px;
}
*/

#askBox a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CD7F32;
	text-decoration: underline;
	font-weight: bold;
	padding: 0 0 0 4px;
}

#askBoxInner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #457F35;
	font-weight: bold;
	font-style: italic;
	padding: 7px;
	background-image: url();
	background-position: left;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #89AB89;
	background-color: #fff7e5;
}

#askBoxInner .subtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f9a215;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 0 30px;
}

#askBoxInner .questionTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	font-size: 18px;
	line-height: 22px;
	font-style: normal;
}

#askBoxLeft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #457F35;
	font-weight: bold;
	font-style: italic;
	padding: 7px;
	background-image: url();
	background-position: left;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #89AB89;
	background-color: #fff7e5;
}

#askBoxLeft .subtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f9a215;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 0 30px;
}

#askBoxLeft .questionTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #457F35;
	font-size: 18px;
	line-height: 22px;
	font-style: normal;
}

/* --------- SIDEBAR STYLES -------------------------------- */

#waiting {
	font-size: 12px;
	line-height: 15px;
}

#waiting visited {
	color: #CD7F32;
	text-decoration: underline;
}

#waiting active {
	color:#CD7F32;
	text-decoration: none;
}

/* --------- FOOTER STYLES -------------------------------- */

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 13px;
	padding: 0 7px 0 7px;
}


#footer a {
	color: #457F35;
	padding: 0 7px; 0 7px;
}

#footer a:hover {
	color: #457F35;
	padding: 0 7px; 0 7px;
	text-decoration: underline;
}



#footer {
	padding-top: 20px;
	text-align: center;
	clear: both;
}
#footer a {
	color: #457F35;
	margin: 3px;
}
#footer div {
	margin: 10px;
   font-family: Georgia Verdana;
	font-size: smaller;
	color: #999999;
}