/*
Theme Name: The But New
*/
/* =Reset

-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

	-ms-word-wrap: break-word;

	word-wrap: break-word;

}

html {

	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */

	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

nav,

section {

	display: block;

}

ol, ul {

	list-style: none;

}

table { /* tables still need 'cellspacing="0"' in the markup */

	border-collapse: separate;

	border-spacing: 0;

}


caption, th, td {

	font-weight: normal;

	text-align: left;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

a:focus {

	outline: thin dotted;

}

a:hover,

a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */

	outline: 0;

}

a img {

	border: 0;

}





/* =Global

----------------------------------------------- */



body,

button,

input,

select,

textarea {

	color: #000;	

	font-family: 'open_sansregular', Helvetica Neue, Helvetica, Arial, sans-serif;

	font-size: 14px;

	font-size: 1.4rem;

	line-height: 1.9;

}






/* Headings */

h1,h2,h3,h4,h5,h6 {

	clear: both;

	margin: 0.6em 0;

	font-family: "hwt-slab-columbian",sans-serif;

}

h1 {

	font-size: 28px;

	font-size: 2.8rem;

}

h2 {

	font-size: 20px;

	font-size: 2.0rem;

}

h3 {

	font-size: 16px;

	font-size: 1.6rem;

}

h4 {

	font-size: 14px;

	font-size: 1.4rem;

}

h5 {

	font-size: 12px;

	font-size: 1.2rem;

}

h6 {

	font-size: 10px;

	font-size: 1rem;

}

hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

}



/* Text elements */

p {

	margin-bottom: 1.5em;

}

ul, ol {

	margin: 0 0 1.5em 0.5em;

}

ul {

	list-style: none;

}

ol {

	list-style: decimal;

}

ul ul, ol ol, ul ol, ol ul {

	margin-bottom: 0;

	margin-left: 1.5em;

}


dt {

	font-weight: bold;

}

dd {

	margin: 0 1.5em 1.5em;

}

b, strong {

	font-weight: bold;

}

dfn, cite, em, i {

	font-style:normal;

}

blockquote {

	font-style: italic;

	margin: 0 1.5em;

}

address {

	margin: 0 0 1.5em;

}

pre {

	background: #dfd6c7;

	font-family: "Courier 10 Pitch", Courier, monospace;

	font-size: 15px;

	font-size: 1.5rem;

	line-height: 1.6;

	margin-bottom: 1.6em;

	padding: 1.6em;

	overflow: auto;

	max-width: 100%;

}

code, kbd, tt, var {

	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}



abbr, acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

mark, ins {

	background: #fff9c0;

	text-decoration: none;

}

sup,

sub {

	font-size: 75%;

	height: 0;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}
#colophon{padding-top:10px;margin-top:10px;}
sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}

small {

	font-size: 75%;

}

big {

	font-size: 125%;

}

figure {

	margin: 0;

}

table {

	margin: 0 0 1.5em;

	width: 100%;

}

th {

	font-weight: bold;

}

button,

input,

select,

textarea {

	font-size: 100%; /* Corrects font size not being inherited in all browsers */

	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

	vertical-align: baseline; /* Improves appearance and consistency in all browsers */

	*vertical-align: middle; /* Improves appearance and consistency in all browsers */

}

button,

input {

	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */

}



html input[type="button"],

input[type="reset"],

input[type="submit"] {

	border: 1px solid #ccc;

	border-color: #ccc #ccc #bbb #ccc;

	border-radius: 25px;

	background:none;


	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */

	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */

	font-size: 12px;

	font-size: 1.4rem;

	line-height: 1;

	padding: 0.8em;

color:#FFFFFF;

}

input[type="submit"]{color:#000000;font-size:12px;}

#crumb{font-size:11px;margin-top:10px;}
button:hover,

html input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

	border-color: #ccc #bbb #aaa #bbb;

	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);

	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);

	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);

}

button:focus,

html input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

button:active,

html input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

	border-color: #aaa #bbb #bbb #bbb;

	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);

	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);

	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);

}

input[type="checkbox"],

input[type="radio"] {

	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */

	padding: 0; /* Addresses excess padding in IE8/9 */

}

input[type="search"] {

	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */

	-moz-box-sizing: content-box;

	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

	box-sizing: content-box;

}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

	-webkit-appearance: none;

}

button::-moz-focus-inner,

input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

	border: 0;

	padding: 0;

}

input[type=text],

input[type=email],

textarea {

	text-align:center;

	border-radius: 3px;

	padding: 6px;

}

input[type=text]:focus,

input[type=email]:focus,

textarea:focus {

	background: #fff;

}

textarea {

	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

	padding-left: 3px;

	vertical-align: top; /* Improves readability and alignment in all browsers */

	width: 98%;

}

/* Links */

a,

a:visited {

	color: #737c30;

	text-decoration: none;

	transition: all .3s ease-in-out;

	-webkit-transition: all .3s ease-in-out;

	-moz-transition: all .3s ease-in-out;

}
.entry-meta{border-top:solid 1px #000;border-bottom:solid 1px #000;font-size:10px;padding:5px 0;}
.entry-meta a{color:#FFFFFF;}
a:hover{

	color: #999;

}

a:focus,

a:active {

	color: #737c30;

}



/* Alignment */

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.5em;

	margin-bottom: 1em;

}

.alignright {

	
float: right;

	margin-left: 1.5em;

	margin-bottom: 1em;

}





/* Text meant only for screen readers */

.assistive-text {

	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

}

#footermobile{display:none;}

.site-title,

.entry-title,

.page-title,

.entry-content,

.entry-summary,

.widget-title,

.comments-title,

.comment .reply,

.comment-meta,

.comment-author,

#reply-title {

	font-family: 'open_sansregular', Helvetica Neue, Helvetica, Arial, sans-serif;

}

.indextitle{font-size:20px;padding:4px 0;font-weight:bold;}

.more-link {

	font-family: 'open_sansbold', sans-serif;

	font-size: 12px;

	font-size: 1.2rem;

	text-transform: uppercase;

	float: right;

	margin-top: 20px;

}



.widget h4{

	color: #FFF;

	padding: 4px;

	border-radius:0.2em;

	border-bottom: 1px solid #333;

	font-family: 'open_sansbold', sans-serif;

	font-size: 14px;

	font-size: 1.4rem;

	text-transform: uppercase;

}



.widget li{

	padding-bottom: 5px;

	padding-top: 5px;

	border-bottom: 1px solid #333;

}



.widget li a{

	color: #CCC;

}



.widget li a:hover{

	color: #999;

}


#sectionsnew li{width:32%;margin:0 1% 1% 0;background-color:#f4edd3;float:left;height:280px;color:#FFFFFF;position: relative;}
#sectionsnew li a{color:white;}
#sectionsnew h1{font-size:16px;font-weight:bold;}
.seccontenthomenew h1{margin:10px 10px 0px 10px;padding:0px;}
.daten{margin:0 10px 5px 10px;}
.seccontenthomenew p{padding:10px 20px;}
.seccontenthomenew{background-color:black;opacity:0.5;width:100%;position:absolute;

bottom: 0;}


#sections li{width:49%;margin:0 1% 1% 0;background-color:#f4edd3;float:left;height:280px;color:#FFFFFF;text-align:center;}
#sections h3{font-family: "hwt-slab-columbian",sans-serif;text-transform:uppercase;margin:25px 0 10px 0;text-align:center;font-weight:bold;}
#sections li a{color:#FFFFFF;}
#sections3 li{width:33.3%;background-color:#f4edd3;float:left;height:280px;color:#FFFFFF;text-align:center;}
#sections3 li a{color:#FFFFFF;}
#sections4 li{width:24%;float:left;height:100px;color:#FFFFFF;text-align:center;margin-right:1%;text-transform:uppercase;font-family: "hwt-slab-columbian",sans-serif;}
#sections4 li a{color:#FFFFFF;}
#sections4 h1{padding-top:10px;}
#sectionbhome,#sectionahome{float:left;padding:10px;min-height:330px;}
#sectionahome{width:46%;background: #fff url(images/TheButRework2015.jpg) no-repeat; 
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;font-family: "hwt-slab-columbian",sans-serif;color:#FFFFFF;font-size:18px;text-align:end;margin:1% 1% 0 1%; }
#sectionbhome{border:thin solid #cbc08e;width:46%;margin:1% 0 0 0;}
#sectionbhome ul{margin-left:40px;font-size:90%;}
#sectionbhome ul li{ list-style-type: circle;}
#sectionbhome h3{font-family: "hwt-slab-columbian",sans-serif;text-align:center;color:#737c30}
#sectionbhome p{margin:0px;padding:0px;}
.findout{border-radius:1000px;padding:1em 1.5em;border:solid 2px #FFFFFF;}
.seccontenthome,.seccontent{padding:10px 15px 0 15px;}
#sections .seccontenthome{background-color:#cbc08e;opacity:0.9;min-height:190px;font-size:90%;}
#sections .seccontent{background-color:#cbc08e;opacity:0.9;height:270px;}
#sections .seccontenthome h1,#sections .seccontent h1{color:#737c30;}
.seccontent img{border-radius:1000px;}
.seccontenthome h1,.seccontent h1{margin:0px;padding:0px;}
.seccontent h1{margin-bottom:10px;}
.seccontenthome p,.seccontent p{padding:10px 20px;}
.signup{padding:20px;background-color:#f4edd3;}
.signup input{padding:10px;border:none;margin:1px;text-align:left;}
.textwidget{

	padding-left: 6px;

}

#secondary li, #tertiary li{

	padding-bottom: 1px;

	padding-top: 1px;

	border-bottom: 1px solid #EFEFEF;

	color: #999;

}
#tertiary li a{

	color: #999;

}

.thelinks img{max-height:60px;}

#tertiary li a:hover{

	color: #333;

}
.test55{background-color:#cbc08e;width:80%;opacity:0.9;color:white;}
#smoothup { 

	height: 40px; 

	width: 50px; 

	position:fixed;

	bottom:10px;

	right:20px;

	text-indent:-9999px;

	display:none;

	background: #666 url(images/top_button.png) no-repeat center; 

	-webkit-transition-duration: 0.4s; 

	-moz-transition-duration: 0.4s; transition-duration: 0.4s; 

	border-radius: 0.2em;

}



#smoothup:hover {

	background-color: #999;

}





/* =Structure

----------------------------------------------- */



#wrap {

	margin: 0 auto;

	padding: 0;

	position: relative;

background-color:#fff;

}
#main a{color:#db9e72;}
.header_container {

	margin: 0 auto;
padding:0 20px;
	
	min-height: 110px;

}

#mainbox{margin-right:24%;padding-top:15px;}
.mainbox{padding:0 5px;}
#rightbox{width:22%;float:right;}



.site-title,

.site-description {

    margin: 0 auto;

	max-width: 960px;

}

#main {

	clear: both;

    overflow: hidden;

}

#toptitle{font-size:40px;background-color:#f4edd3;padding:0 0 0 35px;margin:0px;font-family: "hwt-slab-columbian",sans-serif;color:#737c30;}

#content {

	margin: 10px 24% 10px 24%;
	background:#fff;padding:0 25px

}
#content-home {

	margin: 10px 28% 10px 0%;
	padding:0 25px;float:left;
}


#indexcontent {

	margin: 10px 22% 10px 22%;
	background:#fff;

}


.indexcontent{border:1px solid #ccc;box-shadow:0 0 5px #eee;padding:25px;margin-bottom:10px;}


#content p
{
  font-size: 1em;
  line-height: 2em;
  width: 95%;
}


#content h3{font-weight:300;line-height:1.5em}



.site-header img{margin-left:8px;}


#primary_home {

	float: left;

	margin: 0;

	width: 100%;

}

#searchform{margin:20px 0px;}
#content.fullwidth {margin-right: 0;}
#secondary{float:right;}
#tertiary {float:left;}
#secondary,
#tertiary {

	


   	margin:0;

    padding:0;

    
    width: 20%;

	border-radius:0.4em;

}

#tertiary {

	clear: right;

	

}

.site-footer {

	clear: both;

	margin: 0 auto;

	text-align:center;color:#FFF; 
	background: #d5cda5 url("images/leaf.png") no-repeat right; 
	
}

.footer_container {

	margin: 0 auto;

	max-width: 960px;

}



/* =Site Header

----------------------------------------------- */

#social{float:right;font-size:24px;}
#social a{margin-left:10px;}

#masthead-wrap {

	margin: 0 auto;

	padding-bottom: 0;

	padding-top: 0;

}

.site-header .site-introduction {

	float: left;

	width: 30%;

	padding-top: 16px;

	

}

.site-title {

	font-size: 16px;

	font-size: 1.6rem;

	font-family: 'open_sansbold', sans-serif;

	padding-left: 6px;

}

.site-description {

	font-size: 13px;

	font-size: 1.3rem;	

	font-family: 'open_sansbold', sans-serif;

	padding-left: 6px;

}

.site-title a,

.site-description {

	color: #FFF;

}



.site-logo {

	min-height: 70px;

	float: left;

}




#sponsors{border:thin solid #cbc08e;margin:15px 0;text-align:center;padding-bottom:10px;}
#sponsors h1{font-size:18px;color:#737c30}
#tweet{background-color:#88d1ce;color:#FFFFFF;text-align:center;margin-top:5px;}
#tweet h1{font-size:16px;padding-top:5px;margin:0px;}
#tweet p{padding:10px 10px 15px 10px;font-size:12px;}

#involved h1{border-bottom:solid 5px #FFFFFF;}
#involved h2{font-size:12px;}
#involved{background-color:#cbc08e;color:#FFFFFF;text-align:center;}
#involved li{border:none;font-size:large;font-weight:bold;margin:0px;padding:0px;}
#involved ul{margin:0px;padding:0px;text-transform:uppercase;}
#involved a{color:#FFFFFF;}
#involved input{border:none;margin-bottom:10px;}
#involved .button{background-color:none;border:thin solid #FFFFFF;width:160px;}

.footer_container h1{font-size:35px;margin:0;padding:0px;}

/* =Content

----------------------------------------------- */



.site-main {

	margin: 0 auto;

	max-width: 1200px;

}

#featuredimg img{width: 100%;
    height: auto;margin:0px;padding:0px;}


.linkcat{text-align:center;}
.blogroll li{width:28%;float:left;background:#f4edd3;opacity:90%;min-height:300px;margin:0.5%;padding:2%;font-size:90%;border-radius: 50%;}
.blogroll img{margin:50px 25% 10px 25%;}

.hentry {

	margin: 0;

	padding-bottom: 1.5em;

}

.entry-title,

.page-title {

	font-family: 'open_sansbold', sans-serif;

	font-size: 18px;

    font-size: 1.8rem;

	margin: 0.4em 0 0.2em;

	padding-top: 10px;

	text-transform: uppercase;

	color: #737c30;

}

.entry-title a {

	text-decoration: none;

}

body.search .page-title,

body.archive .page-title {

  	font-size: 16px;

  	font-size: 1.6rem;

    margin-bottom: 1em;

}

.entry-meta {

	clear: both;

	font-size: 12px;

	font-size: 1.2rem;

}



.entry-content,

.entry-summary {

	margin: 1.5em 0 0;

}

.entry-content table,

.comment-content table {

	border: 1px solid #d9d9d9;

	border-left-width: 0;

	margin: 0 -0.083em 2.083em 0;

	text-align: left;

	width: 100%;

}

.entry-content tr th,

.entry-content thead th,

.comment-content tr th,

.comment-content thead th {

	border-left: 1px solid #d9d9d9;

	font-weight: bold;

	padding: 0.5em 	1.25em;

}

.entry-content tr td,

.comment-content tr td {

	border: 1px solid #d9d9d9;

  	border-width: 1px 0 0 1px;

	padding: 0.5em 	1.25em;

}

.entry-content tr.odd td,

.comment-content tr.odd td {

	background: #dfd6c7;

}

.entry-content ul li {

	list-style-type: square;

	list-style-position: outside;

	margin-left: 1em;

}

.entry-content ol {

	list-style: decimal;

	margin: 0 0 1.5em 1.5em;

}

.entry-content a, .entry-content a:visited, .entry-summary a, .entry-summary a:visited{

    color: #737c30;

}

.entry-content a:hover, .entry-summary a:hover{

    color: #666;

}

.entry-content a.more-link, .entry-content a.more-link:visited{

    color: #FFF;

}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {

	clear: none;

}

.entry-content dfn, cite, em, i {

	font-style:italic;

}

.page-links {

	clear: both;

	margin: 0 0 1.5em;

}





/* =Aside Post Format

----------------------------------------------- */



.format-aside .entry-content {

	border-left: 4px solid rgba( 0, 0, 0, 0.1 );

	padding-left: 1em;

}



.contact{font-size:20px;text-align:center;font-weight:bold;	border-bottom: 1px solid #EFEFEF;margin-bottom:10px;padding-bottom:5px;}

.contact .mail{font-size:12px;}

/* =Media

---------------------------------------------- */





.site-header img,

.entry-content img,

.comment-content img,

.widget img {

	max-width: 100%; /* Fluid images for posts, comments, and widgets */

}

.site-header img,

.entry-content img,

.widget-img,

img[class*="align"],

img[class*="wp-image-"],



.wp-caption img {

	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}

.site-header img,

.entry-content img,

.widget img,

img.size-full {

	max-width: 100%;

	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */

}

.entry-content img.wp-smiley,

.comment-content img.wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

.wp-caption {

	border: 1px solid #ccc;

	max-width: 100%;font-size:10px;

}

.wp-caption.aligncenter,

.wp-caption.alignleft,

.wp-caption.alignright,

.wp-caption.alignnone {

	margin-bottom: 1.5em;

}

.wp-caption img {

	display: block;

	margin: 1.2% auto 0;

	max-width: 98%;

}

.wp-caption-text {

	text-align: center;

}

.wp-caption .wp-caption-text {

	margin: 0.8075em 0;

}

#content .gallery {

	margin-bottom: 1.5em;

}

.wp-caption-text,



.gallery-caption {

	font-size: 12px;

	font-size: 1.2rem;

}

#content .gallery a img {

	border: none;

	height: auto;

	max-width: 90%;

}

#content .gallery dd {

	margin: 0;

}



/* Make sure embeds and iframes fit their containers */

embed,

iframe,

object {

	max-width: 100%;

}



/* =Navigation

----------------------------------------------- */



.site-content .site-navigation {

	font-size: 13px;

	font-size: 1.3rem;

	margin: 0 0 1.5em;

	overflow: hidden;

}

 .nav-previous {

	float: left;

	width: 50%;

}

 .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}

.nav-previous a, .nav-next a {

	padding: 4px 6px;

	color: #222;

	font-family: 'open_sansbold', sans-serif;

	font-size: 12px;

	font-size: 1.2rem;

	text-transform: uppercase;

}

.nav-previous a:hover, .nav-next a:hover {

	color: #999;



}





/* =Comments

----------------------------------------------- */



#comments {

	clear: both;

}

.bypostauthor {

}

.comments-title,

#reply-title {

	font-size: 16px;

	font-size: 1.6rem;

	font-family: 'open_sansbold', sans-serif;

	

}

.commentlist li {

	list-style: none;

}



.commentlist,

.children {

	list-style: none;

	margin: 0;

}

.children {

	margin: 0 0 0 6%;

}

.commentlist li.comment,

.commentlist li.pingback {

	border-bottom: 1px solid rgba( 0, 0, 0, 0.2 );

	padding-left: 2.5em;

	margin-top: 2px;

}

.commentlist .children li,

.commentlist li:last-of-type {

	border: none;

}



article.comment,



li.pingback {

	overflow: hidden;

	padding: 2.5em 0 0.7em;

    position: relative;

}

.children article.comment,

.children li.pingback {

	padding-top: 1.0em;

}

.comment .avatar {

	float: left;

	margin-right: 1.25em;

}

.comment-author {

	font-size: 14px;

	font-size: 1.4rem;

	color: #333;

}

.comment-meta {

	font-size: 12px;

	font-size: 1.2rem;

}

.comment-content{

	font-size: 13px;

	font-size: 1.3rem;

	margin: 1em 0 0 4.5em;

}

.reply { 

	float:right;

	margin:0 10px 10px 0;

	text-align:center;

	background-color: #333;

	border-radius:0.2em;

	padding:3px;

	width:50px;

}

.comment article {

	padding-bottom:2.79rem;

}



a.comment-reply-link,

a.comment-edit-link {

	color: #FFFFFF;

	font-size: 12px;

	font-size: 1.2rem;

	line-height: 1.8;

	text-decoration:none;

}



a.comment-reply-link:hover,

a.comment-edit-link:hover {

	color: #f6e7d7;

}

li.pingback {

	font-weight: bold;

}

li.pingback a {

	font-weight: normal;

}



/* Comment Form */

.comment-notes,

#commentform .form-allowed-tags,

p.nocomments,

p.logged-in-as,

#commentform label {

	font-size: 13px;

	font-size: 1.3rem;

}

.required {

	color: #880000;

}

#commentform label {

	font-weight: bold;

	padding: 1em 0;

}

#commentform input[type="text"] {

	margin-left: 0.5em;

}

#commentform #comment {

	margin-top: 0.6em;

}

#commentform .form-allowed-tags,

#commentform .form-allowed-tags code {

	font-size: 11px;

	font-size: 1.1rem;

}

p.nocomments {

	margin: 2.5em;

}



/* =Widgets

----------------------------------------------- */



.widget {

	font-size: 12px;

	font-size: 1.2rem;

	line-height: 1.8;

	margin: 0 0 0.5em;

}



.widget-title {

	font-family: Tahoma, Geneva, sans-serif;



	font-size: 12px;

	font-size: 1.2rem;



	padding: 2px 8px;

	
	text-transform: uppercase;

	font-family: 'open_sansbold', sans-serif;

}

.submit{color:#000000;}

/* Search widget */



#searchsubmit {

	display: none;

}



#helpfullinks li{

	padding-bottom: 5px;

	padding-top: 5px;

	border-bottom: 1px solid #EFEFEF;

	color: #999;

}



#helpfullinks li a{

	color: #999;

}

#helpfullinks li a:hover{

	color: #333;

}



/* =Site Footer

----------------------------------------------- */



.site-info {

	font-size: 11px;

	font-size: 1.1rem;

	padding: 1.5em 0;

	text-align: center;

	color: #fff;

	background-color: #d5cda5;





}

.site-footer .widget p{

	color: #fff;

}

.site-footer .widget{

	padding: 8px;

}





/* Open Sans

This Font Software is licensed under the Apache License v2.00

More info available with at http://www.apache.org/licenses/

-------------------------------------------------------------- */



@font-face {

    font-family: 'open_sansregular';

    src: url('font/opensans-regular-webfont.eot');

    src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),

         url('font/opensans-regular-webfont.woff') format('woff'),

         url('font/opensans-regular-webfont.ttf') format('truetype'),

         url('font/opensans-regular-webfont.svg#open_sansregular') format('svg');

    font-weight: normal;

    font-style: normal;



}



@font-face {

    font-family: 'open_sansbold';

    src: url('font/opensans-bold-webfont.eot');

    src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),

         url('font/opensans-bold-webfont.woff') format('woff'),

         url('font/opensans-bold-webfont.ttf') format('truetype'),

         url('font/opensans-bold-webfont.svg#open_sansbold') format('svg');

    font-weight: normal;

    font-style: normal;



}



/* Custom Home featured areas

------------------------------------------------------ */

.featuretext_top {

	padding: 2px;

	margin: 34px 0 20px 0;

}



.featuretext_top h3{

	color: #000;

	padding: 6px;

	margin: 0;

	text-align:center;

	font-size:2.4rem;

	font-size:24px;

	font-family: 'open_sansregular', sans-serif;

}



.featuretext_top p{

	color: #999;

	padding: 0;

	margin: 0;

	text-align:center;

	font-size:1.8rem;

	font-size:18px;

}



.featuretext {

	border-radius:0.4em;

	background-color: #F7F7F7;

	border-bottom: 1px solid #EFEFEF;

	margin-bottom:20px;

	padding: 20px;

	text-align: center;

}



.featuretext h3{

	font-size:1.4rem;

	font-size:14px;

	color: #333;

	font-weight: bold;

	margin: 0;

	border-bottom: 1px solid #EFEFEF;

	margin-bottom: 10px;

	padding-bottom: 4px;

}



.featuretext p{

	color: #999;

	font-size:1.2rem;

	font-size: 12px;

}





/* CUSTOM HOMEPAGE WIDGET LAYOUTS */

/*  SECTIONS  ============================================================================= */



.section {

	clear: both;

	padding: 6px;

	margin: 0px;

}



.section_thumbnails {

	clear: both;

	border-bottom: 1px solid #eee;

	margin-bottom: 50px;

}

.section_thumbnails .col{

	margin: 0px;

}





.section_thumbnails h3{

	font-family: 'open_sansregular', sans-serif;

	color: #222;

	font-size:2rem;

	font-size: 20px;

	padding: 2px;

	border-bottom: 1px solid #eee;

}

.thumbs-more-link{

    font-family: 'open_sansbold', sans-serif;

	font-size: 12px;

	font-size: 1.2rem;

	text-transform: uppercase;

	float: right;

	margin-top: 2px;

	padding-right: 10px;

}

.more-links{

    font-family: 'open_sansbold', sans-serif;

	font-size: 12px;

	font-size: 1.2rem;

	text-transform: uppercase;

	

}



/*  GROUPING  ============================================================================= */





.group:before,

.group:after {

    content:"";

    display:table;

}

.group:after {

    clear:both;

}

.group {

    zoom:1; /* For IE 6/7 (trigger hasLayout) */

}



/*  GRID COLUMN SETUP   ==================================================================== */



.col {

	display: block;

	float:left;

	margin: 1% 0 1% 1.6%;

	

}



.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */



.post-thumbnail {

	position: relative;

	margin-top: 4px;

	margin-right: 4px;

}



.blog-lists-title {

	position: relative;

	width: 70%;

	display: inline;

	float: left;

	margin-left: 8px;

	font-size: 12px;

	color: #999;

}



.blog-lists-title a{

	color: #333;

}







/* =IE Styles

----------------------------------------------- */



#ie8 .site-header img,

#ie8 .entry-content img,

#ie8 img.size-full,

#ie8 .entry-thumbnail img,

#ie8 .widget img,

#ie8 .wp-caption img {

	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */

}



/*  GRID OF EIGHT   ============================================================================= */

	

.span_8_of_8 {

	width: 100%;

}

.span_7_of_8 {

	width: 87.3%; 

}

.span_6_of_8 {

	width: 74.6%; 

}

.span_5_of_8 {

	width: 61.9%; 

}

.span_4_of_8 {

	width: 49.2%; 

}

.span_3_of_8 {

	width: 36.5%;

}

.span_2_of_8 {

	width: 23.8%; 

}

.span_1_of_8 {

	width: 11.1%; 

}



.header-image img {

width: 100%;

height: auto;

}



/************************************************************************************

MEDIA QUERIES

*************************************************************************************/

/* for 1000px or less */

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

	.header_container {

	height: 100%;
padding:0px;
	width: 100%;

	}

	.site-header .site-introduction {

	text-align: center;

	width: 100%;

	padding: 10px 0;

	}

	.site-logo {

	float: none;margin:0px;text-align: center;

	}

}



/* for 980px or less */

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

	

	#wrap {

		padding:0;

		width: 100%; 	

	}

	.header_container {

	height: 100%;

	width: 100%;

}


}

.fa-phone{display:none;}


/* for 800px or less */

@media only screen and (max-width: 860px) {
.fa-phone{display:inline;}

	.header_container {

	height: 100%;

	width: 100%;

}
#sections li{min-height:270px;line-height:26px;}
.seccontent a{font-size:18px;}

.findout{display:none;}
#toptitle{font-size:25px;padding-left:15px;}
#sectionahome{padding:0px;border:solid 4px #FFFFFF;}
#sectionbhome{border:none;width:100%;min-height:200px;}
#sectionbhome,#sectionahome{float:none;padding:0;width:100%}
#sectionbhome p{display:none;}
#mainbox{margin-right:0}
#footermobile{display:block;}
.entry-content{margin:0 0 0 5px;}
#hidemobile{display:none;}
#sections4 li{width:100%;float:none;margin-bottom:2%;}

#content-home {

	margin: 2%;float:none;

}

#indexcontent {margin: 10px 2%;}
.blogroll li{width:350px;float:none;background:#f4edd3;opacity:90%;height:250px;margin:0.5%;padding:2%;font-size:90%;border-radius: 50%;}

#sectionbhome,#sectionahome{float:none;width:100%;}
#sections li{width:100%;float:none;margin:0;border:solid 2px #FFFFFF;}
.site-footer{background-image:none;}
#tertiary{display:none;}
#mobilesecondary{display:block;padding:10px;}
#secondary{display:none;}
}
.wp-image-9273{display:none;}


/* for 800px or less */

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

#content{margin:0px;border:none;box-shadow:none;padding:2px;
}

	#main {

		overflow: visible;

	}

	#content,

	#primary,

	#secondary,

	#tertiary {

		background: none;

		float: none;

		margin: 0;

		padding: 0;

	}

	#primary,

	#secondary,

	#tertiary {

		width: 100%;

	}

	.site-header site-introduction,


	.header_container {

	height: 100%;

	width: 100%;

}

	

}



/* for 600px or less */

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

#social{float:none;text-align:center;}

.main-small-navigation{display:block;}
	.main-navigation{display:none;}

	#branding img {

		display: none;

	}
.footer_container h1{font-size:25px;}


	.header-image {

		width:100%;

		margin-top: 0px;

		margin-left: auto;

    	margin-right: auto;

	}



	.header_container {

	height: 100%;

	width: 100%;

}



	.site-main {

    border: 0;

}

}





/* --- Smartphones (portrait and landscape) --- */



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




	.header_container {

	height: 100%;

	width: 100%;

}



}



/* --- IPhone5 (portrait and landscape) --- */



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




	.header_container {

	height: 100%;

	width: 100%;

}

}





/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */



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

	.col { 

		margin: 1% 0 1% 0%;

	}

}



/*  GRID OF TWO   ============================================================================= */





.span_2_of_2 {

	width: 100%;

}



.span_1_of_2 {

	width: 49.8%;

}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */



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

	.span_2_of_2 {

		width: 100%; 

	}

	.span_1_of_2 {

		width: 100%; 

	}

}



/*  GRID OF THREE   ============================================================================= */

	

.span_3_of_3 {

	width: 100%; 

}

.span_2_of_3 {

	width: 66.1%; 

}

.span_1_of_3 {

	width: 32.2%;}

#colophon .span_1_of_3 {background-color:#00a5a2;border-radius:0.4em;opacity:0.9;

	

}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */



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

	.span_3_of_3 {

		width: 100%; 

	}

	.span_2_of_3 {

		width: 100%; 

	}

	.span_1_of_3 {

		width: 100%;

	}

}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */



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

	.span_8_of_8 {

		width: 100%; 

	}

	.span_7_of_8 {

		width: 100%; 

	}

	.span_6_of_8 {

		width: 100%; 

	}

	.span_5_of_8 {

		width: 100%; 

	}

	.span_4_of_8 {

		width: 100%; 

	}

	.span_3_of_8 {

		width: 100%; 

	}

	.span_2_of_8 {

		width: 100%; 

	}

	.span_1_of_8 {

		width: 100%; 

	}

	.featuretext_top h3{

	font-size:1.2rem;

	font-size:12px;

	padding: 6px;

	}

	.featuretext_top p{

	font-size:1.2rem;

	font-size:12px;

	padding: 6px;

	}

}

