body {
	/* customize_body */ font: normal normal 11px Verdana; /* customize_body */
	line-height:165%;
	/* customize_body */ color: #666666; /* customize_body */
}
/* Links */

a:link, a:visited { 
	text-decoration: none;
	/* customize_link */ color: #AE855C; /* customize_link */
}
a:hover {
	border-bottom: 1px dotted #AE855C;	
}
a.more-link {
	padding-bottom: 2px;
	font-weight: bold;	
	border-bottom: 1px dotted #AE855C;	
}
a:hover.more-link {
	text-decoration: none;
}

/* Headers */

h1, h2, h3, h4 {
	font: bold 1em Georgia, 'Times New Roman', Times, serif;
	line-height:1.2em;
	color: #444;
	padding: 10px 10px 7px 12px;
}
h1 {
	font-size: 3.7em;
	font-weight: normal;
	letter-spacing: -2px;
	border-bottom: 1px solid #ebebeb;
	margin: 0 10px;
	padding: 10px 5px;
}
h2 { font-size: 2.8em; font-weight: normal; color: #663333; }
h3 { font-size: 2em; font-weight: normal; letter-spacing: -0.5px; padding-top: 15px}
h4 { font-size: 1.3em; }


/* Lists */

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }
dt {
  font-weight: bold;
  color: #7BA857;
}
dd {
  padding-left: 25px; 
}
p, dl { padding: 10px 15px; }
code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 10px;
 	padding: 10px 10px 10px 32px;  
    border: 1px solid #F0F0F0;
	background: #f8f8f8 url(http://c5mix.com/demos/themes/keepitsimple/../images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;
}
/* alignment classes & additional classes*/

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }

.no-border { border: none; }
