/* 
Theme Name: FedCap
Description: A theme for FedCap
Author: Julia Robinson
Version: 0.1.1
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'); */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

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

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

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

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

/* Contains everything */
* {
	margin: 0;
}
html, body {
height: 100%
}

body{

	background: #f9fbff url(images/bg-repeat.gif) repeat-x;
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	
}




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

	background: #f9fbff url(images/header-bg.jpg) no-repeat;
	margin: 0 auto;}

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

/* Hyperlinks */
a:link {color: #253c64;}
a:visited {color: #253c64;}
a:hover {}
a:active {}

/* Headers */
h1 {}
h2 {color: #3f77d6; font-size: 25px; font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif; }
h3,
h2.entry-title {color: #253c64; font-size: 16px; font-weight: bold;font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif; margin: 10px 0; padding:0;  }
h4 {color: #3f77d6; font-size: 14px; font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;}
h5 {}
h6 {}

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

/* Paragraphs */
p {font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;}
p.description {color: #253c64; font-size: 18px; line-height: 24px; background: url(images/border-dash.gif) repeat-x bottom; padding: 0px 0 30px 0; margin: 0 0 30px 0;}
p.description-text{color: #253c64; font-size: 18px; line-height: 24px;}

/* Unordered lists */
ul {list-style-type: disc;}
	ul li {padding: 2px 0px;}

/* Ordered lists */
ol {list-style-type: decimal;}
	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 */
.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 {height: 141px; }

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title {}
			#site-title a { display: block;  width: 250px; height: 75px; position: relative; top: 30px;}
				#site-title a span {text-indent: -9999px; display: block;}

		/* Site description/tagline */
		#site-description {display:none;}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {margin: 0 0 40px 0; height: 40px;}
.home #navigation{margin: 0px;  }

	/* Page nav */
	#page-nav {}
		#page-nav ul {}
			#page-nav li {}
				#page-nav li a {
					/*margin: 1px 1px 0px 1px;*/
					
					padding: 0;
					border: transparent solid 1px;
					text-indent: -9999px;
					width: 67px; height: 38px;
					background: url(images/nav-home.gif) no-repeat;
					display: block;
					
				}
				*html #page-nav li a{
					border-color: pink;
					filter: chroma(color=pink);
				}
				#page-nav li.page-item-2 a{width: 97px; height: 38px;display: block; background: url(images/nav-team.gif) no-repeat;}
				#page-nav li.page-item-4 a{width: 145px; height: 38px;display: block; background: url(images/nav-overview.gif) no-repeat;}
				#page-nav li.page-item-10 a{width: 181px; height: 38px;display: block; background: url(images/nav-investment.gif) no-repeat;}
				#page-nav li.page-item-12 a{width: 95px; height: 38px;display: block; background: url(images/nav-submit.gif) no-repeat; }
				#page-nav li.page-item-57 a{width: 65px; height: 38px;display: block; background: url(images/nav-news.gif) no-repeat; }
				#page-nav li.page-item-156 a{width: 120px; height: 38px;display: block; background: url(images/nav-our-companies.gif) no-repeat; }
			#page-nav li.current_page_item a, #page-nav li.current_page_parent a{
				background-color: #f9fbff;
				border-top: 1px solid #e1e8f3;
				border-left: 1px solid #e1e8f3;
				border-right: 1px solid #e1e8f3;
				margin: 0; padding: 0;
			
				
				}
				#page-nav li a:hover{
				background-color: #f9fbff;
				border-top: 1px solid #e1e8f3;
				border-left: 1px solid #e1e8f3;
				border-right: 1px solid #e1e8f3;
				margin: 0; padding: 0;
			
		
				}
				
				.page-template-blog	#page-nav li.page-item-57 a, .singular-post #page-nav li.page-item-57 a{	background-color: #f9fbff;
				border-top: 1px solid #e1e8f3;
				border-left: 1px solid #e1e8f3;
				border-right: 1px solid #e1e8f3;
				margin: 0; padding: 0;}
			#page-nav li ul{visibility: visible;}

 ul#subnav{margin:0 0 15px 0; padding: 0;}
ul#subnav li{list-style-type: none; display: inline; font-size: 15px; font-weight: bold; padding: 0 10px; border-left: solid 1px #d8dde6;}
ul#subnav li.first{border: none; padding: 0 10px 0 0; margin: 0 0 10px 0;}
ul#subnav li.page_item a{color: #3f77d6;}
ul#subnav li.current_page_item a{color: #253c64;}

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

/* Wrapper for the content and primary/secondary widget sections */
#container {background: transparent url(images/capitol-bg.gif) no-repeat bottom right; margin-bottom: 0px; padding-bottom:40px; }
.home #container {background: none; margin:0px; padding:0px;}
.home .content{width: 960px; margin: 0px;}
.content{width:650px;}



	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif; font-size: 14px;	 color: #8391aa; }
	#content .entry-content a{color: #3f77d6;}
	.hfeed, .content{background: #ffffff url(images/page-corner.gif) top right no-repeat; border: solid 1px #e7eef9; }
	.singular-post .entry-content{min-height: 200px;}

	.home .hfeed{border: none;}
	#homepage-header{width: 960px; height: 338px; background: transparent url(images/hp-image.jpg) no-repeat; }
	#hp-header-container{
		width: 575px; float: left; 
}
ul.archives{list-style-type: none; margin:0; padding:0}
ul.archives a{text-decoration: none;}
ul.archives a:hover{text-decoration: underline;}

	.company{color: #253c64; font-size: 18px; font-weight: bold;}
	.location{color: #8391aa; font-size: 14px;}
	.company-link{font-weight:bold; color: #3f77d6 font-weight: bold; font-size: 13px;}
	
	#homepage-header h2{color: #253c64; font-size: 27px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 50px; font-weight: normal; padding: 65px 0 0 0;  }
	#homepage-header .subhead{font-size: 17px; text-align: right;}
	#homepage-header .subhead a{color: #3f77d6; font-weight: bold; text-decoration:underline;}
	#homepage-header #hp-side-promo{  margin: 50px 0 0 0; width:300px; float: right;}
	#homepage-header:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	#homepage-header{ display: inline-block; _height: 1%; }
	#hp-side-promo ul{margin: 0;}
	.side-promo{width: 300px;}
	.side-promo ul{margin:0; padding:0;}
	.side-promo li {font-family: Georgia, "Times New Roman", Times, serif;list-style: none;background: url(images/seperator.gif) 30px 25px no-repeat; padding: 50px 0 10px 0px; color: #253c64;font-size: 25px; }
	#hp-side-promo li{padding: 50px 0 5px 0px;}
	.side-promo li a{background: url(images/arrow.gif) no-repeat; padding: 0 0 10px 30px;color: #253c64; text-decoration: none;}
	.side-promo li a:hover{color: #3f77d6;}
	ul.side-promo li:first-child{background-image: none; padding: 20px 0 0 0;}
	
		/* Breadcrumb trail */
		.breadcrumb {}

		/* 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{color: #253c64; font-size: 40px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; margin: 30px 0 30px 0;}
		
			/*.page-template-blog .entry-title{color: #253c64; font-size: 16px; font-weight: bold;font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif; padding:0; margin:20px 0 0 0;}*/
			.post{margin: 0 0 20px 0;}
			.page-template-blog .entry-meta{display:none;}
			.page-template-blog .post{margin: 0;}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {padding: 20px;}
			.date-title {}
			.search-title {}
			.tag-title {}
.archive .entry-title, .search .entry-title{color: #253c64; font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; margin: 20px 0 20px 0;}
.archive .entry-title a, .search .entry-title a{color: #253c64; font-size: 30px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; margin: 20px 0 20px 0;}
			/* Author and date byline */
			.byline {}

			/* Full entries */
			.hentry { padding: 0 20px;}

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

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {margin: 20px;}
			.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 {padding: 0 15px;}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {margin:0;}
					#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-bg{background: url(images/footer-bg.gif) repeat-x; height: 200px;}
#footer-container {margin: 0;  padding: 0;}

	/* Subsidiary widget section */
	#subsidiary {height: 250px; margin: 0; background-color: #f9fbff; padding: 0; font-family: Arial, Helvetica, Tahoma, sans-serif;}
	#subsidiary .pdf{height: 250px;background: url(images/pdf-bg.gif) no-repeat bottom right; overflow: hidden; margin: 0px; padding: 0;}
	#subsidiary .link{height: 250px;background: url(images/link-bg.gif) no-repeat bottom right; overflow: hidden; margin: 0px; padding: 0;}
		#subsidiary .widget {color: #627494; font-size: 13px; background: url(images/promo-seperate.gif) no-repeat 0 0; padding:0px 10px 0 40px; width: 250px; }	
		#subsidiary .widget a{color: #3f77d6; font-size: 14px; font-weight: bold;}
			#subsidiary .widget-inside { }
				#subsidiary .widget-title { color: #a8b2c4;
											font-size: 22px;
											font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
											font-style: normal;
											font-weight: bold;
											margin-top: 20px;
											margin-bottom: 10px;}
	a.promo-link{margin: 15px 0 0 0; display: block; text-decoration: none;}
	a.promo-link:hover{text-decoration: underline;}
											
	div#subsidiary div.widget:first-child{background-image: none;}
	/* Footer section */
	#footer {}
	#footer-content{width: 930px; height: 20px;padding:  25px 0 0 0px;margin: 0 auto; color: #70819e; font-size: 12px;font-family: Arial, Helvetica, Tahoma, sans-serif; }
	#footer-content a{color: #6b93d6;}
		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}

#text-4{margin: 15px 0 0 0;}
#text-4 h2{margin: 5px 0 10px 0;}
#text-4 h3{margin: 10px 0 10px 0;}		
#text-4 a{color: #3f77d6; font-weight: bold;}
#text-4{color: #8391aa; font-size: 15px;}


#contact-form{color: #253c64; font-size: 16px;}
.submit-desc{color: #253c64; font-size: 18px;}
#contact-form .wpcf7-form-control-wrap{padding: 0 10px 0 10px;}
#contact-form .text-461{padding: 0 0 0 36px}
#contact-form .email-870{padding: 0 0 0 26px;}
#contact-form .text-924{padding: 0 0 0 20px;}
.form-section{background: url(images/border-dash.gif) repeat-x; padding: 30px 0 0 0px; margin: 30px 0 0 0;}
#contact-form .indent{padding: 0 0 0 20px;}
.submit-image{background: url(images/submit.gif) no-repeat; width: 146px; height: 53px; border: none; text-indent: -9999px;}
*html .submit-image{background-image: none; background-color: #3c6ec4; text-indent: 0; border: solid 2px #253c64; color: #ffffff; text-transform: uppercase; font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif; }
