/* @override http://calgolfnews.com.dh-temp.com/wp-content/themes/thesis_16/custom/thetimes/styles/default.css */

/* --- Top Menu Area --- */
#top_menu a { /*top menu link style*/
	color: #000
}
#top_line { /*black line below top menu*/
	border-bottom-color: #000;
}
/* --- Main Navigation Background -- */
.custom #main_nav {
	background-image: url(default/dropline.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
/* --- Main Logo --- */
.custom #header #logo a {
	color: #000;
	text-shadow: 2px 2px 5px #CCC; /*adds text shadow to logo text*/
}
.custom #header #logo a:hover {
	color: #333;
}
/* --- Main Category (Superfish) Nav --- */
.sf-navbar a { /*category link*/
	color: #FFF;
}
.sf-navbar li ul a { /*drop-down link*/
	color: #000;
}
.sf-navbar li ul a:hover { /*drop-down hover*/
	color: #000;
	background: transparent;
	border: none;
}
.sf-navbar li ul a:visited { /*drop-down visited*/
	color: #000;
}
a:hover.sf-with-ul {
	color #000;
}
.sf-navbar a:hover  { /*category link hover
	height: 13px;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom: none;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	background-color: #FFF;
	background-repeat: repeat-x;
*/
}
/* --- Featured Content Area --- */
#middle { /*border between featured content slider and module 1&2*/
	border-left-color: #CCC;
}
#right { /*border between module 1&2 and search & square ad & tabbed module */
	border-left-color: #CCC;
}
#middle h3 { /*border for module 1&2 headline*/
	border-top-color: #000;
	border-bottom-color: #DDD;
}
#featured-images { /*a hack to hide the border from #middle - this should remain #FFF*/
	background-color: #FFF;
}
/* --- Module 1 & 2 --- */
#middle {
	border-color: #CCC;	
}
#right {
	border-color: #CCC;
}
/* --- Homepage Teasers --- */
#cat-box-title { /*category border*/
	border-top-color: #000;
	border-bottom-color: #DDD;
}
#cat-box-title h1 a { /*category color*/
	color: #000;
}
#cat-box-headline { /*headline color*/
	color: #000;
}
#cat-box-excerpt { /*excerpt color*/
	color: #000;
}
/* --- Footer --- */
.custom #footer { /*set font color (if unlinked) and background*/
	color: #FFF;
	background-color: #000;
}
#custom_footer h3 { /*widget title color*/
	color: #FFF;
}
#custom_footer a { /*links color*/
	color: #FFF;
}
#custom_footer a:hover { /*link hover color*/
	color: #666;
}