/*stylesheet for Storytime with Stidmama*/


/*basic elements*/

body 	{
		font-size: medium; 
		font-family: arial, helvetica, sans-serif;
		font-style: normal; 
		background-color:#FFFBA1; 
		color:#000000;
		}
	
h1 		{font-family: Zapf-Chancery, cursive; 
		background-color: transparent; 
		color: green; 
		text-align: center; 
		}

h3		{background-color: transparent; color:blue}
h3.r	{background-color: transparent; color:red}


/*this is a type of header*/

a:link	{font-style: italic; font-weight: bold; background-color: transparent; color:black}
a:visited	{font-style: italic; font-weight: bold; background-color: transparent; color:black}
a:active	{background-color: transparent; color:red}
a:hover	{font-style:normal; font-weight: bold; background-color: transparent; color: red}

p		{text-align: left}




/*specific parts*/


/*navigation*/
#navbar		{
			position: fixed;
			left: 5px;
			top: 5px;
			width:185px;
                        font-size: smaller;
			font-family: arial, helvetica, sans-serif; 
			background: ; 
			color: black;
			text-align: right;
			margin-right: 10px;
			border: 5px;
			padding: 5px
			}
		
	

/*specific tweaks and changes*/

/*IDs*/
#main   		{position: absolute;
			margin-left:  205px; 
			padding: 25px; 
			top:0px;
			width:  500px;}

#myth             {font-style: italic;}
		
.copy   		{
			bottom: 5px;
			padding: 25px; 
			text-align: left; 
			font-size: smallest; 
                        font-style: italic;
			background-color: transparent; 
			color: gray}

.title		{color:green; font-weight: bold}

/*classes*/
.artpoet		{background-color: black; color: silver}
.art			{background-color: black; color: blue; text-align: left}
.poet		{background-color: #E5E5E5; color: blue}
.blue		{background-color: blue; color: white}
.black		{background-color: black; color:white}
.green      {font-style:italic; color:green; padding: 10px}
.silver		{background-color: silver; color: black}
.date		{font-size: smaller}
.new		{font-weight: bold; font-style: italic; color:  red;)

.titleright	{background-color: transparent; color:green; font-weight: bold;}