/*///////////////////////////////////////////////////
//
//     Text styles for Creative-writing.ch
//	by R.K. Ammann 
//	(http://www.tawawa.org/contact.html)
//
//	Version: 11 January 2005
//
//	The usual rules apply.
//
////////////////////////////////////////////////*/

/*
body {
		color: #000;
		background: #fff;
		}
*/



a, a:link, a:active {
		font-weight: bold;
		text-decoration: none;
		color: #039;
		background: transparent;
		}
	
	
a:visited {
		font-weight: bold;
		text-decoration: none;
		color: #333;
		background: transparent;
		}
	

a:hover {
		font-weight: bold;
		text-decoration: none;
		border-bottom: dotted 1px #c00;
		color: #c00;
		background: transparent;
		}
		
	
	
/*      Styles from the old sheet, modified where necessary:          */

	
	
h1 {
		color : #999;
		background : #fff;
		font : 18px verdana, arial, geneva, helvetica, sans-serif;
		font-weight : bold;
		margin-bottom: 11px;
		}
	


h2 {
		color : #c00;
		background : #fff;
		font : 16px verdana, arial, geneva, helvetica, sans-serif;
		font-weight : bold;
		margin-bottom : 11px;
		margin-top : 44px;
		}
	

h3 {
		color : #c00;
		background : #fff;
		font : 14px verdana, arial, geneva, helvetica, sans-serif;
		font-weight : bold;
		margin-bottom : 11px;
		margin-top : 44px;
		}

h4 {
		font : 12px/22px verdana, arial, geneva, helvetica, sans-serif;
		font-weight : bold;
		margin: 30px 0px 0px 0px; 
		}	

h6 {
		font : 12px/22px verdana, arial, geneva, helvetica, sans-serif;
		font-weight : bold;
		margin-top: 0;
		margin-bottom : 0;
		}
		
	
p, blockquote {
		font-size : 12px;
		line-height : 22px;
		margin-top: 0;
		margin-bottom : 22px
		}
		

ul, ol {
		margin-top: 0;
		margin-bottom : 22px
		}



li {
		font-size : 12px;
		line-height : 22px;
		}
	
	
label {
		font-size : 12px;
		margin-bottom : 5px
		}	
	


/*////////////////////// Sundries //////////////////////*/


.entrytitle {
		color: #c00;
		background: transparent;
		margin-top: 50px;
		margin-bottom: 11px;
		}
	
	
.dateline {
		font: 10px/16px Verdana, Geneva, sans-serif;
		margin-top:0;
		margin-bottom:11px;
		}

.byline {
		font: 10px/16px Verdana, Geneva, sans-serif;
		margin-top:0;
		margin-bottom:11px;
		}
		
.linkage  {
		font: 10px/16px Verdana, Geneva, sans-serif;
		}


.contribution {
		margin-bottom: 20px;
		padding-bottom: 10px;
	/*	border-bottom: 1px dotted #ccc;*/
		}


.button {
		color : #333;
		background : #fff;
		font : 12px  verdana, arial, geneva, hevetica, sans-serif;
		font-weight : bold;
		}
		
		
.divider {
		color:#999; 
		background: transparent;
		font : 18px verdana, arial, geneva, helvetica, sans-serif;
		font-weight : bold;
		margin-bottom: 11px;
		}


/*the following class is from the old cw.css stylesheet and is required on Franz's "Poems" page. 
As more pages are converted to the CSS layout, more of these knick-knacks will have to be brought over.*/


.indent {
margin-left: 40px;
}

.prose-indent {
text-indent: 2em;
margin: 0 0 0 0;
}

.prose-no-indent {
margin: 0 0 0 0;
}