/* 
 * Stylesheet for La Casa Vecchia
 * AMS 2011
 */

/* general
=========================================== */
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/backgrounds/main.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	background-repeat: repeat;
}
ul, ol, dl { 
	list-style-type: none;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 10px;
	padding-left: 5px;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:bold;
	color: #222;
	font-variant:small-caps;
	line-height: 20px;
	margin: 0 0 10px 0;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #222;
	font-variant:small-caps;
	font-weight: normal;
	line-height: 26px;
	margin: 0 0 0 0;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #222;
	font-weight: normal;
	font-variant:small-caps;
	line-height: 20px;
	margin: 17px 0 8px 0;
}
h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #222;
	font-weight: normal;
	font-variant:small-caps;
	line-height: 20px;
	margin: 0 0 8px 0;
}
h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #222;
	font-weight: normal;
	font-variant:small-caps;
	line-height: 25px;
	margin-bottom: 10px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	font-weight: normal;
	margin-bottom: 8px;
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* header, nav,
=========================================== */
.container {
	width: 960px;
	margin: auto; 
}
.header-container {
	width: 960px;
	margin: 0 auto;
	background-image: url(images/backgrounds/shadow-main.jpg);  /*header shadow*/
	background-repeat: repeat-y;
	overflow: hidden;
}
.header {
	width: 930px;
	margin: 0 auto;
	background: #FFF;  /*header background*/
	overflow: hidden;
}
.logo {
	width: 190px;
	height: 110px;
	float: left;
	margin: 8px 10px 10px 24px;
	overflow: hidden;
}
.header-content{
	width: 680px;
	float: right;
	height: 118px;
	margin: 0 10px;
	overflow: hidden;
}
.header-banner {
	width: 600px;
	height: 90px;
	float: right;
	margin: 0;
	overflow: hidden;
}
.navbar {
	float: right;
	font-size: 14px;
	width: 660px;
	height: 25px;
	margin: 3px 0 0 0;
}
.nav-link{
	float: left;
	padding-left: 20px;
	padding-right: 25px;
}
	.navbar .nav-link #home{
		width: 68px;
		height: 25px;
		display: block;
		background: transparent url(images/Nav/Home.png) no-repeat 0 0;
		text-indent: -2000px;
	}
		.navbar .nav-link #home:hover{
			background-position: 0 -25px;
		}
	.navbar .nav-link #about{
		width: 75px;
		height: 25px;
		display: block;
		background: transparent url(images/Nav/About.png) no-repeat 0 0;
		text-indent: -2000px;
	}
		.navbar .nav-link #about:hover{
			background-position: 0 -25px;
		}
	.navbar .nav-link #menus{
		width: 77px;
		height: 25px;
		display: block;
		background: transparent url(images/Nav/Menus.png) no-repeat 0 0;
		text-indent: -2000px;
	}
		.navbar .nav-link #menus:hover{
			background-position: 0 -25px;
		}
	.navbar .nav-link #news{
		width: 62px;
		height: 25px;
		display: block;
		background: transparent url(images/Nav/News.png) no-repeat 0 0;
		text-indent: -2000px;
	}
		.navbar .nav-link #news:hover{
			background-position: 0 -25px;
		}
	.navbar .nav-link #contacts{
		width: 120px;
		height: 25px;
		display: block;
		background: transparent url(images/Nav/Contacts.png) no-repeat 0 0;
		text-indent: -2000px;
	}
		.navbar .nav-link #contacts:hover{
			background-position: 0 -25px;
		}

/* main body
=========================================== */
.mainbody-container{
	width: 960px;
	margin: 0 auto;
	background-image: url(images/backgrounds/shadow-main.jpg);  /*mainbody shadow*/
	background-repeat: repeat-y;
	overflow: hidden;
}
.mainbody{
	width: 930px;
	margin: 0 auto;
	background: #D9BF9D; /*main background*/
	border-style:solid;
	border-width: 1px 0;
	border-color: #CCC;
	overflow: hidden;
}
.top-box-s{
	width: 920px;
	height: 100px;
	margin: 10px 5px 0 5px;
	overflow: hidden;
}
	.top-box-s .image{
		width: 595px;
		height: 100px;
		margin: 0 8px 0 10px;
		float: left;
		overflow: hidden;
	}
	.top-box-s .text{
		width: 290px;
		height: 100px;
		margin: 0 5px 0 5px;
		float: left;
		overflow: hidden;
	}
		.top-box-s .text .outer{       /*verticaly align text START*/
			position: relative;
			width: 290px;
			height: 100px;
			display: table;
			margin: 0;
			float: left;
			vertical-align: middle;
			overflow: hidden;
		}
		.top-box-s .text .middle{
			position: relative;
			display: table-cell;
			vertical-align: middle;
		}
		.top-box-s .text .inner{
			position: relative;
			vertical-align: middle;    /*verticaly align text END*/
		}
.top-box-m{
	width: 920px;
	height: 180px;
	margin: 10px 5px 0 5px;
	overflow: hidden;
}
	.top-box-m .image{
		width: 595px;
		height: 180px;
		margin: 0 8px 0 10px;
		float: left;
		overflow: hidden;
	}
	.top-box-m .text{
		width: 290px;
		height: 180px;
		margin: 0 5px 0 5px;
		float: left;
		overflow: hidden;
	}
		.top-box-m .text .outer{       /*verticaly align text START*/
			position: relative;
			width: 290px;
			height: 180px;
			display: table;
			margin: 0;
			float: left;
			vertical-align: middle;
			overflow: hidden;
		}
		.top-box-m .text .middle{
			position: relative;
			display: table-cell;
			vertical-align: middle;
		}
		.top-box-m .text .inner{
			position: relative;
			vertical-align: middle;    /*verticaly align text END*/
		}
.top-box-l{
	width: 920px;
	height: 250px;
	margin: 10px 5px 0 5px;
	overflow: hidden;
}
	.top-box-l .image{
		width: 595px;
		height: 250px;
		margin: 0 8px 0 10px;
		float: left;
		overflow: hidden;
	}
	.top-box-l .text{
		width: 290px;
		height: 250px;
		margin: 0 10px 0 7px;
		float: left;
		overflow: hidden;
	}
		.top-box-l .text .outer{       /*verticaly align text START*/
			position: relative;
			width: 290px;
			height: 250px;
			display: table;
			margin: 0;
			float: left;
			vertical-align: middle;
			overflow: hidden;
		}
		.top-box-l .text .middle{
			position: relative;
			display: table-cell;
			vertical-align: middle;
		}
		.top-box-l .text .inner{
			position: relative;
			vertical-align: middle;    /*verticaly align text END*/
		}
.bottom-box{
	width: 920px;
	margin: 10px 5px 13px 5px;
	overflow: hidden;
}
	.bottom-box .two-left{
		width: 595px;
		margin: 0 7px 0 10px;
		border-color:#333;
		border-width: 0 1px 0 0;
		border-style: dashed;
		float: left; 
	}
	.bottom-box .right{
		width: 290px;
		margin: 0 10px 0 7px;
		float: left;
	}
	.bottom-box .rightdrop{
		width: 290px;
		margin: 18px 10px 0 7px;
		float: left;
	}
	.bottom-box .rightarchive{          /*right column for news pages*/
		width: 290px;
		margin: 0 10px 0 7px;
		float: left;
	}
		.bottom-box .rightarchive .archive{          /*padding for each article in news archive*/
			width: 290px;
			margin: 7px 0 3px 0;
			float: left;
		}
		.bottom-box .rightarchive .archive h4{          /*title of each article in news archive*/
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 15px;
			font-variant:small-caps;
			line-height: 15px;
			margin: 0 0 4px 0;
		}
		.bottom-box .rightarchive .archive p{          /*posted text for each article in news archive*/
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 12px;
			margin-bottom: 0;
		}
	
	.bottom-box .three-left{
		width: 290px;
		margin: 0 7px 0 10px;
		float: left;
		border-color:#333;
		border-width: 0 1px 0 0;
		border-style: dashed;
	}
	.bottom-box .three-middle{
		width: 290px;
		margin: 0 7px 0 7px;
		float: left;
		border-color:#333;
		border-width: 0 1px 0 0;
		border-style: dashed;
	}
	.bottom-box .three-left-image{
		width: 290px;
		margin: 0 8px 0 10px;
		float: left;
	}
	.bottom-box .three-middle-image{
		width: 290px;
		margin: 0 8px 0 7px;
		float: left;
	}
	.bottom-box .image-spacer{
		width: inherit;
		margin: 10px 0 0 0;
	}
.plist{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	font-weight: normal;
	margin: 0 0 3px 15px;
}
.twitterfeed{
	margin: 0 0 10px 0;
	float: left;
	width: 290px;
	height: 240px;
	overflow: hidden;
}
.tweet{
	margin: 0 0 0 5px;
	float: left;
}

/* footer
=========================================== */
.footer-container{
	width: 960px;
	margin: 0 auto;
	float: left;
	background-image: url(images/backgrounds/shadow-footer.jpg);  /*footer shadow*/
	background-repeat: no-repeat;
	overflow: hidden;
}
.footer{
	width: 930px;
	height: 70px;
	margin: 0 auto;
	background: #FFF;  /*mainbody background*/
	overflow: hidden;
}
	.footer a:link {
		color: #666;
		text-decoration: underline;
	}
	.footer-navbar{
		width: 600px;
		height: 60px;
		margin: 10px;
		font-size: 10px;
		color: #666;
		overflow: hidden;
	}
	.footer-link{
		float: left;
		padding-right: 20px;
	}
	.footer-social{
		float:right;
		padding-left: 5px;
		display: block;
		width: 220px;
		margin: 10px;
		font-size: 12px;
		display: block;
		color: #666;
		overflow: hidden;
	}
		.footer-social #fb{
			float: left;
			margin: 0 1px 0 0;
			display: block;
			width: 91px;
			height: 18px;
			background: transparent url(images/social/facebook.png) no-repeat 0 0;
			text-indent: -500px;
		}
			.footer-social #fb:hover{
				background-position: 0 -18px;
			}
		.footer-social #tw{
			float: left;
			margin: 2px 1px 0 0;
			display: block;
			width: 77px;
			height: 18px;
			background: transparent url(images/social/twitter.png) no-repeat 0 0;
			text-indent: -500px;
		}
			.footer-social #tw:hover{
				background-position: 0 -18px;
			}
		.footer-social .and{
			float: left;
			font-size: 18px;
			line-height: 20px;
			margin: 1px 8px 0 4px;
			padding: 0;
		}
		.footer-social-box{
			width: 200px;
			margin: 6px 0 0 -3px;
			float: left;
			display: block;
		}
	.footer-copyright{
		margin: 20px auto 5px auto;
		text-align: center;
		font-size:12px;
		color: #666;
		height: 30px;
	}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.skiplink{
	display: none;
}

