/* *************************************************************
	Sligo County Libraries
		- Text Only CSS
 ************************************************************* */ 
 
 
body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 20px;
	font-size: 14px;
}

br.clear { clear: both;}

body a {
	color: blue;
	text-decoration: underline;
}
body a:hover {
	color: red;
	text-decoration: underline;
}

#logo h1 { display: show; font-size: 2.6em; color: #000;}
#logo img { display: none;}

.breadcrumbs {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content {
	background: none;
	padding: 14px;
}

#search ul { margin: 0px; padding: 0px;}
#search ul li { float: left; padding: 10px; list-style: none;}

table { border-collapse: collapse;}
table th, table thead td { font-weight: bold;}
table td { padding: 4px 6px; border: 1px solid #333;}

/* homepage features */
.feature-inners h1 { display: none;}
.feature-titles { padding-top: 10px; font-weight: bold;}
