@charset "UTF-8";

body {
	background-image: url("img/back.gif");
	background-color: #eee;
}


h1 {
	
	color: #333;
	font-size: 120%;
	padding: 1.2em 0.2em;
	margin-left: 30px;
	/*letter-spacing: 1em;background-color: #333;*/
	text-align: left;
}

h2 {
	font-size: 280%;
	letter-spacing: -0.1em;
	padding-left: 0.2em;
	margin-bottom: 1em;
	border-bottom: 1px solid #333;
}

h3 {
	font-size: 120%;
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
}

#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 94%;
	background-color: #fff;
	border: 2px solid #ccc;
}

#header {
	margin: 0 0 4em 0;
	padding: 0;
	border-bottom: 2px solid #333; /* #FF0084 */
	background-image: url(./img/potbellyBanner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 300px;
}

#description {
	margin-top: 15px;
	margin-left: 50px;
	color: #fff;
	width: 40%;
	border: 4px double #fff;
	padding: 4px;
}


div#main {
	width: 65%;
	float: left;
	margin-right: 1em;
	padding-left: 1em;
}

#side {
	margin-left: 70%;
	width: 25%;
	padding: 1em 0.5em 1em 1em;
	font-size: 70%;
}

#footer {
	font-size: small;
	text-align: center;
	padding: 20px 5px;
	clear: both;
	border-top: 1px solid #333;
	background-image: url(./img/potbellyBanner.jpg);
	background-repeat: no-repeat;
	background-position: 0 40%;
}


dl {
	margin: 1em 0 2em 0;
	padding: 0 1em;
}

dt {
	font-size: 110%;
	border-bottom: 1px solid #c00;
	line-height: 1.1;
}

dd p {
	margin: 1em 1em 2em 1em;
	padding: 0.5em;
	border-left: 1px solid #ccc;
}

#navi {
	font-size: 80%;
	background-color: #333;
	color: #fff;
	padding: 2px 0;
}

#navi li {
	list-style-type: none;
	display: inline;
	background-color: #333;
	border-right: 1px solid #ccc;
	padding: 0 0.5em;
}

#navi a:link {color: #fff; text-decoration: none;}
#navi a:visited {color: #fff; text-decoration: none;}
#navi a:hover {color: #f00; text-decoration: none; background-color: transparent;}
#navi a:active {color: #f00; text-decoration: none;}
/* ------------------------------- link style ------------------------------- */

dt a {
	background-image: url(./img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 20px;
}

dt a:link {
	color: #000;
	text-decoration: none;
}

dt a:visited {color: #333; text-decoration: none;}
dt a:hover {
	color: #c00;
	background-color: transparent;
	text-decoration: none;
	background-image: url(./img/arrow_on.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 20px;
}
dt a:active {color: #f00; text-decoration: none;}


a:link {color: #c00;}
a:visited {color: #b00; text-decoration: none;}
a:hover {color: #c00; background-color: #FFCCCC; text-decoration: none;}
a:active {color: #f00; text-decoration: none;}


#header h1 a {text-decoration: none;}
#header h1 a:link {color: #000;}
#header h1 a:visited {color: #000;}
#header h1 a:hover {color: #c00;}
#header h1 a:active {color: #F00;}

/* google AjaxFeed style */
.gf-snippet {
	padding: 0 1em;
}
