 /*  
Theme Name: Incanto Theme
Description: Style for Incanto's 2010 Website
Author: Sarah Mattern
Author URI: http://www.matternco.com/
*/

/* fonts */
@font-face {	
	font-family: 'IMFDP';
  	font-style: normal;
  	font-weight: normal;
	src: url('fonts/im-fell-double-pica.ttf');
	}

@font-face {
  font-family: 'IMFDPSC';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/im-fell-double-pica-sc.ttf');
	}

/* Normalization for Browser Consistency */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

ol, ul {
	list-style: none;
	}	

fieldset,img {
	border: none;
	}

caption,th {
	text-align:left;
	}

q:before,q:after {
	content:'';
	}
	
abbr,acronym { 
	border:0;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

h1,h2,h3,h4 {
	font-weight: normal;
	}

iframe {
	display: block;
	}

.powered {
	display: none;
	}

/* Basics */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	background: #F6F4EA url(images/bodyBg.png) no-repeat bottom right;
	width: 100%;
	}

#page {
	clear: both;
	width: 100%;
	background: transparent url(images/pageBg2.png) repeat-x top center;
	position: relative;
	border-top: 1px solid transparent;
	}

#pageContent {
	min-height: 700px;
	text-align: left;
	font-size: 13px;
	line-height: 140%;
	background: transparent url(images/transBg.png) repeat;
	border: 1px solid #DBD4C8;
	padding: 20px;
	width: 940px;
	margin-top: 8px;
	}

.home #pageContent {
	background-image: none;
	border: none;
	padding: 0;
	width: 980px;
	}

a {
	color: #642118; /*brown*/
	text-decoration: underline;
	}

a:hover {
	color: #000;
	}

small, .postmetadata {
	font-size: 11px;
	}

.clear {
	clear: both;
	}

.hide, .print {
	display: none;
	}

hr {
	display: none;
	}

.hr {
	clear: both;
	height: 1px;
	display: block;
	background: transparent url(images/hr.png) repeat-x;
	margin: 12px 0 12px 0;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

/* Header */

#header {
	width: 980px;
	height: 84px; 
	position: relative;
	z-index: 100;
	}

#logo { 
	margin-top: 25px;
	height: 46px;
	width: 223px;
	background: url(images/logo.png) no-repeat top left;
	float: left;
	}

#logo h1 {
	line-height: normal;
	padding: 0;
	}

#logo h1 a {
	height: 46px;
	width: 223px;
	display: block;
	cursor: pointer;
	}

#logo b, #tagline {
	display: none;
	}

#menu a {
	color: #000;
	text-decoration: none;
	}

#menu a:hover {
	color: #642118;
	}

#menu ul {
	text-transform: uppercase;
	font-size: 12px;
	top: 45px;
	right: 0;
	position: absolute;
	font-family: 'IMFDP', Georgia, "Times New Roman", Times, serif;
	}

#menu ul li {
	float: left;
	margin-left: 30px;
	}

#menu ul .current_page_item a, #menu ul .current_page_ancestor a {
	color: #642118;
	}

#menu ul ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	background: url(images/transBg.png);
	top: 15px;
	left: 0;
	padding: 10px 0 10px 0;
	}

#menu ul ul li {
	padding: 7px 7px 7px 10px;
	margin: 0;
	width: 173px;
	}

#menu ul .current_page_item ul li a, #menu ul .current_page_ancestor ul li a {	
	color: black;
	}

#menu ul ul li a:hover, #menu ul ul li.current_page_item a {
	color: #642118;
	}

.sf-sub-indicator {
	}

/* Headers */
h1 {
	font-size: 30px;
	line-height: 120%;
	font-family: 'IMFDPSC', Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 5px 0;
	}

h2 {
	font-size: 20px;
	line-height: 120%;
	font-family: 'IMFDPSC', Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 5px 0;
	}

h3, label {
	font-size: 17px;
	font-family: 'IMFDPSC', Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 5px 0;
	}

h4 {
	font-size: 12px;
	font-family: 'IMFDP', Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 10px 0 5px 0;
	}

h1 a,h2 a,h3 a,h4 a {
	text-decoration: none;
	}

/* Home Page */
#largeImage {
	width: 980px;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
	}

#largeImage .caption {
	position: absolute;
	top: 50px;
	right: 50px;
	background: transparent url(images/transBg.png) repeat;
	width: 215px;
	max-height: 330px;
	padding: 30px 20px 30px 20px;
	z-index: 10;
	}

#largeImage .caption p {
	margin: 0;
	padding: 0;
	line-height: 150%;
	font-family: 'IMFDP', Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	}

#homeBlocks {
	margin-top: 30px;
	}

/* Other Pages */

#entry {
	font-size: 14px;
	line-height: 160%;
	}

#entry p {
	margin: 5px 0 15px 0;
	}

#entry.threefourthsCol {
	width: 680px;
	float: left;
	}

#entry img {
	padding: 5px;
	background-color: #E7DBCB;
	}

#entry .wp-caption img {
	padding: 5px 5px 0 5px;
	background-color: #E7DBCB;
	}

#entry img.alignleft {
	margin: 5px 15px 5px 0;
	}

#entry .wp-caption.alignleft {
	margin: 5px 15px 5px 0;
	background-color: #E7DBCB;
	}

#entry img.alignright {
	margin: 5px 0 5px 15px;
	}

#entry .wp-caption.alignright {
	margin: 5px 0 5px 15px;
	background-color: #E7DBCB;
	}

#entry .wp-caption p {
	margin: 0;
	padding: 0 10px 5px 10px;
	font-size: 13px;
	color: #000;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#pageContent.blocks {
	padding: 0;
	width: 980px;
	}

#pageContent.blocks #entry img {
	padding: 0;
	background-color: transparent;
	}

#pageContent.blocks #entry p {
	margin: 0;
	}
	
#pageContent.blocks #entry img.alignleft {
	margin: 0 15px 0 0;
	}

#pageContent.blocks #entry img.alignright {
	margin: 0 0 0 15px;
	}

#pageContent.blocks #entry .content p {
	margin: 5px 0 15px 0;
	}

#pageContent.blocks .content.alignright {
	width: 450px;
	padding: 10px 20px 0 0;
	}

#pageContent.blocks .content.alignleft {
	width: 450px;
	padding: 10px 0 0 20px;
	}

/* Sidebar */

#sidebar {
	float: right;
	}

#sidebar img {
	max-width: 190px;
	height: auto;
	}

.halfCol {
	width: 475px;
	float: left;
	margin-right: 30px;
	}

.fourthCol {
	width: 230px;
	}
	
.home .fourthCol {
	width: 230px;
	}

.post {
	margin: 10px 0 10px 0;
	}

.post h3 {
	margin: 0;
	}

.fourthCol p, .halfCol p, #archives p {
	padding: 3px 0 8px 0;
	}

.fourthCol img, .halfCol img, #archives img {
	padding: 5px;
	background-color: #E7DBCB;
	}

.post img {
	float: left;
	width: 75px;
	height: 75px;
	}

.halfCol .post .postContent {
	width: 370px;
	float: right;
	}

.fourthCol .post .postContent {
	width: 130px;
	float: right;
	}

#archives .post .postContent {
	width: 580px;
	float: right;
	}

.navigation {
	display: block;
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	}

.navigation a {
	text-decoration: none;
	}

blockquote {
	margin: 15px 0 15px 70px;
	padding: 0 0 0 25px;
	font-size: 14px;
	border-left: 5px solid #E7DBCB;
	}

#largeImage .caption blockquote {
	margin: 0;
	padding: 0;
	border: none;
	}
	
cite {
	font-style: italic;
	font-size: 13px;
	margin-top: 3px;
	}

#largeImage .caption cite {
	display: block;
	}

#pageContent ul {
	margin: 0 0 10px 10px;
	padding: 0;
	position: relative; /*needed for IE6*/
	}

#pageContent li {
	margin: 0 0 10px 0;
	}

#pageContent ul li  {
	padding-left: 20px;
	background: transparent url(images/bullet.png) no-repeat left .3em;
	}

#pageContent ol {
	padding: 0 0 0 20px;
	}

#pageContent ol li {
	margin: 5px 0 5px 12px;
	list-style: decimal;
	}

/* Forms */

input, textarea {
	background-color: white;
	padding: 4px;
	border: 1px solid #DBD4C8;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

input.submit {
	background-color: #642218;
	color: white;
	font-style: italic;
	border: none;
	font-size: 12px;
	}

input.unsub {
	background-color: #999;
	color: black;
	font-style: italic;
	border: none;
	font-size: 12px;
	}

.buttons {
	margin-top: 15px;
	}

.buttons input {
	display: inline;
	margin-right: 5px;
	}

.subscribe .input {
	width: 190px;
	}
	
#sidebar p.notice {
	margin: 20px 0 20px 0;
	text-align: center;
	padding: 5px;
	font-size: 13px;
	line-height: 140%;
	background-color: #E7DBCB;
	font-style: italic;
	}

#pageContent .contact-form ol {
	padding: 0;
	}

#pageContent .contact-form ol li {
	margin: 5px 0 5px 0;
	list-style: none;
	}

.contact-form label {
	display: block;
	}

.contact-form input {
	width: 250px;
	}

.contact-form textarea {
	width: 450px;
	}

.contact-form input#sendbutton {
	width: auto;
	background-color: #642218;
	color: white;
	font-style: italic;
	border: none;
	font-size: 12px;
	}

.contact-form .reqtxt, .contact-form .emailreqtxt {
	font-size: 11px;
	padding-left: 5px;
	font-style: italic;
	}

.linklove, .cf_hidden {
	display: none;
	}

/* Footer */
#footer {
	clear: both;
	margin-top: 30px;
	width: 100%;
	background: transparent url(images/footerBg.jpg) repeat-x top;
	height: 200px;
	}

#footerContent {
	width: 980px;
	padding-top: 20px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .03em;
	}

#footerContent em {
	font-weight: bold;
	}

#footerContent p {
	padding: 0 0 5px 0;
	}

#footerContent address {
	padding: 5px 10px 5px 10px;
	color: white;
	background-color: #642218;
	margin-bottom: 14px;
	margin-top: 10px;
	}

#footerContent .alignright {
	text-align: right;
	}

/* reservations widget */
#entry #us_widget {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#entry #us_widget input.w_button {
	font-weight: normal;
	font-style: italic;
	background-image: none;
	background-color: #642218;
	color: white;
	font-style: italic;
	border: none;
	font-size: 12px;
	padding: 3px 4px 3px 4px;
	margin: 0;
	height: auto;
	margin: 5px 0 0 5px;
	}

#entry #us_widget .w_header {
	font-size: 17px;
	font-family: 'IMFDPSC', Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 3px 0;
	font-weight: normal;
	}

.textwidget #us_widget {
	padding: 5px;
	width: 220px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 10px;
	}

.textwidget #us_widget .w_button {

	}

.textwidget #us_widget dl.day {
	width: 85px;
	margin: 0;
	}

.textwidget #us_widget dl.time {
	width: 75px;
	margin: 0;
	padding-left: 5px;
	}

.textwidget #us_widget select {
	padding: 0;
	width: 85px;
	}

.textwidget #us_widget dl.time select {
	padding: 0;
	width: 75px;
	}

.textwidget #us_widget input.w_button {
	font-weight: normal;
	font-style: italic;
	background-image: none;
	background-color: #642218;
	color: white;
	font-style: italic;
	border: none;
	font-size: 12px;
	padding: 3px;
	margin: 0;
	height: auto;
	/*margin-top: -30px;
	margin-left: 150px;
	width: 32px;*/
	text-align: center;
	margin-top: 20px;
	}

.textwidget #us_widget .w_header {
	font-size: 17px;
	font-family: 'IMFDPSC', Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 3px 0;
	font-weight: normal;
	}

#footer .twtr-hd, #footer .twtr-ft {
	display: none;
	}

#footer .twitterHead {
	background-color: #642218;
	padding: 0 5px 5px 5px;
	}

#footer .twitterWidget {
	background-color: #642218;
	margin-bottom: 10px;
	padding: 8px 0 8px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	letter-spacing: normal;
	}