/* Natural Weddings website CSS - Copyright 2007 */

body {
	background: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 75%;
	color: #9D7758; /* Light Brown*/
}

/* Main Links */

a:link, a:visited {
	color: #75A71F; /* Green */
	text-decoration: underline;
}

a:hover, a:active {
	color: #75A71F; /* Green */
	text-decoration: none;
}

/* END Main links */

#menu {
	color: #623D1F; /* Brown */
}

#menu ul {
	list-style-image:url(../images/bullet_menu.gif);
}

/* Menu Links */

#menu a:link, #menu a:visited {
	color: #623D1F; /* Brown */
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #75A71F; /* Green */
	text-decoration: none;
}
/* END Menu Links */


.bottomMotif {
	background: url(../images/motif_bottom1.jpg) no-repeat bottom right;
}

.weddings {
	margin-left: 195px;
}
	
	#content {
		padding: 10px 30px 10px 30px;
	}

	#listing {
		padding: 0 30px 0 0;
	}
	
/* Content Headings*/

	h1 {
		font-size: 130%;
		font-weight: bold;
		color: #623D1F;
	}
	
	h2 {
		font-size: 100%;
		font-weight: bold;
		color: #75A71F;
		margin: 0;
		padding: 0;
	}
	
	h3 {
		font-size: 100%;
		font-weight: bold;
		color: #623D1F;
	}

	
	hr {
		width: 90%;
		margin: 0 20px 0 20px;
		color: #9D7758;
	}
	
	.underline {
		border-bottom: solid #D3BBA8 1px;
	}
	
	.imgFloatLeft {
		float: left;
		padding: 0 10px 0 0;
	}
	
	.imgFloatRight {
		float: right;
		padding: 0 0 0 10px;
	}
	
	/* correct IE 5.5 font size in tables */
	
	table { 
		font-size: 100%; 
	}
	
	
	#content ul {
		list-style-image: url(file:///C|/Business/webDesign/natural_weddings/images/bullet_content.gif);
		padding: 0 3px 10px -3px;	
		margin-top: 0;
		margin-bottom: 0;
		
	}
	
	#content li {
		padding: 0 0 0 0;
		margin: 5px 0 3px 0;
	}
	
	/* Form styles */

/*	fieldset {
	 	width: 400px;
		padding: 0 20px 0 20px;
		margin: 0 0 10px 0;
		border: none;
	}
	
	legend {
		font-size: 85%;
		color: #564218;
		font-weight: bold;
		padding-bottom: 10px;
	}
	
	label {
		float: left;
		width: 10.5em;
		padding-right:0
	}
	
	label.admin {
		float: left;
		width: 7em;
		padding-right:0
	}*/
	
	.required {
		color: #760000;
		font-size: 1em;
		font-weight: bold;
	}
	
	.normal {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		color: #333333;
	}

/*	input.checkbox {
		width: auto;
		margin-left: 72px;
	}

	
	.checkbox {
		width: 2em;
		float: none;
		padding-right: 1em;
	}
	
	.checkboxLabel {
		width: 50em;
	}
	
	input.enquiry {
		margin-left: 100px;
	}
	
	label.enquiries {
		float: left;
		width: 100px;
		padding-right:0;
	}*/

	.smlTxt {
		font-size: 90%;
	}

/* Footer Links */
		
		#footer a:link, #footer a:visited {
			color: #9D7758; /* Light brown */
			text-decoration: none;
		}
		
		#footer a:hover, #footer a:active {
			color: #623D1F; /* Dark Brown */
			text-decoration: none;
		}
		/* end footer links */


