/* =Responsive Structure
----------------------------------------------- */

@media screen and (min-width: 1190px) {
	.site, .hsite, .fsite {
		margin: 0px auto;
		margin: 0rem auto;
		width: 900px;
		width: 90rem;
	}
	#primary {
		width: 850px;
	}
	#maincontent.default {
		padding: 25px;
	}
	#float-wrapper .floatbar {
		display: block;
	}
	.widget_catcheverest_social_widget {
		display: none;
	}
	.page-links,
	.widget,
	blockquote,
	.site-content article,
	.site-content .site-navigation,
	#infinite-handle,
	.comments-title, #reply-title,
	#respond {
		margin-bottom: 50px;
		margin-bottom: 5rem;
	}
	#homepage-message {
		margin-top: 50px;
		margin-top: 5rem;
	}
	article.sticky .featured-post,
	.page-header,
	p,
	.featured-image,
	.entry-content table,
	.comment-content table {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}
	.entry-header,
	article.format-aside .entry-title,
	.comments-area article header {
		margin-bottom: 30px;
		margin-bottom: 3rem;	
	}
	.page .entry-header,
	.widget-title {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
	#featured-post .entry-header {
		margin-bottom: 0;
	}
	.container {
		padding: 0 50px;
		padding: 0 5rem;
	}
	#site-logo,
	#hgroup,
	#supplementary,
	#main {
		padding-top: 50px;
		padding-top: 5rem;
	}
	.hentry,
	.comments-area article { 
		padding-bottom: 50px;
		padding-bottom: 5rem;
	}
	#site-generator .site-info {
		padding: 40px 0;
		padding: 4rem 0;
	}
	.header-img img {
		width: 850px;
	}

	/* Font Sizes */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#site-title {
		font-size: 50px;
		font-size: 5rem;
	}
	.entry-header .entry-title,
	#homepage-message {
		font-size: 26px;
		font-size: 2.6rem;
	}
	#homepage-message span {
		font-size: 20px;
		font-size: 2rem;	
	}
	#featured-post .entry-title {
		font-size: 22px;
		font-size: 2.2rem;		
	}	
}

@media screen and (max-width: 1060px) {
	.site, .hsite, .fsite {
		margin: 0px auto;
		margin: 0rem auto;
		width: 900px;	
		width: 90rem;
	}
	#primary {
		width: 850px;
	}
	#maincontent.default {
		padding: 25px;
	}
	#float-wrapper .floatbar {
		display: none;
	}
	.widget_catcheverest_social_widget {
		display: block;
	}
	.page-links,
	.widget,
	blockquote,
	.site-content article,
	.site-content .site-navigation,
	#infinite-handle,
	.comments-title, #reply-title,
	#respond {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}
	#homepage-message {
		margin-top: 30px;
		margin-top: 3rem;
	}
	article.sticky .featured-post,
	.page-header,
	p,
	.featured-image,
	.entry-content table,
	.comment-content table{
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
	.entry-header,
	article.format-aside .entry-title,
	.comments-area article header {
		margin-bottom: 20px;
		margin-bottom: 2rem;	
	}
	.page .entry-header,
	.widget-title {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
	.container {
		padding: 0 30px;
		padding: 0 3rem;
	}
	#site-logo,
	#hgroup,
	#supplementary,
	#main {
		padding-top: 30px;
		padding-top: 3rem;
	}
	.hentry,
	.comments-area article { 
		padding-bottom: 30px;
		padding-bottom: 3rem;
	}
	#site-generator .site-info {
		padding: 20px 0;
		padding: 2rem 0;
	}
	#header-menu ul.menu a, 
	#colophon #access-footer ul.menu a {
		padding: 0 15px;
		padding: 0 1.5rem;
	}
	.entry-header .entry-title {
		padding-bottom: 0;
	}
	.header-img img {
		width: 850px;
	}

	/* Font Sizes */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.entry-header .entry-title,
	#homepage-message {
		font-size: 20px;
		font-size: 2rem;
	}
	#homepage-message span {
		font-size: 15px;
		font-size: 1.5rem;	
	}
	.widget-title {
		font-size: 16px;
		font-size: 1.6rem;		
	}
	.comments-title, #reply-title,
	.entry-content h1, .comment-content h1 {
		font-size: 19px;
		font-size: 1.9rem;
	}
	.entry-content h2, .comment-content h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.entry-content h3, .comment-content h3 {
		font-size: 17px;
		font-size: 1.7rem;
	}
	.entry-content h4, .comment-content h4 {
		font-size: 16px;
		font-size: 1.6rem;	
	}
	.entry-content h5, .comment-content h5 {
		font-size: 15px;
		font-size: 1.5rem;	
	}
	.entry-content h6, .comment-content h6 {
		font-size: 14px;
		font-size: 1.4rem;	
	}
}
@media screen and (max-width: 960px) {
	/* iPhone Landscape */	
	.site, .hsite, .fsite {
		width: 700px;
		width: 70rem;
	}
	#primary, 
	#secondary {
		width: 100%;
	}
	#maincontent.default {
		padding: 15px;
	}
	#header-menu ul.menu a, #colophon #access-footer ul.menu a {
		padding: 0 10px;
		padding: 0 1rem;
	}
	#float-wrapper .floatbar {
		display: none;
	}
	.widget_catcheverest_social_widget {
		display: block;
	}
	.header-img img {
		width: 650px;
	}

	/* Font Sizes */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.entry-meta {
		font-size: 12px;
		font-size: 1.2rem;	
	}
	#featured-post .entry-title,
	.page-links {
		font-size: 18px;
		font-size: 1.8rem;
	}

	/* =Homepage */
	#body .welcome {
		width: 650px;
		width: 65.0rem;
	}

	/* right-pane */
	#body .right-pane{
		border: 0;
		margin-left: 0;
		width: 650px;
		width: 65.0rem;
	}

	#quotes {border: 0; border-bottom: 3px solid #fff; height: 265px;}
	
	/* Donate */
	#info .donate {
		width: 284px;
		width: 28.4rem;
	}

	/* About */
	#info .about {
		border: 0;
		width: 282px;
		width: 28.2rem;
		padding: 33px 20px 15px 20px;
	}

	#info .about h2 {
		font-size: 3.3em;
		font-size: 3.3rem;
		margin: 0px 0 28px 0;
	}

	#asides .store, #asides .years, #asides .build {
		width: 174px;
		width: 17.4rem;
	}
	#asides .build {border:0}

	#body .events {
		border: 0;
		border-top: 3px solid #fff;
		width: 323px;
		width: 32.3rem;
		border-right: 3px solid #fff;
	}

	#body .blog {
		border: 0;
		border-top: 3px solid #fff;
		width: 323px;
		width: 32.3rem;
		border-left: 3px solid #fff;
		margin-left: -3px;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	/* Pad Portrait */	
	.site, .hsite, .fsite {
		margin: 0px auto;
		margin: 0rem auto;
		width: 760px;
		width: 76rem;
	}
	#maincontent.default {
		padding: 20px;
	}
	#float-wrapper .floatbar {
		display: none;
	}
	.widget_catcheverest_social_widget {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	/* Larger Smart Devices */		
	.site, .hsite, .fsite {
		width: 380px;
		width: 38rem;
	}
	#maincontent.default {
		padding: 10px;
	}
	#float-wrapper .floatbar {
		display: none;
	}
	.widget_catcheverest_social_widget {
		display: block;
	}
	#site-title {
		font-size: 30px;
		font-size: 3rem;
	}
	#site-description {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	#header-right {
		max-width: 100%;
		width: 100%;
		height: 80px;
		height: 8.0rem;
	}
	#header-right .widget,
	.entry-header,
	article.format-aside .entry-title,
	.comments-area article header {
		margin-bottom: 10px;
		margin-bottom: 1.0rem;	
	}
	#main-slider .entry-container {
		bottom: 0;
		max-width: 100%;
		position: relative;
	}
	#main-slider .entry-header {
		margin-bottom: 0;
	}
	#main-slider .entry-title a {
		background-color: transparent;
		padding: 10px 25px 0;
		padding: 1rem 2.5rem 0;
	}
	#main-slider .entry-content {
		background-color: transparent;
		padding: 0 25px 25px;
		padding: 0 2.5rem 2.5rem;	
	}
	#slider-nav a {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
		padding: 0 5px;
	}
	.entry-header .entry-title,
	#homepage-message,
	.comments-title, #reply-title {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#featured-post .post,
	#colophon #supplementary .widget-area,
	#site-generator .copyright, 
	#site-generator .powered {
		margin: 0;
		width: 100%;
	}
	#site-generator .copyright, 
	#site-generator .powered {
		text-align: center;
	}
	.menu {
		display: none;
	}
	.tinynav {
		display: block;
	}

	.sb-holder {
		display: block;
	}
	.commentlist .children {
		margin-left: 0;
	}
	.widget.widget_nav_menu .sb-holder {
		background-color: #3A3D41;
		color: #fff;
		clear: both;
		display: block;
		width: 100%;
	}
	.widget.widget_nav_menu a,
	.widget.widget_nav_menu a:hover {
		color: #fff;
	}
	.header-img img {
		width: 350px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* iPhone Landscape */
	.site, .hsite, .fsite {
		width: 450px;
		width: 45rem;
	}

	#logo {
		height: 71px;
		margin: 30px 0 15px 33px;
		width: 165px;
	}

	#logo-link img {width: 160px; height: 80px;}
	#donate-link img {width: 80px; height: 80px;}
	
	#float-wrapper .floatbar {
		display: none;
	}
	.widget_catcheverest_social_widget {
		display: block;
	}
	.header-img img {
		width: 400px;
	}
	#maincontent.default {
		padding: 10px;
	}

	/* =Homepage */
	#body .welcome {
		width: 400px;
		width: 40.0rem;
	}

	/* right-pane */
	#body .right-pane{
		border: 0;
		margin-left: 0;
		width: 400px;
		width: 40.0rem;
	}

	#quotes {border: 0; border-bottom: 3px solid #fff; height: 163px;}

	/* Donate */
	#info .donate {
		width: 158px;
		width: 15.8rem;
		height: 294px;
	}

	#info .donate h2 {
		font-size: 4.5em;
		font-size: 4.5rem;
		margin: 0px 0 13px 0;
	}
	
	/* About */
	#info .about {
		width: 158px;
		width: 15.8rem;
		padding: 25px 20px 15px 20px;
		height: 299px;
	}

	#info .about h2 {
		font-size: 3.1em;
		font-size: 3.1rem;
		margin: 0px 0 19px 0;
	}

	#asides .store, #asides .years, #asides .build {
		width: 90px;
		width: 9.0rem;
	}

	#asides h2 {
		font-size: 1.7em;
		font-size: 1.7rem;
	}
	
	#body .events {
		border: 0;
		border-top: 3px solid #fff;
		width: 198px;
		width: 19.8rem;
		border-right: 3px solid #fff;
	}

	#body .blog {
		border: 0;
		border-top: 3px solid #fff;
		width: 198px;
		width: 19.8rem;
		border-left: 3px solid #fff;
		margin-left: -3px;
	}
	#body .events h2, #body .blog h2 {
		font-size: 2.0em;
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 480px) {
	/* iPhone Portrait */	
	.site, .hsite, .fsite {
		margin: 0px auto;
		margin: 0rem auto;
		width: 300px;
		width: 30rem;
	}		
	#maincontent.default {
		padding: 5px;
	}
	#float-wrapper .floatbar {
		display: none;
	}
	.widget_catcheverest_social_widget {
		display: block;
	}
	ul.social-profile li,
	.widget_catcheverest_social_widget a.add-icon {
		margin-left: 6px !important;
	}
	.container {
		padding: 0 20px;
		padding: 0 2rem;
	}
	.hentry,
	.comments-area article { 
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}
	#site-logo,
	#hgroup,
	#supplementary,
	#main {
		padding-top: 20px;
		padding-top: 2rem;
	}
	#homepage-message {
		margin-top: 20px;
		margin-top: 2rem;
	}
	#logo {
		height: 61px;
		margin: 30px 0 10px 25px;
		width: 130px;
	}
	#logo-link img {width: 125px; height: 59px;}
	#donate-link img {width: 60px; height: 60px;}
	.header-img img {
		width: 270px;
	}

	/* Font Sizes */
	body,
	button,
	input,
	select,
	textarea {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#site-title {
		font-size: 25px;
		font-size: 2.5rem;
	}
	#site-description {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.entry-meta,
	#site-generator {
		font-size: 11px;
		font-size: 1.1rem;	
	}
	#featured-post .entry-title,
	.page-links {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* =Homepage */
	.site-inner {
		margin: 0 15px 15px 15px;
	}

	#body .welcome {
		width: 270px;
		width: 27.0rem;
	}

	/* right-pane */
	#body .right-pane{
		border: 0;
		margin-left: 0;
		width: 270px;
		width: 27.0rem;
	}

	#quotes {border: 0; border-bottom: 3px solid #fff; height: 110px;}
	#info {border: 0;}

	/* Donate */
	#info .donate {
		border: 0;
		width: 230px;
		width: 23.0rem;
		height: 245px;
	}

	#info .donate h2 {
		font-size: 4.5em;
		font-size: 4.5rem;
		margin: 0px 0 30px 0;
	}
	
	/* About */
	#info .about {
		border-top: 3px solid #fff;
		width: 230px;
		width: 23.0rem;
		padding: 33px 20px 15px 20px;
		height: 260px;
	}

	#info .about h2 {
		font-size: 3.1em;
		font-size: 3.1rem;
		margin: 0px 0 28px 0;
	}

	#asides .store, #asides .years, #asides .build {
		border-top: 3px solid #fff;
		width: 230px;
		width: 23.0rem;
	}

	#asides h2 {
		font-size: 2.0em;
		font-size: 2.0rem;
	}
	
	#body .events , #body .blog {
		border: 0;
		margin: 0;
		border-top: 3px solid #fff;
		width: 270px;
		width: 27.0rem;
	}
	#body .events h2, #body .blog h2 {
		font-size: 2.0em;
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 300px) {
	/* Small Devices */	
	.site, .hsite, .fsite {
		margin: 0;
		width: 300px;
		width: 30rem;
	}
	.site-inner {
	margin: 0 20px 10px 10px;
	}
	#site-title {
		font-size: 20px;
		font-size: 2rem;
	}
	#site-description {
		font-size: 12px;
		font-size: 1.1rem;
	}
	#float-wrapper .floatbar {
		display: none;
	}
	.widget_catcheverest_social_widget {
		display: block;
	}
}
