/* ------ NOTES -----------------------------------------

Blueberry global CSS

--------- UPDATE INFO -----------------------------------
	
Revision number: 978
Last updated: 30 Oct 2005
Last update made by: graham bancroft (gbancroft@gmail.com)

--------- CONTENTS --------------------------------------
	=1: Universal reset
		=Reset margin and padding for all elements
---------------------------------------------------------
	=2: html and body
---------------------------------------------------------
	=3: General typography
		=Set default padding and margins
		=p
		=hx
		=dl
		=dt
		=dd
		=ul
		=ol
		=li
		=a
		
---------------------------------------------------------
	=3a: General params
		=img
		=blockquote
		=span 
---------------------------------------------------------
	=4: Layout Divs
		=Branding
		=Hidden accessibility elements
		=Site container
		=Main navigation
		=Side navigation
		=Nav on the foot
		=Supplementary navigation
		=Main content
		=Sub content
		=Page foot
---------------------------------------------------------
	=5: Forms
		=Live search
		
--------------------------------------------------------- 

	=6: Product specific

--------------------------------------------------------*/
/* =1: Universal reset */



/* =Reset margin and padding for all elements */


/* =2: html and body */

body {
	font: 100% "Times New Roman", Times, serif;
	text-align: left; 
	line-height: 1.5em;
}

/* =3: General typography */

/* =Set default padding and margins */

/* =p */

p { margin:1.2em 0; font-size: 12pt;}

/* =hx */

h1 {border-bottom: 2px solid #333;}

h1,h2,h3,h4,h5 {
	padding: 5px 0;
	background: none;
}

#content-main h2 {clear: both;}

/* =a */

a {text-decoration: none; padding: 0;}

/* =img */

img {
	float: right; 
	padding: 10px 10px 0 10px;
	vertical-align: text-bottom;
}

.feature img,
.new-product img{ 
	float: left; 
	margin-right: 20px;
}


/* =blockquote */

blockquote {
	margin: 5px 1.5em;
	font-style: italic;
}

/* =4: Layout Divs */

/* = Branding */
#branding h2, 
#branding ul,
#navigation-main h2,
#site-info h2 { display: none;}

/* =Site container */

#container {
	width: 760px;
	margin: 0;
	text-align: left;
}

/* =Main navigation */

#navigation-main {display: none;}

/* =Side navigation */

/* =Supplementary navigation */

/* =Main content */

#content-main {	margin-bottom: 20px;}

.copy-main,
.feature,
.front-page,
.new-product,
.products { float: left;}

/* =Sub content */

#content-sub { display: none;}

/* =Page foot */

#site-info p {margin: 20px 0; float: left; width: 100%;}

#site-info ul { display: none; }




