/* $Id: html-elements.css,v 1.1.0 2010/08/04 17:30:00 cyrilvernier Exp $ */



/* -----------------------------------------------------------------------------
 * HTML ELEMENTS STYLE
 */


body {
	font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}

#page {
	/* Use a 14px base font size with a 18px line height */
	font-size: 0.875em; /* 16px x .875 = 14px */
	line-height: 1.286em; /* 14px x 1.286 = 18px */
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

pre, code {
	font-size: 1.1em;
	font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}

h1 {
	font-size: 2em;
	line-height: 1.3em;
}

h2 {
	background-color: #fff !important;
	border-color: #000 !important;
	border-style: solid !important;
	border-width: 3px !important;
	font-size: 1.5em !important;
	line-height: 1.1em !important;
	margin: 0 0 10px 10px !important;
	padding: 8px !important;
	width: 400px;
}

h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
	margin-bottom: 0.769em;
}

h4, h5, h6 {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
  }

a {
	color: #816f24;
	font-weight: bold;
	text-decoration: none;
}

a:hover { color: #353535; }

#footer a { color: #b89e38; }

#footer a:hover { color: #888; }

p, ul, ol, dl, pre, table, fieldset, blockquote {
	/*margin: 1em 0;*/
}

ul, ol {
	/*margin-left: 0;
	padding-left: 2em;*/
}

.block ul, .item-list ul { /* Drupal override */
    /*margin: 1em 0;
    padding: 0 0 0 2em;*/
}

ul ul, ul ol,
ol ol, ol ul,
.block ul ul, .block ul ol,
.block ol ol, .block ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul {
	margin: 0;
}

li {
	margin: 0;
	padding: 0;
}

.item-list ul li { /* Drupal override */
	margin: 0;
	padding: 0;
	list-style: inherit;
}

ul.menu li, /* Drupal override */
li.expanded,
li.collapsed,
li.leaf {
	margin: 0;
	padding: 0;
}

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0 0 0 2em;
	padding: 0;
}

a:link {  }

a:visited {  }

a:hover, a:focus {  }

a:active {  }

table { /* Override Drupal default CSS */
	border-collapse: collapse;
    /* width: 100%; */ /* Prevent cramped-looking tables */
}

th,
thead th,
tbody th {
	text-align: left;
	padding-right: 0;
	border-bottom: none;
}

tbody {
	border-top: none;
}

abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
	white-space: nowrap;
}

/* Date-based "abbreviations" show computer-friendly timestamps which are not human-friendly. */
abbr.created {
	border: none;
	cursor: auto;
	white-space: normal;
}

hr {
	height: 1px;
	border: 1px solid #666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	padding: 0.5em;
}