/*  pink style */
body {
	background: #f7f3d2 url(pink/cupcakes.jpg) no-repeat left top;
	background-attachment: fixed;
}

/*  Images */
#top-out {
	background: url(pink/bg_top.gif) repeat-x 0 0;
}
#header {
	color: #333;
}
#header a {
	color: #828B1B;
}

#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(pink/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(pink/bg_middle_content.gif) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(pink/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}
#content {
	background: url(pink/bg_middle_top.gif) no-repeat 0 0;
}
#footer {
	background: #f7f3d2;
}

/*  Colors */
a {
	color: #c42d63;
}
#footer h2.widget_title {
	background: #f4c74a;
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #b4a3b5 5px solid;
	background: #EDEDED;
}
.Nav a, .Nav .on,
#sidebar ul#idTabs li a {
	background: #f4c74a;
}
#sidebar li a:hover {
	color: #c42d63;
	text-decoration: none;
}
#sidebar h2 {
	background: #c42d63;
}
#main-content .post h4.continue a,
#sidebar ul#idTabs li a.selected, #sidebar ul#idTabs li a:hover {
	background: #c42d63;
}
.Nav .on, .Nav a:hover {
	background: #c42d63 !important;
}
#main-content .post h4.continue a:hover {
	background: #f4c74a;
}
#copyright-out {
	background: #c42d63;
}
#nav li ul li a {
	background: #561248;
	border-bottom: 1px solid #4c1040;
}
#footer-out {
	background: #f7f3d2;
}



