@charset "UTF-8";

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


h1 {
	color: #333;
	font-size: 20px;
	padding: 0.5em 0.2em 0.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;
	padding: 0;
	border-bottom: 2px solid #333; /* #FF0084 */
	background-image: url(../img/potbellyBanner.jpg);
	background-repeat: no-repeat;
	background-position: left 80%;
}

div#main {
	font-size: 28px;
	width: 98%;
	margin: 20px auto 5px auto;
	text-align: center;
}

#main p {
	padding: 1em;
	margin: 0.5em auto;
	width: 80%;
	height: 180px;
	overflow: auto;
	border: 1px solid #ccc;
}

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

#description {
	padding: 0.2em;
	margin-left: 42px;
}

form {
	margin: 5px 0 10px 0;
}

button {
	margin: 0 7px 0 14px;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 70%;
	background-color: #f5f5f5;
	text-align: center;
	padding: 0;
	background-position: 0 40%;
	width: 5em;
	line-height: 1.1;
	cursor: pointer;
}

#cutupButton {
	margin: 0;
}

#tumblrName {
	font-size: 24px;
	text-align: right;
	padding: 1px;
	margin: 0 2px 2px 2px;
	width: 5em;
	border: 1px solid #ccc;
}

/* ------------------------------- link style ------------------------------- */

a:link {color: #c00;}
a:visited {color: #b00; text-decoration: none;}
a:hover {color: #c00; 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;}

