

/* Main Color Scheme */
h1.page-title,
.mini-sidebar .widget > h3,
input[type=submit],
#sidebar .widget > h3,
.item-block .item-comment,
.strict-block .block-title,
.breaking-news .breaking-title,
.tag-cloud a,
#wp-calendar thead,
#wp-calendar caption,
.ot-jumplist .open-jumplist,
.ot-jumplist .actual-list {
	background-color: #2C3E50;
}
#wp-calendar tbody td#today {
	/* box-shadow: inset 1px 1px 0 1px #fff, inset 1px 0 0 1px #fff, inset 1px 1px 0 3px <-CUSTOM->, inset 1px 0 0 3px <-CUSTOM->; */
	box-shadow: inset 1px 1px 0 1px #fff, inset 1px 0 0 1px #fff, inset 1px 1px 0 3px #2C3E50, inset 1px 0 0 3px #2C3E50;
}

/* Main Menu Color */
.header #main-menu {
	background-color: #292929;
}

/* Link color */
a {
	color: #232323;
}

/* Mouse-Over link color */
a:hover {
	color: #2C3E50;
}

/* Footer Widget Title Color */
.footer .widget > h3 {
	color: #353535;
}

/* Footer Widget Title Bottom Border */
.footer .widget > h3 {
	border-bottom: 3px solid #2C3E50;
}

/* Background Color/Texture/Image */
body {
			background: #F1F1F1;
	
}

		#overlay { width:100%; height:100%; position:fixed;  _position:absolute; top:0; left:0; z-index:1001; background-color:#000000; overflow: hidden;  }
		#popup { display: none; position:absolute; width:auto; height:auto; max-width:700px; z-index:1002; border: 1px solid #000; background: #e5e5e5 url(https://www.truelinesf.com/newsite/wp-content/themes/quadrum-theme/images/dotted-bg-6.png) 0 0 repeat; color: #000; font-family: Tahoma,sans-serif;font-size: 14px; line-height: 24px; border: 1px solid #cccccc; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; text-shadow: #fff 0 1px 0; }
		#popup center { display: block; padding: 20px 20px 20px 20px; }
		#baner_close { width: 22px; height: 25px; background: url(https://www.truelinesf.com/newsite/wp-content/themes/quadrum-theme/images/close.png) 0 0 repeat; text-indent: -5000px; position: absolute; right: -12px; top: -12px; }
