

/* Home page column colors
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

    /* Column 1 */
        #home_featured_events #column_one {
            border-color:{fe1border}; /* Sets the border color of the column */
            {fe1borderWidth}
        }
        
        #home_featured_events #column_one h3 {
            background-color:{fe1bgcolor}; /* Sets the header background color of the column */
        }
        
        #home_featured_events #column_one h3 a {
            color:{fe1text}; /* Sets the header text color of the column */
            {fe1font}
            {fe1style}
            {fe1weight}
            {fe1size}
            {fe1trans}
            {fe1padding}
        }

	/* Column 2 */
        #home_featured_events #column_two {
            border-color:{fe2border}; /* Sets the border color of the column */
            {fe2borderWidth}
        }
        
        #home_featured_events #column_two h3 {
            background-color:{fe2bgcolor}; /* Sets the header background color of the column */
        }
        
        #home_featured_events #column_two h3 a {
            color:{fe2text}; /* Sets the header text color of the column */
            {fe2font}
            {fe2style}
            {fe2weight}
            {fe2size}
            {fe2trans}
            {fe2padding}
        }
	
	/* Column 3 */
        #home_featured_events #column_three {
            border-color:{fe3border}; /* Sets the border color of the column */
            {fe3borderWidth}
        }
        
        #home_featured_events #column_three h3 {
            background-color:{fe3bgcolor}; /* Sets the header background color of the column */
        }
        
        #home_featured_events #column_three h3 a {
            color:{fe3text}; /* Sets the header text color of the column */
            {fe3font}
            {fe3style}
            {fe3weight}
            {fe3size}
            {fe3trans}
            {fe3padding}
        }
	
	/* Column 4 */
        #home_featured_events #column_four {
            border-color:{fe4border}; /* Sets the border color of the column */
            {fe4borderWidth}
        }
        
        #home_featured_events #column_four h3 {
            background-color:{fe4bgcolor}; /* Sets the header background color of the column */
        }
        
        #home_featured_events #column_four h3 a {
            color:{fe4text}; /* Sets the header text color of the column */
            {fe4font}
            {fe4style}
            {fe4weight}
            {fe4size}
            {fe4trans}
            {fe4padding}
        }

/* Info Bar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

	#info_bar {
	    height:23px;
	    background:#a39e99;
	    color:white;
	    font-weight:bold;
	    margin:0;
	    padding:0 30px;
	    position:relative;
	    top:-2px;
	    width:930px;
	    font-size:12px;
	}
	
	#info_bar a {
	    color:white;
	    text-decoration:none;
	}

	#info_bar a:hover {
	    text-decoration:underline;
	}

	#info_bar span {
	    display:block;
	    line-height:23px;
	    float:left;
	}

	#general_link {
	    width:40%;
	    text-align:right;
	}

	#tagline {
	    text-align:left;
	    width:40%;
	}

	#todays_date {
	    text-align:center;
	    width:18%;
	}

/* Category colors & header images
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

	/* Default colors & images for left box on all pages */
	
		.content #content_main {
			border-color:#3787BC; /* Sets the border color of the left box */
		}

		.content #content_main h1, .content .meta_wrap {
			background-color:#3787BC; /* Sets the background color of the header of the left box */
		}

		.content #content_main h1 {
			background-image:url({catimg}); /* Sets the background image of the header of the left box */
			color:#FFFFFF; /* Sets the header text color of the left box */
		}

	/* Write the following three css declarations for each category on the site */


		.csscat1 #content_main {
			border-color:#3787BC; /* Sets the border color of the left box */
		}
	
		.csscat1 #content_main h1, .content.csscat1 .meta_wrap {
			background-color:#3787BC; /* Sets the background color of the header of the left box */
		}
		
		.csscat1 #content_main h1 {
			background-image:url(); /* Sets the background image of the header of the left box */
			color:#FFFFFF; /* Sets the header text color of the left box */
			
			
			font-weight:bold;
						
		}
		.csscat2 #content_main {
			border-color:#005b7f; /* Sets the border color of the left box */
		}
	
		.csscat2 #content_main h1, .content.csscat2 .meta_wrap {
			background-color:#005b7f; /* Sets the background color of the header of the left box */
		}
		
		.csscat2 #content_main h1 {
			background-image:url(/sites/test15.gryphon40.com/catimg/2/tcp_gray.jpg); /* Sets the background image of the header of the left box */
			color:#FFFFFF; /* Sets the header text color of the left box */
			
			
			font-weight:bold;
						
		}
		.csscat3 #content_main {
			border-color:#cd9b00; /* Sets the border color of the left box */
		}
	
		.csscat3 #content_main h1, .content.csscat3 .meta_wrap {
			background-color:#cd9b00; /* Sets the background color of the header of the left box */
		}
		
		.csscat3 #content_main h1 {
			background-image:url(/sites/test15.gryphon40.com/catimg/3/mhx_gold.jpg); /* Sets the background image of the header of the left box */
			color:#FFFFFF; /* Sets the header text color of the left box */
			
			
			font-weight:bold;
						
		}
		.csscat4 #content_main {
			border-color:#3787BC; /* Sets the border color of the left box */
		}
	
		.csscat4 #content_main h1, .content.csscat4 .meta_wrap {
			background-color:#3787BC; /* Sets the background color of the header of the left box */
		}
		
		.csscat4 #content_main h1 {
			background-image:url(/sites/test15.gryphon40.com/catimg/4/sjcp_green.jpg); /* Sets the background image of the header of the left box */
			color:#FFFFFF; /* Sets the header text color of the left box */
			
			
			font-weight:bold;
						
		}
