/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

/* Typography
----------------------------------------------------------------------------------------------------*/
body { color: #535353; background-color: #ECECEC; font-size: 13px; line-height: 1.5; padding: 0px; font-family: arial, helvetica, verdana, sans-serif; }
a { color: #01a2d8; text-decoration: none; cursor: pointer; }
a:hover { color: #f78500; text-decoration: underline; }
a:focus { outline: 1px dotted invert; }
p img {float: left; margin: 0 10px 10px 0;}

/* Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {font-family: arial, helvetica, verdana, sans-serif;}

h1 { font-size: 25px; }
h1 a { color: #f78500; }
h1 a:hover { color: #01a2d8; }

h2 { font-size: 23px; }
h2 a { color: #f78500; }
h2 a:hover { color: #01a2d8; }

h3 { font-size: 21px; }
h3 a { color: #f78500; }
h3 a:hover { color: #01a2d8; }
.post h3 { margin-bottom: 0px; }

h4 { font-size: 19px; }
h4 a { color: #f78500; }
h4 a:hover { color: #01a2d8; }

h5 { font-size: 17px; }
h5 a { color: #f78500; }
h5 a:hover { color: #01a2d8; }

h6 { font-size: 15px; }
h6 a { color: #f78500; }
h6 a:hover { color: #01a2d8; }


hr { border: 0 #ccc solid; border-top-width: 1px; clear: both; height: 0; }


/* Lists
----------------------------------------------------------------------------------------------------*/

ol { list-style: none; }
ul { list-style: none; }
li { margin: 0; }


/* Other
----------------------------------------------------------------------------------------------------*/
.center{ text-align:center; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {	margin-bottom: 10px; }

/* Classes  
----------------------------------------------------------------------------------------------------*/

.dataCell{font-size: 11px; font-style: italic; color: #818181; }
