/*
 Theme Name: Family connections
 Theme URI:
 Description: Family connections
 Author: Eliza
 Author URI:
 */

/*====================================================================================================
 * G L O B A L                                                                             G L O B A L  
 =====================================================================================================*/

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size: 100.01%; }
body { 
	  font-size: 75%;   
	  color: #000000; 
	  background: url(images/bg.jpg) repeat;
	  font-family: Arial /* "Helvetica Neue", Arial, Helvetica, sans-serif */;	  
}

/* Links
-------------------------------------------------------------- */

a, 
a:link,
a:visited   { color: #FF9900; text-decoration: none; }
a:hover,
a:active,
a:focus     { color: #FF9900; text-decoration: underline; outline:none; /*deletes dotted outline border*/ }
a img       { border: none; /*resets the amazing border*/ } 

/* Alignment
-------------------------------------------------------------- */

.aligncenter,
div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft      { float: left;  }
.alignright     { float: right; }

/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6     { font-weight: bold; }
/*this should remain the only h1 tag on whole site*/
.headermeta h1             { font-size: 2.0em; }
/*title of the post*/
.post-content h2.permalink { padding: 5px 0px 5px 0px; line-height: 1; font-size: 1.5em; font-style: italic; color: #000; }
/*search results for...*/
h2#search                  { margin: 0 0 0 0; padding: 0.5em 0px 0.5em 0px; font-size: 1.5em; } 
/*title of the widget*/
h3.widgettitle             { width: auto; height: 30px; padding: 0 0px 0 0px; font-size: 1.4em; font-style: italic; line-height: 30px; color: #000; }

/* Headings - post content
-------------------------------------------------------------- */

.entry h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
.entry h2 { font-size: 2em; margin-bottom: 0.75em; }
.entry h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
.entry h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
.entry h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
.entry h6 { font-size: 1em; font-weight: bold; }

/* Misc
-------------------------------------------------------------- */

.indent-9999px { text-indent: -9999px; }
.display-none  { display: none; }
.no-bg         { background: none !important; }
.width-210 { width: 210px; margin: 0 0 0 20px; text-align: justify; }
.width-580 { width: 580px; margin: 0 20px 0 0; text-align: justify; }

/*====================================================================================================
 * S T R U C T U R E                                                                 S T R U C T U R E
 ====================================================================================================*/

#container    { position: relative; width: 900px; margin: 0 0; text-align: left; background-color: #fff; }
#header       { position: relative; width: auto; height: 110px; background: #fff url(images/header.jpg) no-repeat; z-index: 99999; }
.page-parent #wrapper,
.page-child #wrapper { padding-top:  85px; }
/*wraps content and sidebar - important when using more than 2 columns*/
#wrapper      { position: relative; float: left; width: 100%; padding-top:  50px; }
/*wraps posts*/
#content      { position: relative; float: left; width: 900px; height: auto; text-align: justify; }
.single #content,
.archive #content { float: right; width: 700px; margin: 0 20px 0 0; }
/*wraps a post*/
.post-content { position: relative; width: auto; background-color: #ffffff; padding: 0 20px 10px 20px; }
#sidebar      { position: relative; float: left; width: 150px; height: auto; margin: 0 0 0 20px; display: inline; }
#footer       { position: relative; width: auto; height: 20px; line-height: 20px; padding: 20px 20px 10px 20px; clear: both; }

/*blog, single, archive*/
/*.page-template-template-home-php #content { float: right; width: 670px; right: 30px; }*/

/*====================================================================================================
 * H E A D E R                                                                             H E A D E R
 ====================================================================================================*/

img.logo                 { position: absolute; width: 180px; height: 100px; top: 25px; left: 25px; border:1px solid gray; }
#header img.header-image { position: absolute; top: 0px; left: 0px; }

.headermeta              { font-family: "Times New Roman",Times,serif; font-style: italic;  }
.headermeta h2           { position: absolute; font-weight: bold; letter-spacing: 0.2em; }
.headermeta h2 a         { color: #000; text-decoration: none; }   
.headermeta h2 a:hover,
.headermeta h2 a:active  { color: #669900; }
.headermeta h2.portola   { left: 5px; top: 53px; font-size: 2.0em;   }
.headermeta h2.fc   { left: 125px; top: 10px; font-size: 3.0em; }
.headermeta h2.frc   { left: 211px; top: 56px; font-size: 2.1em; }

#top-menu { position: absolute; width: 100%; height: auto; left: 0px; bottom: -20px; z-index: 9999; }
#top-menu ul { width: 100%; height: 17px; line-height: 17px; background: #FF9900; border-top: 4px solid #669900; border-bottom: 4px solid #669900; list-style: none; }
#top-menu ul li { float: left; margin: 0 15px 0 20px; }
#top-menu ul li a { float: left; color: #000; }
/*#top-menu ul li a:hover,
#top-menu ul li a:active { color: #669900; }*/

/*2nd level*/
#top-menu ul ul { position: absolute; width: 900px; top: 21px; left: 0px; background: #FFFF00; border-bottom: 4px solid #669900;  display: none; }
/*3rd level*/
#top-menu ul ul ul { position: absolute; width: 900px; top: 21px; left: 0px; background: #FF9900; border-top: none; border-bottom: 4px solid #669900; }

/*current visibility*/
#top-menu li.current_page_item ul ul,
#top-menu li.current_page_ancestor ul { display: none; }

#top-menu li.current_page_item ul,
#top-menu li.current_page_ancestor ul { display: block; }

/*current styling*/
#top-menu ul li.current_page_item a { color: #669900; font-weight: bold; font-style: italic; }

#top-menu ul li.current_page_item li a { color: #000; font-weight: normal; font-style: normal;  }

#top-menu .current_page_ancestor .current_page_item { color: #669900 !important; font-weight: bold; font-style: italic; }


/*====================================================================================================
 * S I D E B A R                                                                         S I D E B A R
 ====================================================================================================*/

/*Sidebar - widget
-------------------------------------------------------------- */

.widget            { width: auto; margin: 0px 0 10px 0; }
.widget p          { padding: 10px 10px 10px 10px; }  
.widget ul         { list-style: none; padding: 5px 10px 10px 20px; }
.widget ul ul      { margin: 0 0 0 10px; padding: 0 0 0 0; }
.widget a          { font-weight: bold; font-size: 1.1em; }

/*Sidebar - search form
-------------------------------------------------------------- */

#searchform        { display: block; width: auto; height: 40px; line-height: 50px; background-color: #7B7B7B; }
#searchform p       { padding: 0 0 0 0; }
#searchform #searchfield { float: left; width: 196px; height: 20px; line-height: 20px; margin: 10px 0 0 10px; padding: 0px 2px 0 2px; border: 1px solid #ffffff; background: #505050; color: #ffffff; }
#searchform #searchsubmit { float: right; width: 50px; height: 22px /* #searchfield height +2px */; margin: 10px 10px 0 0px; border: 1px solid white; background: #505050; color: white;  cursor: pointer; }

/*====================================================================================================
 * F O O T E R                                                                             F O O T E R
 ====================================================================================================*/

/*====================================================================================================
 * C O N T E N T                                                                         C O N T E N T
 ====================================================================================================*/

.postmetadata               { padding: 0px 0px 5px 0px; font-size: 0.8em; letter-spacing: 0.2em; text-transform: uppercase; color: #999999; }
.postmetadata.bottom { letter-spacing: 0.0em; }
.entry { padding: 0 0px 0 0px; font-size: 1.0em; /*post itself without permalink*/ }
.column { width: 420px; text-align: justify; }

/* Post content - text elements
-------------------------------------------------------------- */

.entry p              { margin: 1em 0 1em 0; }
.entry img.left,
.entry img.alignleft  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.entry img.right,
.entry img.alignright { float: right; margin: 1.5em 0 1.5em 1.5em; }
.entry img            { max-width:100%; /*..because some images are too wide*/}

.entry blockquote          { margin: 1.5em; color: #666; font-style: italic; }
.entry strong              { font-weight: bold; }
.entry em, .entry dfn      { font-style: italic; }
.entry dfn                 { font-weight: bold; }
.entry sup, .entry sub     { line-height: 0; }

.entry abbr, 
.entry acronym     { border-bottom: 1px dotted #666; }
.entry address     { margin: 0 0 1.5em; font-style: italic; }
.entry del         { color: #666; }

.entry pre 				{ margin: 1.5em 0; white-space: pre; }
.entry pre, .entry code, .entry tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Post content - lists
-------------------------------------------------------------- */

.entry li ul, 
.entry li ol       { margin: 0 1.5em; }
.entry ul,
.entry ol          { margin: 0 1.5em 1.5em 1.5em; }

.entry ul          { list-style-type: disc; }
.entry ol          { list-style-type: decimal; }

.entry dl          { margin: 0 0 1.5em 0; }
.entry dl dt       { font-weight: bold; }
.entry dd          { margin-left: 1.5em;}

/* Post content - tables
-------------------------------------------------------------- */

.entry table       { margin-bottom: 1.4em; width:100%; }
.entry th          { font-weight: bold; }
.entry thead th    { background: #c3d9ff; }
.entry th,
.entry td,
.entry caption     { padding: 4px 10px 4px 5px; }
.entry tr.even td  { background: #e5ecf9; }
.entry tfoot       { font-style: italic; }
.entry caption     { background: #eee; }

/* Post content - WP-captions - post content (optional rounded corners for browsers that support it)
-------------------------------------------------------------- */

.wp-caption        { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; /* -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; */ }
.wp-caption img    { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }

/* Post content - page navigation
-------------------------------------------------------------- */
.navigation           { line-height: 30px; }
.navigation .next     { float: left; max-width: 50%; }
.navigation .previous { float: right; max-width: 50%; }

/*====================================================================================================
 * P L U G I N S                                                                         P L U G I N S
 ====================================================================================================*/
 
 /*breadcrumb*/
 .breadcrumb { margin-top: -40px; padding: 10px 0 10px 0; } 

/*====================================================================================================
 * H A C K S                                                                                 H A C K S 
 ====================================================================================================*/

/* clearfix 
-------------------------------------------------------------- */

.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { min-width: 0; display: inline-block; /* \*/ display: block; }
* html .clear { /* \*/ height: 1%; }

/*----leadership table----*/
	.leadership {
        margin: 30px 0px 10px 0px;
   }
   
   .leadership_image {
       float: left;
       width: 25%;
       margin: 10px 0 10px 15px;
border: 1px; border-color: #000000;

   }
   
   .leadership_info {
       width: 70%;
       float: left;
text-align:justify;
 margin: 10px 15px 10px 10px;
font-size: 105%;
   }
   
   .div_clear {
       clear: both;
   }

/*----general text----*/

 .gen_text {
text-align:justify;
font-size: 110%;
line-height:1.2em;
  }

/*------indent------*/


 .indent {
margin: 0px 15px 10px 50px;
width: 50%;
float: left;
text-align:justify;
  }

/*-----columns------*/
div.column-sect {
  clear: both;
  display: inline-block;
  overflow: auto;
}

div.post-column {
  display: inline;
  float: left;
  margin-right: 18px;
  text-align: justify;
  width: 45%;
}


/*------email form------*/

#wp_email_capture form
{
	padding-left: 5px;
	padding-top: 15px;
}

#wp_email_capture label
{
	width: 30px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;

}

#wp_email_capture input
{
	width: 75px;
	margin-top: 5px;
	margin-bottom: 5px;


}

#wp_email_capture_2 
{
	border: 5px solid #669900;
	background-color: #FFEEFF;
	width: 50%;
	padding: 5px;
	margin: 0 auto;
}

#wp_email_capture_2  form
{
	padding: 5px;
	text-align: center;
}

#wp_email_capture_2  label
{
	width: 75px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	clear: both;
	font-weight: bold;
}

#wp_email_capture_2 input
{
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px; 


}

