/*
css content file for Australian Family Matters
author:				Mark
email:				mark@saucedesign.com.au
last modified:	31 July 06
 */
 
 h1, h2, h3 { 
 	 font: bold 130% verdana, arial, 'trebuchet ms', sans-serif;
 	 color: #000;
 }
 
 h2 {
 	font-size: 115%;
 }
 
 h3 {
 	font-size: 105%;
 }
 
 h1.red {
 	color: #e64415;
 }
 h1.blue {
 	color: #0091d5;
 }
 h1.purple {
 	color: #e3004f;
 }
 h1.green {
 	color: #1fa12d;
 }
 h1.yellow {
 	color: #f49e00;
 }
 
 
 #form {
 	float: left;
 	clear: both;
 	width: 650px;
 	padding-top: 30px;
 }
 
 .formField {
 	display: block;
 	clear: left;
	margin-bottom: 10px;
 }
 
 	.fieldName {
 		float: left;
 		width: 120px;
 		text-align: right;
 		padding-right: 20px;
 		font: normal 90% arial, verdana, 'trebuchet ms', sans-serif;
 		color: #000;
 	}
 	
 	.formField input {
 		border: 1px solid #b7cad2;
 		width: 280px;
 		padding: 2px;
 	}
 	
 	.formField textarea {
 		border: 1px solid #b7cad2;
 		width: 280px;
 		padding: 2px;
 		font: normal 100% arial, verdana, 'trebuchet ms', sans-serif;
 		overflow: auto;
 	}
 	
 	hr {
 		border: 1px solid #b7cad2;
 		border-width: 1px 0px 0px;
 	}
 	
 	
 	
 	td.storyHeading {
 		color: #fff;
 		font: bold 100% arial, verdana, 'trebuchet ms', sans-serif;
 		background-color: #47607c;
 	}
 	
 	 td.storyPostedBy {
 		color: #000;
 		font: normal 90% arial, verdana, 'trebuchet ms', sans-serif;
 		background-color: #dde1d2;
 	}
 	
  	 td.storyDate {
 		color: #000;
 		font: normal 80% arial, verdana, 'trebuchet ms', sans-serif;
 		background-color: #e6e8e1;
 	}
 	
 	 td.storyDesc {
 		color: #000;
 		font: normal 80%/18px arial, verdana, 'trebuchet ms', sans-serif;
		border: 1px solid #e6e8e1;
 	}
 	
 	td.storyDelete {
 		color: #fff;
 		background-color: #394859;
 	}
 
 	#testasd a, #testasd a:link, #testasd a:active, #testasd a:visited {
		color: #000;
		padding: 2px;
		text-decoration: none;
		} 
	
	#testasd a:hover {
		color: #fff;
		background: #000;
		padding: 2px;
		}
 	
 		
 	 
 	