@import url(includes/css/cf-reset.css);
@import url(includes/css/cf-layout.css);
@import url(includes/css/cf-typography.css);


	
/*
Theme Name: Cupcake Love
Description: For the love of delicious, pink cupcakes.
Version: 1.0.1
Author: Michael Sisk
Author URI: http://maikeruon.com/
Tags: blue, green, pink, brown, two-columns, fixed-width, threaded-comments, sticky-post

*/

	
/** Cupcake Styles */
.group {
	width:1015px;
	
}

.content {
	width:700px;
}

.sidebar {
	width:300px;
}

.interior {
	padding:5px;
}

html {
	/*background:url(includes/images/bg-body.png);*/
	color: black;
	                                                
}

body {
	background-color: #fffff;
	padding:0;
}

#wrapper{
	width: 1025px;
	margin: 0 auto;
	/*background:url(includes/images/wrapperbg.gif);*/
	/*border-left: 1px solid #bef9a7;
	border-right: 1px solid #bef9a7;*/
}


a {
	color: #6c771a;
}

a:hover {
	color: #859b11;
}

h1,h1 a {
	color:#ffffff;
}

.content h1.archive-title {
	/*background:url(includes/images/bg-sticky-head.png) 0 100% no-repeat;*/
	color: #16ae91;
	margin:0 0 1em;
	padding:0 0 14px;
	position:static;
}


	
/* classes - alignment */
.aligncenter {
	margin:auto;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

img.alignleft {
	margin:0 1em 1em 0;
}

img.alignright {
	margin:0 0 1em 1em;
}


	
/* #head */
#head {
	background:url(includes/images/headerimg.png)no-repeat;
	width: 1015px;
	height:250px;
	margin: 0 auto;
}

#head .name a {
	display:block;
	font: 300%/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	padding:1.5em 0;
	text-indent: 1020px;
}

#head .description {
	font: italic 200%/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


	
/* .posts */
.content .content {
	width:640px;
}

.content .sidebar {
	width:50px;
	text-align:center;
}

.content .sidebar a {
	border:1px solid;
	color:#4d1e13;
	display:block;
	font:115%/1em Constantia, Palatino, Times, serif;
	margin:0 0 .5em;
	padding:6px;
	width:32px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.content .sidebar a:hover {
	color:#4d1e13;
}

.content .date a {
	background:#ecf2da;
	border-color:#dfff7f;
}

.content .date strong {
	display:block;
	font-size:180%;
	margin-bottom:.25em;
}

.content .comments a {
	background:#daf2f2;
	border-color:#7fffff;
}

.content .edit a {
	background: #ffffff;
	border-color: #bed64f;
}

.content .sticky .date a {
	background:#ecf2da;
	border-color:#dfff7f
}

.content .sticky .date strong {
	display:block;
	font-size:180%;
	margin-bottom:.25em;
}

.content .sticky .comments a {
	background:#ecf2da;
	border-color:#dfff7f;
}

.content .sticky .edit a {
	background: #ffffff;
	border-color: #bed64f;
}

.content h1,.content h2 {
	/*background:url(includes/images/bg-post-head.png) 0 100% no-repeat;*/
	color:#09517f;
	margin:0;
	padding:0 0 18px;
	position:relative;
	z-index:2;
}

.content .sticky h1,.content .sticky h2 {
	/*background-image:url(includes/images/bg-sticky-head.png);*/
}

.content h2 a {
	color: #749955;
}

.content h2 a:hover {
}

.content .sticky h2 a:hover {
}

.content .entry {
	margin:-.5em 0 1px;
	padding:0 1em;
}

.content .entry .interior {
	border-color: #cee5cb;
	border-width: 1px;
	border-style: solid;
	overflow:hidden;
	border-radius-bottomright: 5px;
	border-radius-topleft: 5px;
	
}

.content .sticky .entry {
	color:#208080;
}

.content .meta {
	margin:0 0 3em;
	padding:0 1em;
}

.content .meta .interior {
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
}

.content .sticky .meta .interior {
	/*background:url(includes/images/bg-sticky-foot.png);*/
	color:#208080;
}

	
/* .attachment */
.attachment .navi img {
	height:60px;
	width:60px;
}


	
/* comments */
#comment {
	width:98%;
}

#respond {
	background:#fcfff2;
	color: #3f1309;
	padding:.75em;
	/*border-radius:1px;
	-moz-border-radius:.1px;
	-webkit-border-radius:1px;*/
}

.commentlist {
	width: 614px;
	list-style:none;
	margin-bottom: 3em;
	margin-left:73px;
	padding:0;
}

.commentlist .comment,.commentlist .pingback,.commentlist .trackback {
	margin:0 0 3em;
	padding:.75em .75em 0;
	border: .1em solid #0072bb;
}

#comments {
	color: #9bcb70;
}

.commentlist .comment.bypostauthor {
	border: .25em double #333;
}

.commentlist .vcard {
	font-weight:bold;
}

.commentlist .vcard img.avatar {
	float:left;
	margin:0 1.5em 1.5em 0;
}

.commentlist .vcard span.says {
	display:none;
}

.commentlist .comment-meta {
	color:#999;
	padding:0 0 1.5em;
}

.commentlist .reply {
	padding-bottom:.75em;
}

.commentlist .children {
	list-style:none;
	margin:0;
	padding:0;
}

.commentlist .even {
	background: #e6feb8;
	color: #44180c;
}

.commentlist .odd {
	background: #f8feb7;
	color: #44180c;
}


	
/* .navi */
.navi {
	color:#fff;
	margin:0 0 3em;
}

.navi a {
	color:#fff;
}


	
/* .sidebar */
.sidebar {
	color: #48682e;
	font-size:115%;
}

.sidebar .interior  {
	background:url(includes/images/dots18.png) 10px 0 repeat-y;
	min-height:700px;
	list-style:none;
	margin:0;
	padding:0 0 0 40px;
	/*border-right: 1px greenyellow solid;*/
}

.sidebar h2 {
	font: small-caps  160%/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; margin: 0 0 .75em;letter-spacing: 1px;
	color: #16ae91;
	margin:1.5em 0 0;
}

.sidebar ul li ul {
	list-style-image:url(includes/images/bullet.png);
	line-height:2em;
}

.sidebar a {
	color: #1c8f5b;
}

.sidebar a:hover {
	color: #96ce49;
}


	
/* #s */
#s {
	background:url(includes/images/searchimg.png) repeat-y;
	border:0;
	color: #0a254e;
	padding:6px 25px 6px 40px;
	height:30px;
	width:190px;
	font-size: 14px;
}


	
/* #foot */
#foot {
	width: 1015px;
	height: 50px;
	/*background:url(includes/images/footerimg.jpg) 0 100% no-repeat;*/
	color: #0079c9;
	margin: 0 auto;
	padding:3em 0 26px;
	text-align:center;
}

#foot a {
	color: #16ae91;
}
