/* This website was developed by Elizabeth K. Barone of the Waterbury Republican-American for Paisano's Restaurant & Bar. The code found in this website may not be used without written permission. All content is copyright to Paisano's Restaurant & Bar. */

@charset "utf-8";
/* CSS Document */

/* TEMPLATE --------------------------------------------------------------- */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #336633;*/ /*lime green*/
	background-color: #336633;
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 800px;
	background-image: url(parchmentbg.jpg);
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;
}

.twoColFixLtHdr #top-strip {
	width: 800px;
	height: 25px;
	/*background-color: #FF6633;*/
	background-color: #cc0000;
}

.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	margin-left: 50px;
	width: 150px;
	/*background: #FF6633;*/
	background-color: #cc0000;
	/*padding: 15px 10px 15px 20px;*/
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px;
	padding: 0 20px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	/*background-color: #FF6633;*/
	background-color: #cc0000;
	height: 100px;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h3 {
	/*color: #336633;*/
	color: #336633;
}

h2 {
	/*color: #ff6633;*/
	color: #cc0000;
}

h1 {
	/*color: #ffffff;*/
	color: #336633;
}

a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration:underline;
}

a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration:underline;
}

p.menu-nav {
	background-color: #336633;
	height: 25px;
	/*border: solid 3px #FF6633;*/
	border: solid 3px #cc0000;
	padding: 3px;
}
/* TEMPLATE --------------------------------------------------------------- */

/* RESTAURANT MENU -------------------------------------------------------- */
dl#menu {
		width: 500px;
	}
	
	dl#menu dt {
		font-weight: bold;
		border-bottom: dotted 3px #c0c0c0;
	}
	
	dl#menu dd {
		font-style: italic;
	}
	
	dl#menu dt span {
		/*font-weight: bold;
		margin-left: 55%;*/
		float: right;
	}
	
	/* clearfix */
		#menu dt:after {
 			content: ".";
  			display: block;
  			height: 0;
  			clear: both;
  			visibility: hidden;
		}
		
		#menu dt {
			display: inline-block;
		}
		
		/* Hides from IE-mac \*/
			* html #menu dt {height: 1%;}
			#menu dt {display: block;}
		/* End hide from IE-mac */
	
	

div#header-slogan {
	float: right;
	margin-top: 75px;
	margin-right: 55px;
}

span.header-slogan-type {
	font-size: 18px;
	color: #336633;
	font-weight: bold;
}

p.address {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

/* ==============================================CONTACT FORM============================================== */
div#contact-form {
		}
		
		input {
			border: solid 1px #336633;
		}
		
		input:hover {
			/*background-color: #FF6633;*/
			background-color: #cc0000;
		}
		
		textarea {
			border: solid 1px #336633;
		}
		
		textarea:hover {
			/*background-color: #FF6633;*/
			background-color: #cc0000;
		}
		
		select {
			border: solid 1px #336633;
		}
		
		select:hover {
			/*background-color: #FF6633;*/
			background-color: #cc0000;
		}
		
		span.comment {
			vertical-align: top;
		}
		
		span.required {
			/*color: #FF6633;*/
			color: #cc0000;
			font-weight: bold;
			vertical-align: top;
		}
/* ==============================================CONTACT FORM============================================== */
