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

	Licensed under GPL and MIT.
*/

/*----------------------------------------------------------------------------------------------------*/

a:focus {
	outline: 1px dotted silver; /* invert ?? */
}

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

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

h1 {
font-size:2.3em;
}
.page h1, .post h1{
	border-bottom:1px dotted;
	font-size:2.3em;
	padding-bottom:6px;
}
h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.9em;
}

h4 {
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 5px !important;
	font-family:"Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999;
}

h5, h5 a, h5 a:visited, h5 a:hover {
	font-size: 1.2em;
	color: #c21111;
	margin-bottom: 5px !important;
	text-decoration: none;
	font-weight: normal;
	display: inline;
}
h5 a:hover{
	text-decoration: underline;
}

h6 {
	font-size: 1.1em;
}

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

 ol {
	margin-left: 30px;
	padding-left: 5px;
	list-style: decimal;
}
ol li{
	padding: 0 5px;
}
.entry ul li, .post ul li, .page ul li {
	margin-left: 30px;
	padding-left: 10px;
	list-style: square;
}

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

.alignleft{
	float: left;
	padding:0 15px 10px 0 ;
}
.alignright{
	float: right;
	padding:0 0 10px 15px ;
}
