﻿/* CSS Document */
* {
	font-family: Myriad Pro, Calibri, Verdana, Arial, Helvetica, sans-serif;
}
html { -webkit-text-size-adjust:85%;
}
h2 {
    color: #800000;
}

a {
    text-decoration: none;
    color: #800000;
}

body {
	color: #FFFFFF;
	text-align: center;
	background-image: url('images/background2.png');
	background-repeat: repeat;
}

body#menu {
	color: #FFFFFF;
	text-align: center;
	background-image: url('images/background2.png');
	background-repeat: repeat;
}

#container {
	position: relative;
	width: 960px;
	color: #000000;
	text-align: left;
	background-color: Black;
}

/* +++++++  Header Section  +++++++ */

#header {
    height: 628px;
	width: 960px;
	margin: 0;
	padding: 0;
}
body#home #header {
	background-image: url('images/home.jpg');
	background-repeat: no-repeat;
}
body#about #header {
	background-image: url('images/about.jpg');
	background-repeat: no-repeat;
}
body#menu #header {
	background-image: url('images/menu.jpg');
	background-repeat: no-repeat;
}
body#location #header {
	background-image: url('images/tapasmap.jpg');
	background-repeat: no-repeat;
}
body#gallery #header {
	background-image: url('images/gallery.jpg');
	background-repeat: no-repeat;
}
body#contact #header {
	background-image: url('images/home.jpg');
	background-repeat: no-repeat;
}

img#logo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

img#logo a {
    text-decoration: none;
}

/* +++++++  Header Navigation Menu  +++++++ */

ul#nav-header {
	background-image:url('images/hdbg1.jpg');
	background-repeat:repeat;
	width: 430px;
	height: 32px;
	margin: -1px 0px -1px 0px;
	padding-left: 530px;
	padding-top: 10px;
	list-style-type: none;
	float: left;
	font-size: medium;
	color:gray;
	text-align: center;
}
ul#nav-header li {
	display: inline;
}
ul#nav-header a {
	width: 100px;
	display: block;
	float: left;
	padding: 3px 1px;
	text-decoration: none;
	text-align: center;
	color: gray;
}
ul#nav-header a:hover {
	color: #800000;
}

/* +++++++  Social Media  +++++++ */

ul#social-media {
	background-image:url('images/hdbg1.jpg');
	background-repeat:repeat;
	width: 70px;
	height: 30px;
	margin: -1px 0px -1px 0px;
	padding-left: 890px;
	list-style-type: none;
	float: left;
	font-size: medium;
	color:gray;
	text-align: center;
}
ul#social-media li {
	display: inline;
}
ul#social-media a {
	width: 30px;
	display: block;
	float: left;
	padding: 1px 1px;
	text-decoration: none;
	text-align: center;
	color: gray;
}
ul#social-media a:hover {
	color: #800000;
}

/* +++++++  Content Navigation Menu  +++++++ */

ul#nav-content {
	background-image: url('images/navbg.png');
	background-repeat: repeat;
	height: 85px;
	width: 610px;
	padding-left: 350px;
	padding-top: 70px;
	margin: 0;
	list-style-type: none;
	float: left;
}
ul#nav-content li {
	display: inline;
}
ul#nav-content a {
	width: 140px;
	display: block;
	float: left;
	padding: 3px 13px;
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: 20pt;
}
ul#nav-content a:hover {
	color: #800000;
	
}

/* +++++++  Content Section  +++++++ */

#content-main {
    height: 100%;
    width: 960px;
    background-color: Black;
}

body#home #content-banner {
    margin-top: -141px;
    width: 960px;
	height: 20px;
	background-image: url('images/navbg.png');
	background-repeat: repeat;
	color: White;
	font-size: medium; 
}

body#home #content-left {
    float: left;
    width: 700px;
    height: 100%;
    background-color: #EEDBB1;
    padding-top: 10px;
    padding-left: 10px;
}

body#home #content-right {
    float: left;
    width: 240px;
    height: 100%;
    background-color: Black;
    padding-left: 10px;
    padding-top: 10px;
    color: Gray;
}

body#gallery #content-banner {
    margin-top: -141px;
    width: 960px;
	height: 20px;
	background-image: url('images/navbg.png');
	background-repeat: repeat;
	color: White;
	font-size: medium; 
}

body#gallery #content-left {
    float: left;
    width: 700px;
    height: 500px;
    background-color: #EEDBB1;
    padding-top: 10px;
    padding-left: 10px;
}

body#gallery #content-right {
    float: left;
    width: 240px;
    height: 500px;
    background-color: Black;
    padding-left: 10px;
    padding-top: 10px;
    color: Gray;
}

body#contact #content-banner {
    margin-top: -400px;
	width: 960px;
	height: 20px;
	background-image: url('images/navbg.png');
	background-repeat: repeat;
	color: White;
	font-size: medium; 
}
body#contact #content-left {
    float: left;
    width: 700px;
    height: 600px;
    background-color: #EEDBB1;
    padding-top: 10px;
    padding-left: 10px;
}

body#contact #content-right {
    float: left;
    width: 240px;
    height: 600px;
    background-color: Black;
    padding-left: 10px;
    padding-top: 10px;
    color: Gray;
}

body#about #content-banner {
    margin-top: -141px;
    width: 960px;
	height: 20px;
	background-image: url('images/navbg.png');
	background-repeat: repeat;
	color: White;
	font-size: medium; 
}

body#about #content-left {
    float: left;
    width: 700px;
    height: 500px;
    background-color: #EEDBB1;
    padding-top: 10px;
    padding-left: 10px;
}

body#about img {
    float: left;
    padding-right: 10px;
}

body#about #content-right {
    float: left;
    width: 240px;
    height: 500px;
    background-color: Black;
    padding-left: 10px;
    padding-top: 10px;
    color: Gray;
}

body#menu #content-banner {
	margin-top: -141px;
	width: 960px;
	height: 20px;
	background-image: url('images/navbg.png');
	background-repeat: repeat;
	color: White;
	font-size: medium; 
}

body#menu #content-left {
    float: left;
    width: 700px;
    background-color: #EEDBB1;
    padding-top: 10px;
    padding-left: 10px;
}

body#menu ul.menu {
    width: 280px;
}

body#menu ul.menu.left {
    float: left;
    clear: left;
}

body#menu ul.menu.right {
    float: right;
    width: 270px;
    margin-right: 25px;
}

body#menu ul.menu li {
    float: left;
    width: 270px;
    text-align: center;
    margin-bottom: 20px;
    list-style-type: none;
}

body#menu ul.menu li span {
    float: left;
}

body#menu ul.menu li span.item {
    width: 230px;
    color: #800000;
}

body#menu ul.menu li span.price {
    float: right;
    width: 40px;
}

body#menu ul.menu li span.description {
    clear: left;
    width: 230px;
    font-style: italic;
    text-align: center;
}
body#menu ul.menu li span.wine {
    width: 230px;
    font-size: small;
}

body#menu ul.wine li {
    float: left;
    width: 700px;
    margin-bottom: 20px;
    list-style-type: none;
}

body#menu ul.wine li span {
    float: left;
}

body#menu ul.wine li span.item {
    width: 400px;
    color: #800000;
}

body#menu ul.wine li span.g-price {
    margin-left: 40px;
    width: 40px;
}

body#menu ul.wine li span.b-price {
    margin-left: 40px;
    width: 40px;
}

body#menu ul.wine li span.description {
    clear: left;
    width: 400px;
    font-style: italic;
}

body#menu #content-right {
    float: left;
    width: 240px;

    background-color: Black;
    padding-left: 10px;
    padding-top: 10px;
    color: Gray;
}

body#menu #content-right ul {
    list-style-type: none;
}

body#menu #content-right a {
    text-decoration: none;
    color: Gray;
}

body#menu #content-right a:hover {
    color: #800000;
}

body#location #content-banner {
	margin-top: -141px;
	width: 960px;
	height: 20px;
	background-image: url('images/navbg.png');
	background-repeat: repeat;
	color: White;
	font-size: medium; 
}

body#location #content-left {
    float: left;
    width: 700px;
    height: 500px;
    background-color: #EEDBB1;
    padding-top: 10px;
    padding-left: 10px;
}

body#location #content-right {
    float: left;
    width: 240px;
    height: 500px;
    background-color: Black;
    padding-left: 10px;
    padding-top: 10px;
    color: Gray;
}

/* +++++++  Footer Section  +++++++ */

#footer {
    clear: left;
	width: 960px;
	background-color: Black;
	text-align: right;
	font-size:small;
}
#footer p {
	margin: 0;
	padding: 5px;
	color: Gray;
	font-size: small;
}
