/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h1 a:link, h1 a:visited {
	font-size: 30px;
	color:#423a0b;
	font-weight:normal;
	text-decoration:none;
}
h1 a:hover, h1 a:active {
	color:#812E26;
}

h2, h2 a:link, h2 a:visited {
	font-size: 18px;
	color:#423a0b;
	font-weight:normal;
	text-decoration:none;
}
h2 a:hover, h2 a:active {
	color:#812E26;
}
h3, h3 a:link, h3 a:visited {
	font-size: 14px;
	text-decoration:none;
}
h3 a:hover, h3 a:active {
	color:#812E26;
}
h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* General Elements
----------------------------------------------------------------------------------------------------*/
strong {
	font-weight:bold;
	}		
a:link, a:visited { 
	text-decoration:underline; 
	color:#812e26; 
	}	
a:hover, a:active { 
	text-decoration:none;
	color:#812e26;
	}	
button {
	text-transform:uppercase;
	color:#fff;
	}
img, input, select, label {
	vertical-align:middle;
	}
button {
	margin:0; 
	padding:0;
	border:none;
	text-align:center;
	text-transform:uppercase;
	background:transparent;
	cursor:pointer;
	}	
address span {
	display:block;
	margin:0 0 10px 0;
	}	