/* ####################################### */
/* ########### BASIC TYPO SETUP ########## */
/* ####################################### */

/* NB: default browser font size is usually 16px */

body {
	x-system-font: none;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em;
	color: #666;
}



body {
	font-size:75%;
}

html > body {
	font-size: 12px; /* size good modern browsers to 13px */
}

/* ####################################### */
/* ############# HEADERS ################# */
/* ####################################### */

h1,
.section-home h2 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
	color: #111;
}

h2,
.section-home h3 {
	font-size:2em;
	margin-bottom:0.75em;
	color: #222;
}

h3,
.section-home h4 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
	color: #333;
}

h4,
.section-home h5 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
	color: #343434;
}

h5,
.section-home h6 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:1.1em;
	color: #444;
}

h6 {
	font-size:1em;
	font-weight:bold;
	margin-bottom: 1.5em;
	color: #555;	
}


/* ####################################### */
/* ########### COMMON FORMATING ########## */
/* ####################################### */

p, ul, ol, dl, blockquote, pre, td, th, label, table {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

a:link {
	color: #0000EE;
}

a:visited {
	color: #551A8B;
}

ul,ol {
	list-style-position: outside;
}

.list-padding {
	margin-left: 0.667em;
	padding-left: 0.667em;
}

.list-vertical-padding li {
	margin-bottom: 1.5em;
}

.list-reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}


/* ####################################### */
/* ################## LOGO ############### */
/* ####################################### */

#logo {
	padding: 20px 0;
}

#site-logo {
	background: url(/images/system_logo.gif) no-repeat top left;
	text-indent: -9999px; 
	border: 0;
	padding: 0;
	margin: 0;
}

#site-logo a:link,
#site-logo a:visited {
	display: block;
	width: 100%;
	height: 100%;
}

#site-img-logo {
	border: 0;
	padding: 0;
	margin: 0;
}

#logo img {
	vertical-align: bottom;
}


/* ####################################### */
/* ################ vCard ################ */
/* ####################################### */

.vcard {
/*	text-align: right;*/
}

.vcard p {
	margin: 0;
}

.vcard .adr span {
	display: block;
}


/* ####################################### */
/* ############### FOOTER ################ */
/* ####################################### */

#footer {
	font-size: 0.9em;
}




/* ####################################### */
/* ############### QUOTES ################ */
/* ####################################### */

.para-blockquote  {
	background: url(/r/i/css_framework/graphics/quote_left.png) no-repeat 0 0;
}

.para-blockquote blockquote  {
	padding: 15px 50px 5px;
	background: url(/r/i/css_framework/graphics/quote_right.png) no-repeat 100% 95%;
}

.para-blockquote cite {
	display: block;
	text-align: right;
	margin-right: 30px;
	font-style: italic;
}