/*

===================
f!uXish CSS Styles
===================
acid style
-------------------

Name: f!uXish
Author: f!uX
Version: 1.0
Module: common.css

*/


blockquote {
	color: #666;
	border-left: 5px solid #99cc33
}

/* === Form === */

input:hover, input:focus, textarea:hover, textarea:focus {
	border: 1px solid #99cc33;
}


/* ===== LINKS GENERAL ===== */

a:hover {
	color: #99cc33;
}

#main a:hover {
	border-bottom: 1px dotted #99cc33;
}

/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */

/* ===== HEAD ===== */
#head {
    background: #7f7f7f url('../imgs/header-acid.jpg') no-repeat center top;
}

#header h1.title { color: white; }

	h2.subtitle {
		color: #99cc33;
	}


/* ===== DIV CONTAINER "MAIN" ===== */

#comments li.comment-admin {
    background-color: #e5f79c;
    border-top: 2px solid #99cc33;
    border-bottom: 2px solid #99cc33;
}
