/* 
Theme Name: PA Hotels
Theme URI: http://themehybrid.com/themes/skeleton
Description: Built from scratch from the Skeleton/Hybrid theme framework.
Author: Robert Meck
Author URI: 
Version: 0.1
Tags: Framework
Template: hybrid


/* My Hackety Hacks
************************************************/

/* PA Hotels CSS */
	@import url('css/screen.css');

/* Menu CSS */
	@import url('css/menu.css');
	
/* cformsII CSS */
	@import url('css/cforms.css');

/* Stardust CSS */
	@import url('css/stardust.css');

/* RPX Login screen alignment hacks
    *********Performed via functions.php*********
	#loginform {width:312px;margin-left:-8px;}
	#rpx_iframe {width:312px;}
	*********Performed via functions.php*********
*/



/************************************************
My Hackety Hacks */


/** Body
************************************************/
/* Contains everything */
body {}

	/* Wrapper for everything inside of the body */
	#body-container {
	}

/** Elements
************************************************/
/* Hyperlinks */
a:link {}
a:visited {}
a:hover {}
a:active {}



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

/* Paragraphs */
p {}

/* 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 {}
	caption {}
	tr {}
	th {}
	td {}

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

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

/* Notes */
.note {}

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

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.alignleft, .left {float:left;margin-right:15px;}
.alignright, .right {float:right;margin-left:15px;}
.aligncenter, .center {display:block;margin:0 auto 18px auto;}
.alignnone, .block {clear:both;margin:0 0 18px 0;}
.clear {clear:both;}

img.alignleft, img.alignright {display:inline;}

/* Normal images */
img {border:none;}
a img {}

/* WP Smiley */
img.wp-smiley {max-height:24px;margin:0;padding:0;border:none;}

/* Thumbnails */
.thumbnail {float:left;width:100px;height:100px;margin:15px 15px 15px 0;}

/* Captions [caption] */
.wp-caption {max-width:576px;margin-top:6px;padding:6px 1px 0 1px;border:1px solid #ccc;text-align:center;}
.wp-caption .wp-caption-text {margin:0;padding:0 5px;text-align:right;font-size:.9em;font-style:italic;color:#666;}
.wp-caption img {max-width:564px;margin:0 auto;padding:0;border:1px solid #666;}

/* WP Gallery [gallery] */
.gallery {display:block;text-align:center;margin-bottom:18px !important;}

.gallery img {border:1px solid #ccc;}

/* Avatars */
.avatar {float:left;width:100px;height:100px;margin:5px 15px 0 0;padding:5px;border:1px solid #ccc;}

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

	/* Contains site title and tagline */
	#header {}
	
		/* 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 {color:#4F4F4F;}

/* Headers */
#container h1 {}
#intro h2 {color:#000000;line-height:1.5;padding-bottom:20px;}
#container h3 {}
#container h4 {}
#container h5 {}
#container h6 {}

	/** Content
	************************************************/
	/* Contains site's main content */
	#content {}
	
		/* Breadcrumb trail */
		.breadcrumb {}
			.breadcrumb-trail {font-size:13px;padding:7px 0 0 12px;}
		
		/* 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 {margin-top:7px;}

			/* 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 {padding:0 0 0 17px;margin-top:0px;}

		/* 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 {}
		
			/* 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 {}

	/* 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 {}
