/*
Company:	The Enchanted Florist
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #2f1e0f;
}
body {

}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 921px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 15px 0; /* Changed May 19, 2010 */
}

/* Body */
div#bd {
	width: 921px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2f1e0f;
	
	min-height:392px;
	height:auto !important;
	height:392px;
}
div.content {
	background-color: #f8eecf!important;
}

/* Footer */
div#ft {
	width: 921px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 20px 0;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 322px;
	height: 150px;
	background: url(../images/logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin-left: 0; /* Changed May 19, 2010 */
	
	/* Added May 19, 2010 */
	float: left;
	display: inline;
	/* End Added May 19, 2010 */
}
div#logo a {
	display: block;
	height: 100%;
}

/* Testimonials */
div.testimonial {
	width: 921px;
	height: 392px;
}

/* Photo */
div.photo, div.testimonial-photo {
	width: 459px;
	height: 392px;
	position: absolute;
}
div.photo-frame {
	width: 459px;
	height: 392px;
	position: relative;
}
div.photo-frame img {
	position: absolute;
	top: 0;
	left: 0;
}
p.photo-credit {
	color: #dfc9a0;
	font-size: 95%;
	width: 400px;
	position: absolute;
	top: 402px;
	left: 0;
	margin: 0;
}
ul.photo-nav {
	margin: 0;
	padding: 180px 0 0 0;
}
ul.photo-nav li.first {display: none;}
ul.photo-nav li {
	list-style: none;
	margin: 0 10px 10px 0;
	float: left;
	display: inline;
}
div.photo-text {
	position: absolute;
	width: 405px;
	left: 488px;
}
div.photo-text h1 {
	margin-bottom: 10px;
	/*font-size: 150%;*/
	color: #2F1E0F;
}

div.photo-text p {
	margin-bottom: .6em;
	font-size: 110%;	
}
/* Main */
div.main {
	width: 405px;
	margin: 0 28px 0 0;
	padding: 20px 0 0 0;
	float: right;
	display: inline;
}

div.main-testimonials {
	width: 452px;
	height: 392px;
	float: right;
	display: inline;
	/*border-top: solid 2px #848422; border-right: solid 2px #848422; border-bottom: solid 2px #848422;*/
	background-image:url(../images/testimonials-bg.gif);
	margin-right:10px;
}
/* Footer Text */
p.copyright {
	color: #dfc9a0;
	font-size: 95%;
	width: 400px;
	text-align: right;
	padding: 10px 10px 0 0;
	float: right;
	display: inline;
}
p.copyright img {
	vertical-align: top;
	margin-left: 5px;
}


/* @end */

/* @group Common Text Styles */
div.main {
	color: #2f1e0f;
}
div.main-testimonials {
	color: #2f1e0f;
}

div.main p {
	color: #2f1e0f;
	font-size: 110%;
	line-height: 140%;
}
div.main-testimonials p {
	color: #f8eecf;
	font-size: 110%;
	line-height: 140%;
}

div.main blockquote {
	color: #f8eecf;
	font-size: 150%;
	font-style: italic;
	text-align: center;
	line-height: 150%;
	margin: 0 0 15px 0;
}
div.main-testimonials blockquote {
	color: #f8eecf;
	font-size: 150%;
	font-style: italic;
	text-align: center;
	line-height: 150%;
	margin: 0 0 15px 0;
	padding: 10px;
}
div.main p.signature {
	color: #f8eecf;
	font-size: 120%;
	text-align: center;
}

div.main-testimonials p.signature {
	color: #f8eecf;
	font-size: 120%;
	text-align: center;
}
div.main p.signature a:link, div.main p.signature a:visited {
	color: #f8eecf;
}
div.main-testimonials p.signature a:link, div.main-testimonials p.signature a:visited {
	color: #f8eecf;
}

/* @end */

/* @group Default Headings */
div.main h1 {
	color: #2f1e0f;
	/*font-size: 150%;*/
	margin: 0 0 10px 0;
}
div.main-testimonials h1 {
	color: #2f1e0f;
	font-size: 150%;
	margin: 0 0 10px 0;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */

div#nav {
	width: 570px; /* Changed May 19, 2010 */
	/*margin-left: auto;
	margin-right: auto;*/ /* Removed May 19, 2010 */
	padding: 0 0 0 0; /* Changed May 19, 2010 */
	/* Added May 19, 2010 */
	float: right;
	display: inline;
	/* End Added May 19, 2010 */
}
div#nav ul {
	margin: 0;
	padding: 126px 0 0 5px; /* Changed May 19, 2010 */
	text-align: center;
}
div#nav a {
	font-size: 150%;
	display: block;
	background: url(../images/nav.gif) no-repeat 0 0;
	text-indent: -9000px;
	height: 18px;
	overflow: hidden;
}
div#nav ul li {
	list-style: none;
	padding: 0 0 0 48px; /* Changed May 19, 2010 */
	float: left;
	display: block;
}

div#nav ul li.n-home a {
	background-position: 0 0;
	width: 53px;
}
div#nav ul li.n-home a:hover, div#nav ul li.n-home a.active {
	background-position: 0 -18px;
}
div#nav ul li.n-about a {
	width: 78px;
	background-position: -112px 0;
}
div#nav ul li.n-about a:hover, div#nav ul li.n-about a.active {
	background-position: -112px -18px;
}
div#nav ul li.n-flowers a {
	width: 69px;
	background-position: -252px 0;
}
div#nav ul li.n-flowers a:hover, div#nav ul li.n-flowers a.active {
	background-position: -252px -18px;
}
div#nav ul li.n-order a {
	width: 53px;
	background-position: -382px 0;
}
div#nav ul li.n-order a:hover, div#nav ul li.n-order a.active {
	background-position: -382px -18px;
}
div#nav ul li.n-contact a {
	width: 72px;
	background-position: -498px 0;
}
div#nav ul li.n-contact a:hover, div#nav ul li.n-contact a.active {
	background-position: -498px -18px;
}


/*div#nav {
	width: 921px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 15px 0;
}
div#nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
div#nav a {
	font-size: 123.1%;
}
div#nav ul li {
	list-style: none;
	display: inline;
	padding: 0 30px;
}
div#nav ul a:link, div#nav ul a:visited {
	color: #f8eecf;
	text-decoration: none;
}
div#nav ul a:hover, div#nav ul a.active:link, div#nav ul a.active:visited {
	text-decoration: none;
	color: #bec831;
}*/
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #2f1e0f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */