/*
Theme Name: Hanmer Heritage Forest
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =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, 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%;
	vertical-align: baseline;
}
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-family: "faricy-new-web",sans-serif; font-weight: 100;
	clear: both;
}
h1 {font-size: 23px; padding-bottom: 20px;}
h2 {font-size: 18px; padding-bottom: 10px; }
h3 {font-size: 14px; padding-bottom: 20px;}
h4 {font-size: 12px; padding-bottom: 20px;}
h5 {font-size: 10px; padding-bottom: 20px;}
h6 {font-size: 9px; padding-bottom: 20px;}
p {padding-bottom: 10px;}
p, a, ul, li {font-family: "arial"; line-height: 18px; font-size: 13px; color:#fff}

a {color: #7AA23F}
em {font-style:italic; font-family: Arial, Helvetica, sans-serif; font-weight: 300; line-height: 20px;}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Navigation Menu */
.main-navigation {
	margin-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}

.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
	float: left; padding: 10px 10px;	
}
.main-navigation a {
	color: #5e5e5e;
	text-decoration:  none;
	padding: 50px 5px 10px 5px;
}

.main-navigation a:active {
	color: #21759b;
	background-color:#9AB83B;
	padding: 50px 5px 10px 5px;
}
.main-navigation a:hover {
	color: #fff;
	background-color:#9AB83B;
	background-position: center bottom;
	padding: 50px 5px 10px 5px;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

body {
	background-color:#655f4d;
	background-repeat: repeat;
}


/* =Home Page
----------------------------------------------- */

.title_slide {position:absolute; margin-left: 600px; margin-top: 200px;}
.title_slide h1 {color:#fff; text-align: center; text-transform: uppercase;}

.logo {padding:120px 0 0 30px; position: absolute; z-index: 9999}

#content {padding:35px; min-height: 240px; }
div#content ul {
 -moz-column-count: 2;
    padding-bottom: 20px;}
    
#content h1, #content h2, #content h3, #content h4, #content p {color:#fff;}
.container_12,
.container_16,
.container_24 {
  background-color: #fff;
  background-repeat: repeat-y;
  margin-bottom: 20px;
  
}

/* 

.container_12 {
  background-image: url(../img/12_col.gif);
}

.container_16 {
  background-image: url(../img/16_col.gif);
}

.container_24 {
  background-image: url(../img/24_col.gif);
}
=Grid 960
----------------------------------------------- */

.imgabout { width: 390px; height: auto; margin: 0px;padding: 0px; display: block}
.imgmap { width: 900px; height: auto; margin: 0px;padding: 0px; display: block}



/* =Inside Page
----------------------------------------------- */

.content_box {padding: 50px;background-image:url('../images/texture_opacity.jpg');background-repeat: repeat; margin-bottom: 20px;}
div#content_item
{
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2; padding-bottom: 20px;
}
div#content_item_three
{
-moz-column-count:3; /* Firefox */
-webkit-column-count:3; /* Safari and Chrome */
column-count:3; padding-bottom: 40px;margin-left: 20px;
}
#content h1.content_title {background:url('../images/img_titleh2.gif'); background-repeat: no-repeat;background-position: left bottom;padding-bottom: 40px;font-family: "pragmatica-web-condensed"; font-weight:400; text-transform: uppercase; display: block; margin-bottom: 20px;}
.item_repeat { border-bottom: dotted 1px #333; padding: 20px 0;}	
#content ul  {list-style-type: disc; line-height: 28px; padding-left: 20px;}

.next {position: absolute;padding-left: 400px; padding-top: 10px;
}

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



div#box-bottom, div#box-bottom-map{
    overflow: hidden;
    position: absolute;padding-left: 400px; padding-top: 10px;

}
div#box-bottom:hover, div#box-bottom-map:hover {
    overflow: hidden;
    position: absolute;padding-left: 400px; padding-top: 10px;

}

div#box-bottom-map {cursor:pointer;}
#box-bottom-map-bg {
				z-index:100000;
                color:#FFF;
                text-align:center;
                padding-top:30px;
                font-size:35px;
                font-family:'museo',Tahoma;
                position:fixed;
                top:0;
                bottom:0;
                right:0;
                left:0;
                width:100%;
                height:100%;
                background-color: rgb(0, 0, 0);
                background-color: rgba(0, 0, 0, 0.8);
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); 
                -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)';
                display:none;
}
#location-map {margin: 0 auto;font-size:12px; width: 900px; height:660px; padding: 10px; background:#6D6654}
#location-map h1 { float: left; padding-left: 20px; padding-top: 20px;}
#closebutton p {font-size:12px; color: #fff; cursor:pointer}

#footer {padding: 20px 0; margin-bottom: 20px;color:#fff}
.sitemap a {color:#fff; text-decoration:  none; font-family: Arial, Helvetica, sans-serif;}
.sitemap a:hover {color:#333}
.sitemap  ul li {float:left; font-family:  Arial, Helvetica, sans-serif; font-size: 11px; padding-left: 20px;}
#copyright a {font-size: 11px; font-family:  Arial, Helvetica, sans-serif;color:#fff;text-decoration:  none;   }
#copyright a:hover {color:#333}



/* =Contact
-------------------------------------------------------------- */

#contactdiv { margin-bottom: 20px;}
#contactdiv input, textarea {
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
    display: block;
    margin: 0;
    width: 82%;
	padding-left:8px;
	padding-right:8px;
	min-height:20px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

#contactdiv input, textarea {
    display: block;
    margin: 0;
    width: 90%;
    margin: 3px 0;
    font-family: Arial, Helvetica, sans-serif; font-size: 13px;
}
#contactdiv .submit {
    background-color: #114B79;
    border: 0px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
    padding: 3px;
    width: 90%;
}
#contactdiv input p {
    font-size: 13px;
    line-height: 1.3em;
    margin: 0;
}
#contactdiv input li {
    font-size: 13px;
    line-height: 1.3em;
    margin: 0;
}
#contactdiv .submit p {
    font-size: 12px;
    font-weight: bold;
    color:#fff;
}

.submit-contact {
    background: #7AA23F;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
    text-align: center;
    width: 188px;
}
p.submit-contact {color:#fff; margin-bottom: 0}
.cartitem p {padding-bottom: 0}