/* typography.css */

body{
	font: 16px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-weight: lighter;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

h1,h1 a{
	font: lighter 24px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
	color: #5384ab;
	letter-spacing: -1px;
	background: url(http://www.mearso.com/i/ident.jpg) no-repeat center top;
	padding-top: 60px;
}

h2 {    font-size: 2em;
	line-height: 1.7em;margin: 5px 0 10px 0;	font-style: normal;}

h1 a:hover,h2 a:hover,h3 a:hover {
	border-bottom: none;

}
	
h3 {
	font-size: 1.3em;
	line-height: 1.3em;

}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	font-size: .9em;
}

#site-slogan {
	text-transform: lowercase;
	color: #768088;
}

/* Column Styles */


div.column h4{

	letter-spacing: 2px;
	font-size: 90%;
	margin: 1em 0 0.5em 0;	
}



/* Paging styles */

div#pagenav {
	text-align: center;
	padding: 10px 0;
}

div#pagenav ul li {
	display: inline;
	margin: 0 1.3em 0 1.3em;
}


/* Paragraph styles */

p{
	margin-top: .5em;
	margin-bottom: .5em;
	line-height: 1.3em;
	font-size: 14px;
}

/* Links
-------------------------------------------------------------- */

a {
	color: #5384ab;
	text-decoration: none;
}
	
a:visited {
	color: #5384ab;
	}

a:hover {
	color: #3ea2ff;
	border-bottom: 1px solid #5384ab;
	border-color: #93ccff;
}

/* Lists
-------------------------------------------------------------- */

div.article ul li {
	font-size:14px;
	margin:0 0 .3em 2em;
	list-style-type:disc
}

div.article ol li {
	font-size:14px;
	margin:0 0 .3em 2em;
}

/* Articles
-------------------------------------------------------------- */

#content hr {
	width: 400px;
}

/*Footer */

#footer{
	font-size: 14px;
}

div.column {
	font-size: 14px;
}

div.article blockquote {
	margin-left: 1.2em;
	font-style: italic;
	color: #7f7f7f;
}
