
/* Custom CSS */


/* Link color */
a { color:#717A31; }

/* "More" & "Top" link background color */
.more a, .top a, .more_small a, .links a { background-color:#717A31; }


/* Replace this image with client's logo */
#header {
	background-image:url(../i/AP_new-logo_sm.gif);
	}
	
/* this class used for Google search "submit" button */
#cse-search-box .submit_search {background: #eee; color:#717A31; border: 1px solid #717A31; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10px; margin-left: 4px; }

#cse-search-box input[type="text"] { border-color-value: #717A31; 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: #717A31; }
.cdiv a:active { color: #fff; background: #717A31; }

