/*  
Theme Name: Eddie's Market
Eddies Market of Charles Village CSS Styling and Design
author: Dustin Pfeifer
contact: dustin@dustinpfiefer.com
*/


* {
	margin:0;
	padding:0;
}

body {
	background:url("images/bgrnd.jpg") center top;
	font:12px lucida grande, arial, sans-serif;
	color:#6e6d6b;
	width:991px;
	text-align:center;
	margin:0 auto;
}


/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	background:url("images/bgrnd_masthead.jpg") center top;
	height:100px;
	overflow:hidden;
	text-align:left;
}

	.logo {
		margin:0;
		line-height:0;
		float:left;
	}

#header {
	background:url("images/bgrnd_header_main.jpg") no-repeat;
	height:375px;
	overflow:hidden
}

#header-int {
	background:url("images/bgrnd_header_int.jpg") no-repeat;
	height:243px;
	overflow:hidden
}

	.header-right {
		float:right;
		padding:14px 45px 14px 0;
		margin:0;
	}
	
	.callin {
		float:right;
		font-size:11px;
		padding:52px 55px 0 0;
		margin:0;
	}
	
	.callin span {
		font-size:16px;
		color:#b20913;
	}
	
#content {
	width:931px;
	margin:0 auto;
	text-align:left;
}

	#left {
		float:left;
		width:299px;
		background:#f8f3ef;
	}
	
	#right {
		float:right;
		width:613px;
		background:#f8f3ef;
	}
	
		#right p {
			line-height:150%;
		}
	
	.column-in {
		padding:0 28px;
	}
	
	.edges {
		line-height:0;
		margin:0;
	}
	
#footer {
	font-size:10px;
	width:931px;
	margin:0 auto;
	padding:0;
}

	#footer p {
		color:#fff;
	}
	
	#footer a {
		color:#fff;
	}

	.footerleft {
		float:left;
	}
	
	.footerright {
		float:right;
	}
	
	
/* Specials
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#special {
	margin:20px 0;
	font-size:11px;
}

#special h1 {
	font-size:12px;
	font-weight:bold;
	color:#6e6d6b;
	border:none;
	padding:0;
	margin:0;
}

#special p {
	margin:5px 0;
}


/* Homepage Features
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#feature {
	margin:20px 0;
}

#feature2 {
	margin:20px 0;
}

#feature3 {
	margin:20px 0;
}

#feature4 {
	margin:20px 0;
}

#feature5 {
	margin:20px 0;
}


.featureleft {
	float:left;
	margin:0;
}

.featureright {
	float:right;
	width:340px;
}
	
	
/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
#nav {
	list-style-type:none;
	float:left;
	text-align:left;
	padding:80px 0 14px 45px;
	width:162px;
}

	#header-int #nav {
		padding:40px 0 14px 45px;
	}

#nav li {
	display:block;
	border:1px solid #732325;
	border-width:0 0 1px 0;
	padding:7px 0;
	background:url("images/bgrnd_nav_element.png") no-repeat right center;
}

#nav li.end {
	border:1px solid #732325;
	border-width:1px 0 1px 0;
}

#nav a {
	color:#fff;
	text-decoration:none;
	padding:0 0 0 15px;
}

#nav a:hover, #nav li.current_page_item a {
	color:#b20913
}

#nav h1 {
	padding:0 15px;
	font-weight:normal;
	color:#fff;
	font-size:16px;
	border:none;
	margin:0;
}

#nav h2 {
	padding:0 15px 15px;
	font-size:10px;
	font-weight:normal;
	color:#b20913;
	border:none;
	margin:0;
}

#subnav {
	list-style-type:none;
	margin:20px 0;
}

#subnav li {
	padding:5px 0;
	border:1px solid #ccc;
	border-width:0 0 1px 0;
	background:url("images/icon_subnav.jpg") no-repeat right center;
}

#subnav a {
	color:#641112;
}

#subnav a:hover, #subnav li.current_page_item a, #nav li.current_page_parent a {
	color:#b20913;
}

#footernav {
	list-style-type:none;
	margin:10px 0;
	padding:0;
}

#footernav li {
	display:block;
	float:left;
	margin:0 0 0 10px;
	padding:0;
}


/* Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:10px 0;
	color:#6e6d6b;
}

.p span{font-size: 9px;
color:#641112;}

a {
	color:#b20913;
	text-decoration:none;
}

h1 {
	font-size:22px;
	font-weight:normal;
	color:#641112;
	border:1px solid #e4e3e1;
	border-width:0 0 20px 0;
	padding:0 0 10px 0;
}

	h1.specials {
	 	padding:25px 0 15px 75px;
		background:url("images/icon_deli.png") no-repeat left center;
	}
	
	h1 span {
		float:right;
	}

h2 {
	font-size:18px;
	font-weight:normal;
	color:#641112;
	border:1px solid #e4e3e1;
	border-width:0 0 20px 0;
	padding:0 0 10px 0;
	margin:20px 0 10px;
}

h3 {
	font-size:18px;
	font-weight:normal;
	color:#641112;
	margin:20px 0 10px;
}

h4 {
	font-size:26px;
	font-weight:normal;
	color:#555;
	margin:20px 0 10px;
}

	h4.menu {
		background:url("images/h4_menu.jpg") no-repeat top center;
		height:93px;
		padding:20px 0 0 140px;
	}
	
	h4.about {
		background:url("images/h4_about.jpg") no-repeat top center;
		height:109px;
		padding:20px 0 0 110px;
	}
	
	h4.gallery {
		background:url("images/h4_gallery.jpg") no-repeat top center;
		height:104px;
		padding:20px 0 0 130px;
	}
	
	h4.history {
		background:url("images/h4_history.jpg") no-repeat top center;
		height:97px;
		padding:20px 0 0 110px;
	}
	
	h4.thefood {
		background:url("images/h4_thefood.jpg") no-repeat top center;
		height:97px;
		padding:20px 0 0 90px;
	}
	h4.delivery {
		background:url("images/h4_delivery.jpg") no-repeat top center;
		height:97px;
		padding:20px 0 0 130px;
	}
	h4.contact {
		background:url("images/h4_contact.jpg") no-repeat top center;
		height:97px;
		padding:20px 0 0 110px;
	}
	h4.coffee {
		background:url("images/h4_coffee.jpg") no-repeat top center;
		height:97px;
		padding:20px 0 0 120px;
	}
	
	h4.catering {
		background:url("images/h4_catering.jpg") no-repeat top center;
		height:97px;
		padding:20px 0 0 110px;
	}
	h4.press {
		background:url("images/h4_press.jpg") no-repeat top center;
		height:97px;
		padding:20px 0 0 110px;
	}
	
hr {
	border:1px solid #e4e3e1;
	border-width:1px 0 0 0;
	margin:20px 0;
}

.imgleft {
	float:left;
	margin:0 20px 0 0;
}

.imgright {
	float:right;
	margin:0 0 0 20px;
}

/*Gallery
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#gallery {

	list-style-type:none;

        margin: 0 0 0 0;

}



#gallery li {

	float:left;

	margin:0 16px 16px 0;

}



#gallery li.end {

	margin:0 0px 16px 0;

}



#gallery img {

	border:none;

}



#gallery img:hover {

	border:none; 

}


/* Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

input, .MailPressFormEmail {
	background:#fff;
	border:1px solid #ddd;
	padding:2px 5px;
	width:150px;
	float:left;
}

input.submit, .MailPressFormSubmit {
	background:#641112;
	color:#fff;
	font-size:10px;
	padding:3px 5px;
	margin:0 0 0 6px;
	border:none;
	width:75px;
	float:right;
}


/*Lightbox
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("http://www.eddiesmarket.com/wp-content/themes/default/images/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("http://www.eddiesmarket.com/wp-content/themes/default/images/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */