/* -------------------------------------------------------------------------------

PRINT STYLE SHEET FOR TINA LOWE

Updated: 26/02/07
Author: David Hall
Email: dave@deliciouslycreative.com

------------------------------------------------------------------------------ */ 


body
{
	font: 100% Garamond, Times, serif;
}


/* -------------------------------------------------------------------------------
=DEFAULT TEXT STYLE
------------------------------------------------------------------------------- */

h1 
{
    font-size: 2.5em;
}

h2 
{
	font-size: 2em;
	font-weight: bold;
	line-height: 1.7em;
}

h3
{
	font-size: 2em;
	font-weight: bold;
	line-height: 1.7em;
	margin-bottom: 3px;
	color: #147EA7;
}

h4
{
	font-size: 1.6em;
	line-height: 1.5em;
	color: #333;
}

h5 
{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 5px;
}

h6 
{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3em;
	color: #333;
	margin: 0 0 5px 0;
}

p 
{
	font-size: 1.3em;
	line-height: 1.6em;
	color: #000;
	margin: 0 0 15px 0;
}

p.nopara 
{
	font-size: 1.3em;
	line-height: 1.6em;
	color: #000;
	margin: 0 0 0 0;
}

p.intro
{
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
}

ul.bullet
{
	font-size: 1.3em;
	line-height: 1.6em;
	color: #147EA7;
	margin: 5px 0 25px 5px;
}

 li.bullet
{
	padding: 0 0 0 4px;
} 

.quote
{
	font-family: times, serif;
	color: #333;
	font-size: 1.4em;
	line-height: 1.5em;
	border-left: 7px solid #66CC00;
	padding: 0 10px;
	margin: 30px 0;
	font-weight: bold;
}

/* ----- URLs after link text ----- */

a:after { content: " [" attr(href) "] " }


/* -------------------------------------------------------------------------------
=NOT TO DISPLAY
------------------------------------------------------------------------------- */

#sideContent,
#skipNav,
#intro,
#topNavBar
{
	display: none;
}


/* -------------------------------------------------------------------------------
=FOOTER
------------------------------------------------------------------------------- */

#footer
{
	clear: both;
	font-size: 1.1em;
	color: #333;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	padding: 15px 0;
    border-top: 1px solid #333;
}


/* ------------------------------------------------------------------------------- 
=Good Night and Good Luck
-------------------------------------------------------------------------------*/









