@charset "utf-8";
/* Sweet Deliverance NYC CSS */

*, html {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/interfaceimages/background.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #557e15;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #557e15;
}

p, ol {
	margin-bottom: 20px;
}

li {
	margin-left: 30px;
}

#wrapper {
	margin: 8px auto;
	width: 876px;
}

#header {
	height: 194px;
}

#header #contact {
	float: right;
	text-align: right;
	width: 300px;
	margin: 125px 20px 0 0;
}

#header #contact span#signup {
	display: block;
	border: 0;
	position: relative;
	float: right;
	background: url(images/interfaceimages/signup-button-over.png) no-repeat top;
	width: 75px;
	height: 25px;
}

#header #contact span#signup a {
	display: block;
	border: 0;
}
#header #contact span#signup a:hover img {
	visibility: hidden;
}

#header #contact span#signup img {
	border: 0;
}

#header img#logo {
	float: left;
}

#nav {
	height: 78px;
	background: #e4dbb6;
	margin-bottom: 1px;
}

#nav {
	padding-left: 70px;
}

#nav li {
	list-style: none;
	display: block;
	position: relative;
	float: left;
	width: 100px;
	height: 60px;
	margin: 10px 25px 0 0;
}

#nav li a {
	display: block;
	border: 0;
}

#nav li#home { position: relative; background: url(images/interfaceimages/home-over.png) no-repeat top; }
#nav li#about { position: relative; background: url(images/interfaceimages/about-over.png) no-repeat top; }
#nav li#press { position: relative; background: url(images/interfaceimages/press-over.png) no-repeat top; }
#nav li#menu { position: relative; background: url(images/interfaceimages/menu-over.png) no-repeat top; }
#nav li#services { position: relative; background: url(images/interfaceimages/services-over.png) no-repeat top; }
#nav li#contact { position: relative; background: url(images/interfaceimages/contact-over.png) no-repeat top; }

#nav li img {
	border: 0;
}


#nav li a:hover img {
	visibility: hidden;
}

#content-wrap {
	background: #e4dbb6;
	padding: 30px 30px 45px 30px;
}

#content-wrap img.fancy {
	border: 1px solid #816234;
	background: white;
	padding: 8px 10px;
}

.left-col {
	float: left;
	width: 378px;
	padding-right: 20px;
	text-align: right;
	margin-bottom: 5px;
}

.right-col {
	float: right;
	width: 378px;
}

hr.clear {
	visibility: hidden;
	clear: both;
}

#upcoming {
	background: #d9cca3 url(images/interfaceimages/upcoming.png) no-repeat top left;
	text-align: left;
	width: 270px;
	padding: 58px 50px 20px 58px;
	float: right;
}

#upcoming h2 {
	font-size: 13px;
	margin-bottom: 0px;
	font-weight: normal;
}

#news {
	background: #c8b69b url(images/interfaceimages/news.png) no-repeat top left;
	text-align: left;
	width: 256px;
	padding: 58px 50px 20px 72px;
}

img#embed-head {
	margin-top: 20px;
}

#footer {
	margin-top: 20px;
	color: #e4dbb6;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px solid #557e15;
}

#signup-wrap {
	margin: 0 auto;
	width: 550px;
}

#menu-archive {
	width: 240px;
	height: 215px;
	background: url(images/interfaceimages/field.png) no-repeat top left;
	padding: 42px 10px 0 70px
}

#archive-roll {
	float: right;
	margin-right: -10px;
}

#archive-roll img, #archive-roll a {
	border: 0;
}

#menu-wide {
	padding: 10px 20px;
}

#menu-wide h1 {
	color: #557e15;
	font-size: 15px;
	margin-bottom: 10px;
}

#menu-wide h2 {
	text-transform: uppercase;
	font-size: 13px;
}

div.header {
	border-bottom: 1px solid #7e5f33;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

form#signup {

}

/* Archives Styles Start Here */

#blog {
float: left;
margin-right: 5px;
padding: 0 10px 10px 10px;
width: 440px;
color: #333;
text-align: left;
}

.entry {
margin-top: 10px;
padding: 0 10px 10px 10px;
border: 1px solid #ccc;
background: #F9F8F2;
color: #333;
}

#sidebar {
float: left;
margin-left: 5px;
}

.date {
font-size: 120%;
background: transparent;
color: #000;
}

.title {
font-size: 130%;
font-weight: normal;
background: transparent;
color: #336600;
border-bottom: 1px solid #ddd;
}

.posted {
margin-bottom: 10px;
font: 10px lucida grande, verdana, arial, helvetica, sans-serif;
background: transparent;
color: #666;
}

.sidetitle {
margin: 18px 0 7px 0;
font-size: 115%;
letter-spacing: 0.09em;
font-weight: normal;
background: transparent;
color: #666600;
border-bottom: 1px dotted #ccc;
}



/* form styles start here */

fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px dotted #ffffff;
}

fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}

#formintro p{
        color: #557e15;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1.5em;
}

legend {
	margin-left: 1em;
	color: #666666;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}


label {
	float: left;
	width: 20em;
	margin-right: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
