/* Search and Button */

#searchFunc input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	border: 1px solid #990000;
	float: left;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}

#searchFunc #searchBtn {
	margin: 0px;
	padding: 0px;
}

/* Permanent and Comment Smilies */

#allimgs img {
	cursor: pointer;
}

/* RSS Feeds Page */

#feedContent {
	padding: 7px;
	border: 1px solid #FF0000;
	background-color: #FFD5D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
}

#feedContent a {
	color: #990000;
	text-decoration: none;
	border-bottom: dashed 1px #FF0000;
	
}

#feedContent a:visited {
	color: #FF9D9D;
	text-decoration: none;
	border-bottom: dashed 1px #FF9D9D;
	
}

#feedContent h1 a, #feedContent h1 a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #FF0000;
	border-bottom: none;
}

#feedNav a {
	padding: 7px;
	background-color: #990000;
	background-image: url(/i/other/rss_off.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFA8D3;
	margin-right: 3px;
	display: block;
	float: left;
	border: 1px solid #FF0000;
	bottom: -1px;
	position: relative;
}

#feedNav {
	position: relative;
}

/* Gallery */

.gLink {
	line-height: normal;
}

.gLink a {
	display: block;
	height: 72px;
	width: 100%;
	text-decoration: none;
	font-size: 10px;
}

.gLink img {
	display: block;
	margin-right: 5px;
}
