


body{
margin:0px;
padding:0px;
color:#000;
font-family:calibri;
	background:#fff;

}
a{
	color:#000;
	text-decoration:underline dotted #000;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
h1{
	font-size:2.2em;
	margin:10px;
	padding:0px;
}

h2{
	font-size:2em;
	margin:10px;
	padding:0px;
}

h3{
	font-size:1.8em;
	margin:5px;
	padding:0px;
}

h4{
	font-size:1.6em;
	margin:5px;
	padding:0px;
}
h5{
	font-size:1.4em;
	margin:3px;
	padding:0px;
}

h6{
	font-size:1.2em;
	margin:0px;
	padding:0px;
}
blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #fff5a9;
  cursor: pointer;
  padding: 0 3px;
  color: #000;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}



.form form{
	font-size:12pt;
}
.form form p{
	padding:5px;
	margin:10px;
	font-size:12pt;
	color:#2f3031;
}
.form input[type="text"]{
	padding:5px;
	margin:0px 5px 0px 5px;
	width:90%;
	max-width:90% !important;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	 -ms-border-radius:2px;
	 outline:#64432d;
  box-shadow: 0 1px 2px #64432d;
	font-size:16pt;
}
.form input[type="number"]{
	padding:5px;
	margin:0px 5px 0px 5px;
	width:90%;
	max-width:90% !important;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	 -ms-border-radius:2px;
	 outline:#64432d;
  box-shadow: 0 1px 2px #64432d;
	font-size:12pt;
}
.form input[type="password"]{
	padding:5px;
	margin:0px 5px 0px 5px;
	width:90%;
	max-width:90% !important;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	 -ms-border-radius:2px;
	 outline:#64432d;
  box-shadow: 0 1px 2px #64432d;
	font-size:12pt;
}
.form input[type="email"]{
	padding:5px;
	margin:0px 5px 0px 5px;
	width:90%;
	max-width:90% !important;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	 -ms-border-radius:2px;
	 outline:#64432d;
  box-shadow: 0 1px 2px #64432d;
	font-size:12pt;
}
.form input[type="tel"]{
	padding:5px;
	margin:0px 5px 0px 5px;
	width:90%;
	max-width:90% !important;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	 -ms-border-radius:2px;
	 outline:#64432d;
  box-shadow: 0 1px 2px #64432d;
	font-size:12pt;
}
.form input[type="text"]:focus{
 -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  box-shadow: 0 0 5px #64432d;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	 -ms-border-radius:2px;
	outline:none;
	background:#2f3031;
	color:#f5f5f5;
	font-weight:300;
}
.form input[type="number"]:focus{
 -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  box-shadow: 0 0 5px #64432d;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	 -ms-border-radius:2px;
	outline:none;
	background:#2f3031;
	color:#f5f5f5;
	font-weight:300;
}
.form input[type="password"]:focus{
 -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  box-shadow: 0 0 5px #64432d;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	 -ms-border-radius:2px;
	outline:none;
	background:#2f3031;
	color:#f5f5f5;
	font-weight:300;
}
.form input::placeholder{
opacity:.2;
}
.form input::-moz-placeholder{
opacity:.2;
}
.form input::-ms-placeholder{
opacity:.2;
}
.form input:focus::placeholder{
opacity:.1;
}
.form input:focus::-moz-placeholder{
opacity:.1;
}
.form input:focus::-ms-placeholder{
opacity:.1;
}
.form input[type="email"]:focus{
 -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  box-shadow: 0 0 5px #ffe968;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	 -ms-border-radius:2px;
	outline:none;
	background:#2f3031;
	color:#f5f5f5;
	font-weight:300;
}
.form input[type="tel"]:focus{
 -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  box-shadow: 0 0 5px #64432d;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	 -ms-border-radius:2px;
	outline:none;
	background:#2f3031;
	color:#f5f5f5;
	font-weight:300;
}
.form select{
	padding:10px;
	margin:0px 1% 0px 1%;
	width:90%;
	max-width:90% !important;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	 -ms-border-radius:2px;
	 outline:#64432d;
  box-shadow: 0 1px 2px #64432d;
	font-size:12pt;
}
.form select:focus{
 -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  box-shadow: 0 0 5px #64432d;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	 -ms-border-radius:2px;
	outline:none;
	background:#2f3031;
	color:#f5f5f5;
	font-weight:300;
	
}
.form textarea::placeholder{
opacity:.2;
}
.form textarea::-moz-placeholder{
opacity:.2;
}
.form textarea::-ms-placeholder{
opacity:.2;
}
.form textarea:focus::placeholder{
opacity:.1;
}
.form textarea:focus::-moz-placeholder{
opacity:.1;
}
.form textarea:focus::-ms-placeholder{
opacity:.1;
}

.form textarea{
	padding:10px;
	margin:0px 1% 0px 1%;
	width:90%;
	max-width:90% !important;
	height:100px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	 -ms-border-radius:2px;
	 outline:#64432d;
  box-shadow: 0 1px 2px #64432d;
	font-size:12pt;
}

.form textarea:focus{
 -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  box-shadow: 0 0 5px #64432d;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	 -ms-border-radius:2px;
	outline:none;
	background:#2f3031;
	color:#f5f5f5;
	font-weight:300;
}

.form input[type="submit"]{
	margin:5px;
	width:90%;
	max-width:90% !important;
	display:block;
background: #fff5a9; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fff5a9 0%, #ffe968 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fff5a9 0%,#ffe968 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fff5a9 0%,#ffe968 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5a9', endColorstr='#ffe968',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#000;
	font-size:12pt;
	line-height:20px;
	padding:5px;
	margin:5px;
	text-decoration:none;
  cursor:pointer;
	
}
.form input[type="submit"]:hover{
	text-decoration:none;
background: #ffe968; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffe968 0%, #fff5a9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffe968 0%,#fff5a9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffe968 0%,#fff5a9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe968', endColorstr='#fff5a9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}




.form input[type="submit"]:focus{
 -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  box-shadow: 0 0 5px #64432d;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	 -ms-border-radius:2px;
	outline:none;
	color:#000;
	font-weight:300;
	
}



	
	
	








.container{
padding:10px 0px 0px 0px;
background-image:url('../img/corkboard.jpg');
background-repeat:repeat;

}
.wrapper{
	margin:10px;
}
.custom-header{
	padding:20px;
	margin:10px;
	background:#efefef;text-align:center;
}

.custom-header::before{
	text-align:center;
	display:block;
	position:relative;
	top:-20px;
	content:url('../img/red-pin.png'); 
}

.custom-header img{
	display:block;
	text-align:center;
	background:#000;
	padding:2%;
	margin:-2% auto;
	max-width:96%;
}

.footer-border{
	background:url('../img/bottom-border.png');
	width:100%;
	height:31px;
}
.bottomfooter{
	color:#000;
	background:#fff;
	padding:0px 0px 75px 0px;
}

.site-branding{
margin:10px;	
}



.site-title a{
	text-decoration:none;
	font-size:3.5em;
	font-style:italic;
	font-weight:600;
	-webkit-text-fill-color: #efefef; /* Will override color (regardless of order) */
   color: #efefef;
   text-shadow:
       2px 2px 0 #64432d,
     -1px -1px 0 #64432d,  
      1px -1px 0 #64432d,
      -1px 1px 0 #64432d,
       1px 1px 0 #64432d;	
}
.site-title a:hover{
	text-decoration:underline;
}




.site-description{
	font-size:2.5em;
	font-style:italic;
	font-weight:600;
	-webkit-text-fill-color: #efefef; /* Will override color (regardless of order) */
   color: #efefef;
   text-shadow:
       2px 2px 0 #64432d,
     -1px -1px 0 #64432d,  
      1px -1px 0 #64432d,
      -1px 1px 0 #64432d,
       1px 1px 0 #64432d;	
}














.main-menu{
	height:auto;
}
.main-menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	height:auto;
}
.main-menu li{
	list-style-type:none;
	display:inline-block;
}
.main-menu a{	
transition:.4s all;
	font-size:14pt;
	padding:10px;
	line-height:20px;
	color:#000;
	display:inline-block;
	text-decoration:none;
	min-width:250px;
	text-align:center;
	margin:5px;
background: #fff5a9; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fff5a9 0%, #ffe968 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fff5a9 0%,#ffe968 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fff5a9 0%,#ffe968 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5a9', endColorstr='#ffe968',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	
	
}
.main-menu a:hover{		

	text-decoration:none;
background: #ffe968; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffe968 0%, #fff5a9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffe968 0%,#fff5a9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffe968 0%,#fff5a9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe968', endColorstr='#fff5a9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

















/* Top-level menu */
.main-menu > ul > li { 
    float: left;
    position: relative; 
	
	}
.main-menu > ul > li:first-child { margin: 0; }
.main-menu > ul > li:first-child a { border: 0; }

/* Dropdown Menu */
.main-menu ul li ul { 
    position: absolute;
    margin: 0;
    padding: 0;
    display: none; 
	}
.main-menu ul li ul li { 
    
	}
.main-menu ul li ul a { padding: 10px 0; }
.main-menu ul li:hover ul { display: block; }


























































































































.searchbox{
	margin:5px;
	color:#fff;
	float:right;
	z-index:999;
}

















.widget_categories{
}


.widget-area ul li{
	list-style-type:none;
	margin:5px;
	padding:0px 0px 0px 5px;
}
.widget-area ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	
}
.widget-area ul a{
	text-decoration:none;
	font-weight:600;
}

.widget-area ul a:hover{
	text-decoration:underline;
	
}


.header-widget {
	position:relative;
	
}
.header-widget .widget{
	margin:10px;
	padding:5px 20px 20px 20px;
	color:#000;
background: #fff;
}

.header-widget  .widget::before{
	text-align:center;
	position:relative;
	top:0px;
	display:block;
	width:100%;
	content:url('../img/red-pin.png'); 

	}
.header-widget img{
	background:#000;
	padding:10px;
	margin:-10px
}

.header-widget .widget_text {
	padding-bottom:60px;
	position:relative;
	
}















.entry-title{
	padding:10px 0px 0px 0px;
}
.entry-title a{
	text-decoration:none !important;
}

.entry-title a:hover{
	text-decoration:underline  !important;
}

 
.entry-content{
	padding:5px;
	background:;
}

.entry-content a{
	text-decoration:none;
}
.post-it h1{
	font-size:1.5em;
	margin:10px;
	padding:0px;
	margin-top:40px;
}
.post-it h2{
	font-size:1.2em;
	
	margin-top:40px;

}
.post-it a{
	text-decoration:none;
}

.post-it a:hover{
	text-decoration:underline;
}

.post-it{
	margin:5px;
	padding:20px;
	color:#000;
background: #fff5a9; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fff5a9 0%, #ffe968 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fff5a9 0%,#ffe968 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fff5a9 0%,#ffe968 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5a9', endColorstr='#ffe968',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.post-it::before{
	text-align:center;
	display:block;
	margin:-20px;
	padding:-20px;
	content:url('../img/green-pin.png'); /* with class ModalCarrot ??*/
background: #ffe968; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffe968 0%, #fff5a9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffe968 0%,#fff5a9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffe968 0%,#fff5a9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe968', endColorstr='#fff5a9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.page-it{
	margin:10px;
	padding:5px 20px 20px 20px;
	color:#000;
background: #fff;
}

.page-it::before{
	text-align:center;
	position:relative;
	top:0px;
	display:block;
	width:100%;
	content:url('../img/red-pin.png'); 

	}
.page-it h1{
	font-size:1.5em;
}
.page-it h2{
	font-size:1.4em;
	
}
.page-it h3{
	font-size:1.3em;
	
}
.page-it h4{
	font-size:1.2em;
	
}
.page-it h5{
	font-size:1.1em;
	
}
.page-it h6{
	font-size:1em;
	
}


.page-it a{
	text-decoration:underline dotted #000;
	font-weight:600;
}

.page-it a:hover{
	text-decoration:underline;
}


.comment-it{
	margin:10px;
	padding:5px 20px 20px 20px;
	color:#000;
background: #fff;
	
}


.comment-it::before{
	text-align:center;
	position:relative;
	top:0px;
	display:block;
	width:100%;
	content:url('../img/red-pin.png'); 

	}


.comments li{
	list-style-type:none;
}


.nav-previous a{
	font-size:14pt;
	padding:10px;
	line-height:20px;
	color:#000;
	display:inline-block;
	text-decoration:none;
	min-width:250px;
	text-align:center;
	
background: #fff5a9; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fff5a9 0%, #ffe968 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fff5a9 0%,#ffe968 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fff5a9 0%,#ffe968 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5a9', endColorstr='#ffe968',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.nav-previous a:hover{
	text-decoration:none;
background: #ffe968; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffe968 0%, #fff5a9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffe968 0%,#fff5a9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffe968 0%,#fff5a9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe968', endColorstr='#fff5a9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.nav-next a{
	font-size:14pt;
	padding:10px;
	line-height:20px;
	color:#000;
	display:inline-block;
	text-decoration:none;
	min-width:250px;
	text-align:center;
	
background: #fff5a9; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fff5a9 0%, #ffe968 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fff5a9 0%,#ffe968 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fff5a9 0%,#ffe968 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5a9', endColorstr='#ffe968',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.nav-next a:hover{
	text-decoration:none;
background: #ffe968; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffe968 0%, #fff5a9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffe968 0%,#fff5a9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffe968 0%,#fff5a9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe968', endColorstr='#fff5a9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.cat-tag-heading{
		font-size:2.5em;
	font-style:italic;
	font-weight:600;
   color: #000;
margin:5px;
padding:5px;
background: #fff5a9; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fff5a9 0%, #ffe968 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fff5a9 0%,#ffe968 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fff5a9 0%,#ffe968 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5a9', endColorstr='#ffe968',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.cat-label{
		font-size:2.5em;
	font-style:italic;
	font-weight:600;
	-webkit-text-fill-color: #efefef; /* Will override color (regardless of order) */
   color: #efefef;
   text-shadow:
       2px 2px 0 #64432d,
     -1px -1px 0 #64432d,  
      1px -1px 0 #64432d,
      -1px 1px 0 #64432d,
       1px 1px 0 #64432d;	
margin:5px;
padding:5px;
}
.cat-links a{
	position:relative;
	line-height:30px;
	margin:10px;
	min-width:150px;
		-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
		font-size:12pt;
	padding:3px;
	color:#000;
	display:inline-block;
	text-decoration:none;
	text-align:center;
background: #fff5a9; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fff5a9 0%, #ffe968 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fff5a9 0%,#ffe968 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fff5a9 0%,#ffe968 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5a9', endColorstr='#ffe968',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}




.cat-links a::before{
	position:absolute;
	left:-10px;
	top:-20px;
	content:url('../img/cat-pin.png'); 


}





.tag-label{
		font-size:2.5em;
	font-style:italic;
	font-weight:600;
	-webkit-text-fill-color: #efefef; /* Will override color (regardless of order) */
   color: #efefef;
   text-shadow:
       2px 2px 0 #64432d,
     -1px -1px 0 #64432d,  
      1px -1px 0 #64432d,
      -1px 1px 0 #64432d,
       1px 1px 0 #64432d;	
margin:5px;
padding:5px;
}
.tag-links a{
	position:relative;
	line-height:30px;
	margin:10px;
	min-width:150px;
		-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
		font-size:12pt;
	padding:3px;
	color:#000;
	display:inline-block;
	text-decoration:none;
	text-align:center;
background: #fff5a9; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fff5a9 0%, #ffe968 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fff5a9 0%,#ffe968 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fff5a9 0%,#ffe968 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5a9', endColorstr='#ffe968',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}




.tag-links a::before{
	position:absolute;
	left:-10px;
	top:-20px;
	content:url('../img/tag-pin.png'); 


}















.entry-attachment{
	text-align:center;
}
.entry-attachment img{
	display:block;
	text-align:center;
	background:#000;
	padding:2%;
	margin:-2% auto;
	max-width:96%;
}



.read-more{
	float:right;
	clear:both;
}
/***************** OPEN                    ****************************************************/
/*****************      ---  GRID SYSTEM   ****************************************************/
/***************** OPEN                    ****************************************************/

.alignnone{
	max-width: 100%  !important;
}
img{
	max-width:100% !important;
}
.right{
	float:right;
}
.center{
	text-align:center;
}
a.center{
	text-align:center;
}
img.center {
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;

}

.inner{
	margin:0px auto;
	max-width:90%;
}
.inner-95{
	margin:0px auto;
	max-width:95%;
}
.inner-960{
	margin:0px auto;
	max-width:960px;
}


.grid {
	float: left;
	margin-bottom: 0px;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 0px;
	padding-top: 0;
}

.col-5,
.col-10,
.col-20,
.col-25,
.col-30,
.col-33,
.col-40,
.col-50,
.col-60,
.col-70,
.col-80,
.col-90,
.col-100 {
	display: inline;
	margin-right: 2% !important;
}

.col-5{
	width: 3%;
}
.col-10 {
	width: 8%;
}
.col-20 {
	width: 18%;
}
.col-25{
	width: 23%;
}
.col-30{
	width: 28%;
}
.col-33{
	width: 31%;
}
.col-40 {
	width: 38%;
}

.col-50 {
	width: 48%;
}

.col-60 {
	width: 58%;
}
.col-70 {
	width: 68%;
}
.col-80 {
	width: 78%;
}
.col-90 {
	width: 88%;
}
.col-100 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.clear {
	clear: both;
}
.clearfix:after,
.clearfix:before,
div:after,
div:before{
	content: ' ';
	display: table;
}

.clearfix:after,
div:after,
div:after {
	clear: both;
}
.ie7 .clearfix,
.ie7 *,
.ie7 * {
zoom: 1;
}
.clear {
	clear: both;
}

/***************** CLOSE                ****************************************************/
/*****************        GRID SYSTEM   ****************************************************/
/***************** CLOSE                ****************************************************/

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption{}
.bypostauthor{}
.alignright {}
.alignleft {}
.aligncenter {}

































@media screen and (max-width: 780px){




		.grid {
			width:100%;
			float: left;
			margin-bottom: 0px;
			padding-top: 0;
		}

		.grid-right {
			width:100%;
			float: left;
			margin-bottom: 0px;
			padding-top: 0;
		}
	
	
	
}/*responsive*/
















