/*  
Theme Name: Jimmys Pizza
Theme URI: http://www.jimmyspizzadartmouth.com
Author: Slocum Design Studio

All custom code & imagery Copyright 2009 - Present, Slocum Design Studio. 
You may not use this code or images for any reason.

*/ /* --------------------------------------- BODY  */

html {
 	background: #2b1100 url('images/mainbg.jpg') 50% 50% no-repeat;   
}

body {
	margin: 0;
	padding: 20px 0 0 0;
	color: #000;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-align: center;
	/*background: url('images/bodybg.jpg') 50% 0 no-repeat;*/
	font-size: 10pt;
}

/* --------------------------------------- SIMPLE LINKS  (general, leftcol, rightcol, footer) */

a, a:link, a:active, a:visited {
	color: #900; 
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

/* --------------------------------------- STRUCTURE  */

#logo {
	margin: 0 auto;
	width: 720px;
	height: 187px;
}

#logo #jimmyslogo {
	margin: 0 0 0 -61px;
	width: 507px;
	height: 177px;
	background: transparent url(images/logo.png) 50% 50% no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}

#logo #est {
	margin: 132px 0 0 0;
	float: right;
}
	
#shell {
	margin: 0 auto;
	height: 587px;
	width: 700px;
	background: transparent url(images/fadebg.png) 50% 50% no-repeat;
	padding: 10px;
	
}

#container {
	margin: 10px;
	background: transparent url(images/containerbg.png) 50% 50% no-repeat;
	width: 680px;
	height: 475px;
}

#header {
	margin: 0;
	padding: 0;
	border-bottom: 1px #e2c898 solid;
}
	
/* ------------ STRUCTURE  */
	
	#nav {
		margin: 0;
		padding: 0;
		float: left;
		width: 100%;
		height: 54px;
		background: #fff1d8;
	}
	
	#nav ul {
		margin: 18px 0 0 42px;
		padding: 0;
		list-style: none;
	}
	
	#nav ul li {
		float: left;
	}
	
	#nav ul li a {
		margin: 0;
		padding: 0 20px 0 0;
		font-size: 110%;
		font-weight: bold;
	}
	
	#nav ul li a, #nav ul li a:link, 
	#nav ul li a:active, #nav ul li a:visited {
		color: #432400;
	}

	#nav ul li a.highlight {
		color: #733e00;
	}

	#like {
		float: right;
	}

	
#content {
	padding: 20px 42px;
	height: 334px;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
}


	h1 {
		margin: 0;
		padding: 0;
		color: #432c00;
		font-size: 120%;	
	}

	p {
		font-size: 100%;
		line-height: 16pt;
	}

	.moremargin {
		margin: 40px 0 0 0;
	}


	.right {
		float: right;
		border: 0;
		margin: -30px 0 0 20px;
	}

	.iframe iframe {
		margin: 2px 0;
		border: 1px #432400 solid;
	}


	a#print {
		margin: 20px;
		color: #432400;
		font-weight: bold;
		text-decoration: none;
		float: right;
	}

	.menupageheader {
		border: 0;
		margin: -15px 0 0 -22px;
	}

	#content ul {
		margin: -8px 0 20px -25px;
	}

	#content li {
		margin: 8px 0;
	}



#copyright {
	padding: 14px 20px;
	text-align: right;
	font-size: 85%;
	margin: 0 0 10px 0;	
	background: #fff1d8;
	border-top: 1px #e2c898 solid;
	color: #756147;
}


#socialfooter {
	text-align: left;
	margin: 0 10px;
	width: 680px;
}

#socialfooter ul {
	margin: 0;
	padding: 0;
	width: 680px;
	list-style: none;
	
	
}

#socialfooter ul a {
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-shadow: #001533 1px 1px 3px; /* X-coordinate, Y-coordinate, Blue Radius */
}

	#socialfooter ul a.name {
		font-size: 120%;
	}

	#socialfooter ul a.justname {
		margin: 5px 0 0 0 ;
		font-size: 120%;
		display: block;
	}
	
	#socialfooter ul a.url {
		font-size: 100%;
	}

#socialfooter ul li {
	width: 220px;
	margin: 10px 0 0 0;
	float: left;
}

#socialfooter ul li img {
	float: left;
	margin-right: 10px;
}

.hours {
	margin: 30px 0 20px -12px;
	display: block;
	float: left;
	height: 52px;
	width: 552px;
}

.plug{
	background: transparent url(images/plug.png) 50% 50% no-repeat;
	margin: 20px 0 0 0;
	display: block;
	float: right;
	height: 70px;
	width: 110px;
	text-indent: -9999px;
}

	
	
	/* --------------------------------------- COMMON ELEMENTS */
	
	
div.clr {
		height: 1px;
		clear: both;
		font-size: 1px;
}

.bold {
	font-weight: bold;
}