.loginbox {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 12px;
	text-decoration: bold;
	color: white;
}

.loginbox a {
	color: white;
	font-size: 12px;
}


.smalltext {
	font-size: 10px;
}

.errortext {
	font-size: 10px;
	color: red;
	padding-left: 2px;
}

h1 {
	color: #790026;
}

.banner1, .banner2 {
	margin-left: 1px;
	background: #790026;
}

.banner2 {
	background-color: #790026;
	/* background-image: url('images/banner.gif'); */
	background-repeat:no-repeat;
	background-position: 100% 10%;
}

.banner1 img, .banner2 img {
	border: 0;                 /* this squashes a Firefox bug */
    vertical-align: bottom;    /* this squashes an IE bug */
} 

.flashbanner {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

.textmiddle {
 	vertical-align:middle;
 	margin-top: 1px;
 	margin-bottom: 1px;
} 

.date {
	font-size: x-small;
	color: grey;
	/* padding-left: 5px; */
}

img {
	border:0;
}

.postnav {
	text-align: center;
	color: black;
}

.postnav a {
	text-decoration: underline;
}

body, a {
  color: black;
  font-family: Arial;
  font-size: small;
}

.header {
	width: 100%;
}

.footer {
 	margin-top: 5px;
 	color: white;
	/* background:#4d1979 url(images/pbk.gif) repeat-x; */
	background: #790026;
	text-align: center;
	padding: 5px 0px;
	clear: both;
}

.title, .title a {
 	clear: both;
	/* background: #4d1979 url(images/pbk.gif) repeat-x; */
	background: #790026;
	color: white;
	font-size:large;
	margin: 0px 0px 0px 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px 5px 2px 5px;
}

.floatright {
	float: right;
	margin-right: 10px;
	border: 0;
}

.rotateimg {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	border: 0;
	height: 140px;
}

.right {
	float: right;
}

.colone {
 	float: left;
	width: 49%;
}

.coltwo {
	float: right;
	width: 49%;
}

.nocol {
	clear: left;
}

.container {
	font-family: arial;
	margin-top: 5px;
	clear: both;
	overflow: hidden;
}

.container h1 {
 	clear: both;
	font-size: small;
	font-weight: bold;
	color: white;
	border: none;
	/* background: #4d1979 url(images/pbk.gif) repeat-x; */
	background: #790026;
	margin: 0px 0px 0px 0px;
	margin-bottom: 5px;
	padding: 2px 5px 2px 5px;
}
	
.title a:link, .title a:visited, .container a:link, .container a:visited, .container a:active {
	text-decoration: none;
}

.container h1 a {
	color: white;
}

.container h1 a:hover {
	color:black;
}

.excerpt {
	font-size: small;
	padding: 0px 5px 5px 0px;
}

.excerpt p {
	margin: 0px;
	padding: 0px;	
}	

.excerpt a:link, .excerpt a:visited, .excerpt a:active {
	font-size: small;
}

.container a:hover, .excerpt a:hover{
	color: #790026;
}

.title a:hover {
	color: black;
}

.rss_items {
	list-style:none;
	padding: 0;
	margin: 0;
	color: grey;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration: none;
	color: grey;
	font-size: xx-small;
}

.rss_item a:hover { 
	color: #790026;
}

/* Read More */

.readmore {
	font-size: 11px;
	color: black;
	text-align: right;
}

/* Forms */

input.text {
	width: 230px;
}

input.btn:hover {
	cursor: pointer;
}

form {
	margin: 0px 0px 0px 0px;
}

/* Events */

.enterevent {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 5px;
}

.entereventtitle {
	color: white;
	background: #790026;
	padding: 2px 2px 2px 2px;
}

/* Comments */

.comment p {
 	margin-top: 0px;
 	margin-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

.comment {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 5px;
	width: 500px;
}

.commenttitle {
	color: white;
	background: #790026;
	padding: 2px 2px 2px 2px;
}

.comment .smalltext {
	font-size: 10px;
	/* padding-left: 2px; */
}

input.textcomment {
	width: 400px;
}

.linkstyle {
	color: blue;
	text-decoration: underline;
}
