/*
	custom stylesheet for ckacreative.com
	created on: March 30th, 2009 
	created by: Ryan Scherler (ryan@crashpaddesign.com)
*/

/* @main styles */

body {
	background: #282828 url(/images/bg-body.png) repeat-x 0 0;
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #555;
}

img {
	border: none;
	outline: none;
}

/* @layout */

#header {
	position: relative;
	height: 174px;
}

#logo {
	position: absolute;
	left: 0;
	top: 100px;
}

#header p {
	position: absolute;
	bottom: 10px;
	right: 45px;
}

#main {
	padding-bottom: 20px;
}

#mission {
	padding: 20px 0;
}

/* @navigation */

#logo h2 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/logo.gif) no-repeat 0 0;
	width: 74px;
	height: 54px;
}

#header p a {
	text-decoration: none;
	color: #555;
}

#header p a:hover {
	color: #fff;
}

#main h3 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 140px;
	height: 120px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#main h3 a:hover {
	background-position: 0 -120px;
}

#bergevin a {
	background-image: url(/images/logo-bergevin.gif);
}

#airfield-1 a {
	background-image: url(/images/logo-airfield-1.gif);
}

#airfield-2 a {
	background-image: url(/images/logo-airfield-2.gif);
}

#heritage a {
	background-image: url(/images/logo-heritage.gif);
}

#hestia a {
	background-image: url(/images/logo-hestia.gif);
}

#saggi a {
	background-image: url(/images/logo-saggi.gif);
}

#cadaretta a {
	background-image: url(/images/logo-cadaretta.gif);
}

#fruitbomb a {
	background-image: url(/images/logo-fruitbomb.gif);
}

#millershill a {
	background-image: url(/images/logo-millershill.gif);
}

#denhoed a {
	background-image: url(/images/logo-denhoed.gif);
}

#greystack a {
	background-image: url(/images/logo-greystack.gif);
}

#threecreeks a {
	background-image: url(/images/logo-threecreeks.gif);
}

/* @type */

h1, h2, h3, h4, h5 {
	line-height: 1.25em;
	font-weight: normal;
}

#description h1 {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #777;
	margin: 0 0 .5em 0;
}

#mission h2 {
	font-family: Georgia, serif;
	font-size: 26px;
	text-shadow: #282828 0 0 0;
	color: #aaa;
}

#mission h2 span {
	color: #fff;
}

#main p,
#description blockquote,
#description cite {
	line-height: 1.5em;
	margin-bottom: 1em;
}

#description cite {
	font-style: normal;
	color: #777;
}

#footer p {
	font-size: 10px;
}

/* @linkage */

#footer a {
	text-decoration: none;
	color: #aaa;
}

#footer a:hover {
	color: #fff;
}

/* @page-specific layout */

#frame {
	margin-left: -10px;
	width: 595px;
	height: 520px;
	background: url(/images/bg-frame.gif) no-repeat 0 0;
}

#frame img {
	display: block;
	padding: 16px 0 0 15px;
}

#description {
	margin-left: -30px;
}

#thumbs {
	padding: 20px 0;
}

#thumbs.hidden {
	visibility: hidden;
}

#thumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thumbs li {
	padding: 0;
	float: left;
	margin-right: 5px;
}

#thumbs li.last { margin-left: 0; }

#thumbs li a {
	text-decoration: none;
	display: block;
	padding: 4px 6px;
	background: #9e9023;
	color: #fff;
}

#thumbs li a:hover,
#thumbs li a.active {
	background: #fff;
	color: #9e9023;
}

#thumbs li a.active {
	cursor: default;
}

/* Wine Comment Form */

#comment-form {
	color: #9e9023;
	padding-top: 40px;
}

#comment-form label {
	display: block;
	color: #9e9023;
}

#comment-form input,
#comment-form textarea {
	padding: 5px;
	width: 90%;
}

#comment-form input.submit {
	width: auto;
}

/* Facebox Contact Form */

#facebox .body {
	background: #111;
}

#facebox .footer {
  border-top: 1px solid #444;
}

#facebox h2 {
	font-family: Georgia, serif;
	font-size: 26px;
	margin-bottom: .5em;
	text-shadow: #282828 0 0 0;
	color: #aaa;
}

#facebox p {
	margin-bottom: 20px;
}

#facebox input, #facebox textarea {
	display: block;
	width: 80%;
	padding: 5px;
}

#facebox input:focus,
#facebox textarea:focus { background: #eee; }

#facebox input.submit {
	width: auto;
}

#facebox label {
	display: block;
	font-size: 14px;
	margin-bottom: .5em;
	color: #fff;
}

/* user messages */

p.error {
	color: red;
	padding: 1em;
	border: .2em solid #ef6566;
	background: pink;
}

p.success {
	color: green;
	color: #fff;
	padding: 1em;
	border: .2em solid green;
	background: #7dbf67;
}
