@charset "UTF-8";
/* CSS Document */

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

  FELIWAY
  
------------------------------------------------------------------- */

#feliway {
	font-family: 'Freight-sans-pro',sans-serif;
}

#feliway strong {
	font-weight: 600;
}

#feliway #heading {
	margin: 0;
	width: 960px;
}

	#feliway #network {
	color: #555;
	float: right;
	height: 40px;
	padding: 20px;
	line-height: 40px;
	width: 300px;
	}
		#feliway #network p {
		float: left;
		width: 160px;
		}
		#feliway #network ul {
		float: right;
		}
		#feliway #network li {
		float: left;
		margin-left: 6px;
		}
		#feliway #network li a {
		-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;
		background: transparent url('https://s3.amazonaws.com/ymp_img/feliway/icon-social.png') no-repeat 0 0;
		color: #555;
		height: 40px;
		margin: 0;
		opacity: 0.5;
		padding: 0;
		text-indent: -9999px;
		width: 40px;
		}
		#feliway #network li a:hover {
		opacity: 1;
		}
			#feliway #network li a.fb {
			background-position: 0 0;
			}
			#feliway #network li a.twitter {
			background-position: -40px 0;
			}
			#feliway #network li a.web {
			background-position: -80px 0;
			}

	#feliway .page {
	width: 560px;
	}
	
		#feliway .breadcrumb {
		color: #666;
		font-size: 0.85em;
		padding-bottom: 10px;
		}
		
			#feliway .breadcrumb a {
			color: #999;
			}
			
			#feliway .breadcrumb a:hover {
			color: #4e2a81;
			}
			
	#feliway #edito {
	background: transparent url('https://s3.amazonaws.com/ymp_img/quotation-marks-grey.png') no-repeat left top;
	border-bottom: 1px solid #dad3c5;
		color: #555;
		font-size: 0.9em;
		line-height: 1.3em;
		margin-bottom: 30px;
		padding: 6px 0 30px;
		
		text-indent:26px
	}

	#feliway #articles {
	padding: 30px ;
	}
	
		#feliway #articles h2 a {
		color: #333;
		}
	
		#feliway #articles a {
		color: #666;
		}
	
	#feliway #articles .main-article {
	width: 560px;
	}
	
		#feliway .main-article .illus {
		background: transparent url('https://s3.amazonaws.com/ymp_img/shadow-bottom-560.jpg') no-repeat center bottom;
		padding-bottom: 30px;
		}
		
		#feliway #articles .main-article h2 {
		margin-top: -18px;
		}
	
		#feliway #articles .secondary-article {
		float: left;
		width: 270px;
		margin-bottom: 30px;
		}
		#feliway #articles .secondary-article.first {
		margin-right: 20px;
		}
	
	#feliway #articles img {
	height: auto;
	width: 100%;
	}
	#feliway #articles img:hover {
	opacity: 0.8;
	}
	
	#feliway #articles h2 {
	color: #333;
	font-size: 1.5em;
	line-height: 1.1em;
	font-weight: 500;
	margin: 10px 0;
	}
	
	#feliway #articles p {
	color: #666;
	font-size: 0.95em;
	line-height: 1.3em;
	}
	
	#feliway #articles h3 {
	border-bottom: 1px solid #dad3c5;
	border-top: 1px solid #dad3c5;
	font-size: 0.9em;
	padding: 8px 0;
	text-transform: uppercase;
	}
	
	#feliway a.arrow {
	padding: 8px 0 0;
	}
	
	#feliway a.arrow:hover {
	border-bottom: 1px solid #999;
	}
	
	#feliway a.arrow:before {
	content:"→ ";
	}
	
/* FAQ */

	#feliway > #faq {
	padding-top: 20px;
	width: 584px;
	}

	#feliway .question {
	
	}
	
		#feliway .question h2 {
		color: #333;
		font-size: 1.4em;
		font-weight: 500;
		margin: 0px 0 10px;
		}
		
		#feliway .question h2 a {
		color: #333;
		font-size: 0.8em;
		}
		
		#feliway .question h2 a:before {
		content: "•";
		margin-right: 8px;
		}
		
		#feliway .question h2 a:hover {
		border-bottom: 1px solid #CCC;
		}
		
		#feliway .question p {
		color: #666;
		font-size: 0.95em;
		line-height: 1.3em;
		margin-bottom: 30px;
		}
	
/* SIDEBAR */

	#feliway #sidebar {
	margin: 0;
	padding: 0;
	width: 340px;
	}

	#feliway #sidebar #ask-question {
	background: #a9b816;
	display: inline-block;
	padding: 14px;
	}
		#feliway #ask-question h2 {
		background: transparent url('https://s3.amazonaws.com/ymp_img/feliway/icon-question.png') no-repeat left top;
		color: #FFF;
		font-size: 1.2em;
		font-weight: 500;
		height: 48px;
		margin-bottom: 10px;
		padding-left: 54px;
		text-shadow: 1px 2px 1px #737d0e;
		}
		
		#feliway #ask-question input[type=text], #feliway #ask-question textarea {
		background: #FFF;
		border: none;
		border-radius: 4px;
		box-shadow: none;
		color: #999;
		font-family: 'Freight-sans-pro',Arial,sans-serif;
		font-size: 15px;
		font-style: normal;
		margin: 5px 0;
		padding: 10px;
		width: 290px;
		}
		
		#feliway #ask-question input[type=submit] {
		background: #737d0e;
		border: none;
		border-radius: 4px;
		cursor: pointer;
		color: #FFF;
		float: left;
		font-size: 15px;
		margin: 5px 0;
		padding: 6px 10px;
		}
		
		#feliway #ask-question input[type=submit]:hover {background: #333}
		
		#feliway #ask-question p.indication {
		color: #FFF;
		float: right;
		font-size: 0.8em;
		text-align: right;
		margin-top: 14px;
		width: 230px;
		}
		
		#feliway #ask-question #mailed {
		clear: both;
		color: #FFF;
		font-weight: 600;
		}
	
	#feliway #sidebar #faq {
	background: #e2d8c5;
	padding: 14px;
	}
	
		#feliway #sidebar #faq h2 {
		color: #645f55;
		font-size: 1.6em;
		font-weight: 500;
		margin: 4px 0 18px;
		}
	
		#feliway #sidebar #faq li {
		background: transparent url('https://s3.amazonaws.com/ymp_img/feliway/icon-bubble.png') no-repeat left center;
		font-size: 0.9em;
		line-height: 1em;
		padding: 6px 0 8px 28px;
		}
		
		#feliway #sidebar #faq a {color: #645f55}
		#feliway #sidebar #faq a:hover {color: #36332e}
	
	#feliway #sidebar #locate {
	background: #4e2a81 url('https://s3.amazonaws.com/ymp_img/feliway/locate-background.jpg') no-repeat left center;
	color: #FFF;
	font-size: 1.4em;
	
	
	}
		#feliway #sidebar #locate a {
		color: #FFF;
		display: block;
		height: 60px;
		line-height: 50px;
		padding: 14px 14px 14px 70px;
		}