@import url("layout.css");
@import url("menus.css");
@import url("color.css");

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #11181F url('../images/wht_bg.jpg') repeat-x 0 40px;
}
img {
	border: none;
}
a {
	outline: none;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
ul {
	padding: 0 0 0 2px;
	margin: 0;
	list-style-type: disc;
	margin-left:13px;
}
ol {
	margin-top: 5px;
	margin-bottom: 15px;
}
ol li {
	margin-left: 0;
	line-height: 170%;
}
fieldset {
	border: 0;
	padding: 5px 0;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
p {
	margin: 10px 0 10px;
}
td {
	font-size: 11px;
}
fieldset {
	border: none;
}
fieldset a {
	font-weight: bold;
}
input, select {
	font: normal 11px Arial, Helvetica, sans-serif;
}
.clearfix {
	clear: both;
}
.cont-show {
	padding: 10px;
}
.cont-weeklyspecials {
	padding: 10px;
}
div#position-1 {
	width: 100%;
}
div.pos_1-left {
	float: left;
	width: 33%;
}
div.pos_1-center {
	float: left;
	width: 43%;
	padding-top: 10px;
}
div.pos_1-right {
	float: left;
	width: 23%;
	padding-top: 10px;
}

div#position-2 {
	clear: both;
	width: 100%;
}
div.pos_2-left, div.pos_2-right, div.pos_2-center {
	float: left;
	width: 33.3%;
}
div#position-3 {
	clear: both;
	width: 100%;
}
div.pos_3-left, div.pos_3-right {
	float: left;
	width: 49.9%;
}

.contentpane {
	padding: 5px;
}
/* Modules
-------------------------------------------------------------------------------- */
div.moduletable {
	font: 100% normal Arial, Helvetica, sans-serif;
	padding: 5px 10px 10px 10px;
	margin: 0px 0px 10px 10px;
	border: 1px solid #11181F;
/*	width: 420px;*/
}
div.moduletable h3 {
	font: normal 130% Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0px 0 3px 0;
}
div.moduletable h4 {
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
div.moduletableright {
	font: 100% normal Arial, Helvetica, sans-serif;
	padding: 5px 10px 10px 10px;
	margin: 0px 0px 10px 0;
	border: 1px solid #11181F;
/*	width: 320px;*/
}
div.moduletableright h3 {
	font: normal 130% Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0px 0 3px 0;
}
div.modulepanel {
	font: 100% normal Arial, Helvetica, sans-serif;
	padding: 5px 10px 10px 10px;
	margin: 0px 0px 10px 0;
}
div.modulepanel h3 {
	font: normal 130% Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0px 0 3px 0;
}
/* Restrictions */
div#user_position-1 div.moduletable, div#user_position-2 div.moduletable, div#user_position-3 div.moduletable, div#user_position-4 div.moduletable, div#user_position-5 div.moduletable {
	background: none;
}
div#user_position-1 ul li a {
}
#us-banner div.moduletable {
	padding: 10px;
}
/* dateblock 
-----------------------------------------------------------------------------------*/
.dateblock {
text-align: center;
width: 50px;
font-family: Arial;
background-color: #FFF;
color: #000;
padding-top: 5px;
}
.day {
font-size: 26px;
position: relative;
top: -3px;
}
.dayname {
font-size: 15px;
position: relative;
top: -3px;
padding: 10px 0;
font-weight: bold;
}
.month {
font-size: 12px;
}
.year {
font-size: 12px;
position: relative;
top: -5px;
}

#newsletter{ /*CSS for sample search box. Remove if desired */
margin: 0;
padding: 0;
}

#newsletter .textinput{
width: 150px;
background-color: #FFFFFF;
border: none;
padding: 2px;
margin: 2px 0px 2px 2px;
}

#newsletter .submit{
font: bold 11px Arial;
color: #000;
border: none;
padding: 2px;
margin: 2px 0px 2px 2px;
text-transform: uppercase;
}

.album img {
 padding: 1px;
 margin: 2px;
 background: #FFFFFF;
}
a.album-link {
padding: 3px 5px 3px 0px;
}
.img-left img {
	padding: 0 5px 5px 0;
}
.album-link-container {
	clear: both;
}