/* CSS BY GEORGE LITCHFIELD */

/* zerox */
* { padding:0px; margin:0px;}

/* pshift */
html {
	min-height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}

img {
	border:0;
	border-style: none;
	vertical-align: middle;
}

body {
	font-family: verdana, sans-serif;
	font-size: 12px;
    line-height: 1.8em;
    text-align: left;

	color: #666666;
	background: #a3a2a2 url(../img/body-bg.jpg) repeat-y center top;
	background-attachment: fixed;
	min-width: 980px;
}

/* a container should group all your columns. */
.container {
    width: 940px;
    background: #ffffff;
    padding: 0px 0px 20px 0px;

    margin: 0 auto;
}

.age-verification {
    width: 960px;
    height: 900px;
    background: #950200 url(../img/age-verification-bg.jpg) no-repeat;
}

.age-verification-table {
    padding: 370px 0px 0px 280px;
}

.age-verification-table td {
    padding: 0px 30px 0px 0px;
}

.drink-aware {
    padding: 0px 0px 0px 690px;
}

.header {
    display: block;
    width: 980px;
    background: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
}


/* typography */

p {
	margin: 0px 0px 15px 0px;
}

h1 {
    font-size: 16px;

    color: #800000;
}

h2 {
    font-size: 16px;

    color: #800000;
}

h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

ul, ol {
  margin-bottom: 18px;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.error {
	color: red;
}

.highlight { color: green; }

pre { text-align: left; }

.wine-pairing dt {
    padding: 15px 0px 0px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #b20e15;
}

.recipe-list li {
    list-style-type: none;
}

.comp-list li {
    list-style-type: none;
}



.competition-terms-list li {
    margin: 5px 0px 0px 25px;
}

.volcano-orange {
    color: #dd5022;
}

.red {
    color: #7e0c11;
}

.competition-large {
    font-size: x-large;
    line-height: 1.2em;
}

.show-wine {

}

.show-wine td {
    padding: 2px 5px 2px 0px;
}

.show-wine th {
    text-align: left;
    padding: 2px 5px 2px 0px;
    font-weight: bold;
}

.wine-review {

}

.wine-review h3 {
   padding: 0px;
   margin: 0px;
}

.redhr {
	margin: 10px 0px 10px 0px;

	border: none;
	color: #b17073;
	background-color: #b17073;
	height: 1px;
}

/* default links */

a {
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #7e0c11;
	text-decoration: underline;
}

a:visited {
	color: #7e0c11;
	text-decoration: underline;
}

a:hover {
	color: grey;
	text-decoration: underline;
}

.grey {
	color: grey;
}

	a.grey {
	color: grey;
	font-weight: bold;
	text-decoration: underline;
}

a.grey :link {
	color: grey;
	text-decoration: underline;
}

a.grey :visited {
	color: #7e0c11;
	text-decoration: underline;
}

a.grey :hover {
	color: #2c456e;
	text-decoration: underline;
}

/* news block */
.news-block {
    width: 420px;
    padding: 20px;
    background: #eee;
}

/* wine section block */
.wine-section-block {
    float: left;
    width: 220px;
    margin: 0px 20px 20px 0px;
}

.wine-section-block img {
    float: left;
    display: block;
}

.wine-section-block a.text-link {
    display: block;
    color: #7e0c11;
    padding: 5px 0px 5px 23px;
}

.wine-section-block span {
    display: block;
    width: 100px;
    float: right;
    height: 150px;
    padding: 0px 5px 5px 5px;
    font-style: italic;
}


/* main menu */

#top-bar {
    display: block;
    width: 980px;
    height: 48px;
    line-height: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
}

.menu {
	display: block;
	float: right;
	width:800px;
	padding: 0px 0px 0px 0px;
	line-height: 48px;
	height: 48px;
	background: #555 url(../img/menu-bg.jpg) repeat-x;
}

.menu li {
	position: relative;
	list-style-type: none;
	float: left;
	color: #fff;
	display: inline;
	font-weight: bold;

}

.menu ul {
	padding: 0px;
	margin: 0px;
}

.menu a {
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	color: #ffffff;
}

.menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.menu #current {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #ddd;
}

.main-menu-list-seperator {
    background: url(../img/main-menu-list-seperator.gif) no-repeat;
	background-position: center right;
}

/* end of main menu */


/* sub menu style */

.sub-menu {
	text-align: left;
	/* center the text */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}

.sub-menu li {
	padding: 0px;
	position: relative;
	list-style-type: none;
	list-style: none;
	vertical-align: top;
	width: 100%;
	margin: 0px;
	background-image: none;
	border: 1px solid #fff;
	border-width: 0px 0px 5px 0px;
}

.sub-menu li:hover {

}

.sub-menu ul {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	margin: 0px;
	width: 100%;
	list-style-type: none;
}

.sub-menu a {
	text-decoration: none;
    color: #3e3925;
	background: #ebebeb;
	display: block;
	width: 210px;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
}

.sub-menu a:visited {

	text-decoration: none;

}

.sub-menu a:hover {
	text-decoration: none;
	color: #fff;
	background: #8b0d13 url(../img/sub-menu-over-bg.jpg) repeat-x;
}

.sub-menu #current {
	color: #fff;
	background: #8b0d13 url(../img/sub-menu-over-bg.jpg) repeat-x;
}

.sub-menu .sub-section {
    color: #fff;
	background: #8b0d13 url(../img/sub-menu-over-bg.jpg) repeat-x;
}

/* end of sub menu */


/* footer menu */

#bottom-bar {
    width: 980px;
    height: 338px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    background: #555 url(../img/footer-bg.jpg) repeat-x;
}

#bottom-bar .copyright {
    width: 245px;
    text-align: right;
    float: right;
    font-size: x-small;
    padding: 220px 0px 0px 0px;
}

#bottom-bar span {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: x-small;
    margin: 10px 20px 0px 0px;
}

.footer {
	display: block;
	float: left;
	width: 735px;
	padding: 230px 0px 0px 0px;

}

.footer li {
	position: relative;
	list-style-type: none;
	float: left;
	color: #fff;
	display: inline;
	font-weight: bold;

}

.footer ul {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	list-style-type: none;
}

.footer a {
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
	color: #ffffff;
}

.footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer-menu-list-seperator{
    background: url(../img/footer-menu-list-seperator.gif) no-repeat;
	background-position: center right;
}

/* end of footer menu */

/* competition */

/* FORMS */

table.form {
    margin: 10px 0px 30px 0px;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 0px;



}

table.form td {
    padding: 0px;
    vertical-align: top;
}

table.form td {
    padding: 5px 0px 5px 0px;
    width: 200px;

}

table.form td.divider {
    border: 1px solid #eee;
    border-width: 1px 0px 0px 0px;
}


table.form label {
    font-size: 12px;
    font-weight: bold;
    padding: 3px 10px 3px 0px;
    margin: 0px;
    display: block;


}

table.form span {
    font-size: 12px;
    font-weight: bold;
    padding: 3px 3px 3px 0px;
    margin: 0px;
    display: block;
    color: #960f16;
}

table.form label.inline {
    font-size: 12px;
    font-weight: bold;
    padding: 3px 3px 3px 0px;
    margin: 0px;
    display: inline;
}




table.form input {
    font-size: 12px;
    font-family: verdana, sans-serif;
    padding: 3px;
    margin: 0px;
}



table.form select {
    padding: 3px;
    margin: 0px;
}

table.form textarea {
    font-size: 12px;
    font-family: verdana, sans-serif;
    height: 150px;
    padding: 3px;
    margin: 0px;
}

table.form .button {
    font-family: verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #7e0c11;
    padding: 5px 8px 5px 8px;
}


table.form .button:hover {
    color: #07316b;
}


table.form td.element {
    width:100%;
}

/* delas with checkbox alignment */
table.form td.checkbox {
    padding: 9px 0px 5px 0px;
}



.feedback {
    width: 230px;
}

div.error {
	color: red;
	padding: 5px 0px 0px 0px;
	font-weight: bold;

}

.success {
	border: 1px solid #006600;
	background: #e5efe5;
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 10px 0px;
	color: #006600;
	width: 910px;
}

/* end of competition */


/* tools */

.clearfix { clear: both; }

.l { float: left; }

.r { float: right; }

.inline { display: inline; }

.block { display: block; }

.pre { white-space: pre; }

.middle { vertical-align: middle; }

/* end of tools */

/* screen tools */

.showgrid { background: url(../img/grid.png); }

.display-test-1024-768 {
    width:1024px;
    height: 768px;
    border: 1px solid red;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -512px;
}

.display-test-1024-768 span {
    font-size: 11px;
    color: red;
    background: #fff;
    padding: 3px;
    margin: 5px;
}


.display-test-1280-800 {
    width:1280px;
    height: 800px;
    border: 1px solid purple;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -640px;
}

.display-test-1280-800 span {
    font-size: 11px;
    color: purple;
    background: #fff;
    padding: 3px;
    margin: 5px;
}

.display-test-1280-1024 {
    width:1280px;
    height: 1024px;
    border: 1px solid orange;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -640px;
}

.display-test-1280-1024 span {
    font-size: 11px;
    color: orange;
    background: #fff;
    padding: 3px;
    margin: 5px;
}



.display-test-1440-900 {
    width:1440px;
    height: 900px;
    border: 1px solid green;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -720px;
}

.display-test-1440-900 span {
    font-size: 11px;
    color: green;
    background: #fff;
    padding: 1px;
    margin: 5px;
}


.display-test-800-600 {
    width:800px;
    height: 600px;
    border: 1px solid brown;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -400px;
}

.display-test-800-600 span {
    font-size: 11px;
    color: brown;
    background: #fff;
    padding: 3px;
    margin: 5px;
}

/* end of screen tools */
























