
/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/


/* `Spacing
----------------------------------------------------------------------------------------------------*/

a{
	color:#333;
	text-decoration:none;
	cursor:pointer;
}

ol {
	list-style: decimal;
}

ul {
	list-style: none;
	margin:0;
}

li {
	margin-left: 0px;
}

p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px verdana, arial, helvetica;
	color:#333;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #e1d9c1 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin-bottom:10px;
}

input.text {
	padding-left:2px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
	font-family:arial, helvetica, verdana;
	color:#bd2716;
	padding:4px 10px;
	margin-left:10px;
	margin-bottom:5px;
	/* The Fallback Color */
	background: rgb(250,249,246);   
	/* The Important Bit - Alpha Transparency */ 
	background: rgba(250,249,246, 0.5);
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	
	}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 13px;
	margin:0;
}

