/* OPENERS PAGE STYLES */

p.openers							{ padding: 10px 20px 0px 20px; text-align: left;}
h2.openers2						{ font-size: 1.0em; font-weight: bold; color: #fff; text-align: left; padding: 4px 0px 0px 36px; margin: 5px 0px 0px -18px;   
								  height: 29px; width: 400px; display: block; background: url(../images/h2-bg.png) no-repeat; 
								  text-shadow: 0px 1px 0px #3d3d3d; 
								  -moz-border-radius: 0px 3px 10px 0px; -webkit-border-radius: 0px 3px 10px 0px; }

.article-area					{ width: 550px; float: left; padding-right: 20px; text-align: left;  }
.sidebar						{ width: 295px; display: block; float: right; background: #e8ecef; margin-right: 15px; margin-top: 20px;
				  				  -moz-border-radius: 8px;-webkit-border-radius: 8px; }
.sidebar img					{ padding-top: 20px;  padding-bottom: 20px; }
p.sidebar-text					{ font-family: Georgia, times, serif; font-size: 1.3em; font-weight: 100; letter-spacing: 1.5px; font-style: italic; line-height: 1.0em; text-align: center; 
								  padding-left: 6px; padding-right: 6px; }
span#hgtv						{ width: 105px; height: 50px; display: block; background: url(images/hgtv_logo.png) top center no-repeat; }

.hgtv							{ background: url(../images/hgtv_logo.png) bottom right no-repeat; width: 500px; }

ul.openers						{ list-style: circle; margin-left: 40px; }
ul.openers li					{ padding: 5px 20px 5px 20px; cursor: default; }
ul.openers li:hover				{ background: #e8ecef; -moz-border-radius: 6px; -webkit-border-radius: 6px; text-shadow: 0px 2px 0px #fff; }
ul.openers li a:hover			{ text-decoration: none; }

