/* ----------------------------------------------------------------------
  RESET
  ---------------------------------------------------------------------- */
* {
  padding:0;
  margin:0;
  font-size:1em;
  font-weight:normal;
}
li {
  list-style-type:none;
}

/* ----------------------------------------------------------------------
  BASE STYLES inc. type
  ---------------------------------------------------------------------- */
body {
  background:#ffffff;
  color:#333333;
  text-align:center;
  font-family:Georgia, 'Times New Roman';
  font-size:88%;
}
h1 {
  font-size:2em;
  margin-bottom:0.6em;
}
h2 {
  font-size:1.4em;
  margin-bottom:0.7em;
}
h3 {
  font-size:1.2em;
  color:#2D4983;
}
p {
  line-height:1.4;
  margin-bottom:1.4em;
}
strong {
	font-weight:bold;
}


a img {
  border:none;
}

a:link {
	color:#2D4983;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#544f8f
}
a:hover {
	color: #FA8F0D;
	text-decoration:underline;
}



/* ----------------------------------------------------------------------
  BASE LAYOUT
  ---------------------------------------------------------------------- */
#content {
  text-align:left;
  margin:25px auto;
  width:760px;
  position:relative;
}
#logo {
  font-size:1em !important;
  background:left top no-repeat url(../ui/logo_large.gif);
  letter-spacing:-1000em;
  text-indent:-1000em;
  padding:0 0 66px 0 !important;
  width:100% !important;
  margin:0 0 1.4em 0;
  display:block;
}

/** Navigation **/
#mainNav ul {
/*
  position:absolute;
  left:220px;
  top:50px;
  */
  float:left;
  margin-bottom:0.5em;
}
#mainNav li {
  display:inline;
}
#mainNav a {
  text-decoration:none !important;
  color: #000000 !important;
  font-size:1.25em;
  margin:0 1em 0 0;
  padding:0 0 em 0;
  float:left;
}
#mainNav .selected a {
  /*border-bottom:10px solid #000000;*/
  color:#FA8F0D !important;
  border-bottom:2px solid #FA8F0D;
}

#mainNav a:hover {
  /*border-bottom:10px solid #000;*/
  color:#FA8F0D !important;
  border-bottom:2px solid #FA8F0D;
}


#header {
	width:760px;
	margin-bottom:1em;
	float:left;
}

/* Sub navigation */
#subNav {
	background-color:#000000;
	width:100%;
	/*
	position:absolute;
	left:0px;
	top:85px;
	*/
	float:left;
	min-height:23px;
}
#subNav h2 {
	color:#DDDDDD;
	float:left;
	font-size:1em;	
	font-weight:bold;
	padding:0.2em 0.5em;
	_padding:0.15em 0.5em;
	margin-bottom:0px;
	width:125px;
}
#subNav ul {
	font-size:0.9em;
	list-style-type:none;
	list-style-position:inside;
	margin:0 0 0 0;	
}
#subNav li{
	display:inline;
	float:left;	
	margin-left:15px;
}
#subNav a{
	padding:0.3em 0.5em;
	_padding:0.1em 0.5em;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
}
#subNav a:hover{
	color:#FA8F0D;
}

#subNav li.selected a {
	text-decoration:underline;
}

#subNav li.skip {
	display:none;
}

/* COLUMNS */
.column2 {
  width:170px;
  float:left;
  margin-left:20px;
}
.column4 {
  width:380px;
  float:left;
}

.odd {
  margin-right:60px;
}
/* FOOTER */
#footer {
  border-top:2px solid #666666;
  font-size:0.9em;
  color:#666666 !important;
  padding:1.4em 0 0 0;
  clear:both;
}
#footer h1 {
  border:0 !important;
  font-size:1em;
  padding:0 !important;
  width:300px !important;
  font-weight:bold;
  float:left;
}
#footer #caramelCredit {
  font-size:1em;
  text-align:right;
  width:300px;
  float:right;
}

/* ----------------------------------------------------------------------
  SPLASH
  ---------------------------------------------------------------------- */
#splash {
  border-bottom:2px solid #666666;
  margin:0 0 1.8em 0;
  clear:both;
  position:relative;
}


#splash h2
{
  font-size:1.4em;
  margin-bottom:0px;
}
#splash h3 {
  font-size:1.6em;
  margin-bottom:1em;
  /*float:left;*/
}
#splash h3 a {
  color:#FA8F0D;
}
#splash img {
  position:absolute;
  left:0;
  top:4.7em;
  border:none;
}
#splash p {
  font-size:1.2em;
  color:#666666;
  margin-left:500px;
}

/* ----------------------------------------------------------------------
  FRONTPAGE
  ---------------------------------------------------------------------- */
  
#home h2.column4,
#home .column2 {
  margin-left:20px;
}
#home .column4 {
  width:360px;
  float:left;
}
#home #intro {
	margin-right:15px;
	margin-bottom:1em;
	border-bottom:2px solid #666666;
	float:left;
	padding-bottom:0.8em;
	width:100%;
}
#intro h2 a {
	color:#000;
}
#intro h2 a:hover {
	color:#FA8F0D;
}
#home #intro p {
  font-size:1.2em;
}
#home #intro img {
	float:right;
	margin-left:20px;
}
#home #news {
	float:right;
}

#home .articleSummary {
	/*width:350px;*/
	float:left;
}
#home #otherNews .articleSummary {
	width:760px;
	float:left;
}

p.more {
	text-align:right;
	margin-bottom:0.5em;
}

/* ----------------------------------------------------------------------
  ARTICLES
  ---------------------------------------------------------------------- */
.article {
	border-bottom:1px solid #666666;
	margin-top:1em;
	float:left;
}

.article img {
	float:right;
	margin:0 0 5px 20px;	
	border:4px solid #CCCCCC;
	clear:right;
}

.articleSummary img{
	float:left;
	margin-right:20px;	
	border:4px solid #999999;	
}
.articleSummary a:hover img {
	border-color:#FA8F0D;
}


/* ----------------------------------------------------------------------
  WINES
  ---------------------------------------------------------------------- */
#wines h1 {
  color:#666666;
  border-bottom:2px solid #666666;
  clear:both;
}
#wines h1 span {
	color:#666666;
	font-size:0.9em;
}
#wines .wine {
  width:370px;
  margin:0 0 1.4em 0;
  float:left;
  min-height:200px;
}
#wines .wine h2 {
  margin-bottom:0;
}
#wines .wine h2 a {
  color:#333;
}
#wines .wine h3 {
  color:#666666;
  margin-bottom:1.6em;
}
#wines h4.limit {
	font-size:0.8em;
	margin-top:-2em;
	margin-bottom:0.8em;
}
#wines img {
  border:none;
}
/* PROFILE */
#wines.details #wineHeader {
	border-bottom:2px solid #666666;
	width:100%;
	color:#333;
	padding-bottom:1em;
	margin-bottom:1em;
	clear:both;
	float:left;
}
#wines.details #wineHeader .fileDownload {
	float:right;
	margin-right:1em;
	font-size:0.8em;
}
#wines.details .fileDownload img {
	float:left;
	margin:0 1em 0 0;
}
#wines.details #wineHeader .fileDownload p {
	float:left;
	margin-top:8px;
}
#wines.details h1 {
  /*border-bottom:2px solid #666666;*/
  border:none;
  /*padding-right:465px;*/
  /*padding-bottom:1em;*/
  width:295px;
  color:#333;
  clear:none;
  float:left;
}
#wines.details p {
  font-size:1.5em;
  margin-bottom:1em;
}
#wines.details img {
  margin:2em 0;
}
#wines.details dl {
	margin-bottom:2em;
	float:left;
}
#wines.details dt,
#wines.details dd {
  padding:10px 0;
  border-top:1px solid #cccccc;
  float:left;
}

#wines.details dt {
  font-size:1.4em;
  width:295px;
  clear:left;
}
#wines.details dd {
  width:465px;
}
#wines .tastingNotes {
	float:right;
	margin-bottom:1em;
	text-align:right;
}
#wines .tastingNotes li {
	font-size:1.1em;
	margin:0 0 0.3em 0;
}
#wines .tastingNotes a {
	margin-left:0em;
	padding:0.2em 0;
	text-decoration:underline;
}

/***************************************
/***       DEVELOPMENT NOTICE       ***/

body #devNotice {
	border-bottom:2px solid #999999;
	clear:both;
	color:#999 !important;
	float:left;
	padding:0.3em 2%;
	text-align:left;
	width:96%;
	position:absolute;
	top:0;
	left:0;
}
body #devNotice h1 {
	float:left;
	font-size:1em;
	background-image:url(icon_alerttop.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#999 !important;
	margin-right:1em;
	padding-left:24px !important;
	line-height:1.5em;
	width:3em !important;
	padding-right:0 !important;
	border-bottom:none !important;
}
body #devNotice p {
	float:left;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:1em !important;
	line-height:1.5em;
}
body #devNotice p.devContact {
	float:right;
}
body #devNotice a {
	color:#777 !important;
	text-decoration:underline;
}