@charset "UTF-8";
/* CSS Document */

body  {
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

.print {
	display: inline;
	text-align:center;
}

.screen {
	display: none;
}

#WLSearchBoxDiv {
display: none;
}

.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

.twoColFixRtHdr #header {
	display: none;
}
.twoColFixRtHdr #navcontainer {
 	display: none;
}
	
.twoColFixRtHdr #sidebar1 {
	text-align: center;
	width: 300px;
	float: right;
	border-width:thin;
	border-style:solid;
	border-color:#000000;
	padding:10px;
	margin: 0 5%;
	padding: 0;
}

#sidebar1 #image{
float:none;
}
.twoColFixRtHdr #footer {
	background: none;
}

.twoColFixRtHdr #sidebar1 #bbar {
	display: none;
}

#content p{
text-align: left;
font-size:14px;
font-family:Georgia, Times New Roman, Times, serif;
}

a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
   }

a[href^="/"]:after {
  	content: " (http://www.thegrandseason.com/thegrandseason" attr(href) ") ";
}
   
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

 #print {
	display:inline;
	width:204px;
	height:70px;
	float: none;
	text-align:center;
}

.author {
font-size:12px;
font-style:italic;
text-align:right;
border-top:thin;
border-top-style:solid;
border-top-color:#333333;
border-top-width:1px;
width: auto;
}

.profile {
font-size:12px;
font-style:italic;
font-weight:bold;
text-align:left;
border-bottom:thin;
border-bottom-style:solid;
border-bottom-color:#333333;
border-bottom-width:1px;
width:auto;
}

.twoColFixRtHdr #mainContent {
	background-image:none;
	text-align:left;
}