/**
 * Theme Name: Wireframe 01 Design 02
 * Theme URI: http://xulonpress.com
 * Description: Background colored, with multiple color schemes to choose from.  Horizontal navigation layout with feature boxes beneath main content.
 * Author: Xulon Press
 * Author URI: http://xulonpress.com
 * Version: 1.0
 * Template: hybrid
 */

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

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

/* 18px, 20px, 21px, 22px, 24px 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/24px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Layout */
	@import url('../hybrid/library/css/2c-l-fixed.css');
	/* @import url('../hybrid/library/css/2c-r-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-l-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-r-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-c-fixed.css'); */

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

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

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

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

/* Contains everything */
body {
	background: #05444c;
}

	/* Wrapper for everything inside of the body */
	#body-container {
		width: 820px;
		margin: 0px auto 0px auto;
		padding: 0;
	}
	
	/* Wrapper for everything inside of the body */
	#body-wrap {
		text-align: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0 0px 0;
	}

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

/* Hyperlinks */
a:link { color: #01707e; }
a:visited { color: #01707e; }
a:hover { color: #035863; }
a:active { color: #035863; }

/* Headers */
h1 { 
	color: #000;
	font-family: Georgia,Times,"Times New Roman",serif;
}

h2 { 
	font-size: 19px;
	color: #000;
	font-family: Georgia,Times,"Times New Roman",serif;
}

h3.widget-title { 
	font-size: 19px;
	color: #000;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0 10px 0;
}

    
h3 { 
	font-size: 15px;
	color: #000;
	font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic;
    margin: 10px 0 25px;
}
h4 {}
h5 {}
h6 {}

/* 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 {
	border-top: 0px;
	border-left: 0px;
	width: auto;
}
	caption {}
	tr {
		vertical-align: top;
	}
	th {}
	td {
		border-bottom: 0px;
		border-right: 0px;
		vertical-align: top;
	}

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

/* Notes */
.note {}

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

/* Errors */
.error {}

/* Downloads */
.download {}

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

/* Additional Features */
#smooth_slider {
	padding-left: 0px;
	padding: 0;
	line-height: inherit;
}

#smooth_slider h2 {
	display: none;
}

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

	/* Contains site title and tagline */
	#header {
		width: 780px;
		text-align: left;
		margin: 0 auto 0 auto;
		padding: 25px 0 0px 0;
	}

		/* Site title */
		#site-title {
			font: normal 30px/30px Georgia,Times,"Times New Roman",serif;
		}
			#site-title a {
				color: #fff;
				text-decoration: none;
			}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {
			color: #82a2a6;
			font-style: italic;
		}

/**
* Primary Menu
************************************************/

/* Wrapper for entire menu area */
#primary-menu {
	background: transparent url('../theme_w01d02/images/bkgrnd_mainnav.png') top left repeat-x;
	height: auto;
	overflow:hidden;
	padding: 0;
	margin: 0;
}

	/* Wrapper for unordered list of menu items */
	#primary-menu div.menu {
		margin: 0 auto 0 auto;
		padding: 0;
	}

		/* Menu list. */
		#primary-menu ul {
			margin: 0 0 0 10px;
			padding: 0;
		}
			#primary-menu li {
				float: left;
				background: transparent url('../theme_w01d02/images/menu_line.png') top right no-repeat;
				font-size: 90%;
				list-style: none;
				padding: 0;
				margin: 0;
			}
				#primary-menu li a {
					background: transparent;
					color: #fff;
					border: 0px solid #CCCCCC;
					display: block;
					text-decoration: none;
					padding: 6px 13px 6px 13px;
				}
				
				#primary-menu li a:hover {
					background: transparent url('../theme_w01d02/images/menu_highlight.png') top right repeat-x;
					color: #fff;
				}
			#primary-menu ul li.current-menu-item a {
				color: #fff;	
			}

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

/* Wrapper for the content and primary/secondary widget sections */
#container {
	background: transparent url('../theme_w01d02/images/bkgrnd_content.png') top left repeat-y;
	margin-bottom: 0;
	width: 820px;
	padding: 20px 40px 0 40px;
	width: 740px;
}

html>#container{
	width: 740px;
}

	/**
	* Content
	************************************************/
	
	
	/* Social Media Share Links */
	.sm-buttons-wrap {
		/* background: #f5f5f5; */
		border-top: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		margin: 0px 0 10px 0;
		padding: 6px 0 6px 0px;
	}

	/* Contains site's main content */
	#content {
		width: 740px;
	}
	
	.content {
    	float: left;
    	margin: 0;
    }
    
    .home .content {
    	border-bottom: 0px solid #008d59;
    }

		/* Breadcrumb trail */
		.breadcrumb {}
			.breadcrumb-trail {}

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

			/* Archive and search page titles. */
			
			.loop-title {
				font: bold 20px/19px Georgia,Times,"Times New Roman",serif;
			}
			
			.loop-meta {
				margin: 0 0 20px;
				overflow: hidden;
			}
			
			.archive .entry-title, .search .entry-title {
				font: bold 20px/19px Georgia,Times,"Times New Roman",serif;
				margin: 0 0 12px 0;
			}
			
			.archive-title
			.author-title {}
			.term-title {}
			.category-title {}
			.tag-title {}
			.date-title {}
			.search-title {}

		/* Entry wrapper <div> */
		.widget-wrap .hentry {
			margin: 0; 
			padding: 0;
		}
		
		.widget-wrap .entry-title {
			font-size: 100%;
			line-height: 2.0em;
		}
		
		.widget-wrap table {
			border-left: 0px solid #CCCCCC;
			border-top: 0px solid #CCCCCC;
		}
		
		.widget-wrap td, .widget-wrap th {
			border-bottom: 0px solid #CCCCCC;
			border-right: 0px solid #CCCCCC;
		}
		
		.hentry img {
			border: 0px solid #CCCCCC;
			padding: 10px;
		}
		
		.singular-page .entry-title {
			margin: 0 0 20px;
		}


		.post {}
		.page {}

			/* Post, page, and 404 page titles */
			.entry-title {
				font-weight: normal;
				font: normal 28px/28px Georgia,Times,"Times New Roman",serif;
			}
			.post-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}

			/* Author and date byline */
			.byline {
				color: #666666;
				font-style: italic;
				margin: 0 0 10px;
			}

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

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

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

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

			/* Entry metadata */
			.entry-meta {}

		/* 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 metadata */
							#comments .comment-meta {}
								#comments .comment-meta 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 #submit {}
							#respond #submit:hover {}

		/**
		* 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)
	************************************************/
	
	#boxes-container {
		margin: 0 0 25px 0;
	}
	
	#boxes-three {
		background: transparent url('../theme_w01d02/images/bkgrnd_boxes.png') top left repeat-y;
		overflow: hidden;
	}

	.widget a {
		color: #206586;
		text-decoration: none;
	}
	
	.widget a:hover {
		color: #107bae;
		text-decoration: underline;
	}
	
	
	/* Widgets in general */
	a.widget-featured-link, a.featured-link {
		background: #05444c;
		color: #fff;
		padding: 5px 5px 5px 5px;
		text-decoration: none;
	}
	
	a:hover.widget-featured-link, a:hover.featured-link {
		background: #017988;
		color: #fff;
		padding: 5px 5px 5px 5px;
		text-decoration: none;
	}

	
	.widget {
		border: 0px solid #CCCCCC;
		padding: 0;
		margin: 0;
	}
	
	.widget_wp_socializer {
		border: 0px solid #CCCCCC;
		padding: 10px 0px 0px 15px;
	}
	
	.widget_wp_socializer h3 {
		margin: 0 0 20px 0;
	}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {
		float: left;
		width: 265px;
		margin: 0 0 0 35px;
		padding: 0 10px 0 0;
		width: 220px;
	}
	
	html>#primary{
		width: 220px;
	}
	
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}
					
	#primary p, #secondary p {
		font-size: 90%;
		line-height: 1.4em;
	}

	/* Secondary widget section */
	#secondary {
		float: left;
		width: 535px;
		margin: 0;
		padding: 0;
	}
		#secondary .widget {
			float: left;
			width: 265px;
			margin: 0 0 0 37px;
			padding: 0 10px 0 0;
			width: 218px;
		}
		
		html>#secondary .widget {
			width: 218px;
		}
			
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}
					
	.widget-wrap {}
	
	img.video_lightbox_anchor_image {
		padding: 0;
		float: right;
	}

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

/* Wrapper for the entire footer */
#footer-container {
	margin: 0;
	padding: 0px 0 0 0;
}

#footer-wrap {
	width: 780px;
	margin: 0 auto 10px auto;
	padding: 0;
}

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

	/* Footer section */
	#footer {
		background: transparent url('../theme_w01d02/images/bkgrnd_footer.png') top left repeat-x;
		color: #fff;
		text-align: left;
		margin: 0;
		padding: 5px 0 5px 20px;
	}
	
	#footer p {
		font-size: 80%;
		margin: 0;
		padding: 0;
		font-style: normal;
	}
	
	#footer a {
		text-decoration: underline;
		color: #fff;
	}

		/* Footer extra */
		#footer .copyright {
			margin: 0;
			padding: 0;
		}
		#footer .credit {}