/* Street Sweets NY */

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

body{
	font: 13px/17px verdana, arial, sans-serif;
	text-align:center;
	background-color: #502901;
	background-image: url(../images/bg.gif);
	color: #666666;
	}
A:link{
	text-decoration: none;
	color: #FF8539;
	}
A:hover{
	text-decoration: underline;
	color: #00b5cb;
	}
A:visited{
	text-decoration: none;
	color: #cc6633;
	}
A:active{
	text-decoration: none;
	color: none;
	}
p.intro {	
	font: normal 30px/36px georgia, palatino, times new roman, new york, serif;	
	margin: 0 0 0px 0;
	}
p {	
	margin: 0 0 10px 0;
	padding: 0;
	}
p.press {	
	font: normal 16px/22px georgia, palatino, times new roman, new york, serif;	
	margin: .25em 0 1em 0;
	padding-bottom: .5em;
	border-bottom: 1px dashed #FF8539;
	}
h2 {	
	font: normal 16px/22px georgia, palatino, times new roman, new york, serif;	
	color: #502901;
	margin: .25em 0 .5em 0;
	}
h3, legend {	
	font: normal 12px/14px georgia, palatino, times new roman, new york, serif;	
	color: #502901;
	margin: 0 0 .25em 0;
	}
h4 {
	font-weight: bold;
	color: #502901;	
	font-size: 10px;
	line-height: 13px;
	margin: 0;
	}
#sidebar,#sidebarRule p {
	font-size: 10px;
	line-height: 15px;
	}
hr {
	border: none 0; 
	border-top: 1px dashed #FF8539;
	height: 1px;
	margin: 1em auto 1em 0;
	}
.orange {color: #FF8539;}
.blue {color: #00b5cb;}		
.btt {clear: both;}
	
/* DIVS------------------------- */
div#navhead {
  	background-color: #FFF;
  	margin:	0;
  	padding: 0;
  	}
div#container{
	text-align:left;
	background-color: #FFF;
	width:780px;
	margin:30px auto;
	border: 8px solid #653c13;
	}
#twitter_div {
	float:left;
	width:730px;
	margin: 0 25px 25px 25px;
	font: normal 11px/14px verdana, arial, helvetica;	
	}
#pageTitle{
	float:left;
	width:730px;
	margin: 0 25px 20px 25px;
	font: normal 11px/14px verdana, arial, helvetica;	
	}
div#contentHome{
	float:right;
	width:555px;
	margin: 0 25px 0 0;
	}
div#content{
	float:left;
	width:535px;
	margin: 0 25px 25px 25px;
	}
	
div#sidebar{
	float:left;
	width:160px;
	margin-left: 25px;
	}
div#sidebarRule{
	float:right;
	width:150px;
	margin-right: 25px;
	padding: 0 0px 0 16px;
	border-left: 4px solid #653c13;
	}
div#extra{background:#FF8539;
	float:left;
	clear:left;
	width:160px;
	margin-left: 25px;
	}

div#footer{
	background: #FFF;
	clear:both;
	width:100%
	margin: 25px 0 0 0;
	}
	
div#footer p{
	font-size: 10px;
	margin: 0 25px;
	padding: 10px 0px;
	border-top: 4px solid #653c13;
	}

div#navhead a {
  	float: left;
  	margin:	0;
  	padding: 0;
  	border: 0;
  	}
  	
/* IMAGES---------------------- */
div#navhead img {
  	margin:	0;
  	padding: 0;
  	border: 0;
  	}
img.sideHed {margin-bottom: 15px}
img.padTop {padding-top: 15px}

  	
/* LISTS---------------------- */
ul#twitter_update_list	{
	font: normal 32px/36px georgia, palatino, times new roman, new york, serif;	
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
ul#jumpdowns	{/* from http://lumino.us/weblog/pipe-dream */
	list-style-type: none;
	margin: .5em 0 1em 0;
	padding: 0;
	}
#jumpdowns li {
	font-size: 10px;
	border-left: 1px solid #000;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	}

li#firstJump {
	border: 0;}	
	
ol#reasons	{
	font: normal 14px/18px georgia, palatino, times new roman, new york, serif;	
	color: #502901;
	margin: 0px;
	padding: 0px 0 0 15px;
	}
ol#reasons li	{
	margin-bottom: 10px;
	}
	
/* CONTACT FORM---------------------- */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 300px;
  max-width: 530px;
  width: 530px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}


form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
