/*

	sake.css
	
	Copyright (C) 2010, SakePirate.com
	All Rights Reserved
	
*/

body,html 
	{
	font-family: 'Trebuchet MS', 'Tahoma', Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#320;
	width:100%;
	background:#64ab1d url(/images/background.jpg) bottom left no-repeat fixed;
	}

#content 
	{
	position:relative;
	background-color:#ffecda;
	background:url(/images/background/paper1.png) no-repeat;
	width:870px;
	height:1430px;
	text-align:left;
	margin:5px auto;
	padding:35px 55px 35px 45px;
	overflow:hidden;
	}
	
#leftColumn,
#middleColumn
	{
	padding:0;
	}

#leftColumn,
#middleColumn
	{
	width:262px;
	float:left;
	margin-right:25px;
	}
	
#leftColumn p,
#middleColumn p
	{
	}
	
.rightColumn
	{
	width:270px;
	float:right;
	padding:5px;
	border:2px solid;
	font-size:.9em;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	}

#largeHeader
	{
	width:860px;
	height:350px;
	margin:0 0 30px 0;
	padding:0;
	}

#smallHeader
	{
	width:840px;
	height:150px;
	margin:20px 0 25px 20px;
	position:relative;
	}
	
#smallHeader .bottles
	{
	width:600px;
	height:150px;
	float:left;
	margin:5px 0 0 25px;
	background:url(/images/smallHeader.png) no-repeat;
	}
	

p
	{
	margin:0 0 1em 0;
	font-size:1em;
	}

	
a,
a:visited
	{
	color:#320;
	border:none;
	text-decoration:underline;
	}
	
a:hover
	{
	}

h1
	{
	font-size:1.7em;
	margin:0;
	letter-spacing:0;
	}
		
h2
	{
	font-size:1.4em;
	margin:0;
	letter-spacing:0;
	}
		
h3
	{
	font-size:1.1em;
	margin:0;
	letter-spacing:0;
	}
	
#footer
	{
	position:absolute;
	bottom:0px;
	left:160px;
	width:650px;
	font-size:0.8em;
	padding:0;
	margin:0;
	text-align:center;
	font-weight:bold;
	color:#fff;
	}
	
.textCenter {text-align:center;}
.textLeft {text-align:left;}
.textRight {text-align:right;}
.textJustify {text-align:justify;}
.textUppercase {text-transform:uppercase;}
.center {text-align:center;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.clearLeft {clear:left}

#homeSlideshow
	{
	float:right;
	height:424px;
	width:283px;
	margin:0px 5px 0 0;
	border:3px solid;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	}
	
#homeSlideshow img
	{
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	}
	
.photoFrame
	{
	border:3px solid #420;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	}
	
.photoFrame img
	{
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	}
	
.brownDot
	{
	width:6px;
	height:6px;
	position:absolute;
	background:url(/images/brownDot.png) no-repeat;
	display:none;
	}
	
#dragonFish
	{
	position:absolute;
	left:200px;
	top:1000px;
	width:151px;
	height:80px;
	} /*

	menu.css
	
	Copyright (C) 2010, SakePirate.com
	All Rights Reserved
	
*/

#menu
	{
	margin:0 0 20px 0;
	text-transform:lowercase;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:.2em;
	height:23px;
	text-align:center;
	padding:0 0 0 45px;
	}
	
#menu a,
#menu a:visited
	{
	padding:0;
	margin:0 20px 0 0;
	text-decoration:none;
	color:#320;
	background:url(/images/menuButtons.png) no-repeat;
	height:24px;
	float:left;
	}

#menu a:last-of-type
	{
	margin:0;
	}
	
#menu a:hover
	{
	background:url(/images/menuButtonsHover.png) no-repeat;
	}
	
	
#menu #menuHome
	{
	background-position:0 0;
	width:75px;
	}
	
#menu #classes
	{
	background-position:0 -40px;
	width:103px;
	}
	
#menu #calendar
	{
	background-position:0 -80px;
	width:105px;
	}
	
#menu #sakeLog
	{
	background-position:0 -121px;
	width:122px;
	}
	
#menu #treasure
	{
	background-position:0 -162px;
	width:130px;
	}
	
#menu #blog
	{
	background-position:0 -121px;
	width:60px;
	}
	
#menu #contact
	{
	background-position:0 -244px;
	width:114px;
	}
	
#menu #faq
	{
	background-position:0 -285px;
	width:47px;
	}
	
.advert img
	{
	border:1px solid;
	} /*

	calendar.css
	
	Copyright (C) 2010, SakePirate.com
	All Rights Reserved
	
*/

.smallCalendarContainer
	{
	width:395px;
	}
	
.smallCalendarContainer #prevMonth
	{
	float:left;
	}
	
.smallCalendarContainer #nextMonth
	{
	float:right;
	}
	
.smallCalendarContainer #monthTitle
	{
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	}
	
.smallCalendarHeader
	{
	width:395px;
	}
	
.smallCalendarHeader th
	{
	width:51px;
	text-align:center;
	font-size:0.8em;
	}
	
.smallCalendar
	{
	width:395px;
	border:2px solid #320;
	}
	
.smallCalendar td
	{
	border:1px solid #320;
	margin:0;
	text-align:left;
	font-size:1.2em;
	width:53px;
	height:56px;
	padding:0 3px;
	}

.smallCalendar p
	{
	margin:0 0 0 5px;
	padding:0;
	}
	
.smallCalendar a
	{
	text-decoration:none;
	}

.smallCalendar .tasting
	{
	background:url(/images/calendar/sakeIcon.png) right no-repeat;
	}

.thisMonth
	{
	background-color:#f8f0d0;
	}

.otherMonth
	{
	background-color:#640;
	color:#f8f0d0;
	}
	
.today
	{
	background-color:#fff;
	}
	
/*

	sakeCard.css
	
	Copyright (C) 2010, SakePirate.com
	All Rights Reserved
	
*/

.sakeCard
	{
	margin:0 0 20px 0;
	width:530px; 
	background-color:#fff; 
	-box-shadow:3px 3px 8px #000;
	-webkit-box-shadow:3px 3px 8px #000;
	-moz-box-shadow:3px 3px 8px #000;
	border-radius:5px;
	padding:0 0 10px 0;
	border:1px solid;
	}

.sakeCard h1
	{
	border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	background-color:#000; 
	color:#fff;
	font-size:1.2em;
	padding:4px 8px;
	}
	
.sakeCard .tastingNote
	{
	font-size:.9em;
	}
	
.sakeCard .englishName
	{
	font-size:0.8em;
	font-style:italic;
	float:right;
	
	margin-top:3px;
	}
	
.sakeCard .content
	{
	margin:5px 0;
	padding:0 10px 10px 10px;
	}
	
.atAGlance
	{
	font-size:0.75em;
	float:left;
	width:368px;
	}
	
.atAGlance .title
	{
	background-color:#bbb;
	color:#000;
	padding:.2em;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	}
	
.atAGlance .column,
.atAGlance .column2
	{
	float:left;
	border-bottom:1px solid;	
	}
	
.atAGlance .column2
	{
	width:220px;
	}
	
.atAGlance .label
	{
	text-align:right;
	width:140px;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	margin:0;
	padding:0 3px;
	}
	
.atAGlance .data
	{
	border-top:1px solid;
	border-right:1px solid;
	margin:0;
	padding:0 3px;
	}
	
