/* Start of CMSMS style sheet 'rmhl' */
@charset "UTF-8";
/* CSS Document */

/* global styles */

* {
	border:none;
	margin:0;
	padding:0;
}

html {
	font-family:"Trebuchet MS", "Lucida Sans", sans-serif;
	font-size:1em;
	color:#000;
	line-height:1.2;
}

body {
	background:url(uploads/images/rhml_bg.jpg) top repeat-x #000;
}

#wrap {
	width:960px;
	margin:0 auto;
}

a {
	color:#700;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:focus {
    outline:1px dotted;
}

.clearfix {
	clear:both;
	height:0;
}

.hollyrule {
	height:41px;
	background:url(uploads/images/holly_divider.png) center repeat-x;
	margin:8px 4px;
	clear:both;
}

.imgright {
	float:right;
	margin:8px 0 8px 8px;
}

.imgleft {
	float:left;
	margin:8px 8px 8px 0;
}

/* header styles */

#header {
	height:220px;
	width:960px;
	background:url(uploads/images/header.png) top no-repeat;
}

#header h1 {
	position:relative;
	display:none;
}

#header h2 {
	width:256px;
	float:right;
	margin:80px 32px 0 0;
	font-size:120%;
	text-align:right;
	color:#fff;
}

/* menu styles */

#menu_horiz {
	width:960px;
	height:32px;
	margin:0 auto;
	font-size:100%;
	background:url(uploads/images/menu_bg.gif);
}

.currentpage span {
	font-size:1em; /* reset font size */
	font-weight:400;
	margin:0;
padding:0 10px;
}

#menu_horiz ul {
	display:inline;
	height:32px;
	font-family:Helvetica, sans-serif;
}

#menu_horiz li {
	float:left;
	list-style:none;
	margin:0;
}

#menu_horiz li h3 {
	color:#fff;
	text-align:center;
	padding:0 10px;
	background-image:url(uploads/images/menu_sprite.gif);
	background-position: right bottom;
	line-height:32px;
	height:32px;
	display:block;
}

#menu_horiz li a {
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:0 12px;
	line-height:32px;
/*	background-image:url(uploads/images/menu_sprite.gif);*/
	/*background-position:top right;*/
	display:block;
}

#menu_horiz li a:hover {
	background-position:right bottom;
}

/* content classes & ID's */

#content {
	width:960px;
	background:none;
	padding:10px 0;
}

#main {
	width:730px;
	float:left;
}

#sidebar {
	width:220px;
	float:right;
}

.singleblock {
	width:220px;
	display:inline;
	float:left;
	position:relative;
	margin:auto 10px;
}
#sidebar .singleblock {margin: 0;}

.doubleblock {
	width:460px;
	display:inline;
	float:left;
	position:relative;
	margin:auto 10px;
}

.tripleblock {
	width:720px;
	display:inline;
	float:left;
	position:relative;
}


/* text rules */

hr {
    border:0 #eee solid;
    border-top-width:1px;
    clear:both;
    height:0;
}

h2 {
	font-size:150%;
	color:#fc0;
	font-weight:200;
}

h3 {
	font-size:120%;
	color:#fc0;
	font-weight:200;
}

h4 {
	font-size:110%;
	color:#111;
}

h5 {
    font-size:100%;
	color:#222;
}

h6 {
    font-size:90%;
	color:#113;
}

p {
	font-size:80%;
	color:#fff;
}

ol {
    list-style:decimal;
}

ul {
    list-style:disc;
}

li {
	font-size:80%;
	color:#fff;
	line-height:1.4;
	margin-left:20px
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
margin-bottom:16px;
}

/* speccial classes & ID's */

h2.boxtop {
	background:url(http://ropermountainholidaylights.com/uploads/images/sb_header_bgr.png) right;
	color:#fff;
	display:block;
	font-size:90%;
	height:24px;
	line-height:24px;
	margin-bottom:0;
padding-left:10px;
}

h2.boxtop span {
	background:url(uploads/images/sb_header_bgl.png) left;
	display:block;
	height:24px;
	margin-right:20px;
	padding-left:20px;
}

.boxbody {
	border:solid #700 1px;
	border-top:none;
	padding:10px;
	margin-bottom:4px;
	background-color:#fff;
}

h2.sbboxtop {
	background:url(http://ropermountainholidaylights.com/uploads/images/sb_header_bgr.png) right;
	color:#fff;
	display:block;
	font-size:90%;
	height:24px;
	line-height:24px;
	margin-bottom:0;
}

h2.sbboxtop span {
	background:url(uploads/images/sb_header_bgl.png) left;
	display:block;
	height:24px;
	margin-right:20px;
	padding-left:20px;
}

.sbboxbody {
	border:solid #39810f 1px;
	border-top:none;
	padding:10px;
	margin-bottom:20px;
	background-color:#fff;
}

.sbboxbody p, .boxbody p, .sbboxbody li, .boxbody li {
	color:#000;
}

#buttonbox {
	height:40px;
	width:150px;
	display:block;
}

/* footer classes */

#footer {
	width:960px;
	height:80px;
	background:none;
	margin-top:-20px;
}

#footer p {
	text-align:center;
	font-size:70%;
	color:#fff;
	line-height:80px;
	margin-top:20px;
}

#footer p a {
	color:#fff;
}
/* End of 'rmhl' */