


































































/* Font size - font color - font fmaily */
body{font-size:14px;color:#000000;font-family: 'Raleway', sans-serif;}

/* Header Colors (h1,h2,h3) */
h1,h2,h3,h4,h5,h6,.header,.subheader{color:#769800}

/*  Link Colors  */
a,a:visited,a:hover,a:focus{color:#25300a}

/* Use Accent Color for background  */
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.btn{background:#769800!important}
.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:hover{background:#769800!important}
.button:active,
a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.btn:active,
button::-moz-focus-inner,
input::-moz-focus-inner{background:#769800!important}

/* Search Background Color */
#search{background:#3d4e22}

#nav >li> a{color:#fff}

/*Dropdown Navigation Link Color*/
#nav ul a{color:#000000}

/*Navigation Drop-down Background Color*/
#nav ul {background:#caed64}

@media only screen and (max-width:991px) {

	/* Same AS Navigation Drop-down Background Color */
	#nav{background:#caed64}
	/* Dropdown Navigation Link Color  */
	#nav li a,#nav ul li a{color:#000000}
	
}

/*  Inner Page Left Nav Background Color  */
.inner-left-col,#flyout-wrap{background:#caed64}

/*  Inner Page Left Nav Link Color  */
#flyout a{color:#25300a}

/*  Weather Background Color  */
#weather{background:#25300a}

/*  USe Weather Background Color for date color */
.date{color:#57a8bd}

/*  Footer Background Color and Color  */
footer{background:#25300a;color:#a1c825}

/* Use Footer Color  */
footer a{color:#a1c825!important}

/*  Accent Color  */
#weather i{color:#769800}

/* Use Accent Color */
.cap-inner:after,.explore-inner:before{border-color:#769800}

/* Use Accent Color */
.news-item a{color:#769800}

/* Use Accent Color */
a.more{color:#769800}
