@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

/*--Headings--*/
h1 { font-size:1.7em; }
/*h2 { font-size:1.8em; }*/
h3 { font-size:1.0em; }
h4 { font-size:0.8em; }
h5 { font-size:0.6em; }
h6 { font-size:0.4em; }

.title a { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.5em; color: #363636; text-transform: uppercase; line-height: 22px; }
.date-posted { color: #ff2a01; font-family:Arial, Helvetica, sans-serif; font-size:.8em; }
.category { color: #363636; font-family:Arial, Helvetica, sans-serif; font-size:.8em; }
.read-more { color:#ff2a01; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:1.2em; }
.content p {font-family:Arial, Helvetica, sans-serif; font-size:1.2em;}
#ui-comments .label {  color: #ff2a01;}

.form-error {
	font-style: italic;
	font-weight: bold;
}

.login-signup-holder .errorClass { border: 2px red solid; } 
.login-signup-holder .validClass { border : 2px green solid; }
.copyright { font-size: 1.2em; color: #363636; }
.copyright a { font-size: 1em; color: #222; }