/*
*************************************************

Il Papavero Rosso
Common Screen Styles

Created by Bob Schwartz
http://www.fotografics.it

*************************************************
*/

/*-------------------------------------------  
	  General Selectors
-------------------------------------------*/
* { 
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 5px;
	font-family: Georgia, 'Times New Roman', serif;
	color: #996600;
}
img {
	border: 0;
}
/*-------------------------------------------  
	  Primary Layout
-------------------------------------------*/
html, body {
	height:100%; /* needed for container min-height */
}
body { 
	background: #E8D28D url(../im/bkg_page.gif) repeat-y center;
	text-align: center;
	font-size: 100.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
}


div#wrapper {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 1006px;
	background: url(../im/bkg_logo.gif) no-repeat top center;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	text-align: left;
}
#head {
	width: 1006px;
}

div#mc {
	padding-bottom: 20px; /* bottom padding for footer */
	width: 914px;
	margin-right: auto;
	margin-left: auto;
}
div#footer {
	position:absolute;
	width: 944px;
	height: 20px !important;
	bottom: 0; /* stick to bottom */
	margin-left: 31px;
	border-top: solid #996600 1px;
	font-size: 65%;
	text-align: left;
	color: #982F2B;
}

/*-------------------------------------------  
	  Secondary Layout
-------------------------------------------*/
/* Header */
div#logo {
	width: 1006px;
	height: 170px;
	margin: 0;
	text-indent: -7000px;
}
div#text {
	width: 513px;
	margin: 20px 0 25px 231px;
	float: left;
	text-align: left;
	display: inline;
	font-size: .8em;
}
#indx-fl {
	width: 201px;
	height: 250px;
	margin: 175px 0 0 -744px;
	float: left;
	text-align: left;
}
#lamenu {
	width: 300px;
	height: 350px;
	margin: 15px 0 10px 10px;
	float: right;
	text-align: left;
	border: solid #663300 1px;
}
#contact {
	width: 350px;
	height: 350px;
	margin: 15px 0 10px 10px;
	float: right;
	text-align: left;
	border: solid #663300 1px;
}
#cantina {
	width: 250px;
	height: 350px;
	margin: 15px 0 10px 10px;
	float: right;
	text-align: left;
	border: solid #663300 1px;
}
#ristorante {
	width: 350px;
	height: 400px;
	margin: 15px 0 10px 10px;
	float: right;
	text-align: left;
	border: solid #663300 1px;
}
#cerimonie {
	width: 350px;
	height: 400px;
	margin: 15px 0 10px 10px;
	float: right;
	text-align: left;
	border: solid #663300 1px;
}
#serate {
	width: 350px;
	height: 400px;
	margin: 15px 0 10px 10px;
	float: right;
	text-align: left;
	border: solid #663300 1px;
}
#quote {
	width: 201px;
	height: 250px;
	margin: 175px 0 0 -744px;
	float: left;
	text-align: left;
}
div#rm {
	width: 155px;
	height: 300px;
	margin: 0 0 0 15px;
	float: right;
	text-align: left;
	font-size: 0.85em;
}
#wm {
	width: 245px;
	float: left;
	margin: 3px 0 0 3px;
}
#ad {
	margin: 3px auto;
	float: left;
	text-align: center;
	width: 535px;
}
#copy {
	width: 150px;
	float: left;
	margin: 3px 0 0 3px;
}

/*-------------------------------------------  
	  Styling
-------------------------------------------*/
/* links */
#rm a {
	height: 20px;
	width: 120px;
	color: #982F2B;
	text-decoration: none;
	display: block;
	padding-left: 12px;
}
#rm a:visited {
	color: #982F2B;
}
#rm a:hover {
	color: #663300;
	background: url(../im/rm_up.gif) no-repeat left;
}
#rm a:active {
	color: #FF0000;
}
#rm .nolink {
	height: 20px;
	width: 120px;
	display: block;
	background: url(../im/rm_up.gif) no-repeat left;
	padding-left: 12px;
}
#text a {
	color: #982F2B;
	text-decoration: underline;
}
#text a:visited {
	color: #982F2B;
}
#text a:hover {
	color: #663300;
}
#text a:active {
	color: #FF0000;
}
#footer a {
	margin: 0 5px;
	color: #982F2B;
	text-decoration: none;
}
#footer a:visited {
	color: #982F2B;
}
#footer a:hover {
	color: #663300;
}
#footer a:active {
	color: #FF0000;
}
/* misc */
#text p {
	margin: 5px 0;
}
#text img {
	border: solid #663300 1px;
}
div#text ul {
	margin: 0 0 0 25px;
}
div#text hr {
	margin: 10px 0;
}
blockquote {
	background: transparent url(../im/open_quote.gif) no-repeat 0 2px;
	margin: 0 0 2em;
}
blockquote p {
	text-indent: 30px;
	font-size: 1em;
	font-family: Georgia, 'Times New Roman', serif;
	margin-bottom: 0.7em;
}
.lastword {
	padding: 0 30px 0 0;
	background: transparent url(../im/close_quote.gif) no-repeat right top;
}

/* right menu */
#rmnu {
	list-style: none;
	margin: 100px 0 0 15px;
}
input {
	margin: 5px 0;
}
/*-------------------------------------------  
	  Hacks
-------------------------------------------*/
.clearit {
	width: 100%;
	height: 1px;
	margin: -1px 0 0 0;
	clear: both;
}
/*------------------------------------------- 
	  Typography
-------------------------------------------*/
.dropcap {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 165%;
}
h3 {
	font-size: 145%;
}
h4 {
	font-size: 135%;
}
/*------------------------------------------- 
	  Formating
-------------------------------------------*/
.mar-b10 {
	margin: 0 0 10px 0;
}
.mar-t10b5 {
	margin: 10px 0 5px 0;
}
.captions {
	font-size: 10px;
	font-weight: lighter;
}
.fl {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.fr {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.frtm {
	margin: 10px 0 10px 10px;
	float: right;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.letter {
	list-style-type: lower-alpha;
}
.capletter {
	list-style-type: upper-alpha;
}
.roman {
	list-style-type: lower-roman;
}
.no-bullet {
	list-style-type: none;
}
