@charset "UTF-8";
body  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #81b5cf;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h2 {
	font-size:110%;
}
h3 {
	font-size:95%;
	padding:5px 0 0 0;
}
#container { 
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*This is the top menu- - - - - - - - -*/
#menu {
	float:left;
	width:100%;
	background:#fff;
	line-height:normal;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding:0 0 10px 0;
}
#menu ul {
	margin:0;
	padding:5px;
	list-style-type:none;
}
#menu ul li {
	float:left;
	margin:0;
	padding:0;
}
#menu a {
	float:left;
	display:block;
	padding:8px 50px 8px 49px;
	text-decoration:none;
	color:#006599;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}
#menu li a:hover, #menu li a:active, #menu li a:focus {
	color:#96120d;
}
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
	#menu a {float:none;}
  /* End IE5-Mac hack */
  
/*Styles the main content area - - - - - - -  */
#mainContent {
	margin: 0 330px 0 0;
	padding:0 20px;
	background: #FFFFFF;
}
#mainContent p {
	font-size:90%;
	margin: 10px 0;
	line-height: 150%;
	}
#mainContent a { 
	text-decoration: none;
	color:#006599;
	}
#mainContent a:hover, #mainContent a:active, mainContent a:focus {
	color:#96120d;
	}
#mainContent ul {
	margin: 0 0 8px 20px;
	list-style: url(images/global/sparklet.png) none outside;
	}
#mainContent ul li {
	line-height: 120%;
	padding: 0 0 6px 0;
	}

#mainContent p .tab {
	position:relative;
	left:45px;
}
#mainContent p .indent {
	position: relative;
	left:30px;
}
/*Right sidebar*/
#sidebar1 {
	float: right; 
	width: 20em;
	background: #fff;
	padding: 15px 0;
}
#sidebar1 h3, #sidebar1 p, #WideSidebar h3, #WideSidebarp {
	margin-left: 10px;
	margin-right: 10px;
}
/*Wide right sidebar for Riff review*/
#WideSidebar {
	float: right; 
	width: 28.5em;
	background: #fff;
	padding: 15px 0;
}
/*For review boxes in right sidebar*/
.box {
	width:93%;
	background: #eee;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	font: 89% "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #666;
}
.box p  {
	color:#000;
   	padding:0.4em;
   	margin-left:10px;
  	margin-right:10px;
	line-height:1.5em;
}
.box h3 {
	font-size:110%;
	color:#333;
	text-align:center;
	border-bottom: 1px solid #fff;
	margin-left:10px;
	margin-right:10px;
	padding: 10px 0 3px 0;
}
/*For wide review for Riff*/
.wideBox {
	width:95%;
	background: #eee;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	font: 89% "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #666;
}
.wideBox p  {
	color:#000;
   	padding:0.4em;
   	margin-left:10px;
  	margin-right:10px;
	line-height:1.5em;
}
.wideBox h3 {
	font-size:110%;
	color:#333;
	text-align:center;
	border-bottom: 1px solid #fff;
	margin-left:10px;
	margin-right:10px;
	padding: 10px 0 3px 0;
}
.reviewer {
	display:block;
	margin: 6px 0 10px 50px;
	}
blockquote {
	color:#fff;
	line-height:1.4em;
	padding:.5em;
   	margin-left:10px;
  	margin-right:10px;
}

img {
	border:1px solid #ccc;
	padding:5px;
}
img a {
	border:none;
}

.imageCaption {
  width: 100%;
  margin: 0.2em;
  padding: 0.2em;
}
.imageCaption p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#006599; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:80%;
	color:#fff;
	text-align:center;
}

.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: 50px;
}
.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;
}

