/*
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.
*/
#mainNav ul a {
	font-family: 'Love Ya Like A Sister';
	font-size: 20px;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, .homeSection h3, #pageHead h1 {
	font-family: 'Love Ya Like A Sister' !important;
	font-size: 20px;
}

.sectionHead p {
	font-family: 'Love Ya Like A Sister';
	font-size: 20px;
}

body {
	font-family: 'Love Ya Like A Sister';
	width: 100%;
}

.home .slideshow h2 {
	font-family: 'Love Ya Like A Sister' !important;
	font-size: 20px;
}

.home .slideshow p {
	font-family: 'Love Ya Like A Sister';
	font-size: 20px;
}

#header h1 {
	font-size: 35px;
	color: #fff;
	margin: 2px;
}

#header h1 a, #header h1 a:hover {
	color: #fff !important;
}

.post-inner-single, .post-inner {
	float: left;
	margin-bottom: 20px;
	width: 940px;
/* change is here, was 100% */
}

.gallery .gallery-row {
	clear: both;
	display: block;
	margin: 0;
	overflow: hidden;
	padding-bottom: 30px;
/* added padding */
}

/*
	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.
*/
#mainNav ul a {
	font-family: 'Love Ya Like A Sister';
	font-size: 20px;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, .homeSection h3, #pageHead h1 {
	font-family: 'Love Ya Like A Sister' !important;
	font-size: 20px;
}

.sectionHead p {
	font-family: 'Love Ya Like A Sister';
	font-size: 20px;
}

body {
	font-family: 'Love Ya Like A Sister';
}

.home .slideshow h2 {
	font-family: 'Love Ya Like A Sister' !important;
	font-size: 20px;
}

.home .slideshow p {
	font-family: 'Love Ya Like A Sister';
	font-size: 20px;
}

#header h1 {
	font-size: 35px;
	color: #fff;
	margin: 2px;
}

#header h1 a, #header h1 a:hover {
	color: #fff !important;
}

.post-inner-single, .post-inner {
	float: left;
	margin-bottom: 20px;
	width: 940px;
/* change is here, was 100% */
}

.gallery .gallery-row {
	clear: both;
	display: block;
	margin: 0;
	overflow: hidden;
	padding-bottom: 30px;
/* added padding */
}