/*
Theme Name: Brill Communications Custom Theme
Theme URI: http://www.side-project.ca/
Description: Custom-built theme made exclusively for Brill Communications.ca
Version: 1.0
Author: Alan Evanson
Author URI: http://www.side-project.ca/
Tags: flash, cms

*/



* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body {
	background-color:#FFFFFF;
	color:#f69346;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-325px; /* half of container's height */
	float:left;
	}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:650px;
	width:1000px;
	clear:left;
	background-color:#FFFFFF ;
	}
.page-id-827 div#container{
	background-image:url(images/BRILL-communications-home.jpg);
	background-repeat:no-repeat;
}
.entry{
	float:left;
	margin:250px 0 0 50px;
	width:350px;
	font-size:25px;
	font-style:italic;
	line-height:35px;
}
.hot-spot{
	float:left;
	margin:190px 0 0 100px;
}
.click-here{
	float:left;
	margin:0 0 0 375px;
	clear:left;
}
a img{
	border:none;
}
hr {
	display: none;
	}
