@charset "UTF-8"; 
/* Globals */
/* ================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font: inherit;
  vertical-align: baseline;
/*   */
  margin: 0;
  padding: 0; 
  }


body {
  background: #fff;
  color: #333;
  font-family: 'EB Garamond', Times, 'Times Mew Roman', serif;/* add Sabon at the begining of this list if we find it*/
  }


.container {
  background: #fff;
  padding: 0; 
  }

a, a:visited{
  text-decoration: none; font-weight: bold;
	color:#66cc00;
  }

a:active, a:hover {
  text-decoration: underline; 
}

p {
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.5;
  font-weight: 300; }

strong {
  font-weight: 700; }

input:focus {
    outline:none;
	box-shadow:none;
}

.clear { /* used by skeleton 2  */
  clear: both; }

blockquote {
	margin-left: 30px;
}


.home-page { /* used for body ID */
	/*css class added to body tag in case we want to selectively style page levels - used for home only*/
}

.form-page  { /* used for body ID */
	/*css class added to body tag in case we want to selectively style page levels - used for forms and responses*/
}

.second-page  { /* used for body ID */
	/*css class added to body tag in case we want to selectively style page levels - used for 'grid' pages like events list*/
}

.third-page  { /* used for body ID */
	/*css class added to body tag in case we want to selectively style page levels - used for most pages*/
}

/* Header */
/* ================================================== */

header { /* used for element ID */
	/*outline:1px solid red;*/
	height:130px;
	padding: 20px 20px 10px 20px;
}

#site-header { /* used for style header content */
  text-align:left;
}

.site-title { /* used for style header content */
  position: relative; }
  

#site-logo { /* used for style header content */
	text-align:left;
	margin-bottom: 10px;
	padding-top: 10px;
}

div.header-search-box { /* used for style header content */
	display: table-cell; 
	vertical-align: top;
	padding-right:3px;;
	border:none;
	border-radius:0;
}

div.header-search-box input { /* used for style header content */
    font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
	font-weight:700;
	background-color:#b3b3b3;
	color:black;
	font-size: 0.9em;
	height:22px;
	width:195px;
	vertical-align:top;
	padding:2px 0 0 2px;
	border:none;
	border-radius:0;
}

#social-nav { /* used for style header content */
	/*outline:1px solid red;*/
	height:25px;
	width:300px;
	float:right;
	text-align:right;
	margin-right:0px;
	padding-right:0px;
	position:absolute;
	top:0;
	right:-12px;
	display:table-row;
}

div#search-head{ /* used for style header content */
	display: table-cell; 
	vertical-align: top;
	padding-right:3px;;
}

div#search-head input{ /* used for style header content */
	/*outline:1px solid red;*/
	margin-right:0px;
    background:url('../images/icon-head-search-up.jpg') no-repeat;
    cursor:pointer;
    width: 25px;
    height: 24px;
    border: none;
	border-radius:0;
	display: table-cell; 
	vertical-align: top;
	
}

div#search-head input:hover{ /* used for style header content */
    background:url('../images/icon-head-search-dn.jpg') no-repeat;
}



#facebook-head { /* used for style header content */
	padding-right:3px;;
	width: 25px;
	height:24px;
	background:transparent url('../images/icon-head-facebook-up.jpg') center top no-repeat;
	display: table-cell; 
	vertical-align: top;
}

#facebook-head:hover{ /* used for style header content */
   background-image: url('../images/icon-head-facebook-dn.jpg');
}


#instagram-head { /* used for style header content */
	padding-right:6px;;
	width: 25px;
	height:24px;
	background:transparent url('../images/icon-head-instagram-up.jpg') center top no-repeat;
	display: table-cell; 
	vertical-align: top;
}

#instagram-head:hover { /* used for style header content */
   background-image: url('../images/icon-head-instagram-dn.jpg');
}

.location { /* used for style header content */
	/*outline:1px solid red;*/
    font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
	font-weight:400;
	color:black;
	font-size: 0.75em;
	float:left;
	width:288px;
	margin:10px 41px 0 0;
	text-align:left;
}


/* Body */
/* ================================================== */

#content { /* used for element ID */
  	background:#fff;
}

#slider { /* used for element ID */
	width:100%;
}


#breadcrumbs { /* used for article ID */
	/*outline:1px solid red;*/
	padding:5px 20px 0px 20px;
	font-style:italic;
	font-size:0.8em;
}

#breadcrumbs a, #breadcrumbs a:visited { /* used to style breadcrumb nav  */
	color:#66cc00;
}

#breadcrumbs a:active, #breadcrumbs a:hover {/* used to style breadcrumb nav  */
	color:#66cc00;
	text-decoration:underline;
}

#grid { /* used for article ID */
	padding:0 0 0 20px;
}

#main { /* used for article ID */
	padding:0px 30px 10px 20px;
}

#secondary { /* used for article ID */
	padding:10px 30px 20px 20px;
}

#form { /* used for article ID */
	/*outline:1px solid red;*/
	padding:0px 30px 20px 20px;
	margin-top:0px;
  	background:#fff;
  	font-family: 'EB Garamond', Times, 'Times Mew Roman', serif;/* add Sabon at the begining of this list if we find it*/
	font-weight:normal;
    font-size: 1.0em;
	color:#6d6e70;
}


aside  {
	/*outline:1px solid red;*/
  	background:#6d6e70;
}

#sidebar { /* used for aside ID */
	padding:20px 20px 20px 20px;
	margin:12px 0px 0px 0px;
  	background:#6d6e70;
	color:#fff;
	height:100%;
	float:right;
	min-width:80%;
}

#sidebar a, #sidebar a:visited{ /* used to style sidebar  */
  text-decoration: none;
	color:#FF9900;
  }

#sidebar a:active, #sidebar a:hover { /* used to style sidebar  */
  text-decoration: underline; 
}

.second-page #sidebar { 
	margin-top:20px;
}



#sidebar .ordinary { /* used to style grid boxes */
	min-height:initial;
	max-height:initial;
	overflow:visible;
}

#sidebar .ordinary h2 { /* used to style grid boxes */
	max-height:initial;
	overflow:visible;
}

#sidebar .ordinary p { /* used to style grid boxes */
	max-height:initial;
	overflow:visible;
}

#sidebar img {/* this keeps the sidebar from overlapping the body content when resizing the viewport */
	max-width:100%;
}


#sidebar h2 { /* used to style sidebar content  */
    font-family: 'Josefin Sans', Arial, sans-serif;font-weight:600;/* add Avenir at the begining of this list if we find it*/
	letter-spacing: 1px;
    font-size: .9em;
    color: #fff;
    margin-top: 1em; 
	margin-bottom: .5em;
	text-transform: uppercase;
	}

#sidebar h3 { /* used to style sidebar content  */
    font-family: 'Josefin Sans', Arial, sans-serif;font-weight:600;/* add Avenir at the begining of this list if we find it*/
	letter-spacing: 1px;
    font-size: .75em;
    color: #fff;
    margin-top: 1em; 
	margin-bottom: .5em;
	text-transform: uppercase;
	}


img.left { /* used to size grid boxes */
	float: left;
	margin-right: 5px;
}

img.right { /* used to size grid boxes */
	float: right;
	margin-left: 5px;
}



.half { /* used to size grid boxes */
	width:50%;
	float: left;
    box-sizing: border-box; 
	padding:20px 20px 0px 0px;
}

.quarter { /* used to size grid boxes */
	width:25%;
	float: left;
    box-sizing: border-box; 
	padding:20px 20px 0px 0px;
}

.third { /* used to size grid boxes */
	width:33.33333%;
	float: left;
    box-sizing: border-box; 
	padding:20px 20px 0px 0px;
}

.ttop { /* used to align top row of event page grid boxes - this is a tweek to improve with a better way */
	/* padding-top:12px; */
}


.top { /* used to align grid boxes */
	min-height:155px;
	max-height:255px;
	overflow:hidden;
	padding:10px 7px 10px 10px;
	color:#fff;
	background-position: center;
}

.top a, .event a, .news a { /* used to style grid boxes */
    font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
	font-weight:normal;
    font-size: 1.0em;
}

.top h2 { /* used to style grid boxes */
	max-height:19px;
	overflow:hidden;
}

.top p { /* used to style grid boxes */
	/* max-height:200px;used to style grid boxes */
	/*overflow:hidden; */
    font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
}


.highlight { /* used to style grid boxes */
	min-height:240px;
	max-height:240px;
	overflow:hidden;
	padding:10px 7px 10px 10px;
	color:#FFFFFF;
	background-position: center;
}

.highlight p a, .event p a, .news p a, .top p a, .highlight p a:visited, .event p a:visited, .news p a:visited, .top p a:visited {
	color: #FF9900;
}


.highlight h2 { /* used to style grid boxes */
	max-height:19px;
	overflow:hidden;
}

.highlight p { /* used to style grid boxes */
	/* max-height:140px;used to style grid boxes */
	overflow:hidden;
}

,hilight-box { 
	background-color:#FFFF99; 
	padding: 10px;
}

.ordinary { /* used to style grid boxes */
	min-height:187px;
	max-height:187px;
	overflow:hidden;
	padding:10px 7px 10px 10px;
	background-color:#333333;
	color:#FFFFFF;
	background-position: center;
}

.ordinary h2 { /* used to style grid boxes */
	max-height:19px;
	overflow:hidden;
}

.ordinary p { /* used to style grid boxes */
	max-height:80px;
	overflow:hidden;
}

.event { /* used to style grid boxes */
	background-color:#333333;
}

.news { /* used to style grid boxes */
	background-color:gray;
}

.join { /* used to style grid boxes */
	background-color:#006699;
}

.donate { /* used to style grid boxes */
	background-color:rgb(254,212,84);
}

.donate a, .donate a:visited, .join a, .join a:visited, .event a, .event a:visited, .news a, .news a:visited { /* used to style grid boxes */
  text-decoration: none;
	color: #FF9900;
  }

.donate a:active, .donate a:hover, .join a:active, .join a:hover, .event a:active, .event a:hover, .news a:active, .news a:hover { /* used to style grid boxes */
  text-decoration: underline; 
}


.box-arrow, .box-tag { /* used to style grid boxes */
	float:right;
}

.box-head, .box-foot { /* used to style grid boxes */
    font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
	font-weight:normal;
    font-size: 0.9em;
	text-transform: none;
	text-shadow: none;
}

.box-arrow { /* used to style grid boxes */
	background:transparent url('../images/more-arrow-up.png') center top no-repeat;
    /* background:url('../images/more-arrow-up.png') no-repeat; */
	width:28px;
	height:28px;
}

.box-arrow:hover { /* used to style grid boxes */
    background:url('../images/more-arrow-dn.png') no-repeat;
}

.fine {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}


#content h1 { /* used to style text content  */
    font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
	font-weight:700;
    font-size: 1.6em;
    color: #fff;
    margin-bottom: .5em; 
    margin-top: .5em; 
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#content h2 { /* used to style text content  */
    font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
	font-weight:600;
    font-size: 1.1em;
    color: #fff;
    margin-top: .25em; 
	margin-bottom: .5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#content ul { /* used to style text content  */
    margin: 0;/* this affects the space around the slider */
    list-style-type: circle; 
	}

#content li { /* used to style text content  */
	font-size: 1.1em;  margin-left: 20px; 
	list-style-position: outside;   
	}
	 

.content-cell { /* used to style text content  */
	display:inline-block;
	width:200px;
	height:200px;
	text-align:center;
	margin-right:25px;
	margin-bottom:10px;
	outline:1px solid black;
}



#main h1, #main h2, #main h3{ /* used to style text content  */
	font-family: 'Josefin Sans', Arial, sans-serif;font-weight:700;/* add Avenir at the begining of this list if we find it*/
	color:#6d6e70;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#main h1{ /* used to style text content  */
	font-size:1.5em;
}

#main h2{ /* used to style text content  */
	font-size:1.2em;
}

#main h3{ /* used to style text content  */
	font-size:1.0em;
}

#secondary h1, #secondary h2, #secondary h3{ /* used to style text content  */
	font-family: 'Josefin Sans', Arial, sans-serif;font-weight:normal;/* add Avenir at the begining of this list if we find it*/
	color:#6d6e70;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#secondary h1{ /* used to style text content  */
	font-size:1.5em;
}

#secondary h2{ /* used to style text content  */
	font-size:1.2em;
}

#secondary h3{ /* used to style text content  */
	font-size:1.0em;
}


#main ul, #secondary ul { /* used to style text content  */
    margin: 1em;
	padding-left:20px;
    list-style-type: circle; 
	}

#main ol, #secondary ol { /* used to style text content  */
    margin: 1em;
	padding-left:20px;
	}
	
iframe.blog { 
    width:100%;
	padding-left:0px; 
	border:0;
	}


#form .table{ /* used to style form content  */
    display:table;
	width:100%;
}

#form .table-row{ /* used to style form content  */
    display:table-row;
}

#form .table-cell{ /* used to style form content  */
    display:table-cell;
	text-align:left;
	vertical-align:top;
}

#form .table-cell-right{ /* used to style form content  */
    display:table-cell;
	text-align:right;
	vertical-align:top; 
	margin-right:0;
	padding-right:0;
}

.tright { /* used to style form content  */
	width:85%;
}

.tleft  { /* used to style form content  */
	padding-right:100px;
}

#form input { /* used to style form content  */
    font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
	font-weight:normal;
    font-size: 1em;
	text-transform: none;
	letter-spacing: 1px;
	width:100%;
	height:20px;
	background:#b3b3b3;
	color:black;
	padding:2px;
	border-radius:0;	
}

#form textarea { /* used to style form content  */
    font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
	font-weight:normal;
    font-size: 1em;
	text-transform: none;
	letter-spacing: 1px;
	width:100%;
	height:100px;
	background:#b3b3b3;
	color:black;
	padding:2px;
	border-radius:0;	
}

#form input.button { /* used to style form content  */
    font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
	font-weight:normal;
    font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	width:auto;
	height:18px;
	background:#FF9900;
	color:white;
	padding:2px;
	border-radius:0;
	border:none;	
}


#form h1, #form h2, #form h3{ /* used to style form content  */
	font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
	font-weight:700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#form h1{ /* used to style form content  */
	font-size:1.5em;
	color:#6d6e70;
}

#form h2{ /* used to style form content  */
	font-size:1.2em;
	color:#FF9900;
}

#form h3{ /* used to style form content  */
	font-size:0.9em;
	color:#FF9900;
}

#form .label{ /* used to style form content  */
    font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
	font-weight:normal;
    font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#6d6e70;
}

#form p { /* used to style form content  */
	color:black;
}

#form-submit { /* used to style form content  */
}

#form-submit input{ /* used to style form content  */
	display:inline; 
	margin-left:2px;
	margin-top:3px;
    background:url('../images/more-arrow-sm-orange.png') no-repeat;
    cursor:pointer;
    width: 19px;
    height: 19px;
    border: none;
	border-radius:0;
	vertical-align:top;
}



#form-submit input:hover{ /* used to style form content  */
    background:url('../images/more-arrow-sm-orange.png') no-repeat;
}

#search-submit:after {
	content:url('../images/more-arrow-sm-orange.png');
	margin-left:2px;
   display: inline-block;
   vertical-align: top;
   margin-top: 3px;
	padding:0;
}


/* Footer */
/* ================================================== */

footer { /* used for element ID */

}

#footer-left { /* used to align footer content  */
	width:240px;
	float:left;
}

#footer-center { /* used to align footer content  */
	margin: 40px;
	width:500px;
	float:left;
}
#footer-right { /* used to align footer content  */
	width:243px;
	float:right;
}

#site-footer { /* used to style footer content  */
  font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
  font-weight:400;
  color:#000;
  min-height:200px;
  overflow: hidden;
  clear: both;
  background: #66cc00;
  padding: 20px;
  margin-top:20px;
  }

#site-footer ul { /* used to style footer content  */
 	text-align: justify;
	width:100%;
}

#site-footer li { /* used to style footer content  */
 	list-style: none;
 	margin: 0;
  	padding: 0px;
 	display: inline-block;
	width:13%;
}

#site-footer li.push { /* used to style footer content  */
    display: block;
    padding: 0;
    margin-left: 10px; 
}

#site-footer .footer-nav li a, #site-footer .footer-nav li a:visited { /* used to style footer content  */
  color: #000; 
  font-size: 0.8em;
  font-weight:bold;
  text-decoration:none;
}

#site-footer .footer-nav li a:active, #site-footer .footer-nav li a:hover { /* used to style footer content  */
  color: #fff; 
}


.description { /* used to style footer content  */
  color:#000;
  font-size: 0.8em;
  font-weight:bold;
	margin-top:10px;
  margin-bottom:20px;
}

.description a, .description a:visited { /* used to style footer content  */
	/*outline:1px solid red;*/
  color:#000;
  font-weight:normal;
}

.description a:active, .description a:hover { /* used to style footer content  */
	/*outline:1px solid red;*/
  text-decoration:underline;
}

.copyright { /* used to style footer content  */
  color:#000;
  font-size: 0.8em;
  margin-top:40px;
  margin-bottom:10px;
}

.footer-social { /* used to style footer content  */
	color:#000;
	font-size: 0.8em;
	font-weight:bold;
	margin-top:10px;
	padding-left:0px;
	width:35%;
	float:left;
}

.footer-social img { /* used to style footer content  */
	margin-right:3px;
}


#facebook-foot { /* used for style footer content */
	margin-right:3px;;
	width: 20px;
	height:20px;
	display:inline-block;
	background:transparent url('../images/icon-foot-facebook-up.jpg') center top no-repeat;
}

#facebook-foot:hover{ /* used for style footer content */
   background-image: url('../images/icon-foot-facebook-dn.jpg');
}


#instagram-foot { /* used for style footer content */
	margin-right:3px;;
	width: 20px;
	height:20px;
	display:inline-block;
	background:transparent url('../images/icon-foot-instagram-up.jpg') center top no-repeat;
}

#instagram-foot:hover { /* used for style footer content */
   background-image: url('../images/icon-foot-instagram-dn.jpg');
}

.footer-address { /* used to style footer content  */
	color:#000;
	font-size: 0.8em;
	font-weight:400;
	margin-top:10px;
	width:60%;
	float:right;
}

.footer-subscribe { /* used to style footer content  */
	color:#000;
	font-size: 0.8em;
	font-weight:bold;
	margin-top:30px;
	float:left;
	width:100%;
}

#mc_embed_signup .mc-field-group input.footer-subscribe-box { /* used to style elist form content  */
    font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
	font-weight:700;
	background-color:#fff;
	color:black;
	font-size: 0.8em;
	height:20px;
	width:218px;
	border:none;
	vertical-align:top;
	padding:2px 0 0 2px;
	margin:0 2px 0 0;
	border-radius:0;
}

div#footer-submit input { /* used to style elist form content  */
    background:url('../images/icon-foot-submit-up.jpg') no-repeat;
    cursor:pointer;
    width: 20px;
    height: 20px;
    border: none;
	border-radius:0;
	color:#5cc151;
}

div#footer-submit input:hover { /* used to style elist form content  */
    background:url('../images/icon-foot-submit-dn.jpg') no-repeat;
}

/* #Media Queries */
/* ================================================== */

@media only screen and (min-width: 1280px) {

#grid {
	padding:0 0 0 0;
}


.right { /* this is a tweek to get rid of if possible, perhaps using lastchild or something */
	padding-right:0px;
}

.half {
	width:50%;
}

.quarter {
	width:25%;
}

#footer-right {
	width:250px;
}



}

@media only screen and (max-width: 1279px) {

#site-footer li {
	width:13%;
}

.top { /* used to align grid boxes */
	height:auto;
}


}

@media only screen and (max-width: 1180px) {

#site-footer li {
	width:12.6%;
}


}

@media only screen and (max-width: 1100px) {
	
#site-footer li {
	width:12.4%;
}

}

@media only screen and (max-width: 1055px) {
	
#site-footer li {
	width:12.2%;
}

}


	/* Larger than desktop to standard 1024 (devices and browsers) */
@media only screen and (max-width: 1023px) {
	
#site-footer li {
	width:11.9%;
}

}

	/* Larger than tablet to standard 960  (devices and browsers) */
@media only screen and (min-width: 750px) and (max-width: 959px) {
	
#site-footer li {
	width:11.6%;
}

.site-title h1 {
    font-size: 2.75em; 
}

.site-title h2 {
    font-size: 1.2em;
    margin-bottom: 50px; 
}


.box-head, .box-foot { /* used to style grid boxes */
    font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
	font-weight:normal;
    font-size: 0.9em;
	text-transform: none;
	text-shadow: none;
}

.half {
	width:100%;
}

.quarter {
	width:50%;
}

.third {
	width:50%;
	/* min-height:275px; */
	/* max-height:300px; */
	overflow:hidden;
}

.ttop {
	width:100%;
}


}


@media only screen and (max-width: 750px) {
	
#site-footer li {
 	display: inline;
	margin-right:4.5%;
}

.site-title h1 {
    font-size: 2.75em; 
}

.site-title h2 {
    font-size: 1.2em;
    margin-bottom: 50px;
}


.box-head, .box-foot { /* used to style grid boxes */
    font-family: 'Josefin Sans', Arial, sans-serif;/* add Avenir at the begining of this list if we find it*/
	font-weight:normal;
    font-size: 0.9em;
	text-transform: none;
	text-shadow: none;
}

.half {
	width:100%;
}

.quarter {
	width:50%;
}

.third {
	width:100%;
}

.ordinary {
	padding:10px 7px 10px 10px;
	margin:0;
}


}

@media only screen and (max-width: 700px) {

#site-footer li {
	margin-right:4%;
}

}


	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 649px) {

#site-footer li {
	margin-right:3%;
}

}
	
@media only screen and (max-width: 600px) {

#site-footer li {
	margin-right:2%;
}


}


	/* Larger than phablet (also point when grid becomes active) */
@media only screen and (min-width: 550px) and (max-width: 649px) {

#social-nav {
	display:none;
}

.footer-social {
	padding-left:0px;
}

#site-footer li {
	margin-right:2%;
}

#footer-center { /* used to align footer content  */
	margin: 0px;
	width:300px;
	float:left;
}



}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 400px) and (max-width: 549px) {

#site-footer li {
	margin-right:1%;
	font-size:0.95em;
}

#social-nav {
	display:none;
}

#grid { /* used for article ID */
	padding:0;
}

.half, .quarter, .third {
	width:100%;
	padding-right:0px;
}

#footer-center { /* used to align footer content  */
	margin: 0px;
	width:300px;
	float:left;
}


.footer-social {
	padding-left:0px;
}

#footer-left, #footer-right {
	width:100%;
}

}

	/* Mobile Portrait Size for old phones */
@media only screen and (max-width: 399px) {

.top { /* used to align grid boxes */
	height:auto;
	max-height: 350px;
}

.highlight {
  max-height: 350px;
  }

#site-footer li {
	font-size:0.75em;
}

.footer-social {
	padding-left:0px;
}


#social-nav {
	display:none;
}

#grid { /* used for article ID */
	padding:0;
}

.half, .quarter, .third {
	width:100%;
	padding-right:0px;
	height: 375px;
}

#footer-left, #footer-right {
	width:100%;
}
#footer-center { /* used to align footer content  */
	margin: 0px;
	width:300px;
	float:left;
}


}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
