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

  Licensed under GPL and MIT.
*/

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

body {
	font: 14px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
	}

pre,
code {
	font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
	}

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

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

h1 {
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	}

h2 {
	font-size: 18px;
	}

h2.widgettitle, 
div#sidebar h3 {
	font-size: 20px;
	font-weight: 100;
	color:#883300;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}

h3 {
	font-size: 20px;
	font-weight: 100;
	color:#883300;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}	

h4 {
	font-size: 16px;
	}

h5 {
	font-size: 14px;
	}

h6 {
	font-size: 14px;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
	}

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

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

p {
	margin-top: 6px;
	}