/* 
Theme Name: Hybrid_Kingswood
Theme URI: http://themehybrid.com/themes/skeleton
Description: A skeleton mod child of the Hybrid theme framework.
Author: Marcus Naylor
Author URI: 
Version: 0.1.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* 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'); */
	
/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Import Tom's CSS */
@import url('kingswood-hotel-fife.css');

/**
* Body
************************************************/
html  {scrollbar-face-color: #871A3C; scrollbar-arrow-color: #FFFFCC; scrollbar-base-color: #871A3C;}


/* Contains everything */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/hotel-fife-bg1.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFCC;
}

	/* Wrapper for everything inside of the body */
	#body-container {width:1000px;margin: 0px auto;padding: 0px;}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {}
a:visited {}
a:hover {}
a:active {}

/* Headers */
h1 {color:#871A3C;font-size:1.8em;font-family:"Times New Roman",Times,serif;font-style:italic;font-weight:bold;}
h2 {color:#871A3C;font-size:1.4em;font-family:"Times New Roman",Times,serif;font-style:italic;font-weight:normal;padding:0px 0px 5px 0px; border-bottom:1px #871A3C solid;margin:20px 0px 5px 0px ;}
h3 {color:#871A3C;font-size:1em;font-family:"Times New Roman",Times,serif;font-style:italic;font-weight:bold;padding:0px 0px 5px 0px;margin:20px 0px 5px 0px ;}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {font-size: 0.8em; color:#333333;}
P.cent{color:#333333;font-size:.9em;margin:0px;padding:0px;text-align:center;}
/* Unordered lists */
ul {font-size:.8em; color:#333333;margin:10px 20px 10px 20px ;padding:0px 0px 0px 0px;}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {font-size:.8em; color:#333333;margin:10px 20px 10px 20px ;padding:0px 0px 0px 0px;}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

.hfeed #map img {border:1px solid #871A3C;padding:9px; margin:0px 0px 0px 0px;background-image: none;}

/* Tables */
.hfeed table {width:710px;border:1px solid #AAAAAA;padding:0px; margin:0px 0px 0px 0px;}
	caption {}
	tr {text-align:left; font-size:.9em; color:#333333;background:#FFFFFF;}
	th {}
	td {} 
	td ul {text-align:left; font-size:.9em; color:#333333;}

/* Forms */
.hfeed table.form {width:250px;border:0px;padding:0px; margin:0px 0px 0px 0px;}
	textarea {}
	input {}
	label {}
	option {}
.category-forthcomingevents{padding:5px;}
/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter, .centre {text-align:center;}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {border:1px solid #871A3C;padding:9px; margin:0px 0px 0px 0px;background-image: url(images/hotel-fife-pic-bg4.jpg);}
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 {
	width: 1000px;
	height: 170px;
	padding: 0px;
	margin: 0px;
	background: url(images/hotel-fife-banner5.jpg) no-repeat;
}

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title, #site-title a 
			 {
				width: 1000px;
				height: 170px;
				padding: 0px;
				margin: 0px;
				display: block;
				background: url(images/hotel-fife-banner5.jpg) no-repeat;
}
				#site-title a span {display:none;}

		/* Site description/tagline */
		#site-description {display:none;}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
* Page Navigation
************************************************/
#navigation {
	width: 1000px;
	height: 25px;
	margin: 0 auto 10px 0px;
}
#page-nav {
	float: left;
	width: 1000px;
	text-transform: uppercase;
	text-align: left;
	padding: 7px 0px 12px 0px;
}
#page-nav ul {
	list-style-type: none;	}
#page-nav ul li {
	font-size: 11px;
	display: inline;
	padding: 0px 15px 0px 15px;
	font-weight: bold;
}
#page-nav ul li a, #page-nav ul li a:visited, #page-nav ul li a:active {
	text-decoration: none;color: #FFFFCC;}
#page-nav ul li a:hover {
	color: #FFFFFF;text-decoration: none;}
	
/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 19px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul {
	border-top: 1px solid #222;
	background: #111;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #222;
	}
#page-nav li li a {
	padding: 7px 7px;
	border: none;
	}


/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	background: url(images/hotel-fife-bg2.jpg) repeat-y;
	/*border: thin solid black;*/
}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {
	overflow: hidden;
	float: left;
	width: 710px;
	margin: 0px;
	padding: 10px 10px 20px 20px;
	/*background: url(images/hotel-fife-bg2.jpg) repeat-y;*/
}

		/* Breadcrumb trail */
		.breadcrumb {display: none;}

		/* 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 {display:none;}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {display :none;}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}
			.entry-meta {display:none;}

				/* 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 {
				font-size: 11px; max-width: 50%;}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}
		
		.post a {
			text-decoration: none; color: #871A3C;
		}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {display:none;}

			/* 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 {}
							#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 {color:#871A3C;font-size:1.4em;font-family:"Times New Roman",Times,serif;font-style:italic;font-weight:normal;padding:0px 0px 5px 0px; border-bottom:1px #871A3C solid;margin:20px 0px 5px 0px ;}
	.textwidget {
	  font-size: 0.8em;
	}
	.textwidget ul {
	  font-size: 1.0em;
	}
	.widget h2 {margin:0;font-family : Arial, Helvetica, sans-serif;font-size:.8em; color:#333333; font-style:normal;font-weight:bold; border-bottom:none;}			
	.widget h2 a {text-decoration : none; color:#871A3C;}
	.widget h2 a:hover  {text-decoration : underline;}
	.widget p {margin:0;}

	/* Primary widget section */
	#primary {
	overflow: hidden;
	float: right;
	width: 230px;
	/*margin: 0px 0px 0px 750px;*/
	padding: 10px 10px 20px 10px;
	}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {
	overflow: hidden;
	clear: right;
	float: right;
	width: 230px;
	padding: 10px 10px 20px 10px;
	}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {clear:both;width:100%;margin: 0px auto;padding:0px;background-image: url(images/hotel-fife-bg3.jpg); background-repeat:repeat-x;}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {width:1000px;margin:0px  auto;padding:0px 0px 0px 0px; height:91px;}

		/* Footer extra */
		#footer .copyright {margin:0px;padding:8px 0px 0px 20px;text-align:left; font-size:.7em; color:#FFFFCC;}
		#footer .copyright a,#footer .copyright a:Visited, .footer0 .copyright a:Active {text-decoration : none;color : #FFFFCC;margin:0;padding:0;}
		#footer .copyright a:Hover  {color : #FFFFCC;text-decoration : underline;margin:0;padding:0;}
		#footer .credit {
	padding: 50px 0px 0px 0px;
	text-align: left;
	font-size: .7em;
	color: #333333;
	text-align: center;
}
	  #footer .credit A,.#footer .credit A:Visited, .#footer .credit A:Active {text-decoration : none;color : #333333;margin:0;padding:0;}
	  #footer .credit A:Hover  {color : #333333;text-decoration : underline;margin:0;padding:0;}