/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	/* background image*/
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center;
	background-color: #a0aab1;
	background-image: url(http://pinemills.com/outsideborder.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a {
	color: #6799b1;
	text-decoration: underline;
	/* link text and underline*/
}
a:hover {
	color: #838f96;
	text-decoration: none;
	/* hovering over link text */
}

h1 {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 20px solid #92847b;
	/* controls how wide pink box for titles - what is color code for? */
	color: #42494A;
	/* color of pink box*/
	font-size: 130%;
	font-weight: bold;
	margin: 5px 0;
}

h2{  
    font-size: 130%;
	font-style: italic;
	text-align: center;
	margin: 10px 10px 10px 0px;
}

h3{ 
    font-size: 130%;
    text-align: center;
	margin: 10px 10px 10px 0px;
 }
 
 h4 {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 20px solid #92847b;
	/* controls how wide pink box for titles - what is color code for? */
	color: #B38B84;
	/* color of pink box*/
	font-size: 150%;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	margin: 2px 0px 5px 0px;
}

h5 {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 20px solid #92847b;
	/* controls how wide pink box for titles - what is color code for? */
	color: #B38B84;
	/* color of pink box*/
	font-size: 200%;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	margin: 2px 0px 5px 0px;
}

#column2 ul {
	margin: 10px 0;
}
#column2 li {
	color: #999999;
	list-style: square inside;
	text-indent: 10px;
}

/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
	background-image: url(http://pinemills.com/darkbackgrounda.gif);
	background-image: url(http://pinemills.com/smallcupiv1.jpg);
	background-image: url(http://pinemills.com/smallcupiv3.jpg);
	background-image: url(http://pinemills.com/smallcupiv2.jpg);
	background-image: url(http://pinemills.com/headername.gif);
	background-image: url(http://pinemills.com/selector.gif);
	background-image: url(http://pinemills.com/Images/selector_sub.gif);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
	width: 876px;
	/* width of wrap for content but also changes how far left navigation comes over. Need to figure out how to put padding between left nav & text b/c 880 px is the right amount for navigation to fit in dark grey area*/
}
#header {
	/* header image*/
	color: #e0e0e0;
	font-size: 327%;
	font-weight: bold;
	height: 80px;
	line-height: 65px;
	text-indent: 33px;
	background-image: url(http://pinemills.com/pmphead.gif);
	background-repeat: no-repeat;
	background-position: center;	/* indent for header text*/
}
#nav {
	padding-bottom: 10px;
	width: 182px;
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
#nav ul li {
	display: inline;
	line-height: 16px;
	/* height of left navigation menu buttons*/
	list-style: none;
	
}
#nav ul li a {
	border-bottom: 1px solid #666;
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 169px;
	/* width of left navigation menu buttons*/
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: #666 url(http://pinemills.com/selector.gif) center right no-repeat;
	/* hover image for navigation menu buttons*/
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 10px;
	/* height of submenu buttons*/
	border-bottom: none;
	
}
#nav ul ul li a {
	color: #ccc;
	text-indent: 10px;
	/* indent of submenu buttons*/
}
#nav ul ul li a:hover {
	background-image: url(http://pinemills.com/selector_sub.gif);
	/* hover image for submenu buttons*/
}
#column1 {
	float: left;
	width: 200px;
	/* width of left column*/
}
#column1 img {
	border: 1px solid #666;
	margin: 5px 20px;
	padding: 10px 20px;
}
/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
#column2 {
	float: none !important;
	margin-left: 30px !important;
	padding: 12px 25px 30px 170px;
	/* main column padding adjustments*/
}
#column2 p {
	line-height: 190%;
}

#footer {
	clear: both;
	color: #4F5859;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-indent: 185px;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}

