/*
* Theme Name: Curatio Theme
* Theme URI: http://www.curat.io
* Description: Theme for curat.io
* Version: 1.0
* Author: CURATIO
* Author URI: http://www.curat.io
* Tags: custom theme, portfolio theme
*/

/*
*************************************************

CURATIO
Screen Styles


*************************************************
*/

/*  RESET  ============================================================================= */

/* apply a natural box layout model to all elements */ 
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background:transparent;background-color:transparent;color:#000;text-decoration:none}
mark{background:transparent;background-color:transparent;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

.resetlist { margin:0; padding:0; list-style-type:none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a {
text-decoration:none;
-moz-transition: color 0.1s linear; -o-transition: color 0.1s linear; -webkit-transition: color 0.1s linear; transition: color 0.1s linear;
cursor:pointer;
}


a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100% !important;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

select { cursor:pointer; }

/*fix twitter scrollbar*/
iframe[name="twttrHubFrame"] {
display: none !important;
}

/* My generic classes */
.pad { padding:1.2em; }
.floatright { float:right; }

#fb-root > div { left:0 }
form i {  font-style:normal; color:#f00;}

/*  IMPORT FONTS  ============================================================================= */



/*
*************************************************

THE RESPONSIVE GRID SYSTEM
Taken from http://www.responsivegridsystem.com/

*************************************************
*/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 0 0;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}

/*  GRIDS  */
.span_1_of_2 { width:50%; }
.span_2_of_3 { width:66.666666666667%; }
	.span_1_of_3 { width:33.3%; }

.span_1_of_3:nth-child(3n+1) { clear:both; margin-left:0; }

/*  BITS (MODIFIED) FROM BOOTSTRAP ============================================================================= */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  font-size: 1em;
  color: #555555;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border:0;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}


select {
  width: 80%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #be3f18;
  border-color: #be3f18;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

/*  GENERAL SELECTORS ============================================================================= */
hr                     	{ float:left;clear:both; background:#ddd; height: 1px;border: 0;  width: 100%; margin:1em 0; }

p,ul,ol				{ margin-bottom: 1em; }
.clear              { clear:both; }

/* VENDOR-SPECIFIC ============================================================================= */

label.error { float:left; width:100%; clear:both; border:0; padding-bottom:1em !important; margin:0; color:#fff; font-weight:bold; display:inline-block; font-size:1em; background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(top, #ff0000 0%, #ce0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#ce0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff0000 0%,#ce0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff0000 0%,#ce0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff0000 0%,#ce0000 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff0000 0%,#ce0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ce0000',GradientType=0 ); /* IE6-9 */}

#home-login-form label.error { float:left; display:block; margin:0.4em 0 0 0; padding:0.3em !important; font-size:11px; text-align:center; }

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : #000; 
color : #fff; 
text-shadow : 1px 1px 1px #000; }

::-moz-selection { 
background : #000; 
color : #fff; 
text-shadow : 1px 1px 1px #000; }

::selection { 
background : #000; 
color : #fff; 
text-shadow : 1px 1px 1px #000; }


button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }


/*  GENERAL SELECTORS ============================================================================= */

body                 { font: normal 15px/1.5 'Droid Serif', Georgia, serif;  background:#f2e7dc; color:#222;   overflow-x:hidden; }
a { color:#000; }
a:hover { color:#000; }
h1, h2, h3, h4, h5     	{ font-family: 'Droid Serif', Georgia, serif; font-size:1.3em; margin:0; font-weight:normal; padding:0;color:#222;  line-height: 1.3; }
strong { color:#605948; }
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
}
input[type="submit"] {   }
select { width:auto; }


/*  NAV  ============================================================================= */
#nav-toggle { display:none; }

nav 			{   }
#nav 	{ position:relative; z-index: 999;}
#nav ul { float: left; margin: 0; padding: 0;  width: 100%;  display: block;  list-style: none;   }
#nav li { float:left;  display: block; position: relative; border-right:1px #fff solid;  }

#nav a {
  color: #000;
  text-decoration: none;
  width: 100%;
  padding: 0.7em 1.5em;
  float: left;
  text-align: center;
  border-bottom: 0;
  text-shadow:1px 1px 0px rgba(255,255,255,0.4);
}
#nav a:hover 	{ background:#fff; color:#e65225;  }
#nav li:hover { background:#fff; }
#nav li:hover a { text-shadow:none; }
#nav ul li ul { display:none; position:absolute; background:#fff; width:240px; top:40px; left:0; box-shadow:4px 4px 4px rgba(0,0,0,0.2);  padding:0.6em 0 0.8em 0;  }
#nav ul li:hover ul { display:block; z-index:9999; }
	#nav ul li ul li { float:left; width:100%;  border:0; color:#eeeedd; }
	#nav ul li ul li a { display:inline-block;  text-indent:0;   text-align:left; border:0; padding:0.2em 1em;  }
	#nav ul li ul li a:hover { opacity:1; } 
	#nav ul li ul li:hover { background:none; }

.ie7 #nav ul li:hover ul { left:0; }
.ie7 #nav ul li ul li a { padding:0.2em 0; text-indent:1em; }



/*  TEMPLATE ============================================================================= */
#page-wrap { width:98%; max-width: 1180px; margin:0 auto;  }
#page-border { float:left; width:100%;border:1px #605948 solid; border-top:0; border-bottom:0; box-shadow:0px 0px 14px rgba(0,0,0,0.2); }
#skiptomain 	{ display: none; }
.wrap			{ float:left; width:100%; }
.inner			{ width:96%; max-width: 90em; margin:0 auto; }
.centered		{ text-align: center; }

#leaderboard { text-align:center; padding:0.75em 0 0.6em 0; margin-bottom:0em; }
#mobile-leaderboard { display:none; text-align:center; padding-top:1em; height:50px; margin-bottom:3em; }

header { padding:0 0 0 0;  margin:0 0 0 0;  }

.opening-articles { border-bottom:1px #000 solid; }

#logo { font-size:2.5em; font-family: 'Cantata One', Georgia, serif; line-height:1.3; text-align:center; font-weight:normal; border-top:10px #000 solid; color:#000; padding:0.6em 0 0.2em 0;  }
	#logo b  { font-size:1.35em; display:block; letter-spacing:0.3em; font-weight:normal;}
	#logo i { font-style:normal; letter-spacing:0.4em; }
	#logo-img { display:inline-block; background:url(images/logo.png); width:341px; height:90px; margin-left:-12px;}
	.logo-subscribe { background:url(images/logo-subscribe.png) no-repeat; display:inline-block; width:130px; height:44px; background-size:130px 44px; }

		
.day-display { text-align:center; margin:0.5em 0 0 0;  padding:1em 0 .75em 0; background:url(/wp-content/themes/curatio/images/trim.png) top left repeat-x; font-style:italic; border-bottom:1px rgba(0,0,0,0.7) solid; font-family: 'Droid Serif', Georgia, serif;}
	.today { margin-bottom:0;}
	.day-display .date {  }
	.day-display i { color:#000; display:inline-block;  padding:0 0.5em; font-size:1.4em; background:#f2e7dc; }
			
#main { }
	 	
.prev-next { text-align:center; font-size:1.3em; margin:0; padding:0.75em 0; background:url(/wp-content/themes/curatio/images/trim.png) top left repeat-x;  font-family: 'Roboto Slab', Georgia, serif;   }
.prev-next a { font-weight:bold; color:#000; }
.prev-next a:hover { text-decoration:underline; }
	.prev { float:left; }
	.next { float:right; }

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
#logo-img { background-image:url(images/logo-2x.png); background-size:341px 90px; }
.logo-subscribe { background:url(images/logo-subscribe-2x.png); background-size:130px 44px; }
.day-display, .prev-next { background-image:url(images/trim-2x.png); background-size:1px 4px; }  
 }
  
		
footer 		{ border-top:1px rgba(0,0,0,0.7) solid; font-style:italic; text-align:center;  padding:1em 0; font-family: 'Roboto Slab', Georgia, serif;  border-bottom:10px #000 solid;}
.searchform-header {  margin:0 2em 1em 0; font-size:1.2em; text-align:center;}
.searchform-header input[type=text] { margin-right:0.5em; font-family: 'Roboto Slab', Georgia, serif;  font-weight:bold; background:#f2e7dc; border-bottom:1px #000 solid; color:#000; padding-left:0; padding-right:0; }
.searchform-header input[type=submit] { border:0; background:#000; color:#fff; padding:0.2em 0.5em; font-family: 'Roboto Slab', Georgia, serif; font-weight:bold; }
.searchform-header input[type=submit]:hover { background:#222; }
footer ul { display:inline-block;  margin-bottom:1em; font-size:1.2em; }
footer li { display:inline-block;  }
footer li a { display:block; margin-right:1em; font-weight:bold; font-style:normal;  color:#000; }
footer li a:hover { text-decoration:underline; }

/*  HOMEPAGE  ============================================================================= */
.half-page, .medium-rectangle {  }
.medium-rectangle { display:none; }
.half-page { padding:1.5em 1.5em; }
h5 { font-family: 'Roboto Condensed', sans-serif; font-size:1.1em; display:inline-block; margin-bottom:0.2em; text-transform:uppercase;  }

.advert-article { border-bottom:1px #c0bba6 solid; }

article { padding:1.5em; padding-bottom:0.5em; color:#58585a; font-style:normal; }
article p { line-height:1.6; }
	article p a { background:url(images/new-window.png) no-repeat center right; padding-right:1em;  }
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { article p a { background-image:url(images/new-window-2x.png); background-size:9px 9px; }  }
		
article h1, article h2, article h3, article h4 { font-size:1.5em;  line-height:1.4; font-weight:bold; margin-bottom:0.5em;  font-family:'Roboto Slab', 'Droid Serif', serif; }
article a { color:#000; }
	article a:hover {  text-decoration:underline; text-shadow:1px 1px 0px #fff; }
article h1 a, article h2 a, article h3 a, article h4 a { color:#000; }
.most-recent { float:left; width:62%;  }
.most-recent  h5 { font-size:1.5em; margin-bottom:0.1em;  }
.next-most-recent { float:left; width:38%; border-left:1px #000 solid;  padding-left:2em; }
.most-recent h1, .most-recent h2, .most-recent h3, .most-recent h4 { font-size:2.7em; line-height:1.2; font-weight:bold; margin-bottom:0.25em;  }
.most-recent p { font-size:1.1em; line-height:1.65; }
.most-recent, .next-most-recent { height:380px; }
article a:visited { color:#5e5b54; }
.advert-article h1, .advert-article h2, .advert-article h3, .advert-article h4 { font-size:1.8em; line-height:1.35; }

.the-rest, .next-day-recent { border-bottom:1px solid;  }

.the-rest article { border-right:1px #c0bba6 solid; height:440px; }
.the-rest .col:nth-child(3) article {  border-right:0; }
.the-rest-last { border-bottom:0; }

/* border-line-color */
.opening-articles, .the-rest, .next-day-recent, .next-most-recent, .the-rest article, .advert-article { border-color:#c0bba6; border-color:rgba(0,0,0,0.25); }


.next-day, .prev-next { margin-top:-2px; }

.half-page-items .col:nth-child(2), .half-page-items .col:nth-child(3n+2) { clear:both;  }
.medium-rectangle-items .col:nth-child(1), .medium-rectangle-items .col:nth-child(3n+1) { clear:both;  }
.article-list { }
.article-list .col:nth-child(3n+1) { clear:both; margin-left:0; }
.article-day-list .col:nth-child(3n)  { clear:both; margin-left:0; }

/*  SEARCH  ============================================================================= */
.search-title { text-align:center; font-size:2em; padding-bottom:1em; }
.search-header { border-top:1px #000 solid; text-align:center; margin:0 0 1em 0; }
	.search-header .text { margin-top:-0.75em; }
	.search-header .text h2 { background:#fff; display:inline-block; font-style:normal; padding:0 0.5em; font-size:1em; }
	
/*  PAGES  ============================================================================= */
.page-content 		{  border-top:1px #000 solid; padding:1.25em 0 1em 0; }
.page-content h2, .page-content h3, .page-content h4, .page-content h5 	{ font-family: 'Roboto Slab', Georgia, serif;  font-weight:bold;}

/*  MEDIA QUERIES ============================================================================= */

@media screen and (max-width: 1180px)
{
	
	

}

@media screen and (max-width: 1100px)
{
	#page-wrap { max-width: 960px;   }
}
@media screen and (max-width: 1024px)
{
	
	#page-border, #page-wrap {  width:100%; border:0; box-shadow:none; }

}	
	
@media screen and (max-width: 880px)
{
	/* everything 100% width but within container */
	.span_1_of_3, .span_2_of_3, .span_3_of_3,
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4,
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5,
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6,
	.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7,
	.span_1_of_8, .span_2_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8,
	.span_1_of_9, .span_2_of_9, .span_3_of_9, .span_4_of_9, .span_5_of_9, .span_6_of_9, .span_7_of_9, .span_8_of_9,
	.span_1_of_10, .span_2_of_10, .span_3_of_10, .span_4_of_10, .span_5_of_10, .span_6_of_10, .span_7_of_10, .span_8_of_10  {
	width: 100%; margin:0 0 1em 0;
	}
	header { border:0; }
	#page-wrap { width:90%; }

	.most-recent { width:100%; margin-bottom:0; }
	.half-page, .medium-rectangle { float:left; width:100%; padding:0 0 1em 0; text-align:center; }
	
	.next-most-recent { width:100%; border-left:0;  padding:1.5em; margin:0; }
	.last, .advert-article, .the-rest, .next-day-recent  { border:0; }
	.the-rest article, .most-recent, .next-most-recent { border-right:0; border-bottom:#c0bba6 1px solid; height:auto; }
	
	.the-rest:nth-last-child(2) .col:last-child article { border:0;}
}

@media screen and (max-width: 640px)
{
	footer { padding-bottom:1em; }
}

@media screen and (max-width: 540px)
{
	/* go full width */
	#mobile-leaderboard { padding:0; }
	.header-inner, #main .inner, #page-wrap { width:100%; }
	#logo { font-size:1.7em; padding:0.9em 0 0.4em 0; }
	#logo-img { width:180px; height:48px; background-size:180px 48px;}
	.logo-subscribe {  width:100px; height:34px; background-size:100px 34px; }
	@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) { 
	#logo-img {  background-size:180px 53px; }
	.logo-subscribe {   background-size:100px 34px; }
	 }
	 
	 { width:100%; }

	.most-recent h2 { font-size:1.7em; }
	.day-display { border-left:0; border-right:0; margin:0 0 1em 0; }
	.day-display i { font-size:1.1em; }
	.next-day { margin:-1.1em 0 0 0; }
	
	.most-recent  h5 { font-size:1.3em; margin-bottom:0.1em;  }
	.most-recent h1, .most-recent h2, .most-recent h3, .most-recent h4 { font-size:1.7em; line-height:1.3;  margin-bottom:0.25em;  }
	.advert-article h1, .advert-article h2, .advert-article h3, .advert-article h4 { font-size:1.7em; line-height:1.35; }
	.prev-next {  font-size:1.2em; padding:1em 1.5em;   }
	
	.page-content { padding:1em; } 
	
	footer ul { font-size:1em; }

	
}

/* e.g. Large Smartphones */
@media screen and (max-width: 480px)
{
	
}
@media screen and (max-width: 340px)
{
	.searchform-header input[type=text] { width:170px; }
}
/* Force Nav and TopNav to show past certain point; */
@media only screen and (min-width: 781px) {
	#show_menu { display:block !important; }
}