/**
 * Theme Name: Wireframe 02 Design 01
 * Theme URI: http://xulonpress.com
 * Description: Simple layout with horizontal header and footer color strips.  Main navigation is presented in a horizontal layout with feature boxes down the right hand side.
 * 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: #000;
}

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

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

/* Hyperlinks */
a:link { color: #206586; }
a:visited { color: #206586; }
a:hover { color: #107bae; }
a:active { color: #206586; }

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

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

/**
* 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 {
	background: url('../theme_w02d01/images/bkgrnd_header_fade.png') top left repeat-x;
	margin: 0;
	padding: 0;
}

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

		/* Site title */
		#site-title {
			font: bold 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 {}

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

/* Wrapper for entire menu area */
#primary-menu {
	background: #e5e5e5 url('../theme_w02d01/images/bkgrnd_mainnav.png') top left repeat-x;
	height: 45px;
	padding: 0px 0 0px 0px;
	margin: 0px 0 0px 0;
}

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

		/* Menu list. */
		#primary-menu ul {
			margin: 0;
			padding: 0;
		}
			#primary-menu li {
				float: left;
				list-style: none;
				padding: 0;
				margin: 0;
			}
				#primary-menu li a {
					background: #e5e5e5 url('../theme_w02d01/images/bkgrnd_mainnav.png') top left repeat-x;
					color: #206586;
					border: 0px solid #CCCCCC;
					display: block;
					text-decoration: none;
					padding: 15px 13px 15px 13px;
				}
				
				#primary-menu li a:hover {
					background: #d1d1d1 url('../theme_w02d01/images/bkgrnd_mainnav.png') top left repeat-x;
					color: #206586;
				}
			#primary-menu ul li.current-menu-item a {
				background: #fff url('../theme_w02d01/images/bkgrnd_mainnav.png') top left repeat-x;
				color: #206586;	
			}

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

/* Wrapper for the content and primary/secondary widget sections */
#container {
	margin-bottom: 0;
}

	/**
	* 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: 10px 0 10px 0px;
	}

	/* Contains site's main content */
	#content {}
	
	.content {
    	float: left;
    	width: 560px;
    }
    
    .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 25px;
		}


		.post {}
		.page {}

			/* Post, page, and 404 page titles */
			.entry-title {
				font-weight: bold;
				font: bold 20px/19px 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)
	************************************************/

	.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: #206586;
		color: #fff;
		padding: 5px 5px 5px 5px;
		text-decoration: none;
	}
	
	a:hover.widget-featured-link, a:hover.featured-link {
		background: #047fba;
		color: #fff;
		padding: 5px 5px 5px 5px;
		text-decoration: none;
	}

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

	/* Primary widget section */
	#primary {
		width:340px
	}
		#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.5em;
	}

	/* Secondary widget section */
	#secondary {
		width:340px
	}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}
					
	#secondary .widget-wrap img.video_lightbox_anchor_image {
		float: right;
		padding: 0 0 5px 10px;
	}

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

/* Wrapper for the entire footer */
#footer-container {
	background: url('../theme_w02d01/images/bkgrnd_header_fade.png') top left repeat-x;
	margin: 0;
	padding: 25px 0 0 0;
}

	/* Subsidiary widget section */
	#subsidiary {
		float: right;
	}
		#subsidiary .widget {
			border: 0px solid #ffffff; 
			margin: 0;
			padding: 0;
		}
		
		#subsidiary .widget img {
			margin: 0;
			padding: 0;
		}
		
		#subsidiary p {
			margin: 0;
			padding: 0;
		}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer-wrap {
		width: 960px;
		color: #fff;
		text-align: left;
		margin: 0 auto 0 auto;
		padding: 0 0 20px 0;
	}
	
	#footer {
		float: left;
		width: 400px;
		clear: none;
	}
	
	#footer p {
		font-size: 80%;
		color: #fff;
		margin: 0;
		padding: 0;
		font-style: normal;
	}
	
	#footer a {
		text-decoration: underline;
		color: #fff;
	}

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