
/*---------------*/
/* !important declarations to override the font set by the STYLE attribute */

.default span { font:13px arial, sans-serif !important; }
.abstract .default span { font-family: Verdana, sans-serif !important; font-size: 10px !important; font-weight:bold !important; }
/*---------------*/


/* 
Language is a drag to handle:
 - Mozilla supports the attribute but not the pseudo
 - MacIE supports the pseudo but not the attribute
 - WinIE doesn't support anything
Result: it's implemented as classes
*/
.default .fr		{font-style: italic !important;}  /* for WinIE */
.default .en		{font-style: normal !important;}  /* for WinIE */
/* :LANG(fr)	{font-style: italic !important;} */  /* for MacIE */
/* :LANG(en)	{font-style: normal !important;} */  /* for MacIE */
/* [LANG="fr"]	{font-style: italic !important;} */  /* for Mozilla */
/* [LANG="en"]	{font-style: normal !important;} */  /* for Mozilla */


.sidebar .side A 	{ text-decoration: none; font-weight:bold; }
.sidebar .side A:hover	{ text-decoration: none; } 


h2, h3 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin-bottom:10px;
}

		
.date { 
		font:bold 13px arial, sans-serif;
		padding:8px;
		margin-bottom:10px;
		border:1px solid #919191;
		-moz-border-radius: 10px;

	width:auto;  /* see '.content' in layout.css */
	min-width: 200px;
	margin:0px 0px 20px 170px;
	padding:10px;

}			
                
.title	{ 
		font:bold 13px arial, sans-serif;
		margin-bottom:1em;
		color: black; 
}			
		
.side {
		font-family:verdana, arial, sans-serif;
		font-size: 10px;
		font-weight:normal;
  		line-height:140%;
  		padding:2px;				
		text-align:center;

}


.navlinks .side A {
		font-size: 10px;
}

.sidetitle {
		font-family:verdana, arial, sans-serif;
		font-size: 10px;
		font-weight:bold;
  		line-height:140%;
  		padding:2px;
  		text-align:center;
  		text-transform:uppercase;
		text-decoration: underline;
}		

.feedback {
	font-size: 11px;
	text-align:center;
}

.emailComments {
	font-size: 11px;
}

.postComments {
	font-size: 15px;
}

.photoButton {
	float:right;
	margin:2px 16px;
	border:none;
	cursor:pointer; cursor:hand;
}

.photoButton .side {
	position:relative;
	top: -10px;
	font-weight:bold;
}


#Next:before 	  {content: "\2192  "; font: 20px "Symbol";}
#Previous:before {content: "\2190  "; font: 20px "Symbol";}
