/*
Theme Name: Sweet Cheeks Baking Company
Theme URI: http://sweetcheeksbaking.com
Description: Sweet Cheeks Custom Wordpress Theme
Author: Kymera
Author URI: http://www.kymerastudio.com
version: 1.0
Tags: two-column, widget-ready, blank
*/


/* Load Custom Fonts
----------------------------------------------------- */
@font-face {
    font-family: 'GothamBoldRegular';
    src: url('fonts/gotham-bold-webfont.eot');
    src: url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold-webfont.woff') format('woff'),
         url('fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('fonts/gotham-bold-webfont.svg#GothamBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBook';
    src: url('fonts/fonts/gotham-b-webfont.eot');
    src: url('fonts/gotham-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-b-webfont.woff') format('woff'),
         url('fonts/gotham-b-webfont.ttf') format('truetype'),
         url('fonts/gotham-b-webfont.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MemimasAltRegular';
    src: url('fonts/memimasaltregular-webfont.eot');
    src: url('fonts/memimasaltregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/memimasaltregular-webfont.woff') format('woff'),
         url('fonts/memimasaltregular-webfont.ttf') format('truetype'),
         url('fonts/memimasaltregular-webfont.svg#MemimasAltRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MemimasAltBold';
    src: url('fonts/memimasaltbold-webfont.eot');
    src: url('fonts/memimasaltbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/memimasaltbold-webfont.woff') format('woff'),
         url('fonts/memimasaltbold-webfont.ttf') format('truetype'),
         url('fonts/memimasaltbold-webfont.svg#MemimasAltBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* basics */

*{margin:0; padding:0;}

body {
	background:#FF6666;
	font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	margin:20px;
	color:#663300;
	}
	
h1 {font-size: 24pt;}
h2 {font-size: 22pt;}
h3 {font-size: 16pt;}
h4 {font-size: 14pt;}

h1, h2, span.big {
	font-family: 'MemimasAltBold', sans-serif;
	font-weight:normal;
}
h3 {
	font-family: 'GothamBoldRegular', sans-serif;
	font-weight:normal
}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
input[type="text"], input[type="password"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
.clear { 
	width:100%;
	height:0px;
	clear:both;
}

/* links */

a{
	color:#FF6666;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}


a:active, a:focus {
	outline:0px;
}
/* container */


#container {
	width: 1000px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	overflow: hidden;
	}
	
/* header */

#header {
  	width: 100%; 
  	height: 120px;
	}
#header a#logo{
	display:block;
	padding:14px;
	width:119px;
	height:131px;
	position:relative;
	float:left;
	}
#header #logo:hover { border-bottom:0px; }	
#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}
#header h1, #header h2 { display:none; }
/* main menu */


#menu {
	overflow:visible;
	position:relative;
	z-index:10;
	right:0px;
}
#menu a {font-family: 'GothamBoldRegular', sans-serif; }

#menu ul {
	padding:0px 18px 0px 0px;
	margin:0px auto;
	text-align:right;
	float:right;
}

#menu ul li {
	list-style-type: none;
	display:inline;
	float:left;
	position:relative;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 15px;
	margin: 0;
	color:#603813;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	background:url(images/dot.png) 0px 0px no-repeat;
	display:block;
	height:16px;
}

#menu ul li a:hover {
	text-decoration:none;
	border-bottom:0px;
	background-position:0px -20px;
}


.current_page_item a {
	/*color:#f8ef22 !important;*/
}
.current_page_item ul a {
	/*color:#ffffff !important;*/
}
/*Menu - Dropdowns*/
#menu li ul {
	display:block;
	position: absolute;
	left: -999em;
	top:21px;
	z-index: 15;
	clear:none;
	overflow:hidden;
	background: #603813;
	padding-top:4px;
}
#menu ul li:hover ul {
	display:block;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
}
#menu ul li.sfHover ul {
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
}

#menu ul li ul li {
	clear:both;
	overflow:visible;
	margin:0px;
	border:0px;
	z-index:10;
}
#menu ul li ul li a {
	display: block;
	font-size:13px;
	text-decoration:none;
	width:130px;
	padding:6px 10px;
	text-transform:none;
	text-align: left;
	cursor:pointer;
	background: #603813;
	color:#ffffff;
	text-transform:none;
	font-size:11px;
	line-height:11px;
	position:relative;
	z-index:10;
}
#menu ul li il li:last-child {
	border-bottom:0px;
}
#menu ul li ul li a:hover {
	text-decoration:none;
	color:#ff6666;
}


/* content */


#content {
	float: right;
	width:760px;
	overflow: visible;
	position:relative;
	z-index:1;
	padding:24px 34px 24px 0px;
	}	
#content > div, #content > table {
	overflow:visible;
}
.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	}
	
.post h2 a{
	color: #603a18;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #FF6666;
	text-decoration: none;
	}
.post h3 {font-size:11pt;margin: 20px 0px 10px 0px;line-height:1.3;}
.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:10pt;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	}
.navigation h3 { font-size:8pt; margin:0px;}
.entry + .navigation { 
margin:20px 0px;
}
.alignleft {float:left; margin:25px 0;}
.alignright {float:right; margin:25px 0;}

.column {
	float: left; 
	width: 220px; 
	margin-right: 20px !important;
	padding-top:20px;
}
/* Shop Pages
---------------------------------------------- */
div#shopwelcome {
	padding:24px 20px 12px 20px !important;
	background:#ffeeee;
	margin-bottom:22px;
}
.cat-thumb {
	display: block;
    float: left;
    margin: 0 30px 30px 0;
    text-align: center;
    width: 150px;
	color:#FF6666;
}
.cat-thumb:hover {
	text-decoration:none;
	color:#663300;
}
.cat-thumb img {
	border: 1px solid #FFF0F0;
    padding: 5px;
}
.cat-thumb img:hover {
	border: 1px solid #663300;
}
.cat-thumb h3 {
	color:#FF6666;
	font-size:30px;
	padding:5px 0px 0px 0px;
	margin:0px;
	font-family: 'MemimasAltBold', sans-serif;
}
.cat-thumb:hover h3 {
	color:#663300;
}
/*Home Page */

#homecontent {
	width:874px;
	height:auto;
	margin:0px auto;
	clear:both;
	padding:20px 0px;
}
img.banner {
	border:1px solid #fff0f0;
	padding:5px;
	margin:15px 0px;
}
#hometext {
	width:376px;
	float:left;
}
span.big {
	font-size:33px;
	padding-right:10px;
}
#hometext img {
	vertical-align:middle;
}
#homelinks {
	width:480px;
	height:auto;
	float:right;
}
#homelinks .homelink {
	float:left;
	width:152px;
	text-align:center;
	font-size:24px;
	margin-left:8px;
	font-weight:normal;
}
#homelinks .homelink a span:first-child { height:0px !important; }
.homelink a:hover {
	text-decoration:none;
	color:#603a17;
}
.homelink p {
	font-family: 'MemimasAltBold', sans-serif;
}
.homelink img {
	padding:5px;
	border:1px solid #fff3f3;
	margin-bottom:5px;
}
/* sidebar */

#sidebar {
	font-size:8pt;
	width:170px;
	float:left;
	margin:24px 0px 24px 34px;
	padding: 0;
	}

#sidebar h2{
	font-size:14pt;
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#viewcakes {
	display:block;
	width:150px;
	height:150px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(images/viewcakes.png) 0px 0px no-repeat;
}
#facebook {
	display:block;
	width:150px;
	height:150px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(images/facebook.png) 0px 0px no-repeat;
}
#viewcakes:hover, #facebook:hover {
	background-position:0px -150px;
}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
/*	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;*/
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.circle { 
	display:block;
	width:104px;
	height:104px;
	float:left;
	margin:14px;
	text-align:center;
	overflow:visible;
	position:relative;
	line-height:1em;
	font-family: 'GothamBoldRegular', sans-serif;
}
.circle div {
	padding:0px 10px 0px 14px; }
.circle a {
	text-align:center;
	
}

.circle a:hover {
	text-decoration:none;
}
.brown {
	background:url(images/brown-circle.png) top left no-repeat;
	color:#F8AFAD;
}
.pink { 
background:url(images/pink-circle.png) top left no-repeat;

}
.pale {
	background:url(images/pale-circle.png) top left no-repeat;
}
.pink a, .pale a {
	color:#603813 !important;
}
/* Tooltip Style */

.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;
	font-size:9pt;
	text-align:center;
	}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}


/* Form style*/

.wpcf7-form label {
	display:inline-block;
	width:120px;
	vertical-align:top;
}
.wpcf7-form input, .wpcf7-form textarea {
	border:1px solid #999;
	width:250px;
	padding:3px;
	font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	color:#663300;
}
#submit {
	background:#FF6666;
	color:#ffffff;
	border:0px;
	padding:4px;
	width:70px;
	text-align:center;
	cursor:pointer;
	font-size:11pt;
	font-weight:bold;
	margin-left:120px;
}
#commentform #submit {margin-left:0px;width:160px;}
/* footer */

#footer {
	background:#FF6666;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #fff; text-align:center;font-size:9pt;line-height:1.4em;}
#footer a{ color:#603813; }
#footer a:hover{}


