/*
CSS for Cynthia Cathcart Site: Workshop pages
*/

/* Basic Style
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
background-color: #AfC1AB;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 
line-height:150%;
font-size:100%;
margin:20px;
padding:20px;
color:#192814;
border:4px ridge #687765;
}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

p {
font-size:100%;
line-height:1.44;
}

blockquote	{
font-style:italic;
}

ul {
list-style-type:circle;
line-height:1.5;
margin:0;
}

.maintext	{
font-size:1.1em;
line-height:1.7;
margin:0 30px 20px 30px;
}

#title	{
margin:0px 0 2px 20px;
font-size:3em;
}

.line	{
width:500px;
align:left;
margin-left:20px;
background:#3F483D none;
height:3px;
}

.toppic	{
float:left;
margin:10px 20px 5px 0;
}

.previous	{
display:inline;
float:left;
text-align:left;
margin:-10px 0px 0 20px;
}

.next	{
display:inline;
float:right;
text-align:right;
margin:-10px 20px 0;
}

#navcontainer	{
width:185px;
text-align:right;
font-size:1.25em;
float:right;
margin:20px 20px 10px 10px;
/*position:absolute;
top:10px;
right:20px;*/
padding-right:20px;
background-color: #768473;
border:4px ridge #687765;
}

#navsecondary	{
list-style-type:none;
}


/* headers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1	{
margin:40px 0px 10px 20px;
font-size:3em;
}

h2 {
margin:40px 0px 30px 20px;
font-size:2em;
font-color:3F483D;
}

h3 {
font-size:1.75em;
line-height:100%;
}

h4 {
font-size:1.28em;
line-height:100%;
}

h5	{
margin:0 0 20px 20px;
font-size:1.l;
}
/* Links text look 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a {
font-weight:0;
text-decoration:none;
}

a:link {color:#9b0e1e;}
a:visited {color:#9b0e1e;}
a:active {color:#c75f6b;}
a:hover {color:#ffffff;
text-decoration:underline;}

#title a	{
color:#192814;
text-decoration:none;
}

/*=============================================*/

/* To aid in positioning items on screen. */

/* Visible Borders to aid formatting

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
.visible	{
}

h1, h2, h3, h4, h5, #title, #navsecondary, #navcontainer, .toppic, .maintext
{
	border: 1px solid purple;
} */