body {
	font-family:'Lato', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #189390;
}

#header {
	padding-bottom: 20px;
}

#container {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.clear {
	clear: both;
}

p {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	color: #189390;
}

nav {
	position: relative;
	top: -74px;
	z-index: 10;
	width: 100%;
	text-align: center;
}

nav ul {
	display: inline-block;
	list-style: none !important;
	padding: 0;
	margin: 0;
}

nav ul li {
	float: left !important;
}

nav ul li a {
	text-decoration: none;
	font-family:'Covered By Your Grace', cursive;
	color: #189390;
	font-size: 1.8em;
	display: inline;
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0.2em 0.8em 0em 0.8em;
	background: white;
	border: 1px solid;
	border-color: #d0d6e0;
	border-radius: 4px;
}

nav ul li a:hover {
	text-decoration: none;
	color: #20c6c2;
}

.current {
	color:#bd4e92;
}

#content {
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	margin: 0 auto;
position: relative;
	top: -57px;
	z-index: 10;
/*	width: 100%;
	text-align: center;*/
/*	background-color: #d0d6e0;
*/}

#categories {
	max-width: 100%;
	margin: 0 auto;
}

ul.cookies {
	list-style: none;
	display: block;
}

ul li.thumbnail {
	float: left;
	margin-left: 1em;
	margin-right: 1em;
/*	text-indent:0.5px;*/
	text-align: center;
	font-size: 1.3em;
	font-weight: 400;
}

p.thumbnail { 
	margin-top: 0.2em;
/*	text-align: center;
*/}

ul.footer {
	list-style: none;
	display: inline;
	float:right;
	overflow:hidden;
	width: 25%;
}

ul li.footer {
	float: left;
	padding-right:1%;
}

ul li a.footer {
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	color: #189390;
	display: inline;
	background: white;
	width: 100%;
}
p.footer {
	text-align: center;
	color: #189390;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.9em;
}

.description {
	max-width: 30%;
	float: left;
}

.featured {
	display: block;
	max-width: 68%;
	float: right;
}

h1 {
	font-family:'Covered By Your Grace', cursive !important;
	font-size: 2em !important;
	font-weight: 300 !important;
	color: #bd4e92 !important;
}

h2 {
	font-family:'Covered By Your Grace', cursive;
	font-size: 2em;
	font-weight: 300;
	color: #189390;
}

h3 {
	font-family:'Covered By Your Grace', cursive;
	font-size: 1.5em;
	font-weight: 300;
	color: #189390;
}

a.back {
	font-family:'Covered By Your Grace', cursive;
	font-size: 1.8em;
	font-weight: 300;
	color: #189390;
	text-decoration: none;
}

.caption p {
	font-family:'Lato', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	color: #189390;
}

#content p {
	font-family:'Lato', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #189390;
	text-align: justify;
}

#content a {
	font-family:'Lato', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #bd4e92;
	text-align: justify;
}

#about p {
	font-family:'Lato', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #189390;
	text-align: justify;
}

/*h3 {
	font-family:'Covered By Your Grace', cursive;
	font-size: 1.5em;
	font-weight: 300;
	color: #189390;
}*/

#about {
	float: left;
	max-width: 48%;
}

#rightsidebar {
	display: block;
	float: right;
	max-width: 48%;
}

#rightsidebar img {
	max-width: 100%;
	height: auto;
	padding-top: 2em;
}

#rightsidebar2 {
	display: block;
	float: right;
	max-width: 50%;
	text-align: left;
	padding-right: 50px;
}

#rightsidebar2 h3{
	text-align: left;
}

ul.cookielist {
	list-style: none;
	display: inline;
}

ul li.cookiethumb {
	float:left;
	margin: 1.5em;
}

p.cookielist {
	text-align: center;
}

.bloglist {
	max-width: 68%;
	float: left;
}

.bloglist2 {
	max-width: 68%;
	margin: 0 auto;
}

.blogtitle {
	margin-bottom: 6px;
}

.blogimage {
	padding-right: 10px;
	padding-bottom: 20px;
}

.sidebartitle {
	font-family:'Covered By Your Grace', cursive !important;
	font-size: 2em !important;
	font-weight: 300 !important;
	color: #bd4e92 !important;
	margin: 0;
}

ul.categorylist {
	list-style: none;
	padding-left: 20px;
}

a.postcategories {
	text-decoration: none;
	color: #bd4e92;
}

.postcategories a:hover {
	color: #189390;
}


