/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
/*	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; */
	font: 13px/1.5 Palatino, Georgia, serif;
	/*background-color:#f7f7f7;*/
	background-color:#ddd;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-size: 26px;
	line-height: 34px;
	font-weight: 100;
	color: #731616;}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* Demo.css Style */
p a { color: #BE7A40; }
h1 { font-family: Georgia, serif; margin-bottom:3px;}
#back a { font-size: 11px; }
#demo { margin: 40px 70px 70px; }
h2 { font: 18px "Lucida Grande", Helvetica,Georgia; color: #333; margin: 0 0 3px 0; }
h3 { font: 13px "Lucida Grande", "Verdana"; color: #999; text-transform: uppercase; font-weight: bold; }
#slideshow-options ul { padding: 0; }
#slideshow-options ul li { list-style-type: none; display: inline; padding-right: 0; }
/* End Demo.css style */


p {
	/*font-family: "Lucida Grande", "Verdana", sans-serif;*/
	font-size:1.1em;
	line-height:1.6;
	color: #555;	
}
p:hover {
	color: #111;
} 

abbr, acronym {
	border-bottom:0.1em dotted;
	cursor:help;
}
