/* ****************************************************************** */
/*
Celia Frachon Site Template
CSS Base: Elements
Reset all base elements to aid browser compatibility, then
establish core underlying behaviours for the site.
*/
/* ****************************************************************** */

/* ****************************************************************** */
/* SECTION : Global Reset */
/* Current Version modified from Yahoo UI Library */
/* http://developer.yahoo.com/yui/reset/ */
/* 29/08/2007 */
/* ****************************************************************** */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td { 
	font-size:100%;
	line-height : 100%;
	margin:0;
	padding:0;
}
fieldset,input,textarea {
	font-size:100%;
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}


/* ****************************************************************** */
/* SECTION : BASE ELEMENTS */
/* ****************************************************************** */

body {
	background : #0F100B;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	line-height : 150%;
	font-style : normal;
	color : #dbd6bd;
	margin : 0 0 1em 0;
}

strong {
	font-weight : bold;
	line-height : 150%;
}

em {
	font-style : italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	color : #dbd6bd;
	font-weight : normal;
	margin : 0 0 1em 0;
}

h1, h2 {
	font-size : 155%;
	border-bottom : 1px solid #4f4f42;
	padding : 0 0 0.5em 0;
	margin : 1em 0 1em 0;
}

h3 {
	font-size : 115%;
}

img {
	display : block;
	border : 0;
}

hr {
	color : #dbd6bd;
	background : transparent url(../../images/utility/dots/dots-grey-horz.gif);
	height : 1px;
	margin : 10px 0 10px 0;
	padding : 0 0 0 0;
	border : 0;
	clear : both;
}


/* ****************************************************************** */
/* SECTION : ANCHORS */
/* ****************************************************************** */

a:link, a:visited {
	color : #dbd6bd;
	text-decoration : underline;
	font-weight : bold;
	line-height : 150%;
}

a:hover, a:active {
	color : White;
	text-decoration : none;
}


/* =============================================== */
/* SECTION : LISTS */
/* =============================================== */

ul {
	margin : 0 0 1em 0;
	padding : 0;
	list-style : none outside;
}

li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	line-height : 150%;
	font-style : normal;
	color : #dbd6bd;
	padding : 0 0 0 22px;
	margin : 0 0 0.5em 0;
	background : transparent url(../img/bullet-flower.gif) no-repeat scroll 0 3px;
}


/* =============================================== */
/* SECTION : TABLES */
/* =============================================== */

table {}

th, td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	line-height : 120%;
	font-style : normal;
	color : #dbd6bd;
	text-align : left;
	vertical-align : top;
}

caption {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-weight : bold;
}


/* =============================================== */
/* SECTION : DEFINITION LISTS */
/* =============================================== */

dt, dd {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	line-height : 150%;
	font-style : normal;
	color : #dbd6bd;
}

/* =============================================== */
/* SECTION : FORMS */
/* =============================================== */

input, textarea, select, option {
	font-family : Arial, Helvetica, sans-serif;
	color : #dbd6bd;
}

select {
	font-size : 95%;
	color : #dbd6bd;
	margin : 0 0 5px 0;
}

label {
	float : left;
	clear : left;
}

button {
	width: auto;
	overflow: visible;
}
