/*
Gary Hollands - solriche - 2009 - for www.teamregencyflowers.co.uk
This stylesheet is available under the terms of the GNU General Public License as published by
the Free Software Foundation - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/
*{
	margin: 0;
	padding: 0;
}
html,body{
	font-family: "lucida grande", "lucida sans unicode", "bitstream vera sans", arial, sans-serif;/*mac,windoze,linux*/
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	line-height: 1.5;
}
/*-------------------------Page layout boxes etc-------------------------*/
#header img{
	display: none;
}
a{
	border: 0;
	text-decoration: none;
	color: rgb(0,0,0);
}
#header h1{
	font-family: georgia, "DejaVu Serif", "bitstream vera serif", serif;/*mac/windoze,linux*/
	font-size: 150%;
	float: left;
	width: 100%;
}
/*-----------------------------Menu-----------------------------*/
#menu_bar{
	display: none;
}
/*-----------------------------Content-----------------------------*/
#content p{
	font-size: 90%;
}
#content ul{
	list-style-type: circle;
	margin: 0.25em 0 0.25em 2em;
}
#content ul li{
	font-size: 90%;
}
#work_example{
	float: left;
}
#work_example img{
	float: left;
	width: 20em;
	height: 16em;
	margin: 0.5em 1em 0 0;
}
#home_page_text_intro{
	float: left;
	width: 52%;
}
#text_intro h2{
	font-size: 100%;
}
#home_page_text_intro h2{
	font-size: 100%;
}
#event_descriptions{
	display: none;
}
/*-----------------------------Footer-----------------------------*/
#footer{
	float: left;
	clear: both;
	width: 100%;
	margin: 0.75em 0 0 0;
	border-top: 1px solid rgb(100,100,100);
}
#footer p{
	font-size: 90%;
}
/*-------------------------Thumbnail viewer-------------------------*/
#thumbBox, #thumbLoading{
display: none;
}
/*-------------------------Misc-------------------------*/
img{
	border: 0;
}
@media print{
	page{
		  margin: 15mm 10mm 10mm 10mm;
	  }
}
