/* 
Theme Name: Hotel Conversations
Theme URI: http://themehybrid.com/themes/skeleton
Description: Hotel Conversations Wordpress Theme designed by Rule 29 and coded by Toby Cryns.
Author: Rule 29 and Toby Cryns
Author URI: http://themightymo.com
Version: 1.0
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('screen.css');

/* Eric Meyer's reset.css */
	 @import url('../hybrid/library/css/reset.css'); 

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

/* Contains everything */
body {
	background-image: url(slices/background.jpg);
	background-repeat:repeat-x;
	/*background-color:#101626;*/
	/*background-color:#162032;*/
	background-color:#171f32;
	line-height:17px;}

	/* Wrapper for everything inside of the body */
	#body-container {
		margin:0 auto;}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {}
a:visited {
	color:#D57C1D;}
a:hover {
	color:#D57C1D;}
a:active {}

/* Headers */
h1 {}
h2 {
	font-size:14px;
	color:#000101;
	margin-bottom:10px;
	padding:0;
	font-weight:normal;}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {
	margin:0;}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {
	border:none;
	margin-bottom:-3.4px;
	vertical-align:top;}
	caption {}
	tr {
		vertical-align:top;}
	th {
		border:none;
		vertical-align:top;
		padding:0;}
	td {
		border:none;
		vertical-align:top;
		padding:0;}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {}

	/* Contains site title and tagline */
	#header {
		margin:0;}

		/* Site title */
		#site-title {}
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {}

	/* Page nav */
	#page-nav {}
		#page-nav ul {}
			#page-nav li {}
				#page-nav li a {}
			#page-nav li.current_page_item {}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#3a1e02;}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {	}

		/* Breadcrumb trail */
		.breadcrumb {}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {}

			/* Post, page, and archive titles */
			.entry-title {}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {padding-top:60px; width:930px;}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {
							background:none;
							border:none;
							clear:both;
							padding-left:0;
							}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}
		

#bookLeft{
	width:365px;
	float:left;
	margin-left:115px;}
	#bookLeft p{
		margin-top:-7px;}
	#bookLeft video{
		width:359px;
		height:215px;}
	#bookLeftTop{
		height:182px;}
	#bookLeftVideo{
		padding:8px 0 0 2px;}
	#bookLeftBottom{
		height:128px;}
	#bookLeftMetaData{
		padding-top:51px;
		margin-bottom:10px;
		}
		#bookLeftMetaData a{
			color:#d57c1d;}
		.bookLeftMetaData1{
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
			color:#61544d;}
			.bookLeftMetaData1 a{
				color:#D57C1D;}
		.bookLeftMetaData2{
			font-size:9px;
			font-family:Arial, Helvetica, sans-serif;
			margin-top:7px;}
		.bookLeftMetaData3{
			padding:2px 0 0 5px;}
		
#bookRight{
	width:300px;
	float:left;
	margin-left:43px;}
	.bookRightVideoLinks{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		margin-top:15px;
		margin-bottom:35px;}
		.bookRightVideoLinks a{
			color:#1e3244;}
		.bookRightVideoLinks .paginate-inactive{
			color:#1e3244}
	.bookRightVideoText{
		display:inline;}
	.videoThumb{
		width:400px;
		background-image:url('slices/bookRightVideoBG.png');
		background-repeat:no-repeat;
		margin:0 0 0 -13px;}
		.bookRightVideoText{
			display:inline;}
	.bookRightVideoH2{
		width:140px;}
		
	
.brownText{
	color:#3a1e02;}
.orangeText, .orangeText a{
	color:#d57c1d;}
	

#mainNavigation{
	overflow:hidden;
	padding-top:13px;
	font-family:Arial, Helvetica, sans-serif;}
	#mainNavigation a{
		font-size:10px;
		color:#afafaf;}
		.current_page_item a{
			color:#0F6;}
	
#flagContainer{
	height:451px;
	width:960px;
	background-image:url(slices/flagBG.png);
	background-repeat:no-repeat;
	padding-top:130px;
	clear:both;}

#footerLinks{
	width:960px;
	color:#37546e;
	margin:70px 0 0 110px;
	font-size:10px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	}
	#footerLinks a{
		color:#7e7a72;}
	.footerLinksDivider{
		color:#4282b1;}
		
.post img{
	border:none;}
.singular-post #bookLeftTop{
	margin-top:40px;
	margin-bottom:10px;
	height:64px;}
.singular-post #bookLeftMetaData{
	padding-top:30px;}
.singular-post .safari #bookLeftMetaData{
	padding-top:10px;}
	
.quotes{
	background-image:url('slices/quotes.png');
	background-repeat:no-repeat;
	height:90px;
	width:330px;
	padding:0 0 0 30px;
	font-size:11px;
	line-height:14px;
	font-style:italic;
	min-height: 20em;
	display:table-cell;
	vertical-align: middle;
	}
	
#comments{
	float:left;
	width:360px;
	margin-left:112px;
	margin-top:25px;
	}
	
#respond{
	float:right;
	width:450px;
	background-image:url('slices/commentFormBG.png');
	background-repeat:no-repeat;
	height:350px;
	padding-top:65px;}

.comment-author {
	color:#d57c1d;
	font-size:13px;
        font-style:normal;
        font-weight:bold;}
.published{
	color:#82b1c9;
	font-size:11px;
	font-style:italic;}
.comment-text{
	color:#d7d4d1;
	margin:0;}
.comment .avatar{
	display:none;}
.comment-meta{
	margin:0;}
.comment a { 
       text-decoration:none;
       color: #d57c1d;
}
.comment a:hover{
      text-decoration:underline;
}
.commentBubble {
	clear:both;}
	.commentBubbleLeft{
		float:left;}
	.commentBubbleRight{
		float:left;
		width:300px;}
		.commentBubbleTop{
			clear:both;
			font-size:14px;
			line-height:17px;
			color:#7bb1c4;}
		.commentBubbleBottom{
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
                        font-weight:normal;
}
		
#commentAuthorNameWrapper, #commentAuthorEmailWrapper, #commentTextWrapper{
	margin:0 0 6px 105px;
	width:196px;
	color:#d7d4d1;}


/* #respond .submit-comment{
	background-image:url('slices/submitButton.png');
	border:none;
	width:104px;
	height:34px;
	float:right;
	margin:10px 70px 0 0;} */

.text-input {
	width:190px;}

#formRight{ 
	margin:83px 0 0 550px;
	font-size:10px;
}

#formRight{
	margin:83px 0 0 520px;
	font-size:10px;
	}
	#formRight table{
		width: 308px;
		}
	#formRight tr{
		}
	#formRight td{
		vertical-align: middle;
		text-align: right;
		}
	#formRight td.label{
		text-align: left;
		width: 100px;
		}
	#formRight textarea, #formRight input{
		width:200px;
		margin: 2px 0 0 0;
		background: url('images/form-textarea.png') no-repeat;
		border: thin solid #c2af8d;
		resize: none;
		padding: 4px 4px;
		width: 200px;
		height: 54px;
		}
	#formRight input{
		background: url('images/form-textfield.png') no-repeat;
		border: thin solid #c2af8d;
		margin: 2px 0;
		padding: 4px 4px;
		height: 13px;
		width: 200px;
		}
	#formRight #salutation{
		width: 210px;
		}
	#formRight textarea.address{
		background: url('images/form-textfield.png') no-repeat;
		height: 13px;
		}
	#formRight select{
		background: url('images/form-textfield.png') no-repeat;
		border: thin solid #c2af8d;
		margin: 2px 0;
		padding: 2px;
		width: 208px;
		height: 21px;
		}
	#formRight option{
		background-color: #FFF;
		}
	#formRight .radios{
		text-align: right;
		}
	#formRight .radios input{
		width: 20px;
		vertical-align: middle;
		border: none;
		background: none;
		}
	#formRight .radios label{
		vertical-align: middle;
		color: #d57c1d;
		}
	#formRight .submitter{
		text-align: right;
		}
	#formRight .formSubmitButton, #respond .submit-comment {
		background-image:url(slices/submitButton.png);
		background-repeat:no-repeat;
		background-color:transparent;
		border: none;
		height:54px;
		margin:5px 0 0 0;
		width:115px;
		}
		
		#respond .submit-comment{
			float:right;
			margin:10px 70px 0 0;
			}
		
.page-3 a .navigationLearnMoreLink{
	color:#D57C1D;}
.page-4 a .navigationFreeLocalMarketReportLink{
	color:#D57C1D;}
a:hover .navigationLearnMoreLink, .page-4 a:hover .navigationFreeLocalMarketReportLink{
	text-decoration:underline;}
a:hover .navigationFreeLocalMarketReportLink, .page-4 a:hover .navigationFreeLocalMarketReportLink {
	text-decoration:underline;}
 

/* Flags in Footer */
.flagtable {
width:90%;
	color:#FFF;
	padding-top:10px;
	margin:0px;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	line-height:110%;}
.flagtable img {
	margin:0px;
	padding:0px;
	line-height:0px;
}
.flagtable td{
	padding-top:0px;
	margin:0px;
	text-align:center;
}
.timeline td{
	padding-bottom:10px;
}

.bookRightBelowVideo{
	width:130px;
	height:70px;
	overflow:hidden;}
	
.pageContent{
	margin-top:30px;
	font-size:12px;}
	
.commentAwaitingModeration{
	color:rgb(130, 177, 201);}
	
.ie8 .quotes{
	min-height:0;
}
	