/*
	TYPOGRAPHY
*/

body {
	font-family: Georgia,"Times New Roman",serif;
	font-size: 62.5%;
	
	line-height: 1.2em;
}

p, dl, dd, dt, hr, h1, h2, h3, h4, h5, h6, ol, ul, li, pre, table, address, fieldset {
	margin-bottom: 1em;
}

/*
	headings
*/

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.7em;
}

h5 {
	font-size: 1.4em;
	font-variant: small-caps;
}

h6 {
	font-size: 1.2em;
	font-variant: small-caps;
}

/*
	links
*/

a {
	
}

a:focus {
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:hover {
	text-decoration: none;
}

/*
	text
*/

p {
	font-size: 1.2em;

}

blockquote {
	font-style: italic;
	line-height: 1.4em;
	text-indent: 1.4em;
}

blockquote cite {
	font-style: normal;
	font-weight: bold;
}

ul, ol, dl {
	font-size: 1.2em;
}

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

dl dt {
	font-weight: bold;
}

dl dd { 
	margin-left: 1.5em;
}


abbr, acronym {
	border-bottom: 1px dotted #555;
	cursor: help;
}

acronym {
	font-variant: small-caps;
}

.code {
	background: #DDDDDD none repeat scroll 0 0;
	font-family: Courier,"Courier New",monospace;
	font-size: 1em;
}

pre { 
	margin: 1.5em 0; 
	white-space: pre; 
}

pre,code,tt { 
	font: 1em 'andale mono', 'lucida console', monospace; 
	line-height: 1.5;
}



/*
	special decoration
*/

p.intro:first-line {
	font-variant: small-caps;
}

p.drop:first-letter {
	float: left;
	font-size: 3em;
	margin-right: 0.1em;
	margin-bottom: 0.3em;
}

/*
	images
*/

img.left-img {
	border: 1px solid #CCCCCC;
	float: left;
	font-size: 1em;
	margin-bottom: 1.8em;
	margin-right: 2em;
	margin-top: 0.3em;
	padding: 4px;
}
img.right-img {
	border: 1px solid #CCCCCC;
	float: right;
	font-size: 1em;
	margin-bottom: 1.8em;
	margin-left: 2em;
	margin-top: 0.3em;
	padding: 4px;
}

/*
	tables
*/

table {
	margin-bottom: 1.4em;
	width:100%;
}

th { 
	font-weight: bold;
}

thead th { 
	background: #c3d9ff;
}

th,td,caption { 
	padding: 4px 10px 4px 5px;

}

tr.even td { 
	background: #e5ecf9;

}

tfoot { 
	font-style: italic;

}

caption { 
	background: #eee;

}


/*
	special content box
*/

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
