/*
	Theme Name: ANC6 Theme
	Theme URI: http://anc6.org
	Description: HTML5 Custom WordPress Theme
	Author: Max Kukoy
	Author URI: http://maxkukoy.com

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, caption, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 1.6rem/1.6 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	background: #fff;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#5a8c67;
	text-decoration:underline;
	transition: color .3s linear;
	font-weight: 600;
}
a:hover {
	color:#cc2e3c;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
nav#menu a {
	text-decoration: none;
	}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1 {
	font-size: 2.8rem;
	color: #5a8c67;
	font-weight: 600;
	line-height: 1;
	padding-bottom: .25em
	}
h2 {
	font-size: 2.1rem;
	font-weight: 600;
	color: #7bad87;
	border-top: 1px solid #cadbcf;
	padding-top: .25em;
	}
h3 {
	font-size: 1.8rem;
	font-weight: 600;
	color: #444;
	padding-top: .25em;
	}
p {
	margin: 0;
	padding: .5em 0;
	}
strong {
	font-weight: 700;
	}
ul {
	margin: .5em 15px .5em 30px;
	list-style: disc outside;
	padding: 0;
	}	
ul li {
	margin: 0;
	padding: .25em;
	line-height: 1.2;
	}	
ol {
	margin: .5em 15px .5em 30px;
	list-style: decimal outside;
	padding: 0;
	}	
ol li {
	margin: 0;
	padding: .25em;
	line-height: 1.2;
	}	
td {
	padding: 5px;
	}
table {
	margin-bottom: 1em;
	}			

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.menuwrapper{
	width: 100%;
	height: 40px;
	background: #538c69;
	}
.menubar {
	max-width: 960px;
	margin: 0 auto;
	}	
.wrapper {
	max-width:960px;
	margin:0px auto;
	position:relative;
	padding: 0 20px;
	border:4px solid #f2f2f2;
}
main {
	position: relative;
	padding: 0 10px;
	}
main section {
	margin-top: 20px;
	}	
/* header */
nav#menu a:hover{
	color: #f8d66c;
	}
.header {
}
header.header div {
	display: table-cell;
	}
span.fa {
	color: #fff;
	font-size: 3rem;
	line-height: 37px;
	padding-left: 20px;
	}	
/* logo */
.logo {
	padding: 10px;
}
.tippy {
}
.logo-img {

	margin-right: 20px;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
 text-align: center;
	border-top:2px solid #f2f2f2;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    COMMISSIONERS
\*------------------------------------*/

.onebox {
	float: left;
	width: 320px;
	padding: 10px;
	margin: 10px 0 ;
}
div.onebox:nth-of-type(2n+1) {
	clear: both;
	}
.more-link {
	display: none;
	}	
/*------------------------------------*\
    COMMUNITY CALENDAR
\*------------------------------------*/
div.one-month h2 {
	font-size: 2.5rem;
	font-weight: 600;
	background-color: #9ac9a5;
	color: #fff;
	border-top: 1px solid #cadbcf;
	border-bottom: 1px solid #cadbcf;
	padding-top: 0;
	text-align: center;
	margin-top: 1em;
	}
div.one-month:first-of-type h2 {
	}
div.one-month h3 {
	font-weight: 600;
	border-top: 1px solid #cadbcf;
	padding-top: 0;
	margin-top: 1em;
	padding-top:.5em;
	}
div.one-month p {
	padding-left: 20px;
	}
div.one-month h3:first-of-type {
	border-top: 0;
	}
div.calfoot {
	padding-top: 1em;
	border-top: 1px solid #336647;
	}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (min-width:769px) {
#toggle-menu {
	display: none;
	}
main section {
	margin-top: 0px;
	}	
section {
	float: left;
	margin-left: 205px;
	width: 707px;
	padding-top: 20px;
	}
nav#menu {
	display: block;
	position: absolute;
	top: 24px;
	width: 175px;
	border-radius: 2px;
	}
nav {
	display: none;
	background: #538c69;
	color: #336647;
	border: 1px solid #336647;
	}
nav ul {
	margin: 0 0 0 23px;
	padding: 0;
	list-style: disc outside;
	}
nav ul li a {
	display: block;
	color: #fff;
	padding: .25em 10px .25em 0;
	line-height: .9;
	}
nav ul li a {
	color: #fff;
	}
}
@media only screen and (max-width:480px) {


}
@media screen and ( max-width: 768px ) {
	body.admin-bar #wrapper { margin-top: 46px }
	#wpadminbar {
		margin-top: -46px !important;
		}

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
