/*  A_STRUCTURE.CSS for JariThymian.com   */

/* BASELINE SETTINGS  ----------------------*/

body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, 
p, blockquote, th, td { margin: 0; padding: 0; }

table { 
border-collapse: collapse; border-spacing: 0; }

fieldset, img { border: 0; }

address, caption, cite, code, dfn, em, strong, th, var { 
font-style: normal; font-weight: normal; }

ol, ul { margin: 1em 0;  margin-left: 10px; padding-left: 0; }

ul { list-style-type: disc; }

ol { list-style-type: decimal; }

caption, th {  text-align: left; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

.palesage { color: #edf1da;  /* pale sage */ }
.litesage { color: #f7f8f2;  /* lite sage */ }

.darksage { color: #73796b;  /* dark sage */    }

.lilac    { color: #a69ec5;  /* lilac */  }
.whoknows { color: #a7af9b;               }
.purple   { color: #6a5e9f;  /*purple */  }


.charcoal { color: #333333; }

/*   STRUCTURE SETTINGS  ----------------------*/
html {
	margin: 0;  
	padding: 0;
}

body { 
	margin: 0;  
	padding: 0;  
	color: #333333;
	background-color: #f7f8f2;  
	position: relative; 
	text-align: center;
	font-size: 76%;  
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;  }

div#container { 
	position: relative; 
	top: 0; 
	left: -20px;
	width: 870px; 
	overflow: visible;
	margin: 0 auto; 
	padding: 0; 
	text-align: center; }
	
	/*  CONTENT SECTION ----------------------*/
	
div#content {                   
	position: relative;   
	top: 0;
	overflow: visible;
	text-align: left;
	width: 890px;  /* changed from 870 */
	height: 600px; 
	margin: 0;
	background-color: #f7f8f2;  /* light sage */
	font-size: 1.0em;  
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	}
#content a { font-size: 1.0em; font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif; }
#content a:link    { text-decoration: underline; color: #6a5e9f; }
#content a:visited { text-decoration: underline; color: #a69ec5; }
#content a:hover,   
#content a:active  { text-decoration: underline; color: #f2a36f; }

/*  BRANDING HEADER ------------------------------*/

div#branding {          /* HOLDER for LOGO */   
	position: absolute;
	top: 18px; 
	left: 8px; 
	width: 270px;
	margin: 0; 
	padding: 0;
	height: 120px; 
	background-color: transparent; }
	
div#branding a { text-decoration: none; }
div#branding img { margin: 0; padding: 0; top: 3px; left: 3px; border: none; } 
	
	/* PRIMARY SECTION --------------------------------*/
	  
div#primary { 
	position: absolute;
	top: 0;
	left: 280px;
	right: 0;
	width: 560px; /* changed from 540px */
	min-height: 460px;
	margin: 0; 
	background-color: #edf1da;  /* pale sage */
	color: #333333;
	padding-left: 35px;
	padding-top: 75px;
	padding-bottom: 2em;
	padding-right: 1em;
}

div#primary p { 
	margin-left: 1.3em;
	margin-right: 2em;
	margin-bottom: 1.3em;
	color: #333333;
	line-height: 1.6em;
	font-size: 1.0em;  
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

div#primary img { 
	float: left; 
	padding-right: 1em;
	visibility: visible; 
}

div#primary .clear {
	clear: both; 
	display: block; 
	height: 83px;
	padding-bottom: .1em; 
} 

/* LEFT ------------------------------*/

.photo { border: none; }

div#secondary { 
	position: absolute;  
	left: 80px;  
	top: 120px;  
	width: 180px;  
}

div#secondary p { 
	width: 160px;
	margin-left: 0;
	margin-right: .5em;
	padding-top: 1em;
	color: #333333;
	line-height: 1.6em;
	font-size: 1.0em;  
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

div#secondary linklist a:link,
div#secondary linklist a:visited {  }


/* TEXTLINKS ------------------------------*/

div#textlinks {
	position: absolute;
	top: 0;
	left: 280px;
	width: 568px;
	
	z-index: 100;
	background-color: transparent;
	/* color: #6a5e9f; -- purple */ 
	
	color: #73796b;    /* dark sage */                   
	margin-top: 16px;
	margin-left: 16px; 
	padding-left: 4px;
	
	text-align: left;  
	letter-spacing: -0.01em;
	line-height: 1.8em;
	font-size: .94em;  
	font-weight: normal;  
}

div#textlinks ul { margin: 0em; padding: 0em; display: inline; }
div#textlinks ul li { margin-left: 0; padding: 0; display: inline;}

div#textlinks a { 
	color: #73796b;  /* medium sage */ 
	text-decoration: none; 
	padding: .2em; 
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

/*       DON'T EVEN THINK ABOUT CHANGING THESE LINKS:      */
#textlinks a:link { 
	color: #73796b;     /* medium sage */  
	text-decoration: none; 
	padding: .2em; 
}
#textlinks a:visited { 
	color: #979f7b;      /* sage */  
	text-decoration: none; 
	padding: .2em; 
}

#textlinks a:hover,
#textlinks a:active { 
	background-color: #a69ec5; /* lilac */ 
	color: #f7f8f2;            /* lite sage - background */ 
	text-decoration: none; 
	padding: .2em; 
}


/* POETRY LIST  ------------------------------*/

div#poemlist { 
	position: absolute;  
	left: 0px;  
	top: 210px;  
	width: 180px;
	height: auto;
	z-index: 200;
	background-color: transparent;	 
	text-align: left; 
	padding-bottom: 4px; 
	line-height: 1.3em;
	font-size: .95em;  
	font-weight: normal; 	
}
	
div#poemlist ul { list-style: disc; margin: 1em; padding: 0; text-decoration: none;  }	
div#poemlist ul li { line-height: 1.3em; text-decoration: none; padding-bottom: 4px; }

/*       DON'T EVEN THINK ABOUT CHANGING THESE LINKS:      */
#poemlist a:link,
#poemlist a:visited { 
	color: #6a5e9f;  /* purple */  
	text-decoration: none;  
}

#poemlist a:hover,
#poemlist a:active { 
	color: #73796b;     /* dark sage */ 
	text-decoration: underline;  
}

.poetry { 
	padding-left: 2em; 
	text-align: left;  
	line-height: 1.6em;
	font-size: 1em;  
	font-weight: normal;  }

/* HEADERS  ---------------------------------------------*/

h1 { color: #6a5e9f;
	padding-bottom: 4px;
	line-height: 1.9em;
	font-size: 1.4em;  
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

h2 { color: #6a5e9f;
	padding-top: 2px;
	line-height: 1.6em;
	font-size: 1.0em;  
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

h3 { color: #6a5e9f;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1.6em;
	font-size: 1.2em;  
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

h4 { color: #6a5e9f;
	padding-bottom: .3em;
	line-height: 1.1em;
	font-size: 1.0em;  
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

/* MISCELLANEOUS   ----------------------------------------*/

.ital, .caption { font-style: italic; }
.byline { font-style: italic; 
	color: #a7af9b;
	padding-left: 1.6em;
	line-height: 1.6em;
	font-size: .9em;  
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif; }
	
.bolder { font-weight: bold; }

.adminClassList { font-size: .8em; line-height: 1.2em; }

.smaller { font-size: 87%; }


/* FORMS  -----------------------------------------------------*/

input, textarea { padding: 2px; 
	color: #454545;
	line-height: 1.5em;
	font-size: 1em; 
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif; }
	
	
	
/* ALERTS ---------------------------------------------------------*/

div#primary .message {
	margin-left: 0;
	padding: 2px;
	background-color: #6a5e9f;  
	color: #f7f8f2; 
	border: 2px solid #a69ec5;
	font-weight: bold;
	font-style: italic;
	font-size: .95em;
	font-family:  Georgia, "Times New Roman", Times, serif;  }
	
.specialoverline { padding-top: 4px; border-top: 2px solid #a69ec5; }

/*  HIDDEN INFORMATION FOR PRINT ONLY -----------------------*/

#importantinfo { 
	 display: none; visibility: hidden; height: 1px; overflow: hidden; }

/* methods of clearing bottom ----------------------------*/

*.clear {
	clear: both; 
	display: block; 
	height: 1px; 
	font-size: 1px; 
	line-height: 1px; }
	
/*  clearfix hack for IE Joseph W. Lowrey ------------------*/

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block; }

.clearfix { display: inline; }
	
/* Start commented backslash hack backslash hides from IE mac \*/
	* html .clearfix, * html .clearfix * { height: 1%; }
	.clearfix {
	display: block; } 
/* end backslash hack      ---------------------------- */
