
/* Custom CSS */


/* Link color */
a { color:#5F7C73; }

/* "More" & "Top" link background color */
.more a, .top a, .more_small a { background-color:#5F7C73; }


/* Replace this image with client's logo */ /* #logo a  */
#header {
	background-image:url(../i/logo-home.gif);
	}
	
/* this class used for Google search "submit" button */
#cse-search-box .submit_search {background: #eee; color:#5F7C73; border: 1px solid #5F7C73; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10px; margin-left: 4px; }

#cse-search-box input[type="text"] { border-color-value: #5F7C73; width:150px; }

/* cdiv class is used to display tag cloud */
.cdiv {margin-top: 0; padding-left: 1px; padding-right: 1px; }
.cbox { padding: 0; background: #fff; line-height:21px; margin-bottom:0; padding-bottom:0; }
.cdiv a { text-decoration: none; padding-right: 3px; }
/*.cdiv a:visited { color: #07e; }*/
.cdiv a:hover { color: #fff; background: #5F7C73; }
.cdiv a:active { color: #fff; background: #5F7C73; }
