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

	Licensed under GPL and MIT.
*/

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

body {
	font-size: 14px;
	font-family: Helvetica, arial;
	color:#333;
}

p {
	font-size: 14px;
	line-height: 20px;
	font-family: Helvetica, arial;
}

a:focus {
	outline: 1px dotted;
}
a:link {
	text-decoration:underline;
}
a:hover {
	color:#007CB0;
	text-decoration:none;
}

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

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


h1 {
	font-size:42px;
}

h2 {
	font-weight:bold;
	font-size:26px;
	color: #75b442;
	line-height: 28px;
}

h3 {
	font-weight:bold;
	font-size:16px;
	line-height: 20px;
}

h4 {
	font-size: 16px;
	color: #75b442;
}
h4 a:link {
	color: #FFF;
	font-size: 20px;
}

h4 a:hover {
	color: #004566;
	font-size: 20px;
	text-decoration:none;
}

h5 {
	font-size: 17px;
	color: #75b442;
	line-height: 13px;
}
h5 a:link, H5 a:visited {
	text-decoration:none;
	color: #75b442;
}
h5 a:hover {
	text-decoration:none;
	color: #004566;
}

h6 {
	font-weight:bold;
	font-size: 26px;
	line-height: 22px;
}

h6.white {
	color: #fff;
	padding-bottom: 0;
}

h6.white a{
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

h6.white a.a{
	padding-bottom: 8px;
	display: block;
}


h6 a:link { text-decoration:none;}


/* Revvnews Listing Styles
----------------------------------------------------------------------------------------------------*/

.parent-category {
	visibility:hidden;
	font-size: 1px;
	line-height: 0px;
} 

h2.parent-category {
	margin:0;
	padding:0;
}

h1.content article {
	font-weight: normal;	
}

.more-btn {
background-color:#75b442;
float:right;
padding:4px 7px 2px;
margin:6px;
text-transform:uppercase;
text-color:white;
}

a.more-btn:link, a.more-btn:visited {
	color: #FFF;
	text-decoration: none;
}

a.more-btn:hover {
	background-color:#333;
}

.register-btn {
	background-color:#000;
	border:medium none;
	color:#FFFFFF;
	float:right;
	font-size:14px;
	font-weight:bold;
	padding:2px 4px;
	text-transform:uppercase;
}

/* Other
----------------------------------------------------------------------------------------------------*/

.copyright {
	font-size:11px;
	line-height: 13px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style:none;
}

li {
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
address,
fieldset {
	margin-bottom: 2px;
	padding-bottom: 8px;
}

