
/* ---------- */ 
/* Welcome to mrSimpkins.css */
/* ---------- */ 

/* #a1c9e5 - dark blue */
/* #a0c9e6 - blue */
/* #cee3f2 - light blue */

/* ---------- */ 
/* page */
/* ---------- */ 

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
}

html {
	background: #fff url(../media/background/rtm04.jpg) top center no-repeat;
	background-attachment: fixed;
}

body {
	background: url(../media/grad_grey.png) top repeat-x;
}

#wrapper {
	position: relative; /* needed for footer positioning*/
	margin: auto; /* center, not in IE5 */
	width: 800px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6 treats this as modern css 'min-height' */
	min-height: 100%; /* real browsers */
	background: transparent url(../media/bg.png) ;
}

#wrapper .full{
	width: 100%;
}

#container {
	margin: 0;
}

/* ---------- */ 
/* page header */
/* ---------- */ 

#header {
	display: block;
	margin: auto; /* center, not in IE5 */
	width: 800px;
	height: 60px;
}

#sidemenu {
	
}

#content {
	margin: 0 5px 10px;
	padding: 0 10px 10px;
	display: block;
}

#footer {
	background: url(../media/bottombar.png) top no-repeat;
	position: relative;
	width: 800px;
	display: block;
	clear: both;
	padding: 10px 0;
}

#footer div {
	color: #999;
	text-align: center;
	font-size: 9px;
	padding: 7px 5px;
}

#footer a:link, #footer a:visited {
	color: #999;
}

#footer a:hover {
	color: blue;
}

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

div#navpath {
	font-size: 10px;
	margin: 1em 0;
}

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

div.attention {
	margin: 10px 0;
	border: 1px solid red;
	border-width: 1px 0;
	padding: 5px 0;
	margin: 10px 0;
}

div.attention div {
	font-size: larger;
	height: 32px;
	line-height: 32px;
	margin-bottom: 1em;
}

div.attention div img {
	float: left;
	padding-right: 10px;
}

div.hr {
	border: 0;
	border-bottom: 1px solid red;
	margin: 10px 0;
}

div.hr hr {
	display: none;
	clear: both;
}

div.hr span {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}

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

#summary {
	font-size: 14px;	
}

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

#links td {
	padding: 0 10px 10px 0;
}

#links img {
	border: 1px solid #ddd;
	background-color: white;
	padding: 3px;
}

#links img:hover {
	border: 1px solid black;
}

#weathergizmo * {
	vertical-align: middle;
	font-size: 10px;
}

#who td {
	text-align: center;
}

#lessons td {
	text-align: center;
	padding: 0 5px 5px;
}

#book td {
	padding: 0 15px 10px 0;
}

#calendar {
	position: relative;
	display: inline;
	line-height: 1em;
}

#gallery td {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}

#gallery img {
	border: 1px solid #ddd;
	background-color: white;
	padding: 3px;
}

#gallery img:hover {
	border: 1px solid black;
}

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