/*
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", arial, "bitstream vera sans", sans-serif;/*mac,windoze,linux*/
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	line-height: 1.5;
}
/*-------------------------Page layout boxes etc-------------------------*/
#container {
	width: 100%;
	margin: 0 auto 0 auto;
}
#masterbox {
	width: 58em;
	margin: 0 auto 0 auto;
}
#top{
	clear: both;
	height: 128px;
	background: url("../images/head_bg_red_roses.jpg") no-repeat 100% 0%;
}
#header{
	float: left;
	margin: 1.5em 0 0 0;
}
#header img{
	float: left;
	position: relative; top: 0; left: -5px;
}
#header h1 a{
	color: rgb(255,255,255);
	text-decoration: none;
}
#header h1{
	font-family: david, georgia, "DejaVu Serif", "bitstream vera serif", serif;/*mac/windoze,linux*/
	font-size: 200%;
}
#top p{
	float: left;
	clear: both;
	position: relative; top: 0.35em; right: 0;
}
/*-----------------------------Menu-----------------------------*/
#menu_bar{
	float: left;
	position: relative; top: -1em; left: 0;
	clear: both;
	width: 100%;
	margin: 1.5em 0 0 0;
}
#menu_bar .button_left{
	float: left;
	width: 8px;
	height: 24px;
	background: url("../images/button_left.png") no-repeat 0% 0%;
}
#menu_bar .button_middle{
	float: left;
	height: 24px;
	background: url("../images/button_middle.png") repeat-x 0% 0%;
}
#menu_bar .button_right{
	float: left;
	width: 8px;
	height: 24px;
	margin: 0 0.75em 0 0;
	background: url("../images/button_right.png") no-repeat 100% 0%;
}
#menu_bar ul{
	display: inline;
	list-style-type: none;
}
#menu_bar ul li{
	float: left;
	font-size: 90%;
}
#menu_bar ul li a{
	text-decoration: none;
}
#menu_bar .site_name{
	float: right;
	font-size: 95%;
}
/*-----------------------------Content-----------------------------*/
#content{
	float: left;
	clear: both;
	width: 100%;
	margin: 0em auto 1em auto;
}
#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;
	width: 25.5em;
	margin: 0 0.25em 0 0;
}
#work_example img{
	float: left;
}
#home_page_text_intro{
	float: left;
	width: 27.5em;
}
#text_intro{
	float: left;
	width: 31em;
}
#event_descriptions{
	float: right;
	margin: 1.25em 0 0 0;
}
#event_descriptions h3{
	font-size: 90%;
}
#event_descriptions .event_box, #event_descriptions .event_box  h3{
	margin: 0 0 0.5em 0;
}
/*-----------------------------Footer-----------------------------*/
#footer{
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid rgb(100,100,100);
}
#footer p{
	font-size: 90%;
}
.footer_details{
	float: left;
	margin: 0 0 0 0.25em;
}
.footer_contact{
	float: right;
}
.sig_images{
	float: right;
}
.sig_images img{
	margin: 0.25em 0 0 0.25em;
}
/*-----------------------------General CSS-----------------------------*/
a{
	outline: none;
}
.hide{
	display: none;
}
/*------Colors are chosen with consideration for those with visibility disabilities such as deuteranomaly.------*/
a:link{
	color: rgb(204,204,255);
	text-decoration: underline;
}
a:visited{
	color: rgb(255,150,180);
	text-decoration: underline;
}
a:hover{
	color: rgb(255,255,204);
	text-decoration: none;
}
	h1{font-size: 130%;}
	h2{font-size: 120%;}
	h3{font-size: 100%;}
	h4{font-size: 95%;}
	h5{font-size: 90%;}
	h6{font-size: 85%;}
/*------Font Family choices these are the most common and/or close matching fonts across the various operating systems.------*/
.serif{
	font-family: georgia, "DejaVu Serif", "bitstream vera serif", serif;/*mac/windoze,linux*/
}
.fantasy{
	font-family: papyrus, impact, fantasy;/*mac/windoze,linux*/
}
.cursive{
	font-family: "Comic Sans MS", cursive;/*mac/windoze/linux*/
}
pre,code{
	font-family:  Monaco, "Lucida Console", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;/*mac, windoze, linux*/
	color: rgb(80,80,80);
}
pre{
	margin: 0.75em 0.5em 0.75em 0.5em;
}
abbr,acronym{
	border-bottom: dotted 1px rgb(0,0,0);
	cursor: help;
}
img{
	border: 0;
}
