/* BASE CSS */

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

html {
	background-color: #0A0A0A;
	background-image: url('../images/background.jpg');
}

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
}

h2 a {
	color: #000000;
}

h2 a:hover {
	color: #666633;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 5px;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #666633;
}

a:hover {
	color: #000000;
}

blockquote {
    margin: 10px 0 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.leftphoto {
	float: left;
	border: 2px solid #9C8D66;
	background-color: #FFFEFD;
	padding: 2px;
	margin: 0px 15px 10px 0px;
}

.rightphoto {
	float: right;
	border: 2px solid #9C8D66;
	background-color: #FFFEFD;
	padding: 2px;
	margin: 0px 0px 10px 15px;
}

.photo {
	border: 2px solid #9C8D66;
	background-color: #FFFEFD;
	padding: 2px;
	margin: 0px 0px 10px 0px;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	background-color: #867A6C;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 2px;
	border: 1px solid #666666;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 960px;
	margin: 8px auto;
	padding: 00px;
	background-color: #F2EBE1;
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
}

#header_photo {
	height: 162px;
	border-bottom: 5px solid #9D936F;
}

#content_box {
}

#leftnav {
	width: 130px;
	margin: 20px;
	float: left;
	display: inline;
	text-align: right;
	color: #666633;
}

#leftnav h3 {
	border-bottom: 1px solid #9D936F;
	padding-bottom: 2px;
}

#content {
	float: right;
	width: 737px;
	margin: 20px;
	display: inline;
}

#home_buttons img {
	border-right: 1px solid #CCCCCC;
}

#social_icons b {
	color: #000000;
}

#social_icons img {
	margin-left: 5px;
}

#footer {
	background-color: #9D936F;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

#footer_text {
	text-align: center;
	padding: 3px;
	width: 960px;
	margin: 0px auto;
}

#footer_text h3 {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}

/* NAVIGATION CSS */

#nav {
	height: 35px;
	padding: 0px;
	margin: 0px;
	border-top: 5px solid #9D936F;
	border-bottom: 5px solid #9D936F;
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-x;
}

#nav li {
	list-style: none;
	float: left;
	display: inline;
	height: 35px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url('../images/nav_divider.gif');
	background-repeat: no-repeat;
}

#nav li a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 00px 20px;
	color: #FFFFFF;
}

#nav li.active, #nav li a:hover {
	color: #9D936F;
}

#subnav {
	padding: 0px;
	margin: 0px;
}

#subnav li {
	list-style: none;
	font-weight: bold;
}

#subnav li a {
	color: #666633;
}

#subnav li a:hover, #subnav li.active a {
	color: #000000;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	width: 167px;
	text-align: center;
	padding: 0px 7px 17px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 138px;
	height: 138px;
}

.gallery td table td {
	padding: 2px;
	width: 137px;
	height: 137px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

/* ADMIN CSS */

#admin .button {
	margin: 0px 3px 6px 0px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div { margin: 0px 3px; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0 0 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0 10px 10px 0;
}

/* WINE STYLES */

#wine_discounts {
	float: right;
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	padding: 5px;
}

#wines div {
	margin-bottom: 20px;
}

#wines .thumbnail {
	clear: left;
	float: left;
	width: 110px;
}

#wines .thumbnail img {
	border: 1px solid #000000;
}

#wines .info {
	margin-left: 110px;
}

#wines form {
	margin-top: 4px;
}

#wines_content {
	float: right;
	width: 330px;
	margin-left: 20px;
}

#wine img {
	float: left;
	border: 1px solid #000000;
	margin-right: 20px;
}

/* EVENTS STYLES */

div.event-index {
	float: left;
	width: 205px;
	margin: 0px 13px 13px 0px;
	padding: 10px;
	border: 2px solid #9C8D66;
	background-color: #FFFEFD;
}

div.event-index div.event-content {
	height: 107px;
}

div.event-index table {
	width: 100%;
	margin-bottom: 5px;
}

div.event-content form {
	text-align: right;
}

div.event-content a {
	line-height: 14px;
	border: 1px solid #666666;
	background-color: #867A6C;
	color: #FFFFFF;
	padding: 0px 2px;
	text-align: center;
}

div.event-index a img {
	border: 1px solid #000000;
}

.upcoming_events {
	color: #000000;
}

.upcoming_events h3, .upcoming_events a {
	color: #000000;
}

.upcoming_events a:hover {
	color: #666633;
}

/* CART STYLES */
#cart {
	width: 100%;
}

#cart th {
	text-align: left;
}

#cart .right {
	text-align: right;
}

#cartnav {
	margin-top: 20px;
}

.textbox, .emailbox, #sidebar #s, #sidebar select {
	background-color: #EFEAD8;
	border: 1px solid #9D936F;
	display: block;
	width: 118px;
	padding-left: 10px;
	line-height: 19px;
	text-align: left;
}

.emailbox, #s, #sidebar select {
	color: #666633;
	padding: 2px 2px 2px 8px;
	margin-bottom: 4px;
}

#sidebar select {
	width: 100%;
}

.textbox input {
	float: right;
}

/* TRADE CSS */
#trade-cats img {
	border: 1px solid #AAA;
}

#trade td {
	padding-bottom: 15px;
	width: 50%;
}

#trade img {
	float: left;
	border: 1px solid #aaa;
	margin: 0px 10px 10px 0px;
}

#trade hr {
	margin: 2px 0px;
}

/* FAQ Styles */
#faqs div.question {
	cursor: pointer;
	border: 1px solid #9F916D;
	padding: 3px 19px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

#faqs div.collapse div.question {
	background-color: #E5D8B3;
	background-image: url(../images/faq_button_off.gif);
}

#faqs div.collapse div.answer {
	display: none;
}

#faqs div.expand div.question {
	background-color: #9F926D;
	background-image: url(../images/faq_button_on.gif);
	color: #E5D8B3;
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 10px;
}


/* ORDER FORM CSS */

.orderform {
	margin-bottom: 20px;
	width: 100%;
}

.orderform td {
	vertical-align: top;
	padding: 0px 3px 5px 0px;
}

.orderform .desc {
	text-align: left;
	width: 65%;
}

.orderform .price, .orderform .qty {
	padding-right: 15px;
}

.orderform img {
	padding-right: 5px;
}

.orderform .price, .orderform .qty, .orderform .subtotal {
	text-align: right;
}

.ordertable {
	width: 100%;
}

.ordertable td {
	padding: 0px 4px 5px 0px;
}

.ordertable label {
	white-space: nowrap;
}

/* Blog CSS */

#sidebar {
	margin: 0px 0px 40px 0px;
}

#sidebar ul {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#sidebar ul li {
	list-style: none;
}

#sidebar .button {
	margin-bottom: 10px;
}

.navigation {
	height: 30px;
}

.post {
	clear: both;
	margin-bottom: 15px;
	border-bottom: 1px solid #9D936F;
	padding-bottom: 5px;
}

.postmetadata {
	clear: both;
} 

.alignright {
	float: right;
}            

.alignleft {
	float: left;
}

.clear {
	clear: both;
}
