/*  
Theme Name: Coochie
Theme URI: 
Description: Coochie Cupcakes
Author: Nathan Reid
Version: 1.0
Tags:

*/

/*
	RESET
  	This is a modified reset derived from Eric Meyer's reset.
	See http://meyerweb.com/eric/tools/css/reset for the original.
	Author: Nathan Reid
	For: www.coochiecupcakes.com
	Last Modified: 7 July 2009 18:11
*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;}

body {
	color: #3e4043;
	line-height: 1;}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

a {color: #3B3C3F;}

:link, :visited, :hover, :active {text-decoration: none;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}

del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
	STRUCTURE
	Author: Nathan Reid
	For: www.coochiecupcakes.com
	Last Modified: 4 July 2009 14:35
*/

*
{
    margin: 0;
}

html, body
{
    height: 100%;
}

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(http://www.coochiecupcakes.com/images/bg.gif) repeat;
}
	
.clear
{
	height: 0;
	width: 0;
	border: 0;
	clear: both;
}

a
{
	color: #977a8d;
}

a:hover
{
	color: #fff;
}

#top
{
	margin: 0 auto;
	background-color: #fff;
}

#header
{
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 140px;
	text-align: left;
}

.quickhome
{
	position: absolute;
	clear: both;
	margin-bottom: 15px;
}

#top #header .logo
{
	position: relative;
	top: 70px;
	clear: both;
	float: left;
	width: 183px;
	height: 59px;
}

#content
{
	margin: 28px auto 5px auto;
	width: 800px;
	text-align: left;
}

#content .content-sidebar
{
	text-align: right;
	float: left;
	width: 199px;
}

#utensils-tray
{
	height: 228px;
	padding: 0 34px 28px 0;
	border-bottom: 7px solid #977a8d;
}

#utensils-tray .title
{
	
}

#recent-bakes
{
	padding: 28px 34px 0 0;
}

#recent-bakes .title
{
	margin-bottom: 10px;
}

#recent-bakes li
{
	color: #545664;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 15px;
}

#recent-bakes strong
{
	display: block;
	color: #3B3C3F;
	font-size: 13px;
	line-height: 16px;
}

#content .content-main
{
	position:relative;
	float: left;
	width: 601px;
}

#content .content-main .coochie-ingredients
{
	position: relative;
	margin-top: 325px;
	height: 60px;
	width: 601px;
}

/*
	FRONTPAGE
*/

#coochie-viewer
{
	position: absolute;
	background-color: #977a8d;
	height: 300px;
	width: 601px;
	z-index: -1000;
}

#cupcake-carousel
{
	position: absolute;
	margin: 7px;
	width: 587px;
	height: 286px;
	overflow: hidden;
}

#prevBtn, #nextBtn
{
	width: 39px;
	height: 39px;
	position: absolute;
	display: block;
	top: 240px;
	z-index: 9999;
}

#nextBtn { right:-17px; }
#prevBtn { left:-17px; }

#prevBtn a, #nextBtn a
{  
	display:block;
	width:39px;
	height:39px;
	background:url(http://www.coochiecupcakes.com/images/previous.png) no-repeat 0 0;	
}

#nextBtn a
{ 
	background:url(http://www.coochiecupcakes.com/images/next.png) no-repeat 0 0;	
}

/*
	ABOUT
*/

#body-about .content-header
{
	position:relative;
	padding-left: 25px;
	margin-bottom: 28px;
	float: left;
	width: 576px;
}

#body-about .content-main
{
	position:relative;
	padding-left: 25px;
	float: left;
	width: 569px;
	border-left: 7px solid #977a8d;
}

#body-about .content-main p
{
	clear: both;
	font-size: 15px;
	line-height: 25px;
}

/*
	BLOG
*/

#body-blog .content-header
{
	position:relative;
	margin-bottom: 28px;
	float: left;
	width: 800px;
}

#body-blog .content-main
{
	position:relative;
	float: left;
	width: 800px;
}

.post
{
	margin-bottom: 20px;
	font-size: 11px;
}

.post .title
{
	float: left;

}

.post .titleStats
{
	padding-left: 5px;
	float: left;
	font-size: 12px;
	line-height: 35px;
	font-style: italic;
}

.post p
{
	clear: both;
	font-size: 13px;
	line-height: 20px;
}

/*
	COMMUNITY
*/

#body-community .content-header
{
	position:relative;
	margin-bottom: 28px;
	float: left;
	width: 800px;
}

#body-community .content-main
{
	position:relative;
	float: left;
	width: 800px;
}

#body-community .content-main p
{
	clear: both;
	font-size: 15px;
	line-height: 25px;
}

/*
	CONTACT
*/

#body-contact .content-header
{
	position:relative;
	margin-bottom: 28px;
	float: left;
	width: 800px;
}

#body-contact .content-main
{
	position:relative;
	float: left;
	width: 800px;
}

#body-contact .content-main p
{
	clear: both;
	font-size: 13px;
	line-height: 20px;
}

#body-contact .content-main #note
{
	margin-top: 15px;
	color: #545664;
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}

form, textarea, .text
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text, textarea
{
	font-style: italic;
	background-color: #fff;
	width: 300px;
	border: 1px solid #fffeea;
	color: #545664;
	padding: 6px 5px;
	margin-bottom: 8px;
	font-size: 12px;
}

.text:hover, textarea:hover
{
	background-color: #d1b8c8;
}

textarea
{
	height: 200px;
}

/*
	NAVIGATION
*/

#nav
{
	position: relative;
	left: 52px;
	top: 82px;
	float: left;
	width: 600px;
}

#nav a
{
	margin-left: 35px;
	float: left;
}

#nav span
{
	display: none;
}

#nav-about a
{
	width: 47px;
	height: 26px;
	background: url(http://www.coochiecupcakes.com/images/nav-about.png);
}

#nav-about a:hover
{
	width: 47px;
	height: 26px;
	background: url(http://www.coochiecupcakes.com/images/nav-about.png) 0 -26px;
}

#nav-about-selected a
{
	width: 47px;
	height: 26px;
	background: url(http://www.coochiecupcakes.com/images/nav-about.png) 0 -52px;
}

#nav-about-selected a:hover
{
	width: 47px;
	height: 26px;
	background: url(http://www.coochiecupcakes.com/images/nav-about.png) 0 -26px;
}

#nav-blog a
{
	width: 37px;
	height: 26px;
	background: url(http://www.coochiecupcakes.com/images/nav-blog.png);
}

#nav-blog a:hover
{
	width: 37px;
	height: 26px;
	background: url(http://www.coochiecupcakes.com/images/nav-blog.png) 0 -26px;
}

#nav-blog-selected a
{
	width: 37px;
	height: 26px;
	background: url(http://www.coochiecupcakes.com/images/nav-blog.png) 0 -52px;
}

#nav-blog-selected a:hover
{
	width: 37px;
	height: 26px;
	background: url(http://www.coochiecupcakes.com/images/nav-blog.png) 0 -26px;
}

#nav-community a
{
	width: 88px;
	height: 26px;
	background: url(http://www.coochiecupcakes.com/images/nav-community.png);
}

#nav-community a:hover
{
	width: 88px;
	height: 26px;
	background: url(http://www.coochiecupcakes.com/images/nav-community.png) 0 -26px;
}

#nav-community-selected a
{
	width: 88px;
	height: 26px;
	background: url(http://www.coochiecupcakes.com/images/nav-community.png) 0 -52px;
}

#nav-community-selected a:hover
{
	width: 88px;
	height: 26px;
	background: url(http://www.coochiecupcakes.com/images/nav-community.png) 0 -26px;
}

#nav-contact a
{
	width: 68px;
	height: 26px;
	background: url(images/nav-contact.png);
}

#nav-contact a:hover
{
	width: 68px;
	height: 26px;
	background: url(http://www.coochiecupcakes.com/images/nav-contact.png) 0 -26px;
}

#nav-contact-selected a
{
	width: 68px;
	height: 26px;
	background: url(http://www.coochiecupcakes.com/images/nav-contact.png) 0 -52px;
}

#nav-contact-selected a:hover
{
	width: 68px;
	height: 26px;
	background: url(http://www.coochiecupcakes.com/images/nav-contact.png) 0 -26px;
}

/*
	TYPOGRAPHY
*/

h1
{
	font-size: 50px;
	line-height: 51px;
}

h2
{
	padding: 2px 0;
	font-size: 25px;
}

h3
{
	padding: 2px 0;
	font-size: 16px;
}

/*
	FOOTER
*/

.footer, .push {
    height: 4em;
}

#footer
{
	margin: 32px auto;
	padding: 5px 15px;
	width: 770px;
	height: 22px;
	clear: both;
	background: #fff;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius:: 10px;
    -webkit-border-top-left-radius:: 10px;
    border-radius: 10px 10px 0 0;
}

#tag
{
	float: right;
	text-align: right;
	line-height: 22px;
	font-size: 11px;
}