/*
* GoodWork.ca
* design by http://brandcrafted.ca
* 2013
*/

/* #Basic Styles
================================================== */
	body {
		/* background-image: url(../images/paper.png); */
		font-family: 'open sans', "Lucida Grande", tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1em;
		line-height: 1.6em;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
	font-family: 'open sans', "Lucida Grande", tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #181818;
		font-weight: bold; }

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	/* lightgreen: #6bb224 mediumgreen: #5e9a24 or #59941e green: green;*/
	h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited  { color: #6bb224; text-decoration: none; }
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover  { color: #000; text-decoration: none; }
	h1 a:active, h2 a:active, h3 a:active, h4 a:active  { color: #6bb224; text-decoration: none; }
	
	h1 { font-size: 28px; line-height: 34px; margin-bottom: 20px; }
	h2 { font-size: 21px; line-height: 30px; margin-bottom: 20px; }
	h3 { font-size: 17px; line-height: 24px; margin-bottom: 20px; }
	h4 { font-size: 17px; line-height: 24px; margin-bottom: 20px; }
	h5 { font-size: 17px; line-height: 24px; margin-bottom: 6px; color:#fff; }
	h6 { font-size: 16px; line-height: 24px; margin-bottom: 6px; color:#fff; }
	.subheader { color: #777; }

	h1.green, h2.green { color: #6bb224; }
	h1.nobott, h2.nobott { margin-bottom: 6px; }
	
	p { margin: 0 0 20px 0; }
	/* p img { margin: 0; margin-right: 20px; */
	p img { margin: 0 20px 25px 0; 
	float:left; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em, i { font-style: italic; }
	.title, .date{
	color:#ccc;
	}
	strong, b { font-weight: bold; color: #333; }
	

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	
	
	hr{
border:0;
margin:30px 0;
border-bottom: 1px solid #ccc;
}


hr.dotted{
border-bottom: 1px dotted #ccc;
}

hr.bold{
border-bottom: 2px solid #ccc;
}

.sidebar hr{
border-bottom: 1px dotted #fff;
}

small, .smallprint{
font-size: 14px;
font-style: italic;
line-height: 15px;
}

.smallbold{
font-size: 14px;
font-weight: bold;
font-style: normal;
line-height: 15px;
}

.smallprintgray{
font-size: 14px;
font-style: italic;
line-height: 15px;
color:#999;
}

.share{
display: inline;
float:left;
margin-right: 20px;
}



/* #Menu
================================================== */

#nav{
z-index: 99;
background: none;
}

#nav ul {
background: #6BB224;

}

#nav ul li a {
background: #6BB224;
width:240px;
}

/* #Images
================================================== */

img{
		max-width: 100%;
		margin-bottom: 10px;

}


	img.scale-with-grid {
	width:100%;
		max-width: 100%;
		height: auto; }

		
	.inline img{
	float: none;
	display: inline;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
	top:2px;
	}


/* #Links  lightgreen: #6bb224 mediumgreen: #5e9a24 or #59941e green: green;
================================================== */
	a, a:visited { color: #59941e; 
	text-decoration: none; 
	font-weight: normal;
	outline: 0; }
	
	a:hover { 
	color: #000; 
	/* text-decoration: underline; */
	}
 
  	a:active { 
	color: #5e9a24; 
	}
 
	p a, p a:visited { line-height: inherit; }
	
	.masked {
	color: #5e9a24; 
	text-decoration: none; 
	font-weight: normal;
	}
	
	.masked img{
	float: none;
	display: inline;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
	top:2px;
	}


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: disc outside; 
	margin-left: 40px;
	margin-top: 20px;
	}
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 40px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 100%;  }
	
	ul ul li, ul ol li,
	 ol ul li { margin-bottom: 6px;
	list-style-type: disc; }
	
	
	
	li { line-height: 20px; margin-bottom: 10px;
	margin-left: 0px; }
	
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	
	.menu_container > ul > li {
	margin-bottom: 0;
	}


		
		/* #Layout
================================================== */


header{
margin-top: 0px;
background: #6BB224;
/*background-image: url(../images/lime-paper.jpg);*/
padding:10px 0 0 0;
}

header.entry-header{
background-color: #ffffff;
}

.description{
margin-left: 25px;
margin-bottom: 10px;
}

#page{
margin: 40px 0;

}



.listing{
border-bottom: 1px dotted #ccc;
padding-bottom: 10px;
margin-bottom: 7px;
}

.listing img{
margin:0;
}

.listing p{
margin-bottom: 10px;
}

.listingthumb{
border-bottom: 1px dotted #ccc;
padding-bottom: 0px;
margin-bottom: 7px;
}

.listingthumb img{
margin:0;
}

.listingthumb p{
margin-bottom: 10px;
}

.listing2{
border-bottom: 2px solid #ccc;
padding-bottom: 10px;
margin-bottom: 7px;
}

.listing2 img{
margin:0;
}

.listing2 p{
margin-bottom: 10px;
}

#prev-next{
margin-top: 30px;
}


.thematic{
padding: 20px;
font-size: 14px;
background-color: #6bb224;
margin-top: 30px;
color:#fff;
}

.thematic h2{
color:#fff;
}

.thematic a, .thematic strong{
color:#fff;
}

.thematic a:hover{
color:#ccc;
}

/*
.navbar{
margin-top: 20px;
margin-bottom: 0;
}

*/

#logo{

width:460px;
margin: 0 auto;
margin-top: 15px;
position: relative;
right:60px;
}

#logo img{
width: 100%;
}

/*
.menu_container {
margin-top: 5px;
}
*/

.left{
float: left;
margin-right: 20px;
}

/* #Menu
================================================== */

.menu_container > ul > li:hover > a {

    box-shadow: 0;
    padding-left: 26px;
}



/* #Sidebar
================================================== */

.sidebar {
margin-top: 40px;
color:#fff;
font-size: 90%;
line-height: 1em;
}

.sidebar ul{
list-style-position: outside;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
}

.innersidebar{
background-color: #0094cc;
padding: 20px;

/*box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);*/
margin-bottom: 10px;
}




.innersidebar  a {
color:#fff;
}

.innersidebar  a:hover{
color: #ccc;
}

.sidebar li{
margin-bottom: 5px;
}


/* .email{
background-color: #99d4eb;
} */

.email a{
font-size: 12px;
}

.featured{
background-color:#ee6308;
}

.white{
background-color: #fff;
color:#444;
}

/* lightgreen: #6bb224 mediumgreen: #5e9a24 or #59941e green: green;*/
.white a{
color: #59941e;
}




.social{
margin: 10px 0;
}

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


footer{
border-top: 1px dotted #ccc;
margin: 20px 0;
padding-top: 20px;
}

footer p{
font-size: 14px;
margin-bottom: 5px;
}


/* #Forms
================================================== */

.subform{
margin-bottom: 10px;
padding-bottom: 10px;
/* border-bottom: 1px #ccc dotted; */
}

input[type="text"], input[type="password"], input[type="email"], textarea, select  {
margin-bottom: 10px;
width: 100%;
font-family: 'open sans', "Lucida Grande", tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#3d3d3d;
padding: 4px;
-ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-sizing:border-box; 
}

.formdate select{
width: 290px;
float: left;
margin-right: 20px;

}

input[type="text"]{
}

select {
padding: 4px;
   
}

.sixth{
width:140px;
float:left;
margin-right: 10px;
}

.third{
width:290px;
float:left;
margin-right: 20px;
}

.twothirds{ /* 2*290 + 20. Was 580. */
width:600px;
float:left;
margin-right: 20px;
}

.threethirds{
width:910px;  /* 3*290 + 2*20. Was 770. */
float:left;
margin-right: 20px;
}

.half{
width:435px;
float:left;
margin-right: 20px;
}

.full{
clear: both;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {

margin-bottom: 0;
}

form{
margin-bottom: 0;
}

form ul{
list-style-type: none;
margin:0;
}

#form li{
display: block;
margin-bottom: 30px;
}
label{
margin-bottom: 4px;
}

textarea{height:200px;}

.tooltip { 
	position: relative; 
	display: inline-block; 
} 
.tooltip .tooltiptext {  /* http://www.w3schools.com/css/css_tooltip.asp */
    visibility: hidden;
    /* width: 105%; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
    color: black;
    background-color: #f3f3f3;
    text-align: left;
	border: solid; border-color: black; border-width: 2px;
    padding: 5px 7px 5px 7px;
    border-radius: 5px;
    position: absolute;
	z-index: 1;
	top: 100%; 
	left: 0%;
}
.tooltip:hover .tooltiptext { /* Show the tooltip text when you mouse over the tooltip container */
    visibility: visible;
}

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


@media only screen and (max-width: 959px) {
#logo{ width: 300px; 
position: relative;
right:0px;
}
}

  @media only screen and (min-width: 959px)  {
  
  .hide{ display: none !important; visibility: hidden; }
  
  
  }


@media print{
#nav{display:none;}  
}




