@import "../css/degas-wp.css";


/* What's in a web font? */

#date {
	font-family: Museo-700, 'Museo 700';
	margin: -25px -5px 0 0;
		margin: -50px 0 0 -5px;
	float: left;
}
#fb-share {
	margin: -31px 0 13px 65px;	
}

/* first for IE 6/7/8 */
@font-face {
  font-family: NuvoWeb-Medi;
  src: url(NuvoWeb-Medi.eot);
}

/* then for Mozilla browsers -> Firefox */
@font-face {
  font-family: NuvoWeb-Medi;
  src: url(NuvoWeb-Medi.woff) format('woff');
}

/* go on with normal style definitions */

#article { 
	/* default width is 590px */
	background: gold url(../images/articles/font-text.jpg) no-repeat;	
	font-family: NuvoWeb-Medi, sans-serif;
	font-size: 15px;
	padding-top: 55px;
	padding-bottom: 30px;
}
#article h1 {
	border: none;
	text-transform: uppercase;
	font-size: 2.3em;
	padding-bottom: 13px;
	border-bottom: 1px solid #666666;
}
.text-last {
	margin-bottom: 25px;	
}
#article .cond2 a {
	color: #555555;	
	border-bottom: 2px dotted #555555;
}
#article .font-footer-out {
	position: relative;
}
#article .font-footer-in {
	color: silver;
	font-size: 1.9em;
	line-height: 1.3em;
	position: absolute;
	top: 165px; left: -25px;
	width: 540px;
	background: url(../images/articles/grey-stripe.png);
	padding: 35px 25px;
}

#date a, #date a:hover {
	border: 0;
	text-decoration: none;	
	color: #000000;
}
#date a:hover {
	color: #498FA7;
}


/* Remember no relative/absolute positioning */
