/* Perata Vineyards */

/* Has the background image for the diagonal stripes on the right. */

html {
background-repeat: repeat-y;
background-position: top right;
}

/* Has the background image for the diagonal stripes on the left. */

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
background-repeat: repeat-y;
color: #000000;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0px;
margin-right: 0px;
font-size: .75em;
letter-spacing: 5px;
text-align: right;
margin-top: 0;
padding-bottom: 8px;
font-weight: bold;
padding-top: 8px;
padding-right: 50px;
background-color: #000000;
color: #ffffff;
border-top: 1px #ffffff solid;
}

/* To create the main image near the top of the page. */

#header-image {
background-color: #ffffff;
background-image: url(images/header_image.jpg);
background-repeat: no-repeat;
background-position: left top;
height: 103px;
border-top: 1px #ffffff solid;
border-bottom: 1px #ffffff solid;
margin-left: 0px;
margin-right: 0px;
}

/* For the main navigation bar for the site. */

#navbar {
margin-bottom: 0;
margin-left: 0px;
margin-right: 0px;
font-size: .6em;
text-align: center;
margin-top: 0;
padding-bottom: 5px;
font-weight: bold;
padding-top: 5px;
background-color: #000000;
color: #ffffff;
border-bottom: 5px #990000 solid;
}

#navbar a:link {
color: #ffffff;
text-decoration: none;
}

#navbar a:visited {
color: #cccccc;
text-decoration: none;
}

#navbar a.current {
color: #cccccc;
text-decoration: none;
}

#navbar a:hover {
color: #990000;
text-decoration: underline;
}

/* For the pullquote or other text directly under the navigation bar. */

#headline {
font-size: .75em;
font-family: Times, "Times New Roman", serif;
text-align: justify;
background-color: #ffffff;
padding-right: 30px;
margin-right: 30px;
margin-bottom: 2px;
line-height: 1.3em;
padding-left: 30px;
margin-left: 30px; }

/* For the byline on the pullquote. */

p.byline {
text-align: center;
margin-bottom: 0; }

h1 {
margin-left: 0px;
margin-right: 0px;
font-size: .75em;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 40px;
padding-right: 0;
color: #ffffff;
border-bottom: 1px #ffffff solid;
letter-spacing: 5px;
font-weight: bold;
background-color: #990000;
margin-top: 0;
margin-bottom: 0;
 }

/* Contains all the main body of text on the page, including the h2 elements. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 0px;
margin-right: 0px;
font-size: .75em;
line-height: 1.5em;
background-color: #ffffff;
}

#main-text p {
text-align: justify;
margin-left: 50px;
margin-right: 50px;
}

h2 {
padding-bottom: 3px;
padding-right: 0;
color: #000000;
border-bottom: 1px #990000 solid;
letter-spacing: 5px;
font-weight: normal;
font-size: 1em;
margin-left: 50px;
margin-right: 50px;
margin-top: 0;
padding-top: 5px;
}

p {
margin-top: 12px;
margin-bottom: 0;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 8px;
padding-bottom: 8px;
font-size: .7em;
margin-top: 20px;
background-color: #000000;
color: #ffffff;
font-weight: bold;
border-top: 1px #990000 solid;
border-bottom: 1px #990000 solid;
}

#footer a:link {
color: #ffffff;
text-decoration: none;
}

#footer a:visited {
color: #cccccc;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #990000;
}

#footer a.current {
color: #cccccc;
text-decoration: none;
}

