html,body {
	background-color: black;
	color: white;
	margin: 0;
	border: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1em;
	height: 100%;
	line-height: 1.5em;
}

#wrap {
	width: 930px;
	margin: 0 auto;
}

#columnwrap { 
	float: left;
	width: 100%;
}

#columnwrap div {
	display: table-cell;
}

.logo {
	background: black url(images/elliots-logo.png) no-repeat left -1px;
	display: block;
	width: 320px;
	height: 80px;
}

.logo:hover {
	background: black url(images/elliots-logo.png) no-repeat left -80px;
	
}

.logo p {
	display: none;
}

#header {
	width: 100%;
	height: 80px;
	margin: 20px 0;
}

#top-menu {
	width: 100%;
	margin: 20px 0;
	padding: 0;
	height: 40px;
	background: black url(images/menu-background.png) repeat-x top;
	font-family: Rockwell, sans-serif;
	font-size: 110%;
}

#top-menu ul {
	padding: 10px;
	margin: 0;
	list-style: none;
}

#top-menu li {
	display: inline;
	color: #D4DB21;
	margin-right: 10px;
}

#top-menu a {
	text-decoration: none;
	color: #D4DB21;
	margin-right: 10px;
	text-d: underline;
}

#top-menu a:hover {
	color: gray;
	text-decoration: underline;
}

#strap {
	width: 890px;
	height: 199px;
	margin: 0 auto 20px auto;
	padding: 0;
	color: #1A1A1A;
	background: white url(images/elliots-veg.png) no-repeat;
	border: 20px solid #1A1A1A;	
}

#strap h1 {
	font-family: Rockwell;
	font-size: 400%;
	color: #DC2F1E;
	padding: 20px;
	text-align: right;
}
#strap p {
	padding: 0 20px 10px 40px;
	margin: 0;
	text-align: right;
	font-size: 170%;
}

#strap a {
	text-decoration: none;
}

#strap a:hover {
	text-decoration: underline;
}

#content-left {
	margin: 20px 0;
	padding: 20px;
	width: 550px;
	background: white;
	color: #1A1A1A;
	border: 20px solid #1A1A1A;
}

#content-full {
	margin: 20px 0;
	padding: 20px;
	width: 890px;
	background: white;
	color: #1A1A1A;
	border: 20px solid #1A1A1A;
}

#sidebar-right {
	margin: 20px 0;
	padding: 20px;
	width: 200px;
	background: #D4DB21;
	color: #1A1A1A;
	border: 20px solid #1A1A1A;
	min-height: 100%;
}

#sidebar-contact {
	margin: 20px 0;
	padding: 20px;
	width: 200px;
	background: black;
	color: white;
	border: 20px solid #1A1A1A;
	min-height: 100%;
	
}

#sidebar-contact div {
	float: left;
}

#sidebar-address {
	margin: 20px 0 0 20px;
	padding: 20px;
	width: 200px;
	background: #D4DB21;
	color: #1A1A1A;
	border: 20px solid #1A1A1A;
}

#cell {
	background: black;
	width: 25px;	
}

#hamper {
	height: 474px;
	width: 395px;
	background: url(images/hamper.png) no-repeat;
	float: right;
	margin-left: 20px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: small;
	color: gray;
	font-family: Rockwell, sans-serif;
	padding-top: 20px;
}


#footer ul {
	padding: 10px;
	margin: 0 auto;
	list-style: none;
	width: 75%;
}

#footer li {
	display: inline;
	margin-right: 5px;
}

#footer a {
	color: gray;
	margin-right: 5px;
}

#social-media {
	width: 75%;
	text-align: center;
	margin: 0 auto;
}

#social-media span {
	float: left;
	margin-right: 10px;
	display: inline;
}

#nova {
	clear: both;
}

h1 {
	font-weight: normal;
	font-size:  xx-large;
	margin: 20px 0 0 0;
}

h2 {
	font-weight: normal;
	margin: 20px 0 0 0;
	font-size: x-large;
}

h3 {
	font-weight: bold;
	margin: 20px 0 0 0;
	font-size: large;
}

p {
	margin: 10px 0 25px 0;
}

a {
	color: orangered;
}

.flickr {
	background: url(images/flickr.png) no-repeat right center;
	padding-right: 20px;
}

/* @group Formspring forms */


form input {
	width: 100%;
	height: 20px;
	margin: 0 0 20px 0;
	float: left;
}

iframe {
	float: left;
	margin: 0 10px;
}

.submit {
	width: 60%;
}

.topline {
	margin: 0px;
}

.fsForm .fsCell
{
    padding: 0 !important;
    vertical-align: top;
}

tr.fsSpacerRow, tr.fsRowTop {
	display: none;
}

form, tbody input, tbody textarea {
	width: 180px;
	margin: 0;
	padding: 0;
	float: left;
}

tbody label {
	margin: 10px 0 0 0;
}

.fsSubmit, input.fsSubmitButton {
	float: left;
}

input[type="submit"] {
	width: 120px;
	float: left;
}

.fsFieldFocused {
	background: #1A1A1A !important;
}
/* @end */

#button {
	background: #D4DB21;
	padding: 20px;
	width: 50%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

#button a {
	color: white;
	text-decoration: none;
	font-size: 150%;
	font-weight: bold;
}