
/* MAX-WIDTH 500px
**************************************************/
@media screen and (max-width: 500px) {

/* decrease header height */
.logo-tagline-wrapper {
	padding:25px 10px 0 19px !important;
}
/* create padding */
.post-meta-date-author, .post-title, .page-title, .mini-divider, .entry-content, .post-meta, .archive-content, .post-nav {
	margin-left: 5px !important;
	margin-right: 5px !important;
}
.post {
	margin:5px 0 0 0;
	padding:5px 0 0 0;
}
/* post, page titles, comment count */
.post-title, .page-title, .page-title-left, .post-title a, .page-title a, .page-title-left a,
.post-title .post-title-comments, .post-title .post-title-comments a {
	font-size:25px;
	line-height:27px;
}
/* post date, author, tags */
.post-meta {
	font-size:13px;
	padding:0 0 15px 0;
}
.post-meta-date-author {
	font-size:14px;
}
/* post/page content */
.entry-content, ul, ol {
	font-size:15px;
	line-height:20px;
}
/* Quote post format padding */
.format-quote .entry-content, .format-quote .excerpt {
	padding:10px 15px 40px 15px;
}
.format-quote .entry-content blockquote {
	font-size:25px;
	line-height:27px;
}
/* comment/contact form text sizes */
#comment, #message {
	font-size:14px;
}
#author, #email, #subject, #name, #mail {
	font-size:13px;
}
/* set height from top for all post formats */
.format-aside .post-title-comments a, .format-aside .post-title-comments span,
.format-link .post-title-comments a, .format-link .post-title-comments span,
.format-gallery .post-title-comments a, .format-gallery .post-title-comments span,
.format-status .post-title-comments a, .format-status .post-title-comments span,
.format-quote .post-title-comments a, .format-quote .post-title-comments span,
.format-image .post-title-comments a, .format-image .post-title-comments span,
.format-video .post-title-comments a, .format-video .post-title-comments span,
.format-audio .post-title-comments a, .format-audio .post-title-comments span,
.format-chat .post-title-comments a, .format-chat .post-title-comments span {
	margin-top:20px;
}
}


/* MAX-WIDTH 960px
**************************************************/
@media screen and (max-width: 1000px) {

/* decrease header height */
.logo-tagline-wrapper {
	padding:41px 10px 0 19px;
}

/* create padding */
.post-meta-date-author, .post-title, .page-title, .mini-divider, .entry-content, .post-meta, .archive-content, .post-nav {
	margin-left: 15px;
	margin-right: 15px;
}
}