/* td img for the template slices */
td img {
	display: block;
}

/* Quotes in the lefthand sidebar */
.quotes {
	font-size: 24px;
	line-height: 137%;
	color: #957958;
	font-style: italic;
	padding-right: 25px;
	padding-left: 25px;
	clip: rect(-5px,auto,auto,auto);
}

/* Centers images (and other elements in IE) */
.center {
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Required to make images center */
.center img {
	display:inline;
}


/* Right-alignment for sidebar quote */
.quotesName {
	text-align: right;
	padding-top: 3px;
}

/* Centering and offset for copyright footer */
#copyright {
	padding-left: 240px;
	text-align: center;
	font-size: 13px;
	color: #5B260D;
}

/* default font for the page */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* address in sidebar - bottom alignment handled by td */
#address {
	color: #957958;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* alignment and padding for div which contains two-column body table */
#mainBody {
	color: #5B260D;
	padding-left: 100px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	line-height: 155%;
	font-size: 17px;
}

/* formatting for red navigation bar */
.nav {
	font-size: 15px;
	font-style: italic;
	color: #EAE6CB;
	text-align: center;
	letter-spacing: 1pt;
}

a.nav:link {
	color:#EAE6CB;
	text-decoration:none;
}

a.nav:visited {
	color:#EAE6CB;
	text-decoration:none;
}

a.nav:hover {
	color:#EAE6CB;
	text-decoration:underline;
}

a.nav:active {
	color:#EAE6CB;
	text-decoration:none;
}

/* formatting for the page title (in CAPS) */
#bodyHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	background-color: #EAE6CB;
	margin-left: 19px;
	letter-spacing: 0.25em;
	color: #5B260D;
	text-transform: uppercase;
	font-weight: lighter;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	vertical-align: middle;
}

#headerWrap {
	padding: 0px;
}

a:link {
	color: #7D1C0D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7D1C0D;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #5B260D;
}

/* indentation and underline for section headers on pages like Vendors and Wines */
.subHead {
	font-style: italic;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #7D1C0D;
	padding-left:25px;
	padding-bottom: 0px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

/* indentation and fond size for entries on Vendors page */
.vendorInfo {
	text-indent: 25px;
	font-size:15px;
	padding-left: 13px;
	line-height: 17px;
	margin: 0px;
	padding-top: 0px;
}
.wineDesc {
	list-style-type: circle;
	list-style-image: url(img/blt.png);
	font-size: 14px;
}
.yellowBox {
	background-color: #EAE6CB;
	width: 280px;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	list-style-image:url(img/leafBt.png);
	margin-right: auto;
	margin-left: auto;
}

.yellowBox li {
	/*line-height: 36px; */
	padding-top: 6px;
	padding-bottom: 6px;
}
.smallWrapper {
	margin-right: 10px;
	margin-left: 4px;
}

/* Centers the content with a width of 280 in either column without needing to worry about cross-browser support */
.indentPad {
	padding-left: 4px;
}
