/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background-image:url(/images/bgrepeat.jpg);
	background-repeat:repeat-x;
	top:0px;
	left:0px;
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#666;
	font-family: "myriad pro", "trebuchet ms", verdana, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a:hover{
	text-decoration:none;
	font-weight:bold;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

.head1 {
	font-size: 35px;
	font-weight:bold;
}

.head2 {
	font-size: 25px;
	font-weight:bold;
}

.head3 {
	font-size: 20px;
	font-weight:bold;
}

.head4 {
	font-size: 19px;
	font-weight:bold;
}

.head5 {
	font-size: 17px;
	font-weight:bold;
}

.head6 {
	font-size: 10px;
	font-weight:bold;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

.blue,
.blue a{
	color:#0087d7;
}

.green,
.green a{
	color:#6dbd20;
}

.pink,
.pink a{
	color:#e1007b;
}

.red,
.red a{
	color:#ce0c21;
}

.yellow,
.yellow a{
	color:#fab900;
}

.purple,
.purple a {
	color:#b30073;
}

.grey {
	color:#666;
}

.lightgrey {
	color:#999;
}

a {
	font-weight:bold;
	text-decoration:none;
}

.feed {
	color:#666;
	font-size:10px;
	font-style:italic;
	margin-bottom:10px;
}

.feed a {
	font-style:normal;
	font-size:16px;
	color:#6dbd20;
	text-decoration:none;
}

.feed a:hover {
	font-style:normal;
	font-size:16px;
	color:#ce0c21;
	text-decoration:none;
}
