/*
Theme Name: fiver-child
Description: Th�me enfant pour le th�me fiver 
Author:  truchon
Template: fiver
*/

@import url("../fiver/style.css");


body {
	width: 750px;
	margin: 50px auto;
	font-family: arial,sans-serif;
	color: #000;
	background-color: #fff;
	position: relative;
        background: url('http://www.cassis-forum.com/blog/images/header/top_header.png')  no-repeat top center;
	font-size: 12px;
}

header h1 {
	margin-left: 315px;
	font-size: 50px;
	letter-spacing: -0.00em;
	text-shadow: 3px 3px 3px #ccc;
	
}

header h1 a {
	color: #000;
	text-decoration: none;

}

a:hover {
	color: #ff9900;
}


blockquote {
  padding: 0 40px;
  position: relative;
  border: 1px dashed #ccc;
  margin: 0 0 20px 0;
}

blockquote cite {
 font-weight: bold; 
}

blockquote:before {
  content: '\201C';
  font-size: 55px;
  color: #ccc;
  position: absolute;
  top: 0px;
  left: 10px;
}
blockquote:after {
  content: '\201D';
  font-size: 55px;
  color: #ccc;
  position: absolute;
  bottom: -30px;
  right: 10px;
}


