@charset "UTF-8";



/* CSS Color Document */

body  {
	background: url(../images/backgrd_wood.jpg) repeat-y center top;
	color: #000;
}
#wrapper {
	background: url(../images/backgrd_wrapper.jpg) repeat-y center top;
}
#c1_content, #c2_content, #c3_content {
}



/* Site Wide Links */

a:link, a:active {
	color: #ce400e;
}

a:visited {
	color: #ce400e;
}

a:hover{
	color: #ce400e;
}


/* Left and Right Column Links */

#left_column a:link, #left_column a:active, #right_column a:link, #right_column a:active {
	color: #ce400e;
}

#left_column a:visited, #right_column a:visited {
	color: #ce400e;
}

#left_column a:hover, #right_column a:hover {
	color: #ce400e;
}



/* Head and Subheads */

h1, h2, h3, h4 {
	color: #ce400e;
}

/* Header */

#top_page_margin {
	background: #000 url(../images/top_page_margin.png) no-repeat center top;
}
#suckerfishnav {
	background: #000 url(../images/backgrd_navigation.png) no-repeat center top;
	color: #fff;
}
#masthead {
	background: url(../images/masthead_right_column.jpg) repeat-y center top;
	color: #fff;
} 

/* 2 Column Layout */

#left_column h1, #left_column h2, #left_column h3, #left_column h4 
#right_column h1, #right_column h2, #right_column h3, #right_column h4 {
	color: #ccc;
}

#left_column, #right_column {
	color: #ccc;
}
#center_column {  
	color: #4b4b4b;
}




/* Home Page */

#feature_story {
}


/* News Page */

.news_post {
	border-bottom: 1px solid #ce400e;
}

/* Side Bar Store Info */

#store_hours h3 {
	color: #ce400e;
}


/* Footer */

#footer {
	background: #000 url(../images/backgrd_footer.jpg) no-repeat center top;
	color: #fff;
}
