/* -------- from http://www.transcendingcss.com/support/ ------------ */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* ----------- END Normalizing ------------------- */

/* layout.css */

html {
	text-align: center; 
}
	
body {	
	position: relative;
	width: 785px;
	margin: 0 auto;
	text-align: left; 
	padding-top: 50px;
}
	

/* ----------- DIVs ---------------------------- */

div#container {
	position:relative;
	border: 2px solid;
	border-collapse:separate;
	border-bottom:none;
	z-index: 4;
}

#home div#container {
	height: 400px;
	background: #fffded url(../images/content.png) right bottom no-repeat;
}


h1 a {
	position: absolute;
	left: 35px;
	top:35px;
	width: 420px;
	height: 59px;
	text-indent: -9999px;
	background: url(../images/h1.gif) no-repeat;
	z-index: 10;
}

#content_main {
	position: relative;
	top: 125px;
	left: 200px;
	width: 480px;
	padding-bottom: 125px;
}


/* --------- Navigation ------------------- */

ul#nav_main {
	position: absolute;
	top: 150px;
	left: 35px;
	z-index: 10;
}

#nav_main a:link, a:visited {
	text-decoration:none;
	}
	
#nav_main a:hover, a:active {
 	text-decoration:none;
	border-bottom: 1px dotted;
	border-top: 1px dotted;
	}



#index #nav_main .index a,
#story #nav_main .story a,
#bagels #nav_main .bagels a,
#hours #nav_main .hours a,
#store #nav_main .store a,
#contact #nav_main .contact a,
#directions #nav_main .directions a {
	color: #7d3333;
	text-decoration:none;
	cursor: default;
	border: none;
}


/* ----------- Content ---------------------- */

h1 dd, h1 dt, p#tagline {
	text-indent: -9999px;
	}

#content_main img {
	float: right;
	clear: both;
	margin: 10px 0px 0px 10px;
	padding: 5px;
	border: 1px solid #998544;
}


	
	
/* ------------- Inside Page Headers -------------- */


#aboutus #content_main h2 {background: url(../images/inside_headers/aboutus.jpg) top left no-repeat;}
#campaigns #content_main h2 {background: url(../images/inside_headers/campaigns.jpg) top left no-repeat;}	
#support #content_main h2 {background: url(../images/inside_headers/support.jpg) top left no-repeat;}
#photos #content_main h2 {background: url(../images/inside_headers/photos.jpg) top left no-repeat;}
#resources #content_main h2 {background: url(../images/inside_headers/resources.jpg) top left no-repeat;}

/* ------------- Images -------------- */

#home img#harry {
	position:absolute;
	top: -33px;
	left: 95px;
	z-index:5;
	}
	

/* ------------ Site Info ------------------- */

div#site_info {
	position: relative;
	width: 816px;
	background:  url(../images/site_info.gif) top left no-repeat;
	height: 200px;
	text-align:right;
	z-index:3;
	margin-top: -20px;
}

div#site_info>h5 {
	position: absolute;
	right: 120px;
	top: 112px;
	z-index: 11;
}

div#site_info p {
	position: absolute;
	right: 120px;
	top: 131px;
	z-index: 10;
}

/* EXTERNAL LINKS */

a[href^="http:"] {
	background: url(../images/external_link.gif) no-repeat top right;
	padding-right: 14px;
	}
	
a[href^="https:"] {
	background: url(../images/external_link.gif) no-repeat top right;
	padding-right: 14px;
	}
	
/* EMAIL LINKS */

a[href^="mailto:"] {
	background: url(../images/mailto.gif) no-repeat right 50%;
	padding-right: 15px;
	}

a[href$=".pdf"] {
	background: url(../images/pdf.gif) no-repeat right top;
	padding-right: 13px;
}

a[href$=".doc"] {
	background: url(../images/doc.gif) no-repeat right top;
	padding-right: 13px;
}

#signon {
	background: url(../images/signon.gif) no-repeat top left;
	padding-left: 30px;
	height: 25px;
	}
