/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/*
#content {
	max-width: 890px;
	margin: 0 3.64583333333%;
}

#primary {
	margin: 0;
}

#secondary {
	width: 100%;
	max-width: 890px;
}
*/
/*removes gray borders*/
#page, #masthead img {
	border: none;
}

/*menu*/
.menu {
	font-family: Raleway, Helvetica Neue, Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/*removes powered by at the bottom*/
#site-info {
	display: none;
}

/*removes lines around images*/
#masthead img,
#featured-content img,
#recent-content img,
.entry-content img,
.entry-thumb img,
.comment-content img,
.widget img {
	border: 0;
}

/*post title*/
.entry-title a {
	color: #ccaa88;
	text-decoration: none;
	font-size: 30px;
}

/*widgets*/
#secondary .widget {
	color: #ccaa88;
}

#secondary .widget-title {
	color: #ccaa88;
}

.widget-title {
	color: #ccaa88;
}

#content {
	width: 70%;
	max-width: 70%;
}

#secondary {
	width: 20%;
}

/*hover*/
a:hover, a:focus {
	color: #ccaa88 !important;
}

#page #access li:hover > a {
	background: #ffddcc;
	color: #fff;
}

/*comment bubble*/
.comments-link a:hover,
.comments-link a:focus,
.comments-link a:active {
	background: #ffddcc;
	color: #fff;
	text-decoration: none;

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/*
#content {
	max-width: 890px;
	margin: 0 3.64583333333%;
}

#primary {
	margin: 0;
}

#secondary {
	width: 100%;
	max-width: 890px;
}
*/
/*removes gray borders*/
#page, #masthead img {
	border: none;
}

/*menu*/
.menu {
	font-family: Raleway, Helvetica Neue, Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/*removes powered by at the bottom*/
#site-info {
	display: none;
}

/*removes lines around images*/
#masthead img,
#featured-content img,
#recent-content img,
.entry-content img,
.entry-thumb img,
.comment-content img,
.widget img {
	border: 0;
}

/*post title*/
.entry-title a {
	color: #ccaa88;
	text-decoration: none;
	font-size: 30px;
}

/*widgets*/
#secondary .widget {
	color: #ccaa88;
}

#secondary .widget-title {
	color: #ccaa88;
}

.widget-title {
	color: #ccaa88;
}

#content {
	width: 70%;
	max-width: 70%;
}

#secondary {
	width: 20%;
}

/*hover*/
a:hover, a:focus {
	color: #ccaa88 !important;
}

#page #access li:hover > a {
	background: #ffddcc;
	color: #fff;
}

/*comment bubble*/
.comments-link a:hover,
.comments-link a:focus,
.comments-link a:active {
	background: #ffddcc;
	color: #fff;
	text-decoration: none;