@import url(http://fonts.googleapis.com/css?family=Bigshot+One&v2);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif&v2);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700&v2);

body {
	color: #4C4B4B;
	font-family: 'Droid Sans', sans-serif;
	background-color: #fff;
}

p, ul, li {
	line-height: 180%;
}

.header-fill,
#navigation ul.menu ul.sub-menu,
#navigation div.menu ul.children {
	background-color: #fff;
}

#navigation a {
	color: #e7a8bc;
	font-size: 12px;
	text-decoration:none;
	text-shadow:none;
	display: block;
	margin-top: 2px;
}
#navigation a:hover {
	text-decoration: underline;
}

#navigation li.current_page_item > a,
#navigation li.current_page_parent > a,
#navigation li.current-menu-item > a,
#navigation li.current-menu-parent > a {
	font-weight: bold;
}

a {
	color: #ff4a96;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Serif', sans-serif;
	color: #51534c;
	font-weight: normal;
	line-height: 130%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

#logo {
	font-family: 'Droid Serif', sans-serif;
	color: #ff4a96;
	font-size:48px;
	display: block;
	width: auto;
	height: 20px;
	background: url(../images/logo.jpg);
}


#description {
	margin-top: 4px;
	color: #51534c;
}

.widget .heading {
	font-family: 'Droid Serif', sans-serif;
	color: #51534c;
}

.post-title {
	font-size: 24px;
	text-decoration: none;
}
.post-title a {
	color: #51534c;
}

.post-title.archive-post-title {
	font-size: 18px;
}

.post-content .post-date a {
	color: #848280;
	text-decoration: none;
	font-size: 11px;
}

.search-link {
	color: #ff4a96;
	font-weight: bold;
}

.post-meta {
	/* background: url('postmeta.png') top right no-repeat;*/
	font-size: 11px;
	color: #cccfcf;
	line-height: 24px;
}

.post-meta-mini {
	/* background: url('postmeta.png') top right no-repeat;*/
	font-size: 11px;
	color: #cccfcf;
	line-height: 24px;
}

.post-meta a, .post-meta-mini a {
	color: #cccfcf;
}

#sidebar {
	border-right: solid 1px #000;
	border-color: #c5c5c5;
}