img {
border: 0;
}

/* This template's versions of generic items */

.fl_loadbox { /* The box shown when an item is loading */
background-color: #333;
font-family: tahoma, verdana, arial, helvetica, sans-serif;
font-size: 32px;
border: 1px dashed #ccc;
color: #ccc;
}
.fl_blogtitle { /* A blog title */
font-size: 20px;
font-weight: bold;
}
.fl_blogby { /* A blog byline and time*/
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
letter-spacing: 2px;
width: 100%;
font-weight: bold;
}
.fl_blogfooter { /* Text at the bottom of a blog */
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
letter-spacing: 2px;
width: 100%;
font-weight: bold;
}
.fl_blogtags { /* Blog tags */
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
letter-spacing: 2px;
width: 100%;
font-weight: bold;
}
.fl_readmore { /* The read more link */

}
.fl_comments { /* Where the comments should appear */
float: right;

}
.fl_blogentry1 { /* Style for odd-numbered blog entries */

}
.fl_blogentry2 { /* Style for even-numbered blog entries */
background-color: #eee;
}
.fl_blogdivider { /* The line between blogs */
margin-top: 5px;
height: 5px;
border-top: 1px dashed #333;
}
.fl_commsheader { /* Comments title */
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
letter-spacing: 2px;
width: 100%;
font-weight: bold;
}
.fl_bottomlinks { /* Links at the end */
text-align: right;
width: 100%;
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
letter-spacing: 2px;
width: 100%;
font-weight: bold;
}
.fl_prevnext { /* Previous and next entry links */
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
letter-spacing: 2px;
font-weight: bold;
}
.fl_comm1 { /* Style for odd-numbered comments */
border-left: 1px dotted #333;
}
.fl_comm2 { /* Style for even-numbered comments */
border-left: 1px dotted #333;
background-color: #eee;
}
.fl_newsheads { /* News headlines view style */
font-size: 9px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#fl_showbox { /* The border for the scrolling bar in the gallery */
border: 1px dashed #333;
}
.fl_arrowoff, .fl_arrowon { /* The left and right pointing arrows */
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.fl_arrowoff {
color: #666;
border: 1px solid #222;
background-color: #ccc;
}
.fl_arrowon {
color: #666;
background-color: #ccc;
border: 1px solid #333;
}
.fl_arrowoff:hover, .fl_arrowon:hover {
text-decoration: none;
}
.fl_arrowon:hover {
background-color: #eee;
}
.fl_imgcap { /* Picture captions in galleries */
background-color: #333;
border: 1px solid #333;
}
.fl_pollvotebar { /* Colour of the bar showing percentages in polls */
background-color: #333;
}
.fl_pollquestion {
font-weight: bold;
}
.fl_setuphead, .fl_setupheadoff:hover { /* Colour for the headers of contracting sections in admin */
background-color: #bbb;
}
.fl_setupheadoff {  /* Colour for deselected headers of contracting sections in admin */
background-color: #ddd;
}
.fl_setupbody { /* Colour for the body of the sections in admin */
background-color: #eee;
}

input, select, textarea {
	background-color: transparent;
	border: 1px solid #333;
	color: #000000;
	font: bold 14px "trebuchet ms", trebuchet, tahoma, verdana, arial, helvetica, sans-serif;
	padding: 5px;
	margin: 0px;
} 
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus {
	background-color: #F4F4F4;
} 
textarea { 
font-size: 14px; 
} 

