/* --------------------------------------------------------------
	Trefethen Family Vineyards
	Version: 1.0 (2008-08-21)
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";
@import "lib/960.css";


/* Body
-------------------------------------------------------------- */

body { background: url('../images/bg.png') no-repeat 50% 0; min-width: 960px; padding: 0 0 40px; }
body.info { background: #ffffff; }


/* Header & Navigation
-------------------------------------------------------------- */

/* Logo */
#trefethen { content: url(../images/common/trefethen-logo.png), contents; }


/* Images
-------------------------------------------------------------- */

img { margin: 0;}


/* Miscellaneous
-------------------------------------------------------------- */

hr {
	height: 1px;
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
	background-color: transparent;
	clear: both;
	border-style: none;
	border-bottom: 1px solid #f0eeee;
	border-left: 0 none #fff;
	border-top: 0 none #fff;
	border-right: 0 none #fff;
}


/* Defaults
-------------------------------------------------------------- */
h1 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1em; margin-bottom: 0.75em; color: #a10000; margin-top: -0.6em;}
h3 { font-size: 1.2em; color: #d9a926; margin: 20px 0 20px 130px; }

a:link, a:visited { color: #000; text-decoration: none; }
a:hover { color: #444444; text-decoration: none; }

/* Homepage
-------------------------------------------------------------- */

.home .center { text-align: center; margin: 15px 0 5px 0; font-size: 11px;}
.home { line-height: 15px; }

p.navigation { margin: 0; font: normal 12px "Times New Roman", Times, Georgia, serif; text-transform: uppercase; }
p.navigation a:link, p.navigation a:visited { margin: 0 15px 0 0; }
p.navigation a:hover { color: #a10000; }

p.premiere { margin: 0; font: normal 12px "Times New Roman", Times, Georgia, serif; text-transform: uppercase; letter-spacing: 4px; }
p.description { margin: 0; font: normal 14px "Times New Roman", Times, Georgia, serif; }
p.description em { font-weight: bold; }

p.download { font-size: 10px; color: #cacaca; }
p.download a:link, p.download a:visited { color: #cacaca; font-weight: bold; }
p.download a:hover { color: #a10000; }

/* Info Pages
-------------------------------------------------------------- */

.info .center { text-align: center; margin: 15px 0 5px 0;}
.info { line-height: 15px; }


/* Email Signup Form
-------------------------------------------------------------- */

/* Sign up form field*/

#email_sign_up input.aninput {
	background-color:#fff;
	color:#4d4d4d;
	border: 1px solid #d8d8d8;
	padding: 1px;
	font-size: 10px;
}
#email_sign_up a {
	color:#c2ddf0 !important;
    text-decoration: underline;
}
#email_sign_up a:hover {
    color: #fff !important;
}
#email_sign_up #mybo_nav a {
    text-decoration: none;
}
#sign_up input, #sign2_up input, .login input {
	font-size: 10px;
}
#Email_Address {
	width:125px;
}
#signupspan {
	color: #4d4d4d;
	padding-right: 10px;
	font: italic 11px "Times New Roman", Times, Georgia, serif;
}
input#sign_up, input#sign2_up, input.login {
	background-color:#d8d8d8;
	border: 1px solid #4d4d4d;
	font-size: 9px;
	font-weight: bold;
	color:#4d4d4d;
	border: none;
	padding: 2px;
}
input#sign_up:hover, input#sign2_up:hover, input.login:hover {
	background-color:#4d4d4d;
	color:#fff;
	border: none;
	padding: 2px;
}
#alreadyspan, #needspan, #already2span {
    z-index: 10;
}

/* Footer
-------------------------------------------------------------- */

.footer p { color: #444444; font-size: 85%; margin: 0 0 8px 0; }
.footer p.copyright { color: #cecece; font-size: 75%; margin: 20px 0 0 0; }