/* layout */
body {
	font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #383636;
	background-color: #fbf8ee;/*#9e0000; 
	background-image: url('/sommelier/img/bg.jpg'); */
	background-repeat: repeat-x;
}
#content{
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left: 2px solid #d8dcdf;
	border-right: 2px solid #d8dcdf;
	border-bottom: 2px solid #d8dcdf;
	background-color: white;
	padding-bottom: 10px;
}
#header{
	background-image: url('/img/greyheader.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 165px;
	width: 966px;
	margin: 0 auto;
	
}
#footer{
	margin-top: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #d8dcdf;
	padding: 10px 0;
	background-color: white;
}

/* Customised elements */
ul.menu{
	float: right;
	list-style-type: none;
	padding-top: 10px;
}
.menu a{
	color: #cc0000;
}
.indent {
	padding-left: 20px;
}
/*.tasting_notes {
	display: none;
	background-color: #EFEFEF;
	padding-bottom: 10px;
}
.tasting_header {
	cursor: pointer;
	background-color: #EFEFEF;
	padding: 5px;
}*/
.error {
	color: red;
}
.title{
	padding: 32px 0 0 10px;
}
.title a{
	font-family: georgia;
	font-size: 36px;
	color: #C65C6B;
	text-decoration: none;
}
.title a:visited{
	font-family: georgia;
	font-size: 36px;
	color: #C65C6B;
	text-decoration: none;
}
.add_bottom{
	border-top: 1px solid #025b17;
	margin: 50px 0 10px 0;
}
.order_link{
	text-align: center;
	padding-bottom: 10px;
}
.order_link li{
	display: inline;
	padding-right: 20px;
	margin: 0;
}
.order_link ul{
	display: inline;
}
.order_link h4{
	display: inline;
}
/*.single_bottle {
	font-size: 15px;
}
.single_bottle tr:nth-child(even) { 
	background-color:#ffffff;
}
.single_bottle tr:nth-child(odd) { 
	background-color:#eee;
}*/
.confirm_delete_description {
	color: red;
}
.user_home_numbers{
	text-align: center;
	font-size: 2em;
}
.button_home{
	margin-top: 10px;
}
/*.bottle, .tasting_note{
	margin-bottom: 10px;
}*/
.bottle_container, .tasting_note_container{
	border-bottom: 1px solid #9C1C1F;
/*	padding: 10px;*/
}
.bottle_main, .tasting_note_main{
	cursor: pointer;
	background-color: #fff1a1;
	padding: 5px;
}
.bottle_details, .tasting_note_details{
	display: none;
/*	margin-top: 10px; */
	background-color: #f7f0c9;
}
.cellar_rating{
	padding-right: 150px;
	float: right;
	width: 100px;
}
.tasting_note_main{
	font-weight: 500;
}
.add_tasting_note, .back_to_bottle_link{
	padding-bottom: 10px
}
a .confirm_delete_description {
	text-decoration: none;
	color: red;
}
a:hover .confirm_delete_description {
	color: red;
	text-decoration: underline;
}
.variety_search{
	margin-top: 10px;
	width: 280px;
}
.cellar{
	padding-bottom: 10px;
}
.prev_next{
	padding: 10px;
}
div.disabled {
	display: inline;
	float: none;
	clear: none;
	color: #C0C0C0;
}
.label{
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	width:300px;
	font-weight: 800;
	margin-bottom: 10px;
}
.value{ 
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	width:380px;
	margin-bottom: 10px;
}
.edit_link{
	margin-top: 10px;
	font-weight: 600;
	font-size: 1.2em;
}
.tasting_note_dialog{
	display: none;
}
.sign_up{
	margin: 15px 80px;
}
/* Standard HTML Elements */
input{
	margin: 3px 0;
}
select{
	margin: 3px 0;
}
input[type="text"] {
	padding: 5px;
	font-family: georgia;
	font-size: 14px;
}
input[type="password"] {
	padding: 5px;
	font-family: georgia;
	font-size: 14px;
}
input:focus {
	background-color: #fbf8ee;
	border: #004276;
}
textarea:focus {
	background-color: #fbf8ee;
	border: #004276;
}
input::-webkit-input-placeholder {
    color:    #999;
}
input:-moz-placeholder {
    color:    #999;
}
label{
	cursor: pointer;
	padding-top: 7px;
}

h1{
	font-weight: 500;
	font-size: 2em;
	margin: 5px;
	color: #004276;
}
h2{
	font-weight: 500;
	font-size: 1.8em;
	margin: 5px;
	color: #004276;
}
h3{
	font-weight: 500;
	font-size: 1.5em;
	margin: 3px 0;
	color: #004276;
}
h4{
	font-size: 1em;
	margin: 0;
	color: #004276;
}
th {
	text-align: left;
}
th a{
	font-size: 8px;;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #cc0000
}
a:hover {
	text-decoration: underline;
}
a:visited {
}
