@charset "UTF-8";
/* CSS Document */


/***********************************************/
/* www.bumpsndaisy.co.uk // main.css (screen) */  
/***********************************************/


/* Version: 1.0
================================== */


/*-  Normalize 
----------------------------------------------------------------------*/

/* Zero down margin and paddin on all elements */
* { margin: 0; padding: 0; }

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes list-style from lists */
table { border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset,img { border: 0; }

/* Left-aligns text in caption and th */
caption,th { text-align: left; }

/* Removes quotation marks from q */
q:before, q:after { content:''; }

/* Removes dotted ouline on links in Firefox */
a { outline: none; }


/*-  html styles 
----------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 "helvetica", "helvetica neue", /*"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode",*/ Arial, Verdana, sans-serif;
	color: #666;
	background-color:#fff;
}

h1 {
	font-size: 2.4em;
	font-weight: bold;
	/*letter-spacing: 0.01em;*/
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #7B68AC;
	/*letter-spacing: 0.01em;*/
	margin: 0;
	padding: 10px 0 0 20px;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #7B68AC;
	/*letter-spacing: 0.01em;*/
	margin: 0;
	padding: 0 0 0 20px;
}

p, li {
	font-size: 1.4em;
	letter-spacing: 0.01em;
}

p {
	/*margin: 1em 0;*/
	padding: 0 20px 1em 20px;
}

ul { padding-left: 20px; }

a:link {
	color: #0066CC;
	text-decoration: underline;
}

a:visited {
	color: #6699CC;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/*-  core styles 
----------------------------------------------------------------------*/

#wrapper { background-color: #fff; }

#store {
	width: 900px;
	position: absolute;
	z-index: 2;
	top: 8px;
	text-align: right;
}

#branding {
	width: 900px;
	height: 120px;
	margin: 0;
	padding: 0;
		
}

#branding h1 {
	background: url(../images/branding.gif) no-repeat 0 0;
	width: 900px;
	height: 120px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#sideContentOne {
	
}
/*
#sideContentOne h2 {
	font-size: 1.4em;
	color: #7B68AC;
	margin: 0;
	padding: 0;
}*/

body#about #sideContentOne,
body#about #sideContentTwo {
	padding-top: 50px;
}

#sideContentTwo { list-style: none; }

#footer {
	position: relative;
	background: url(../images/footer.jpg) no-repeat 0 0;
	height: 105px;
	margin: 20px 0 0 0;
	padding: 0;
}

#footer p {
	font-size: 1.2em;
	letter-spacing: 0.01em;
	text-align: center;
	padding: 77px 0 0;
}


/*-  layout styles 
----------------------------------------------------------------------*/

body {
	text-align: center; 
	min-width: 760px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#sideContentOne { 
	width: 300px; 
	float: left; 
}

#content { 
	width: 600px; 
	float: right; 
}

#mainContent { 
	width: 300px; 
	margin: 0; 
	float: left;
   
}

#sideContentTwo { 
	width: 300px;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right; 
}

#twoColSpan {
	clear: both;
	width: 600px;
	margin: 0;
	padding: 0;
}

#twoColContentOne {
	width: 600px; 
	float: left;
}

#twoColContentTwo {
	width: 300px; 
	float: right;
}

body#loves #twoColContentOne {
	width: 300px; 
	float: left;
}

body#loves #twoColContentTwo {
	width: 600px; 
	float: right;
}

#footer {
	clear: both;
} 

/* Add some padding */

#mainContent,
#sideContentTwo,
#sideContentOne,
#twoColContentOne,
#twoColContentTwo {
	padding-top: 20px;
	padding-bottom: 20px;
}

#sideContentTwo * *, #sideContentOne * * {
	padding-left: 0;
	padding-right: 0;
}


/*-  navigation styles 
----------------------------------------------------------------------*/

/* horizontal main menu navigation */

#mainNav {
	width: 900px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul#mainNav { background-image: url(../images/nav_bar.jpg); }
ul#mainNav li { float: left; list-style-type: none }
ul#mainNav li a { height: 40px; display: block; /*position: absolute;*/ top: 0; text-indent: -9999px; outline: none }

li#nav_home a,
li#nav_about a,
li#nav_delights a,
li#nav_find a,
li#nav_contact a,
li#nav_loves a {
	background: url(../images/nav_bar.jpg);
}


/* =nav rollover effects (positioning) */

li#nav_home a 							{ background-position: 0 0; width: 110px; left: 0 }
li#nav_home a:hover						{ background-position: 0 -40px }
/*body#home li#nav_home a 				{ background-position: 0 -80px }*/

li#nav_about a 							{ background-position: -110px 0; width: 150px; left: 110px }
li#nav_about a:hover					{ background-position: -110px -40px }
body#about li#nav_about a 				{ background-position: -110px -80px }

li#nav_delights a 						{ background-position: -260px 0; width: 180px; left: 260px }
li#nav_delights a:hover					{ background-position: -260px -40px }
body#delights li#nav_delights a 		{ background-position: -260px -80px }

li#nav_find a 							{ background-position: -440px 0; width: 150px; left: 440px }
li#nav_find a:hover						{ background-position: -440px -40px }
body#find li#nav_find a 					{ background-position: -440px -80px }

li#nav_contact a						{ background-position: -590px 0; width: 160px; left: 590px }
li#nav_contact a:hover					{ background-position: -590px -40px }
body#contact li#nav_contact a			{ background-position: -590px -80px }

li#nav_loves a							{ background-position: -750px 0; width: 150px; left: 750px }
li#nav_loves a:hover					{ background-position: -750px -40px }
body#loves li#nav_loves a				{ background-position: -750px -80px }

/* END =nav rollover effects (positioning) */


.highlight { color: #c00; }

.highlightTwo { color: #7B68AC; font-size: 1.2em; }
