body {
	background-color: #F0E0D0;
	color: purple;
	font-family: Calibri;
	text-align: left;

}
ol {
	list-style-type:none;
	margin: 0;
}
a, a:hover, a:visited, a:active {
	color: purple;
	text-align: left;
	text-decoration: none;
	font-family:  Calibri;
}
dl, li, ol, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, input, title {
	margin:0;
	padding:0
}
ul {
	margin:0px 4px 0px 4px;
	padding:0;
	font-family:  Calibri;
}
.block {
	border: 6px solid #A05020;
	width: 1000px;
	height: 800px;
	margin:auto;
	top: 15px;
	position: relative;
	border-collapse: collapse;
	background-color: #d0b090;
	
}
.block-adjustable {
	border: 6px solid #A05020;
	width: 1000px;
	height: auto;
	margin:auto;
	top: 15px;
	position: relative;
	border-collapse: collapse;
	background-color: #d0b090;
	padding: 20px;
	
}

tr.sep {
	height: 100px;
}
.post {
	border-bottom: 1px dotted purple;
}
.left {
	text-align: left;
	margin-left: 0px;
	top: 125px;
	position: absolute;
	padding: 0px;
	width: 400px;
	height: 600px;
	border: 3px solid #B05020;
	left: 50%;
	margin-left: -400px;
}
.right {
	text-align: left;
	top: 125px;
	left: 50%;
	position: absolute;
	margin: -0px 5px 0px 20px;
	padding: 0px;
	width: 400px;
	height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
}
.headertext, .headertext2, .headertext3 {
	font-family:  Calibri;
	font-size: 72px;
	color: purple;
	line-height: 80%;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.headertext {
	margin-top: 35px;
	text-align: left;
}
.headertext2 {
	margin-top: 0px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	width: 400px;

}
.headertext3 {
	margin-top: 35px;
	text-align: center;
}
.cookieName {
	color: purple;
	font-family:  Calibri;
	text-align: center;
	font-size: 20px;
}
a.singleLink {
	color: purple;
	font-family:  Calibri;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	margin-left: 35px;
}

#container {
	width: 800px;
	text-align: center;
	margin-top: 35px;
	margin: auto;
}
#container2 {
	width: 100%;
	height: 625px;
	text-align: center;
	margin: auto;
	margin-top: 25px;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}
#blockleft {
	width: 400px;
	top: 0px;
	position: relative;
	vertical-align:middle;
	left: 50%;
	margin-left: -400px;
}
#menu {
	width: 380px;
	top: 0px;
	height: 240px;
	position: absolute;
	vertical-align:top;
}
#menulist,#menulist2  {
	margin-left: 115px;
}
#menulist, #menulist a {
	font-family:  Calibri;
	font-size: 32px;
	text-align: left;
	color: purple;
	line-height: 120%;
	margin-top: 250px;
	padding: 0;
}

#menulist2, #menulist2 a {
	font-family:  Calibri;
	font-size: 32px;
	text-align: left;
	color: purple;
	line-height: 120%;
	margin-top: 125px;
	padding: 0;
}
.menufooter {
	position: absolute;
	width:720px;
	height: 20px;
	left: 50%;
	margin-left: -360px;
	top: 770px;
}
.menufooteritem a {
	float: left;
	width: 120px;
	height: 20px;
	text-align: center;
}
.addreview {
	position: absolute;
	width:100px;
	height: 24px;
	left: 50%;
	margin-left: 350px;
	top: 50px;
}
textarea#comment {
	width: 400px;
	height: 350px;
	background-color: #E0C0C0;
}
input#author, input#email {
	background-color: #E0C0C0;
}
input#submit, input#button {
	background-color: purple;
	color: white;
}
ol#commentlist li {
  margin-top: 14px;
	border-bottom: 2px dotted #A05020;
}
  
ol#commentlist li cite{
   padding-bottom: 14px;
}


ol#commentlist {
  margin-bottom: 30px;

}

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }

* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }

.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }



.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle {outline: 0;  left: -8px;  background-color: purple; position: absolute; z-index: 2; width: 20px; height: 40px; cursor: pointer; border: 1px solid white; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: 6px; height: 100px; }
.ui-slider-vertical .ui-slider-handle { margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.ui-widget-content {
	border: 1px solid purple;
	background-color: #A05020;
	width: 6px;
}
.ui-widget-header {
	border: 1px solid purple;
	background: #A05020;

}

