@charset "utf-8";
/*-----------------------------------------------------------------------------
	Style sheet for http://www.woundsummit.org
	
	Author:  John Carlson, Alchemy Labs Digital, LLC
	Client:  Southeastern Interactive Wound Summit.
	Contact: jcarlson@alchemylabsdigital.com
	Website: http://www.alchemylabsdigital.com
----------------------------------------------------------------------------- */

/* NORMALIZATION
-----------------------------------------------------------------------------*/

/* 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 border from fieldset and img */
fieldset,img { border : 0; }

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

.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(../images/bg_body.gif) top repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #1f0b03;
	text-align: center;
	line-height: 1.4;
	}

/* MAIN LAYOUT DIVISIONS
-----------------------------------------------------------------------------*/
#wrapper {
	width: 1010px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	}

#masthead {
	width: 1010px;
	height: 326px;
	}
	
#header-top {
	width: 1010px;
	height: 85px;
	margin: 0;
	padding: 0;
	background: url(../images/header_top.jpg) top no-repeat;
	}
	
#header-bottom {
	width: 1010px;
	height: 156px;
	position: relative;
	margin: 0;
	padding: 0;
	background: url(../images/header_bottom.jpg) top no-repeat;
	}

#flash-header {
	width: 1010px;
	height: 156px;
	margin: 0;
	padding: 0;
	background: url(../images/header_bottom.jpg) top no-repeat;
	}

#inner-wrapper {
	width: 1010px;
	height: auto;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	background: url(../images/bg_repeat.gif) repeat-y;
	}

#content-container {
	width: 1010px;
	min-height: 584px; /* min-height not supported in ie6 - see ie6.css style sheet */
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	background: url(../images/bg_page.jpg) top no-repeat;
	}

#footer {
	height: 90px;
	clear: both;
	position: relative;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	background: url(../images/bg_footer.jpg) top no-repeat;
	}
	

/* CONTENT + SIDEBAR
-----------------------------------------------------------------------------*/
body#home #primary-content {
	width: 632px;
	min-height: 234px;
	float: right;
	display: inline;
	margin: 16px 45px 0 0;
	padding: 75px 0 0 0;
	position: relative;
	background: url(../images/home_illustration1.gif) top left no-repeat;
	}
#primary-content {
	width: 535px;
	float: right;
	display: inline;
	margin: 0 100px 0 0;
	padding: 100px 0 10px 5px;
	position: relative;
	background: none;
/*	border-bottom: 1px solid #dcd3cd; */
	}

#secondary-content {
	width: 285px;
	min-height: 570px;
	float: left;
	display: inline;
	margin: 0 0 0 45px;
	padding: 0;
	background: none;
	}

body#home #text-top {
	width: 345px;
	height: auto;
	float: right;
	display: inline;
	text-align: left;
	margin: 18px 50px 0 0;
	}
body#home #text-mid {
	width: 540px;
	height: auto;
	float: left;
	display: inline;
	text-align: left;
	margin: 0 10px 0 40px;
	padding: 5px 0 0 0;
	} /* border-top: 1px solid #dcd3cd; */

body#home #text-btm {
	width: 540px;
	height: auto;
	float: left;
	display: inline;
	position: relative;
	text-align: left;
	margin: 0 10px 10px 40px;
	padding: 10px 0;
	background: url(../images/heading_stop-in.gif) top right no-repeat;
	border-top: 1px solid #dcd3cd;
	}
body#home #text-btm p {
	padding-top: 45px;
	}

.pic-float1 {
	float: right;
	margin: 0 0 3px 6px;
	display: inline;
	}

.pic-float2 {
	float: left;
	margin: -36px 24px 20px 0;
	display: inline;
	}

.img-wrapper {
	background: url(../images/shadow.gif) no-repeat bottom right;
	float: right;
	margin: 0 0 10px 15px;
	line-height: 0;
	display: inline;
	}
 .img-wrapper2 {
	background: url(../images/shadow.gif) no-repeat bottom right;
	float: left;
	margin: 0 10px 10px 5px;
	line-height: 0;
	display: inline;
	}
.img-wrapper img {
	background: #fff;
	padding: 4px;
	border: 1px solid #f8eae2;
	position: relative;
	left: -5px;
	top: -5px;
	}
.img-wrapper2 img {
	background: #fff;
	padding: 4px;
	border: 1px solid #f8eae2;
	position: relative;
	left: -5px;
	top: -5px;
	}
	
#secondary-content #news {
	width: 285px;
	height: 249px;
	position: relative;
	margin: 0 0 15px 0;
	padding: 18px 0 0 0;
	background: url(../images/bg_news.jpg);
	}
	#secondary-content #news p {
		width: 150px;
		padding: 10px 0;
		margin-left: 40px;
		color: #1f0b03;
		}	

#secondary-content #specials-side {
	width: 285px;
	height: 302px;
	position: relative;
	margin: 0;
	padding: 0;
	background: url(../images/bg_specials.jpg);
	}
	#secondary-content #specials-side p {
		width: 110px;
		padding: 10px 0;
		margin-left: 140px;
		color: #1f0b03;
		text-align: right;
		}
	

/* FONTS + HEADINGS
-----------------------------------------------------------------------------*/	
#primary-content p {
	font-size: 120%;
	margin-bottom: 12px;
	color: #000;
	}
	
#secondary-content p {
	font-size: 110%;
	margin-bottom: 10px;
	line-height: 1.1em;
	}
#primary-content h4 {
	font-family: "Lucida Grande","Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica sans-serif;
	font-size: 150%;
	color: #993d00;
	}
body#locations #primary-content h4 {
	text-transform: uppercase;
	}

body#home h2 {
	width: 320px;
	height: 43px;
	background: url(../images/heading_philosophy.gif) no-repeat;
	position: absolute;
	top: 35px;
	right: 55px;
	text-indent: -9999px;
	z-index: 98;
	}
	
h2#stop-in {
	width: 247px;
	height: 30px;
	background: url(../images/heading_philosophy.gif) no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	text-indent: -9999px;
	z-index: 97;
	}
	
body#news h2{
	width: 326px;
	height: 23px;
	background: url(../images/heading_news.gif) no-repeat;
	position: absolute;
	top: 55px;
	left: 0;
	text-indent: -9999px;
	z-index: 96;
	}
	
body#catering h2 {
	width: 326px;
	height: 23px;
	background: url(../images/heading_catering.gif) no-repeat;
	position: absolute;
	top: 55px;
	left: 0;
	text-indent: -9999px;
	z-index: 96;
	}

body#coffee h2{
	width: 367px;
	height: 23px;
	background: url(../images/heading_coffee.gif) no-repeat;
	position: absolute;
	top: 55px;
	left: 0;
	text-indent: -9999px;
	z-index: 96;
	}

body#locations h2 {
	width: 276px;
	height: 23px;
	background: url(../images/heading_locations.gif) no-repeat;
	position: absolute;
	top: 55px;
	left: 0;
	text-indent: -9999px;
	z-index: 96;
	}

body#affiliates h2 {
	width: 231px;
	height: 23px;
	background: url(../images/heading_affiliates.gif) no-repeat;
	position: absolute;
	top: 55px;
	left: 0;
	text-indent: -9999px;
	z-index: 96;
	}

body#about h2 {
	width: 126px;
	height: 23px;
	background: url(../images/heading_about-us.gif) no-repeat;
	position: absolute;
	top: 55px;
	left: 0;
	text-indent: -9999px;
	z-index: 96;
	}

body#menu h2 {
	width: 268px;
	height: 23px;
	background: url(../images/heading_menu.gif) no-repeat;
	position: absolute;
	top: 55px;
	left: 0;
	text-indent: -9999px;
	z-index: 96;
	}

body#specials h2 {
	width: 223px;
	height: 23px;
	background: url(../images/heading_specials.gif) no-repeat;
	position: absolute;
	top: 55px;
	left: 0;
	text-indent: -9999px;
	z-index: 96;
	}

#news h3 {
	width: 274px;
	height: 83px;
	margin: 0 0 0 10px;
	padding: 0;
	background: url(../images/news.png) top left no-repeat;
	text-indent: -9999px;
	}

#specials-side h3 {
	width: 274px;
	height: 85px;
	margin: 0 0 0 10px;
	padding: 0;
	background: url(../images/specials.png) top left no-repeat;
	text-indent: -9999px;
	}

#specials-side h4 {
	width: 85px;
	padding: 5px 0 8px 0;
	margin-left: 155px;
	font-size: 125%;
	font-weight: bold;
	color: #1f0b03;
	text-align: right;
	border-bottom: 3px dotted #1f0b03;
	}

strong { font-weight: bold; text-transform: uppercase; }
#primary-content strong { text-transform: none; }

#footer p {
	font-weight: bold;
	text-transform: uppercase;
	color: #cbb6a7;
	}

/* LINKS
-----------------------------------------------------------------------------*/	
#primary-content a, #secondary-content a { 
	color: #1a0c04;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #1a0c04;
	}
#primary-content a:hover, #secondary-content a:hover {
	color: #482c1e;
	border-bottom: 1px solid #482c1e;
	}

#footer a {
	color: #cbb6a7;
	text-decoration: none;
	}
#footer a:hover {
	color: #857163;
	text-decoration: none;
	}

#secondary-content h3 a {
	text-decoration: none;
	border: none;
	display: block;
	width: 274px;
	height: 85px;
	}

#secondary-content h3 a:hover {
	text-decoration: none;
	border: none;
	display: block;
	width: 274px;
	height: 85px;
	}

/* NAVIGATION
-----------------------------------------------------------------------------*/		
#nav-container {
	width: 1010px;
	height: 85px;
	position: relative;
	margin: 0;
	padding: 0;
	background: url(../images/bg_nav.jpg) top no-repeat;
	}

#nav1 {
	position: absolute;
	top: 0;
	left: 45px;
	width: 310px;
	height: 85px;
	z-index: 100;
	}

#nav1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav1 ul li {
	display: inline;
	}
#nav1 ul li a {
	float: left;
	background-image: url(../images/nav1_matrix.jpg);
	background-repeat: no-repeat;
	width: 155px;
	height: 85px;
	text-indent: -5000px;
	outline: none;
	}

#nav-about a,
#nav-about a:link,
#nav-about a:visited { width: 155px; background-position: 0 0; }
#nav-about a:hover { background-position: 0 -85px; }

#nav-menu a,
#nav-menu a:link,
#nav-menu a:visited { width: 155px; background-position: -155px 0; }
#nav-menu a:hover { background-position: -155px -85px; }

#nav2 {
	position: absolute;
	top: 0;
	right: 45px;
	width: 310px;
	height: 85px;
	z-index: 99;
	}

#nav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav2 ul li {
	display: inline;
	}
#nav2 ul li a {
	float: left;
	background-image: url(../images/nav2_matrix.jpg);
	background-repeat: no-repeat;
	width: 155px;
	height: 85px;
	text-indent: -5000px;
	outline: none;
	}

#nav-catering a,
#nav-catering a:link,
#nav-catering a:visited { width: 155px; background-position: 0 0; }
#nav-catering a:hover { background-position: 0 -85px; }

#nav-coffee a,
#nav-coffee a:link,
#nav-coffee a:visited { width: 155px; background-position: -155px 0; }
#nav-coffee a:hover { background-position: -155px -85px; }

#subnav ul {
	float: right;
	width: 210px;
	margin: 0 30px 10px 5px;
	list-style-type: none;
	}
#subnav ul li { 
	float: left;
	display: inline;
	margin: 15px 5px;
	padding: 0;
	text-transform: uppercase;
	}
#subnav ul li a {
	color: #472e21;
	text-decoration: none;
	}
#subnav ul li a:hover {
	color: #1f0b03;
	text-decoration: underline;
	}
#subnav ul li a.centerlink {
	border-right: 1px solid #1f0b03; 
	border-left: 1px solid #1f0b03; 
	padding: 0 10px;
	}

#catering-btn {
	width: 197px;
	height: 133px;
	position: absolute;
	bottom: 0;
	right: 0;
	}
#catering-btn a img {
	width: 197px;
	height: 133px;
	border: none;
	}

/* LISTS
-----------------------------------------------------------------------------*/	

#secondary-content ul {
	width: 144px;
	list-style-type: none;
	margin: 5px 0 0 35px;
	padding: 0 0 8px 0;
	border-bottom: 3px dotted #1f0b03;
	}
#secondary-content ul li {
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #1f0b03;
	padding: 0 0 1px 3px;
	}

body#affiliates #primary-content ul {
	margin: 10px 10px 10px 0;
	font-size: 130%;
	}
	
body#affiliates #primary-content li {
	list-style-type: none;
	padding: 5px 10px 10px 0;
	letter-spacing: 1px;
	}
	
dl.places {
	margin: 10px 10px 5px 5px;
	padding: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica sans-serif;
	}
dl.places dt {
	font-size: 125%;
	font-weight: bold;
	padding: 0 0 4px 0;
	}

dl.places dd {
	font-size: 115%;
	font-weight: normal;
	padding: 0 0 2px 0;
	}

/* Floating images inside a paragraph */

#primary-content img.inline-1 {
	display: inline;
	float: right;
	margin: 5px 0 5px 10px;
	padding: 2px;
	background: #fff;
	border: 1px solid #e7d1c3;
	border-bottom-color: #bba494;
	border-right-color: #bba494;
	}
#primary-content img.inline-2 {
	display: inline;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 2px;
	background: #fff;
	border: 1px solid #e7d1c3;
	border-bottom-color: #bba494;
	border-right-color: #bba494;
	}	
	
