@charset "UTF-8";
/* CSS Typography Document */




/* Main Font Family */

body {
	font-family: Arial, Helvetica, sans-serif;
}


/* Percentage Reduction For Sections */


#center_column {
	font-size: 100%;
}

#left_column, #right_column {
	font-size: 80%;
}

#footer {
	font-size: 65%;
}


/* Links */

a:link, a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



/* Head and Subheads */

h1, h2, h3, h4, h5 {
	line-height: 1.15em;
	margin: 1.5em 0em 0em;
	padding: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}

h1 {
	font-size: 200%;
	margin: 0em;
}

h2 {
	font-size: 175%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 100%;
}


/* Paragraphs and Lists */

#center_column p, #center_column ul, #center_column ol {
	margin-top: .5em;
	line-height: 1.5em;
}

#center_column ul li{
	margin-left: 1.5em;
}

#center_column ol li{
	margin-left: 1.75em;
}

#center_column ul ul, #center_column ol ol {
	font-size: 100%;
	margin-top: 0em;
}
#center_column ul, #left_column ul, #right_column ul {
	list-style: disc;
}
#center_column ul ul, #left_column ul ul, #right_column ul ul {
	list-style: circle;
}
#center_column ol, #left_column ol, #right_column ol {
	list-style: decimal;
}
#center_column ol ol, #left_column ol ol, #right_column ol ol {
	list-style: lower-alpha;
}




#left_column ul, #right_column ul {
	margin-top: 0em;
	line-height: 1.5em;
}


#left_column ul ul, #left_column ol ol
#right_column ul ul, #right_column ol ol {
	font-size: 100%;
	margin-top: 0em;
}


#left_column ul li, #right_column ul li {
	list-style: none;
	margin-left: 0em;
}

#left_column li li, #right_column li li {
	margin-left: .5em;
}

#left_column li li li, #right_column li li li {
	margin-left: 1em;
}



/* Home Page */


#feature_story h2 {
	font-size: 175%;
}

#feature_story p {
}

#subcol_left h3 {
	margin: .5em 0em 0em;
	padding: 0em;
}

#subcol_right h3 {
	margin: .5em 0em 0em;
	padding: 0em;
}



/* News Page */

.news_post h2 {
	font-size: 150%;
	margin: 0em;
}

.news_post p {
	margin-left: 245px;
}


/* Side Bar Store Info */

#store_hours p {
	margin-top: .5em;
}



/* Side Bar News List */

#right_column ul .news_list li {
	margin-top: .5em;
	line-height: 1.25em;
	margin-left: 1.25em;
	list-style: square;
}




/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: left;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
