html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0; /* CSS Reset */
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	font: inherit inherit 100% inherit;
	color: #FFF;
}

:focus {outline:0;
}

body {
	line-height:1;
	color:#336;
	background:black;
}

ol, ul {
		font:"Times New Roman", Times, serif;
list-style:none;
}

table {border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:close-quote;
}

blockquote, q {
	quotes: "" "";
}

html, body {
	/*height:100%;*/ /* adds scrollbar so all pages have one so page does not appear to jump */
	margin-bottom:1px;
}	

	

@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #FFF;
	background:#000 url(Images/box-top-black-gradient.jpg) repeat-x left top;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 59.375em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 0.8em;
} 
#header ul {
	float: right;
	margin-right: 4.5em;
}

#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 96px;
	background: url(Images/WDBI-Graphics/Header-BillReynerCa_Purple-flag-shaped.gif) no-repeat .25em 3em;
	text-align: center;
} 
#header h1 {
	font-size: 2em;
	color: #FFF;
	padding: 5px;
	margin: 0em;
	text-align: center;
}
#header h2 {
	margin: 0em 0em 0em 3.8em;
	text-align: center;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar1 {
	float: left;
	width: 13em; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 1.5em;
	background: url(Images/box-top-black-gradient.jpg) repeat-x;
	background: #000;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	
	border-top: 0px none;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	
	border-radius: 10px;
}
#space-top-sidebar1 {
	height:9px;
	background: url(Images/box-top-black-gradient.jpg) repeat-x;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#sidebar2 {
	float: right;
	width: 13em; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0.7em .8em 1em 1.5em; /* top and bottom padding create visual space within this div */
	background: url(Images/box-top-black-gradient.jpg) repeat-x;
	border-top: 0px none;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-radius: 10px;
}
#sidebar2  h1
{
	font-size: 1.2em;
	padding-top: 4px;
	}
/*#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; the left and right margin should be given to every element that will be placed in the side columns 
	margin-right: 10px;
	border-color: #999;
}*/

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
	margin: 0em 16.5em 1.5em 14em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 1em;/*with this color border - looks like slight shadow almost 3d*/
	background: url(Images/box-top-black-gradient.jpg) repeat-x left top;
	border-top: 0px none;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-radius: 10px;
}
#mainContent h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	border:none;
	padding: 0px;
	margin: 0px;
}

#mainContent ul, ol {
	float:left;
	clear:none;
	display:block;
	}
#mainContent li {
	background:none;
	width: 100%;
	padding-top: .5em;
	padding-right: 0px;
	padding-bottom: .5em;
	padding-left:0;
}

/*
#wdbimenu img {
		-moz-opacity: 0.5;
		-webkit-opacity: 0.5;
		-o-opacity: 0.5;
		opacity: 0.5;
		-moz-transition: opacity .25s ease-in;
		-moz-transition: opacity 1.5s ease-out 0.1s;
		-webkit-transition: opacity .25s ease-in;
		-webkit-transition: opacity 1.5s ease-out 0.1s;
		-o-transition: opacity .25s ease-in;
		-o-transition: opacity 1.5s ease-out 0.1s;
		transition: opacity .25s ease-in;
		transition: opacity 1.5s ease-out 0.1s;
		}
			
#wdbimenu a:hover img, #wdbimenu a:focus img { 
		-moz-opacity: 0.8;
		-webkit-opacity: 0.8;
		-o-opacity: 0.8;
		opacity: 0.8;
		}*/
		
		

#mainContent a, #mainContent a:link, #mainContent a:visited {
	font: .95em "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
	display: block;	
	
	-moz-transform: scale(1);
	-webkit-opacity: scale(1);
	-o-opacity: scale(1);
	transform: scale(1);
	
	-webkit-transition: all 2s ;
	transition: all 2s ease-in;
	/*-moz-transition: scale .25s ease-in, rotate .25s ease-in;
	-moz-transition: opacity 1.5s ease-out 0.1s;
	-webkit-transition: opacity .25s ease-in;
	-webkit-transition: opacity 1.5s ease-out 0.1s;
	-o-transition: opacity .25s ease-in;
	-o-transition: opacity 1.5s ease-out 0.1s;
	transition: scale .25s ease-in, rotate .25s ease-in;
	transition: opacity 1.5s ease-out 0.1s;*/
	}

#mainContent a:hover, #mainContent a:active, #mainContent a:focus {
	color: #FFF;
	background: url(none) no-repeat 0px 0%;
	text-decoration:underline;
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	}
#mainContent img {
	float: right;
	height: 27.265em;
	width: 18em;
	padding: 4px 0px 1px 4px;
		}




#footer {
	margin: 0em 16.5em 1.5em 14em; /* this margin matches mainContent div */
	padding: 0em;/* this padding matches mainContent div */
	background:url(Images/box-top-black-gradient-rev-rounded.gif) no-repeat center bottom;
	text-align: center;
	font: 0.75em Helvetica, Arial, Verdana, sans-serif;
	color: ccc;
} 
#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1em;
}
#footer li {
	width: 100%;
	}
#footer a, #sidebar1 a:link, #sidebar1 a:visited {
	font: 1em Helvetica, Arial, Verdana, sans-serif;
	color: #CCC;
	text-decoration:none;
	display:inline;
	}
#footer a:visited {
	color:#FF0;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #fff;
	font-size:1em;
	text-decoration:underline;
}

/* Miscellaneous classes for reuse */
.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 */
	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;
}

#mainContent h2 {
	font: normal 1.3em/1.2 Helvetica, Arial, Verdana, sans-serif;
	padding: 0px;
	text-align:center;
	font-stretch:expanded;
	margin: 0px;
}

#mainContent h3 {
	font: bold small-caps normal 1.3em/1.2 Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	color: #FF0;
	letter-spacing: .2em;
	margin: 0px;
	padding: 10px 0px 0px;
}

h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding-top: .7em;
}

p {
	margin-top: .4em;
	margin-bottom: .7em;
	font: 1em/1.5 "Lucida Grande", Verdana, Arial, Helvetica, serif;
}
#header li {
	display: inline;
	padding-right: .3em;
	padding-left: 1.5em;
}
#header a:link, #header a:visited {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
	font-size: 1em;
	line-height: 1.5;
	color: #fff;
	text-decoration: none;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: opacity 0.1s  ease-in;
	-moz-transition: opacity 2.0s ease-out 0.1s;
	-webkit-transition: opacity 0.1s ease-in;
	-webkit-transition: opacity 2.0s ease-out 0.1s;
	-o-transition: opacity 0.1s ease-in;
	-o-transition: opacity 2.0s ease-out 0.1s;
	transition: opacity 0.1s ease-in;
	transition: opacity 2.0s ease-out 0.1s;
	}
#header a:hover, #header a:active, #header a:focus {
	color: 95b2e3;
	text-decoration: none;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.this_page {
	color:#555;
	font: normal 1em/1.5 "Lucida Grande", Verdana, Arial, Helvetica, serif;
	}
.deco {
	background-image: url(dots.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.deco_index {
	background-image: none;
	}
.deco_this_page {
	color:#555;
	font: normal 1em/1.5 "Lucida Grande", Verdana, Arial, Helvetica, serif;
	background-image: url(dots.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



#NavBarHeader {
	text-align: center;
}
#sidebar1 li {
	background: #333 url(nav_back.jpg) repeat left bottom;
	width: 100%;
	margin-bottom: .2em;
}
#sidebar1 a, #sidebar1 a:link, #sidebar1 a:visited {
	font: .95em "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: fff;
	text-decoration:none;
	display: block;
	padding: .5em 1em .3em 1.5em;
	-moz-opacity: 0.4;
	-webkit-opacity: 0.4;
	-o-opacity: 0.4;
	opacity: 0.4;
	-moz-transition: opacity 0s ease-in;
	-moz-transition: opacity 1.5s ease-out 0.1s;
	-webkit-transition: opacity 0s ease-in;
	-webkit-transition: opacity 1.5s ease-out 0.1s;
	-o-transition: opacity 0s ease-in;
	-o-transition: opacity 1.5s ease-out 0.1s;
	transition: opacity 0s ease-in;
	transition: opacity 1.5s ease-out 0.1s;
}

#sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus {
	color: a23378;
	background: url(arrow.gif) no-repeat 4px 50%;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-o-opacity: 1.0;
	opacity: 1.0;
}

/*
#wdbimenu img {
		-moz-opacity: 0.5;
		-webkit-opacity: 0.5;
		-o-opacity: 0.5;
		opacity: 0.5;
		-moz-transition: opacity .25s ease-in;
		-moz-transition: opacity 1.5s ease-out 0.1s;
		-webkit-transition: opacity .25s ease-in;
		-webkit-transition: opacity 1.5s ease-out 0.1s;
		-o-transition: opacity .25s ease-in;
		-o-transition: opacity 1.5s ease-out 0.1s;
		transition: opacity .25s ease-in;
		transition: opacity 1.5s ease-out 0.1s;
		}
			
#wdbimenu a:hover img, #wdbimenu a:focus img { 
		-moz-opacity: 0.8;
		-webkit-opacity: 0.8;
		-o-opacity: 0.8;
		opacity: 0.8;
		}*/
.quoteslink li {
	background:none;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	text-decoration:none;
	text-align:left;
	border:none;
}
.quoteslink a, .quoteslink a:link, .quoteslinks a:visited {
	color:#F00;
	text-decoration:none;
	display:inline;
}
.quoteslink a:visited {
	color:#FF0;
}
.quoteslink a:hover, .quoteslinks a:active, .quoteslink a:focus {
	color:#fff;
}


#sidebar1 #quotes {
	font-size: .9em;
	background: url(Images/box-top-black-gradient.jpg) repeat-x;
	margin: 0px;
	padding: 0em;
	/*border-top: 0px none;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;*/
}
blockquote {
	font-family:"Times New Roman", Times, serif;
	margin-top: 1.5em;
}
#Bill_quotes blockquote {
	font-size: 1.2em;
	margin: 0em 0.5em;
}
cite {
	background: url(arrow.gif) no-repeat left center;
	padding-left: 16px;
	font: italic 1.4em/1em "Times New Roman", Times, serif;
	margin: 0px;
}
#sidebar2 img {
	float:left;
	height: 16.718em;
	width: 12.75em;
	margin: 0;
	padding: 4px 0px 1px;
}

#sidebar1  h3, #sidebar1 p{
	margin: 0em 0.5em;
}

.date {
	color: #FF0;
	background: url(arrow.gif) no-repeat left center;
	margin: 0em;
	padding-left: 12px;
}
.info {
	margin-top: 0.2em;
	margin-bottom: .5em;
	border-bottom: 1px dotted #CCC;
}
.FisrtDateSidebar1 {
	color: #FF0;
	background: url(arrow.gif) no-repeat left center;
	margin: 0em;
	padding-left: 12px;
	}
.IndentText {
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0;
	letter-spacing: .5em;
	text-align: center;
}
#Buy_at {
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0;
	letter-spacing: .5em;
	text-align: center;
}
#buy_from
 {
	font-weight:normal;
	color: #fff;
	letter-spacing:normal;
	text-align:left;
	padding: 0em 1em;
}
.IndentTextShorter {
	letter-spacing: .3em;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0;
	text-align: center;
}
.IndentParagraph {
	text-indent: 2em;
}
.IndentParaWithLine {
	text-indent: 2em;
	border-bottom: #CCC thin dotted;
}
.Question {
	font-size: 1.5em;
	font-style: oblique;
	color: #F00;
	line-height: 0.8em;
}
.Answer {
	font-size: 1.5em;
	font-style: oblique;
	color:#0F0;
	line-height: 0.8em;
}
.Center_Stretch_Title {
	text-decoration: none;
	letter-spacing: .2em;
	text-align: center;
}
#sidebar2 #Bookend img {
	height: 18.2em;
	width: 12em;
	float: left;
}
#Bookend {
	margin: 0px;
	padding: 0em 0em 0.5em;
	float: left;
	width: 12px;
	height: 18.2px;
}
.Author_Desription {
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
	margin: 0px;
	padding: 0px 1px 1.2em 0px;
	line-height: 100%;
}
.info_Last_Item {
	margin-top: 0.2em;
	margin-bottom: 0em;
	border:none;
}
#mainContent p {
	margin-top: .4em;
	margin-bottom: .7em;
	font: 1em/1.9 "Lucida Grande", Verdana, Arial, Helvetica, serif;
}
.SubTitle_No_Paddingtop {
	letter-spacing: 1px;
}

#mainContent img {
	float: right;
	height: 27.265em;
	width: 18em;
	padding: 0.3em 0em 0.3em 0.3em;
}
#mainContent #Advert-Canadian {
	float:none;
	height:auto;
	width:auto;
	padding: 0;
	}
#mainContent #Advert-Canadian img {
	float:none;
	height: 21.1em;
	width: 28em;
	padding: 0em 0em .3em;
	}


.quotations{
	font: normal 1em/1.7 "Lucida Grande", Verdana, Arial, Helvetica, serif;
	color: #FFF;
}
#Bill_quotes {
	font-size:0.9em;
	}
.quotes_italic {
		font-style:italic;
	}
	.quotes_curly {
		font-family:"Times New Roman", Times, serif;
	}
.quotes_curly_yellow {
		font-family:"Times New Roman", Times, serif;
		color:#FF0;
	}
	
#FlashID
	{
	float:left;
	top: 0em;
	left: .5em;
	padding: 0em;
	margin: 0;
	}
#mainContent #Advert-buy4 {
	float:none;
	height:auto;
	width:auto;
	padding: 0 0 0 .5em;
	}
	
#fan_support {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-radius: 10px;
	padding-bottom: 10px;
	}	
#fan_support_index {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-radius: 10px;
	padding-bottom: 10px;
	margin: 0px 10px;
	}	

	

