/*-----------------------------------------------------------------------------
Take the Cake Screen Stylesheet

version:	1.0
date:		06/15/07
author:		Ian Obermiller
email:		ian320@gmail.com
website		takethecakewi.com
colors:		#daf2e8 pale teal body background
			#e7f8f0 light teal paragraph background 
			#339966 teal "@ the malt bar"
			#00b0dd cyan links
			#ff6633 orange header
-----------------------------------------------------------------------------*/
/*=============================================================================
==	Standard
=============================================================================*/
/*--------------------------------------------------------
--	Standard - Neutralize/Fix styling
--------------------------------------------------------*/
/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100.1%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: .5em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}

/*--------------------------------------------------------
--	Standard - Floating and Clearing
--------------------------------------------------------*/
.clear {clear:both;}
.right {float:right;}
.left {float:left;}

/*--------------------------------------------------------
--	Standard - Columns
--------------------------------------------------------*/
.col2 {
	float:left;
	width:50%;
}
.col3 {
	float:left;
	width:33.3%;
}
ul {
	list-style-position:inside;
}
/*=============================================================================
==	Fonts
=============================================================================*/
body {
	color:#666;
}
#header, #navigation ul li a, #footer, h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/*=============================================================================
==	Body & Container
=============================================================================*/
body, html {
	height:100%;
}
body {
	background: #daf2e8 url('images/bg.gif');
}
#container {
	/* Sticky Footer - bottom margin of container must be negative height of
	   footer. #push and #footer have the same height. */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -38px;
	/* end Sticky Footer */
	font-size:12px;
	position:relative;
	text-align:center;
	width:968px;
}

/*=============================================================================
==	Header
=============================================================================*/
#header {
	background: transparent url('images/header_bg.gif') no-repeat;
	height:115px;
	position:relative;
	text-align:left;
}
	#header h1 {
		left:-1000px;
		position:absolute;
	}
	#header h2 {
		color:#396;
		font-size:14px;
		left:355px;
		position:absolute;
		top:65px;
	}
	#header p {
		font-size:14px;
		letter-spacing:3px;
		line-height:1.6em;
		margin:0;
		padding:0;
		position:absolute;
		right:60px;
		text-align:right;
		top:8px;
	}
	
/*=============================================================================
==	Content
=============================================================================*/
#content {
	background:#e7f8f0;
	border:dashed 1px #ade2cb;
	min-height:210px;
	margin:20px 40px 5px 240px;
	overflow:auto;
	padding:10px 10px 5px 10px;
	position:relative;
	text-align:left;
}
	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
		color:#ff6633;
		margin:0 0 .5em 0;
	}
	#content h1 { font-size:24px; }
	#content h2 { font-size:18px; }
	#content h3 { font-size:14px; }
	#content h4 { font-size:12px; }
	#content p {
		line-height:1.5em;
	}
	#content a:link, #content a:visited {
		color:#007D9D;
		text-decoration:none;
	}
	#content a:hover, #content a:active {
		border-bottom: dashed 1px #007D9D;
	}
	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p {

	}
		
/*=============================================================================
==	Navigation
=============================================================================*/
#navigation {
	float:left;
	left:35px;
	position:absolute;
	text-align:left;
	top:130px;
}
	#navication ul {
		margin:0;
		padding:0;
	}
		#navigation ul li {
			list-style:none;
			margin:0 0 10px 0;
			padding:0;
		}
			#navigation ul li a {
				background:transparent url('images/nav_bg.gif') no-repeat;
				color:#333;
				display:block;
				font-size:14px;
				height:37px;
				letter-spacing:1px;
				line-height:37px;
				outline:none;
				padding-left:10px;
				text-align:left;
				text-decoration:none;
				width:191px;
			}
			#navigation ul li a:hover {
				background-position:0 -37px;
			}
			#home .home, #cakes .cakes, #flavors .flavors, #gallery .gallery, #info .info, #contact .contact {
				background-position:0 -74px;
				color:#333;
			}
				#navigation ul li a img {
					border:none;
					float:left;
					padding:10px 7px 0 0;
				}

/*=============================================================================
==	Footer
=============================================================================*/
#footer {
	background:transparent url('images/footer_bg.gif') no-repeat;
	clear:both;
	color:#999;
	font-size:12px;
	height:23px;
	letter-spacing:2px;
	line-height:12px;
	margin:0 auto;
	padding-top:15px;
	text-align:center;
	width:898px;
}
	#footer a {
		color:#00b0dd;
		text-decoration:none;
	}
/* Sticky Footer Pusher */
#push {
	height:38px;
}

/*=============================================================================
==	Home
=============================================================================*/
#home #welcome #slideshow {
margin:10px 0 0 0;
}
#home #welcome p {
	font-size:15px;
	line-height:1.75em;
	padding-right:10px;
	text-align:center;
}

/*=============================================================================
==	Gallery
=============================================================================*/
ul.thumbs {
	float:left;
	margin:0;
	padding:0;
}
	ul.thumbs li {
		float:left;
		height:100px;
		list-style:none;
		margin:3px;
		text-align:center;
		width:100px;
	}
	ul.thumbs li img {
		border:none;
	}
p.pagination {
	clear:both;
	margin-top:0;
	padding-top:0;
	text-align:center;
}
ul.categories li {

}
form.categories {
	float:right;
}
div.image {
	clear:both;
	text-align:center;
}
	div.image img {
		border:none;
	}

/*=============================================================================
==	Flavors
=============================================================================*/
#flavors .col3 {
	
}
	#flavors .col3 h2 {
		margin:0;
	}
	#flavors .col3 ul {
		margin:0 0 1em 0;
		padding:0;
	}
#flavors span.star {
	color:#00b0dd;
	font-weight:normal;
}
#flavors p.notes {
	clear:both;
}
	#flavors p.notes span.star {
		display:block;
		float:left;
		margin-right:5px;
		text-align:right;
		width:3em;
	}

/*=============================================================================
==	Cakes
=============================================================================*/
table.prices {
	width:400px;
}
	table.prices tr.head {
		background:#00b0dd;
		color:#fff;
	}
	table.prices tr.alt {
		background:#daf2e8;
	}
	table.prices tr.over {
		background:#ff9;
		cursor:pointer;
	}
		table.prices td, table.prices th {
			padding:2px;
			text-align:center;
		}
		table.prices td.l {
			text-align:left;
		}
		table.prices td.r {
			text-align:right;
		}
ul.notes {
	display:block;
	font-size:10px;
}
/*--------------------------------------------------------
--	Cakes - Tabs
--------------------------------------------------------*/
.tabs .tabs-container {
	border:solid 1px #999;
	clear:both;
	padding:10px;
}
.tabs ul.tabs-nav, .tabs ul.tabs-nav li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.tabs ul.tabs-nav li {
	background:#daf2e8;
	border:solid 1px #999;
	border-width:1px 1px 0 1px;
	margin-right:2px;
	position:relative;
	
}
.tabs ul.tabs-nav li.active {
	background:#e7f8f0;
	margin-bottom:-1px;
	outline:none;
	z-index:1000;
}
	.tabs ul.tabs-nav li a {
		color:#999;
		display:block;
		float:left;
		outline:none;
		padding:5px 10px 5px 10px;
		text-decoration:none;
	}
		.tabs ul.tabs-nav li a:hover {
			border-bottom:none !important;
		}
		.tabs ul.tabs-nav li.active a {
			color:#666;
			padding-bottom:6px;
		}