@charset "utf-8";
/*		RESET

*/

* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
	background-image: url(images/razzleberry-bg-tile-50.jpg);
	background-repeat: repeat;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(../Images/razzleberry-bg-tile-50.jpg);
	background-repeat: repeat;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal inside;
}
a {
	outline: none;
	text-decoration: underline;
	color: #336666;
}
a img {
	border: none;
}
img {
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
/*Typography*/

p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
h1 {
	font-size: 2.2em;
	border-bottom: medium dotted #555697;
	margin-bottom: 0.75em;
}
blockquote {
	font-style: italic;
	font-size: 1.2em;
	background: #ebebeb;
	padding: 30px;
	margin: 10px;
	border: 2px dotted #555697;
	position: relative;
}
iframe	{
	position: absolute;
	left: 124px;
	top: 29px;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0.75em;
	border-bottom: medium dotted #555697;
}
h3 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #555697;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	margin: 30px auto;
	background-color: #FFFFFF;
}
#header {
	height: 100px;
	background-image: url(images/header-800x100.jpg);
}
#header h1 {
	text-indent: -99999px;
	border-bottom: none;
}
#navigation {
	background-color:#555697;
	width: 100%;
	float: left;
}
#navigation ul {
	margin-top: .5em;
	margin-bottom: 0.5em;
	text-align: center;
}
#navigation li {
	display: inline;
	border-right: 1px solid white;
	padding: 0 1em;
	color: #ccccff;
	font-weight: bold;
	font-size: 1.2em;
}
#navigation li.last {
	border-right-style: none;
}
#navigation li a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #ccccff;
}
#mainContent-wrap	{
	background: url(images/graycolumn.gif) repeat-y;
	min-height: 30px;
}
#sidebar1 {
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ebebeb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	float: right;
}
#sidebar1 blockquote {
	padding: 8px;
	font-style: italic;
	border: 2px dotted #555697;
}
img.center {
	display: block;
	padding: 6px;
	margin: 0 auto 1.5em auto;
	border: 2px dotted #bbb;
	float: none;
	clear: both;
}
img.center-noborder-portrait {
	display: block;
	border: 0px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
img.center-noborder {
	display: block;
	border: 0px;
	float: none;
	margin-top: 3.5em;
	margin-right: auto;
	margin-left: auto;
}
#calendar {
	width: 170px;
	margin-left: auto;
	margin-right:auto;
}
#calendar table {
	width: 100%;
	border: 1px;
	border-color:#CCCCCC;
}
#calendar td {
	text-align: center;
	border: 1px solid #cccccc;
	padding: 1px;
	height: 20px;
}
#mainContent #groups table {
	background-color: #FFFFFF;
}
#mainContent #groups h3 {
	border-bottom: thin solid #555697;
}
#groups table {
	font-size: 14px;
	text-align: center;
	border: thin solid #cccccc;
	margin: 0 auto;
}
#groups table td {
	border: thin dotted #CCCCCC;
	padding: 3px;
}
.booked {
	background: #555697;
	color: white;
}
#calendar caption {
	color: #555697;
	font-size: 1.2em;
}
#mainContent {
	margin: 0 10px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0 10px 10px;
	background-color: #FFFFFF;
	width: 570px;
	float: left;
	clear: right;
}
#sidebar1 table {
	margin-right: 20px;
}
#footer {
	background:#DDDDDD;
	padding: .2em;
	border-top: thin solid #555697;
}
#footer p {
	font-size: 12px;
	margin: 10px 10px;
	text-align: center;
}
#footer a {
	color: #555697;
}
#footer a:hover	{
	font-weight: bold;
}
#footer ul {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	height: 12px;
}
#footer li {
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #555697;
	line-height: 12px;
	font-size: 12px;
}
#footer li:last-child {
	border-right-style: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.last {
	border-right: none;
}
.tentative {
	background-color: #FFCCCC;
}
