/**
 * Theme Name: Wireframe 03 Design 01
 * Theme URI: http://xulonpress.com
 * Description: Background partially colored, with multiple color schemes to choose from.  Vertical main navigation on left of page 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: #fff url('../theme_w03d01/images/bkgrnd_top_blue.gif') top left repeat-x;
	margin: 0;
	padding: 0;
}

	/* Wrapper for everything inside of the body */
	#body-container {
		background: url('../theme_w03d01/images/bkgrnd_main.png') top left no-repeat;
		margin: 0px auto 10px auto;
		padding: 40px 0 0 0;
	}

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

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

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

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

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

    
h3 { 
	font-size: 15px;
	color: #763b25;
	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 {
	width: 960px;
	text-align: left;
	margin: 20px auto 0 auto;
	padding: 0px 0 0px 0;
}

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

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

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

/* Wrapper for entire menu area */
#primary-menu {
	width: 165px;
	float: left;
	height: auto;
}

	/* Wrapper for unordered list of menu items */
	#primary-menu div.menu {}

		/* Menu list. */
		#primary-menu ul {}
			#primary-menu li {}
				#primary-menu li a {
					border: 0px solid #CCCCCC;
					padding: 0;
					color: #066b94;
				}
			#primary-menu li.current-menu-item {}
			
div.menu-vert ul {
	margin: 0;
	padding: 0;
	list-style: none;
}	

div.menu-vert ul li {
	padding: 10px 0 3px 0;
	border-bottom: 1px solid #eeebe6;
	width: 145px;
}	
	


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

/* Wrapper for the content and primary/secondary widget sections */
#container {
	width: 960px;
	margin: 0;
	padding: 0 40px 0 40px;
	width: 880px;
}

html>#container{
	width: 880px;
}


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

	/* Contains site's main content */
	#content-wrap {
		width: 715px;
		float: right;
		border-left: 1px solid #066d96;
		padding: 0 0 0 20px;
		width: 694px;
	}
	
	html>#content-wrap {
		width: 694px;
	}
	
	#content {
		width: 694px;
		border-bottom: 1px solid #066d96;
	}

		/* 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. */
			.archive-title
			.author-title {}
			.term-title {}
			.category-title {}
			.tag-title {}
			.date-title {}
			.search-title {}

		/* Entry wrapper <div> */
		.hentry {}
		
		.hentry img {
			border: 0px solid #CCCCCC;
		}
		
		.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 {}

			/* 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: #066b94;
		text-decoration: none;
	}
	
	.widget a:hover {
		color: #0194d0;
		text-decoration: underline;
	}
	
	
	/* Widgets in general */
	a.featured-link {
		background: #066b94;
		color: #fff;
		padding: 5px 5px 5px 5px;
		text-decoration: none;
	}
	
	a:hover.featured-link {
		background: #0194d0;
		color: #fff;
		padding: 5px 5px 5px 5px;
		text-decoration: none;
	}

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

	/* Primary widget section */
	#primary {
		width: 230px;
		float: left;
	}
		#primary .widget {}
			#primary .widget-inside {
				width: 205px;
			}
				#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: 460px;
	}
		#secondary .widget {
			width: 230px;
			float: left;
		}
			#secondary .widget-inside {

			}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}
	.widget-wrap {
		width: 205px;
	}
	
	img.video_lightbox_anchor_image {
		padding: 0;
		float: right;
	}

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

/* Wrapper for the entire footer */
#footer-container {
	background: #066d95;
	margin: 0;
}

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

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

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