/*
 * Stylesheets to load for media "screen"
 *
 * Author: Patrick ALLAERT <patrick.allaert@dixite.com>
 * Site: http://www.dixite.com/
 *
 * Source: http://diveintoaccessibility.org/examples/fontsize.html
 */


/* styles that apply to all browsers */
body, div, p, th, td, li, dd, code, tt {
	font-size: 10px;
	position: relative;
}
h1, h2, h3, h4 {
	padding-left: 14px;
}
h1 {
  font-size: 22px;  
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 12px;
}
p{
	padding: 0px 14px 14px 14px;
	margin: 0px;
	line-height:14px;
	}
li{
	list-style-type: square;
	color: #666666;
	line-height:16px;
}

body#chocolates_and_coffee .article #content li {margin-right: 14px;}
body#chocolates_and_coffee .imagebank #content li {margin-right: 0px;}

.small {
	font-size: 11px;
}

.first{
	text-indent: 0px;
	padding: 0px;
	/*padding: 35px 0 0 14px;*/
}

body.article .topicbox h2.first{padding: 0px 0 0 16px;}
body.article #sidebar h2.first{padding: 0px 0 0 16px;}

body

.smallCenter {
	font-size: 11px;
	text-align:center;
}

/* styles that apply to everything but Netscape 4 */
/*/*/
/*
a{}
body, body div, body p, body th, body td, body li, body dd, body code, body tt, body h3 {
  font-size: xx-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: x-small;
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd, html>body code, html>body tt, html>body h3 {
  font-size: x-small;
}

body h1 {
  font-size: medium;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: large;
}
html>body h1 {
  font-size: large;
}
body h2 {
  font-size: small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: medium;
}
html>body h2 {
  font-size: medium;
}
/* end NS4 hack */
