@charset "utf-8";
/*
 * SenCSS 0.4 - Sensible Standards CSS framework
 *
 * Copyright (c) 2008 Kilian Valkhof (kilianvalkhof.com)
 * Visit sencss.kilianvalkhof.com for more information. 
 * Licensed under the MIT license.
 */ 
/* Changelog
 * 0.4.6
 ** fixed a missing comma in the font-family of textarea
 ** fixed a firefox 3 bug and opera bug in .firstParagraphArticle:first-letter
 ** fixed img styling inside elements 
 ** added table styling

 * 0.4.5
 ** removed background:transparant;
 ** set explicit focus styles
 ** added liberation sans as the 2nd fallback font
 ** removed small-caps from code, kbd and tt
 ** added a warning style
 ** changed the first paragraph style
 *** removed all-bold paragraph
 *** set the first line to bold, removes small-caps
 *** positioned the first letter crossbrowser
 ** added i and b styling
 ** added a two column DL style
 ** improved sub rendering in opera and ie
 ** rewrote all margin-* & padding-* to margin/padding
 ** added a font-size-adjust to pre, tt, kbd and code
 ** added explicit line-height for safari 2
 ** added acronym stylings
*/
 
/* Basic reset
 * By Eric meyer and Paul Chaplin, http://meyerweb.com/eric/tools/css/reset/
*/
html,body,div,span,applet,object,iframe,pre,abbr,address,cite,code,del,dfn,em,img,ins,
kbd,q,strong,tt,var,dl,dt,dd,blockquote,fieldset,form,label,legend,i,b,
caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	vertical-align:baseline;
}
body {
	background:#fff;
	color:#000;
	line-height:1.5em; /* for safari2 */
	font:75%/1.5em Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
	position:relative;
}
textarea {
	font:100%/1.5em Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
}
blockquote,q {
	quotes:none;
}
blockquote:before,
blockquote:after,
q:before,q:after {
	content:none;
}
:focus {
	outline:1px dotted;
}
/* Baseline and common looks *****
 * Sets a vertical rhythm and styles the different elements.
*/
a {
	color:inherit;
	text-decoration:underline;
}
a:hover,a:focus {
	text-decoration:none;
}
abbr,
acronym {
	border-bottom:1px dotted;
	cursor:help;
	font-variant:small-caps;
}
address,cite,em,i {
	font-style:italic;
}
blockquote p {
	background:#eee;
	margin:0 1.5em 1.5em;
	padding:0.75em;
}
code,
kbd,
tt {
	font:1em/1.5em "Courier New", Courier, monospace;
	font-size-adjust:0.50;
}

del {
	text-decoration:line-through;
}
dfn {
	border-bottom:1px dashed;
	font-style:italic;
}
dl {
	margin:0 0 1.5em;
}
dt {
	font-weight:700;
}
dd {
	padding-left:1.5em;
}
h1 {
	font-size:2em;
	font-weight:700;
	margin:0 0 0.75em;
}
h2 {
	font-size:1.5em;
	margin:0 0 1em;
}
h3 {
	font-size:1.1666em;
	margin:0 0 1.285em;
}
h4 {
	font-size:1em;
	margin:0 0 1.5em;
}
h5 {
	font-size:0.8333em;
	margin:0 0 1.8em;
}
h6 {
	font-size:0.666em;
	margin:0 0 2.25em;
}
img {
	display:inline-block;
	vertical-align:bottom;
}
ins {
	text-decoration:overline;
}
ol li {
	list-style:inside decimal;
}
p {
	font-weight:300;
	margin:0 0 1.5em;
}
pre {
	font:1em/1.5em "Courier New", Courier, monospace;
	margin:0 0 1.5em;
	padding:0 0 0 1.5em;
	font-size-adjust:0.46;
}
sub {
	font-size:0.85em;
	line-height:0.8em;
	vertical-align:baseline;
}
sup {
	font-size:0.85em;
	line-height:0.8em;
	vertical-align:super;
}
strong,b {
	font-weight:700;
}
ul,
ol {
	margin:0 0 1.5em;
	padding:0;
}
li ul,
li ol {margin:0;}
ul li {
	list-style:inside disc;
}
li li {
	padding-left:1.5em;
}
/* Common classes *****
 * Some base classes for pretty typography, asides and messages.
*/
.amp {
	font-family:Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", "URW Chancery L", Gentium, serif;
	font-style:italic;
}
.aside-left {
	clear:left;
	float:left;
	margin:0 1.5em 0 0;
}
.aside-right {
	clear:right;
	float:right;
	margin:0 0 0 1.5em;
}
.error {
	background:#fee;
	border:1px solid red;
	margin:1.5em;
	padding:0.666em;
	text-align:center;
}
.notice {
	background:#eef;
	border:1px solid #00f;
	margin:1.5em;
	padding:0.666em;
	text-align:center;
}
.success {
	background:#efe;
	border:1px solid #0f0;
	margin:1.5em;
	padding:0.666em;
	text-align:center;
}
.warning {
	background:#ffe;
	border:1px solid #ff0;
	margin:1.5em;
	padding:0.666em;
	text-align:center;
}
.quo {
	font-family:Georgia, Gentium, "Times New Roman", Times, serif;
}
.lquo {
	font-family:Georgia, Gentium, "Times New Roman", Times, serif;
	margin:0 0 0 -0.55em;
}
.section {
	position:relative;
}
/* Classes with names that should be changed *****
 * These names are obnoxious on purpose, I want you to change them into what classname fits with your content. :)
*/
.firstParagraphArticle:first-line {
	font-weight:700;
}
.firstParagraphArticle:first-letter {
	font-size:3.2em;
	line-height:1em;
	float:left;
	padding:0.125em 0.1em 0 0;
	font-weight:700;
margin-bottom:-0.2em;
	
}
.horizontalDescriptionList{overflow:auto;}
.horizontalDescriptionList dt {
	float:left;
	clear:left;
	width:33%;
}
.horizontalDescriptionList dd {
	float:left;
}
/* Form stylings *****
 * Basic styling for forms, including a vertical, horizontal and searchform version. 
 * Does not include any styles on form elements, just positioning.
 * This section still needs work.
*/
form button {
	cursor:pointer;
	font-size:1em;
	margin:1.5em 0 0;
}
form fieldset {
	border:0;
	margin:0 0 1.5em;
}
form fieldset fieldset {
	clear:both;
	margin:1.5em 0 0;
	padding:0 0 0 1.5em;
}
form input,
form select,
form textarea {
	width:100%;
}
form label {
	cursor:pointer;
	display:block;
	margin:1.5em 0 0;
	width:100%;
}
form label input {
	margin:0;
	vertical-align:top;
	width:auto;
}
form legend {
	font-size:1.1666em;
	font-weight:700;
}
/* Horizontal form stylings *****
*/
.horizontalForm button {
	clear:left;
	float:left;
}
.horizontalForm input,
.horizontalForm select,
.horizontalForm textarea {
	float:left;
	margin:1.5em 0 0;
	width:49%;
}
.horizontalForm label {
	clear:left;
	float:left;
	width:49%;
}
.horizontalForm label input {
	height:1em;
	line-height:1;
	margin:0;
	width:auto;
}
.horizontalForm select {
	width:49.8%;
}
/* Search stylings *****
*/
.searchform input {
	width:6em;
}
.searchform legend,
.searchform label {
	display:none;
}
/* table styling *****
*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 1.5em;
	padding:0;
}
caption {
	text-align:left;
	font-style:italic;
}
tr.alt td {
	background:#eee;
}
td {
	border:1px solid #000;
	padding:0.333em;	
	vertical-align:middle;
}
th {
	font-weight:700;
	vertical-align:middle;
	padding:0.333em;
}
/* fin. */
