/* By Dave Reeder, www.davereederdesign.com */

body {
	margin: 0;
	padding: 0;
	background: #213205}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt; 
}


/*----------------------------------------------Basic styles------------------------------------------------*/

/* sits under main title */
p#tagline {
	position: absolute;
	right: 15px;
	top: 300px;
	font-style: italic;
	color: #FFFFFF;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #AA1811;
	font-weight: bold;
	width: 500px;
	left: 275px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h1, h2, h3, h4 {
	font-family: Georgia, Georgia, serif; 
	margin: 15px 0 0 5px; 
	color: #fff; 
	font-weight: normal; 
	text-decoration: none;
}

h1 em, h2 em, h3 em, h4 em {
	font-family: Georgia, Georgia, serif; 
	font-weight: normal
}

/* Heading 1, used at xxx */
h1 {
	position: relative;
	right: 0px;
	top: 30px;
	font-size: 3em;
	letter-spacing: .1em;
	line-height: normal;
	padding-right: 10px;
	border-right: 12px solid #AA1811;
	text-align: right;
	margin: auto;
	font-style: italic;
}

h2 {
	font-size: 1.6em;
	letter-spacing: -0.05em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #213205;
	color: #213205;
	font-weight: bold;
}

p, ul, ol, desc {
	margin: 10px 10px 0 7px; 
	line-height: 1.60em; 
	color: #000; 
	letter-spacing: 0.05em;
}

/* shouting words marked with start SPAN and end SPAN*/
p span {
	font-size: 1.50em; 
	font-weight: bold;
}

a:link, a:visited {
	color: #792533; 
	font-weight: bold; 
	text-decoration: none; 
	border-bottom: 1px solid #792533;
}

a:hover, a:active {
	color: #fff; 
	border-color: #fff;
}

ul {list-style: inside square} /* general lists */


/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
	position: relative; 
	margin: 0 auto; 
	width: 800px; 
	background: url(../images/bkgrnd.gif) 0 0 repeat-y #CCCC33;  /* Important image, do not remove */
	overflow: hidden;
}
#container #rgtcol .imageright {
	display: run-in;
	float: right;
	height: 60px;
	width: 60px;
	padding-right: 15px;
}


#hdr {  /* div containing h1, nav and grapes image */
	float: left; 
	width: 800px; 
	height: 342px; 
	background: url(../2008Photos/ChristmasTree.gif) 0 0 no-repeat #241A0B

}

#lftcol {   /* left column */
	position: absolute;
	left: 0px;
	top: 325px;
	width: 195px;
	overflow: hidden;
	margin: 0px;
}

#rgtcol {  /* right column */
	float: right;
	width: 590px;
	padding-bottom: 30px;
	background: transparent;
	overflow: hidden;
}

#bttmbar {
	float: right;
	text-align: center;
	font-size: 0.7em;
	height: 4em;
	line-height: 4em;
	width: 600px;
	background: #AA1811;
	border-top: 1px solid #D9D93C;
	color: #FFFFFF;
}

ul#nav {   /* navigation list */
	margin: 53px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {
	float: left;
	display: block;
}

ul#nav li a {
	width: 170px;
	margin: 2px 0 6px;
	border-left: 10px solid #FFCC66;
	padding: 8px 8px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background: #AA1811;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
}

/* current page, move id in the xhtml when creating a new page */
ul#nav li a#current {
	border-color: #fff;
}

ul#nav li a:hover {
	background: #FFFFFF;
	color: #000000;
	letter-spacing: 3px;
}

div.img {
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}

div.img img {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}

div.img a:hover img {
  border: 1px solid #0000ff;
}

div.desc {
	text-align: right;
	font-weight: normal;
	width: 475px;
	margin: 25px 25px 25px 8px;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
}
