@import url(fonts/stylesheet.css);

*{
	margin: 0;
	padding: 0;
}


.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em 'AdobeCaslonProRegular', Times, serif;
	background: #000 url('../images/background.jpg') no-repeat center top ;
	color: #959595;
	line-height: 120%;
	text-align: center;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #fff;
	line-height: 130%;
}

h2{	font-size: 1.25em; /*20px*/ margin-bottom: 10px; font-weight: 400;}
h3{	font-size: 1.125em; /*18px*/ margin-bottom: 10px;}
h4{	font-size: 1em; /*16px*/ margin-bottom: 10px;}
h5{	font-size: 1em; /*16px*/ margin-bottom: 10px;}

h6{ /*substituted for span in CMS therefore needs to be same size as p tag */
	color: #959595;
	float: left;
	font-size: 0.9375em;
	font-weight: 400;
	margin-right: 0.3em;
}

p /* STANDARD PARAGRAPH STYLE */
{
	font-size: 0.9375em;
	margin-bottom: 10px;
}

address{
	font-size: 1em;
	font-style: normal;
	margin-bottom: 10px;
}

/* LIST STYLES *************************/

#content ul, #sidebar ul 
{
	list-style-position: outside;
	margin-bottom: 10px;
}

#content ol, #sidebar ol{
	list-style-position: outside;
	margin-bottom: 10px;
	padding-left: 8px;
}

#content li, #sidebar li
{
	font-size: 0.9375em; /*needs to match p font-size*/
	margin-left: 15px;
	margin-bottom: 10px;
	
}



/* LAYOUT DIVS *************************/

#container
{
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 960px;
}

#header{
	background: url('../images/header.png') no-repeat left bottom;
	height: 154px;
	width: 100%;
}

#header h1 a
{
	background: url('../images/logo.gif') no-repeat left top ;
	float: right;
	height: 117px;
	margin-top: 48px;
	text-indent: -9999px;
	width: 480px;
}

#nav
{
	font-size: 1.25em;
	float: right;
	clear: right;
	height: auto;
}

	#nav ul{
		list-style: none;
		float: right;
	}
	
	#nav li /* NAVIGATION STYLE */
	{
		color: #fff;
		display: block;
		float: left;
	}
	#nav a{
		color: #fff;
		display: block;
		padding: 7px 10px 0 11px;
		text-decoration: none;
	}
	
	#nav a.bordered{
		background: url('../images/nav-divider.gif') no-repeat top left;
	}
	
	#nav a:visited{
		color: #fff;
		text-decoration: none;
	}
	
	#nav a:hover, #nav a.active{
		color: #fff;
		text-decoration: underline;
	}

#banner{
	margin-bottom: 10px;
}

#subnav{
	background: url('../images/subnav.jpg') no-repeat left top;
	display: block;
	float: left;
	font-size: 1.25em;
	height: 215px;
	list-style: none;
	padding: 285px 0 0 62px;
	position: absolute;
	top: 0; left: -10px;
	width: 197px;	
}

	#subnav li{
		margin-bottom: 26px;
	}
	
	#subnav a:link, #subnav a:visited{
		color: #fff;
		text-decoration: none;
	}
	
	#subnav a:hover{
		color: #000;
		text-decoration: none;
	}
	
	#flowers{
		padding-left: 34px;
	}
	
	#gift{
		padding-left: 44px;
	}
	
	#funeral{
		padding-left: 23px;
	}

#content{
	float: left;
	margin: 40px 0 0 275px;
	height: auto;
	width: 380px;
}

.contact ul{
	list-style: none;
	margin-left: -15px;
}
	
#sidebar{
	display: block;
	float: right;
	font-size: 1.25em;
	height: 350px;
	margin: 13px 8px 0 0;
	padding-top: 283px;
	text-align: right;
	width: 285px;
}
	#sidebar ul{
		list-style: none;
	}
	
	#sidebar li{
		color: #fff;
	}
	
	#sidebar li span{
		color: #959595;
		font-style: italic;
	}

#footer{
	border-top: 1px solid #ccc;
	padding: 5px 0;
}


/* LINK STYLES *************************/

a{
	text-decoration: underline;
	color: #3300ff;
}

a:visited{
	text-decoration: underline;
	color: #3300ff;
}

a:hover{
	text-decoration: underline;
	color: #3300ff;
}



#content a{
	color: #959595;
	text-decoration: none;
}

#content a:visited{
	color: #959595;
	text-decoration: none;
}

#content a:hover{
	color: #959595;
	text-decoration: underline;
}

#sidebar a{
	color: #fff;
	text-decoration: none;
}

#sidebar a:visited{
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover{
	color: #fff;
	text-decoration: underline;
}

/* IMAGE ALIGNMENT */

.img-left{
	float: left;
	margin: 0 10px 10px 0;
}

.img-right{
	float: right;
	margin: 0 0 10px 10px;
}

.img-center{
	text-align: center;
	margin: 0 10px 10px;
}

/* TABLE STYLING **/

table, th, td {
	border: 1px solid #000;
	border-collapse: collapse;
}

table{
	margin-bottom: 10px;
	margin-right: 12px;
}

th{
	font-weight: 700;
}

td, th{
	font-size: 0.8125em;
	vertical-align: bottom;
}

/* FORM **/

fieldset{
	
	border: 0;
	margin-bottom: 10px;
}

label
{
	color: #959595;
	display: block;
	font-size: 0.9375em;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	
	padding: 3px;
	width: 75%;
}

input[type=text]:focus, textarea:focus{
	background: #d1f4ff;
}

textarea
{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100px;
	margin-bottom: 10px;
	padding: 3px;
	width: 75%;
}

input[type=submit]{
	margin-bottom: 10px;
	padding: 2px;
}

/* SLIDER STYLING **/

#slider, .slide
{
	clear: left;
	overflow: hidden;
	height: 250px;
	width: 960px;
	margin-bottom: 10px;
}

#map_canvas{
	height: 240px;
	width: 284px;
}

#map_content{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	line-height: 1em;
	text-align: left;
}

#map_content p{
	font-size: 0.625em;
}

.sidebar-about{
	background: url('../images/sidebar-about.jpg') no-repeat left top;
}

.sidebar-buy-flowers{
	background: url('../images/sidebar-buy-flowers.jpg') no-repeat left top;
}

.sidebar-buy-gifts{
	background: url('../images/sidebar-buy-gifts.jpg') no-repeat left top;
}

.sidebar-funeral-flowers{
	background: url('../images/sidebar-funeral-flowers.jpg') no-repeat left top;
}

.sidebar-wedding-flowers{
	background: url('../images/sidebar-wedding-flowers.jpg') no-repeat left top;
}

.sidebar-other{
	background: url('../images/sidebar.jpg') no-repeat left top;
}