/********************************************************
* Print Style Sheet                                     *
* Yoder's Building Supply, www.goyoders.com             *
* Created on 05/17/2007 by Jonathon Hill                *
*                                                       *
* Copyright 2006 Yoder"s Building Supply                *
*********************************************************/

/* Hidden for print */
#tophead, #search, #bottomhead, #footer, #sidebar, .subnav1, .subnav2, .subnav3 {
  display:none !important;
}
form { display:none !important; }
.noprint, .button, .careers { display:none !important; }

/* Typography & Colors
---------------------------------------------------------------------- */
body {
  font-family: serif;
  font-size:12pt;
}

a { color: #a9a848; }
a img { border:none; }
a.hidden { text-decoration: none; }
a#print { display:none; }

h1, h2, h3, h4, h5, h6 {
  color:black;
  font-family:Georgia, Garamond, "Times New Roman", serif;
  font-weight:bold;
  /*border-bottom:1px solid #ffa740;*/
  margin-top:25pt;
}
h1 { font-size:20pt; }
h2 { font-size:16pt; }
h3 { font-size:14pt; }
h2 + h3 { margin-top:0; }

sup { font-size: 50%; line-height: 0; vertical-align: text-top; }

table {	border: 1px solid black; border-collapse: collapse; }
td { border: 1px solid silver; padding: 5px; }


/* Structure
---------------------------------------------------------------------- */

/* Header center area styles */

#logo { float:right; margin: 10px 0 15px 15px; }

#content, #content1 { margin-top:50px; }

.feature3, .feature4 { clear:both; }
.feature4 img {
  float:left;
  margin: 0 10pt 20pt 0;
}
.feature4 ul { list-style-position:inside; }
.feature4 ul li { margin-left:20px; }

/* Sidebar */

#sidebar_right {
  clear:both;
  margin:25px 0 0 0;
  padding:0;
  border-top:1px dashed black;
}
#sidebar_right > h2 { margin-top:15px; }
#sidebar_right a:link:after, #sidebar_right a:visited:after {
  content: " (" attr(href) ")";
}
#sidebar_right a[href^="/"]:after {
  content: " (http://www.goyoders.com" attr(href) ")";
}

/* Content area styles
---------------------------------------------------------------------- */

/* Typography, colors, backgrounds */

.underline { border-bottom:1px solid #ffa740; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }

img { border:1px solid black; }
img.left { display:inline; margin-right:15px; margin-bottom:15px; }
img.right { display:inline; margin-left:15px; margin-bottom:15px; }

.imageblock {
	display:block;
	text-decoration:none;
	font-size:10pt;
	width:200px;
	margin:20pt;
	margin-top:0;
}
.imageblock img { margin-bottom:10px; border:1px solid black; }
.imageblock label {
	clear:both;
	display:block;
	font-style:italic;
	color:#a9a848;
}
.imageblockleft { float:left; margin-left:0; }
.imageblockright { float:right; margin-right:0; }

/* Special Cases */

.bio_navbar { display:none; }
.bio_header { margin-top:40px; }
.bio_header a.img {	float: left; margin-right: 20px; border:1px solid black; }
.bio_header h1 { margin: 15px 0 5px 0; }
.bio_header h2 { margin: 0 0 10px 0; clear: none; }
.bio_header ul.contact { list-style-type: none; }
.bio_header .label { font-weight:bold; }
.bio_text { clear:both; padding-top:1px; }


/* Lists
---------------------------------------------------------------------- */

dt {
	color:black;
	font-family:Georgia, Garamond, "Times New Roman", serif;
	font-size:16pt;
	font-weight:bold;
	margin: 15pt 0 10pt 0;
	clear:both;
}
dd { margin-left:0; }
dd.img { float:left; margin-right:15px; margin-bottom:15px; display:inline; }
dd p { margin-top:0; }

/* Special Cases */

dl.tour dt.title { clear:none; }
dl.tour dt.title a { color:black; text-decoration: none; }
dl.tour dt.img { clear: both; }
dl.tour dt.img img { float:right; display: inline; margin: 5px 0 15px 20px; }

.productsections ol {
	color:black;
	font-family:Georgia, Garamond, "Times New Roman", serif;
	font-size:16pt;
	font-weight:bold;
	margin: 15pt 0 10pt 0;
}

dl#productgallery dt { display:none !important; }
dl#productgallery h3 { margin:12pt 0 4pt 0; }

#productindex h2 { clear:both; }
#productindex dl {
	display:block;
	float:left;
	border:1px solid #d3c9aa;
	padding:8px;
	width:150px;
	margin:0 0 20px 0;
}
#productindex dl.left, #productindex dl.center { margin-right:15px; }
#productindex dl.right { margin-right:0; margin-left:0; }
#productindex dt {
	text-align:center;
	margin: 0 0 4pt 0;
	font-size:11pt;
}
#productindex a {
	color:black;
	text-decoration:none;
}
#productindex dd {
	display:block;
	margin:auto;
	margin-top:8px;
}
