/* Standard Tags */
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:hover {
	color:#ff0000;
}
.headline {
	font-size: 23px;
	font-weight:bold;
}
.byline {
	font-size: 16px;
	font-weight:bold;
}
.title {
	color:#000080;
	font-size: 14px;
	font-weight:bold;
}
.error {
	color:#ff0000;
	font-weight:bold;
}
.success {
	font-weight:bold;
	color:#000080;
}
.row {
	background-color:#E0E0E0;
}
.statehdr {
	font-size: 30px;
	background-color:#000066;
	color:#fff;
}
.cityhdr {
	font-size: 13px;
	background-color:#660000;
	color:#fff;
	float:right;
}

/*Blog manager*/
#blog {
	padding: 5px;
	background-color:#ccc;
}
.blogtitle {
	font-family:"Courier New", Courier, monospace;
	color:#660000;
	font-size:16px;
	font-weight:bold;
	border-bottom: 1px solid #aaa;
	display:block;
}
.blogbody {
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
.bloginfo {
	font-size: 10px;
	font-family: "Georgia", Times New Roman, Times, serif;
}

/* Admin CSS */
.mainfs {
	width: 750px;
	margin: 5px auto;
}
.login {
	width: 300px;
	margin: 5px auto;
}


/* Events */
a.events:link{ color: blue; }
a.events:visited{ color: purple; }

tr.eventOdd { background-color:cd853f; }
tr.eventEven { background-color:deb887; }

/* form field */
input, select, textarea {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}

.imagegrid {
border : 1px dotted #CCCCCC;
padding : 0 12px 2px 20px;
}
.subheading {
font-family : Arial, Helvetica, san-serif;
color : #d89e00;
font-size : 12px;
font-weight : 700;
}
.ecBrowseTitle {
color : #565656;
font-family : Arial, helvetica;
font-size : 12px;
font-weight : bold;
}
A.ecBrowseTitle:link {
color : #2d2f52;
font-size : 12px;
text-decoration : none;
}
A.ecBrowseTitle:active {
color : #2d2f52;
font-size : 12px;
text-decoration : none;
}
A.ecBrowseTitle:visited {
color : #2d2f52;
font-size : 12px;
text-decoration : none;
}
A.ecBrowseTitle:hover {
color : #444444;
font-size : 12px;
text-decoration : underline;
}


