/*
	Theme Name: LoonRoom Theme
	Theme URI: http://OrtonPark.org
	Description: LoonRoom 4 WordPress Theme 3
	Version: 3.0
	Author: T. R. Loon
	
*/

@charset "UTF-8";
body {
	font-family: "Comic Sans MS", cursive, sans-serif;
	color: #FF0;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;/*	background-image:url(images/bacgrd.JPG);
*/}
.background1 {
	background-image: url(../img/bacgrd.JPG);
}
.background2 {
	background-image: url(../img/bacgrd2.JPG)
}
a:link {
	text-decoration: none;
	color: #0F0;
}
a:visited {
	text-decoration: none;
	color: #0F0;
}
a:hover {
	text-decoration: none;
	color: #F0F;
}
a:active {
	text-decoration: none;
	color: #F00;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
/*	margin: 10px;
*/	font-family: font-family:"Comic Sans MS", cursive, sans-serif;
	font-weight: bold;
	line-height: inherit;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 40px;
	font-style: normal;
	text-shadow: 4px 4px 4px #000000;/*line-height: 29px;*/
}
h2 {
	font-size: 32px;
	/*	font-style: normal;
*/	text-shadow: 3px 3px 3px #000000;
}
h3 {
	font-size: 18px;
	font-style: normal;
	text-shadow: 2px 2px 2px #000000;
}
p {
	font-size: inherit;
	font-style: normal;
	text-shadow: 1px 1px 1px #000000;
	line-height: inherit;
	margin-left: 10px;
}
a {
	color: #0088cc;
	text-decoration: none;
}
/*horizontal nav rules for wp*/
#nav {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;/*	float: left;
*/}


#nav ul {
	padding: 0px;
	margin: 0px;
	width: 800px;
}

#nav ul li {
	float: left;
	list-style-type: none;
	position: relative;
	background-color: 9933cc;
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #66ff33;
	text-shadow: 2px 2px 2px #000000;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 20px;
	padding-right: 30px;
	width: 100px;
}
#nav ul li a:hover {
	color: #FF00FF;
}
#nav ul ul {
	display: none;
	height: auto;
	width: 100px;
	z-index: 99999;
	font-size: 15px;
	margin-top: 18px;
	background-color: #371280;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 110px;
}
#nav ul ul li a {
	padding-bottom: 5px;
	display: block;
	background-color: #9932C9;
	width: 65px;
	padding-top: 5px;
	font-size: 13px;
	margin-bottom: 3px;
	color: #66FF33;
}
#nav ul ul li a:hover {
	color: #FF00FF;
}
/*vertical navigation for WP*/
#nav2 {
/*	position: absolute;
	left: 50px;
	top: 150px;
	width: 150px;
	height: 300px;
	z-index: auto;
*/
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;}
#nav2 ul	{
	margin:0;
	padding:0;
}
#nav2 ul li	{
	list-style-type:none;
}
#nav2 ul li	a {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	color: #66ff33;
	text-shadow: 2px 2px 2px #000000;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 20px;
	padding-right: 30px;
	width: 100px;
}
/*end wp nav rules*/

#logo h1 {
	background-image: url(../img/header.jpg);   /* your logo or image */
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;   /* moves the text within the h1 tag out of view */
	height: 171px;   /* height of graphic. very important */
	width: 900px;   /* width of graphic. very important */
}
#logo_sm h1 {
	background-image: url(../img/TRL_Logo2_sm.png);   /* your logo or image */
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;   /* moves the text within the h1 tag out of view */
	height: 100px;   /* height of graphic. very important */
	width: 99px;   /* width of graphic. very important */
}
.container {
	width: 95%;
	max-width: 1152px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	/*	background-color: #9933cc;
*/	/*background-image:url(img/bacgrd.JPG);*/
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}
/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
footer {
	margin-left: 10px;
	background-color: #371280;
	width: 800px;
}
.header {
/*background-image:url(../img/header.jpg);*/
}
#nav ul li.current_page_item a {
	background-color: #6633CC;
}
