/*
 Theme Name: Fran
 Theme URI:
 Description: Fran
 Author: Fran
 Author URI:
 */

@import url(css/reset.css); 
@import url(css/comments.css);
@import url(css/calendar.css);
@import url(css/tabs.css);

/*====================================================================================================
 * 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-color: #44437C;
	  font-family: verdana /* "Helvetica Neue", Arial, Helvetica, sans-serif */;	  

}

/* Links
-------------------------------------------------------------- */

a, 
a:link, { color: blue; text-decoration: underline; }
a:visited   { color: #FF9933; text-decoration: underline; }
a:hover,  { color: #FF9933; text-decoration: none; }
a:active,
a:focus     { color: blue; 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 { font-size: 14pt; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/* Misc
-------------------------------------------------------------- */

.indent-9999px { text-indent: -9999px; }
.display-none { display: none; }
.no-bg { background: none !important; }
.underline { text-decoration: underline; }


/*====================================================================================================
 * S T R U C T U R E                                                                 S T R U C T U R E
 ====================================================================================================*/

#container    { position: relative; width: 950px; margin: 0 auto; padding: 0 25px 0 25px; text-align: left; background-color: #fff; }
#header       { position: relative; width: auto; height: 100px; background:url(images/header.png) repeat-x top; z-index: 9999; }
/*wraps content and sidebar - important when using more than 2 columns*/
#wrapper      { position: relative; float: left; width: 100%; }
/*wraps posts*/
#content      { position: relative; float: left; width: 520px; height: auto; margin: 0 0 0 50px; }
.home #content { width: 640px; margin: 0 0 0 0; }
/*wraps a post*/
.post-content { position: relative; width: auto; background-color: #ffffff; padding: 35px 0 20px 0; }
#sidebar-wrapper { display: inline; position: relative; float: right; width: 290px; min-height: 840px; margin: 0px 15px 21px 0; background: #FBFBFD ; }
#sidebar      { position: relative; float: right; width: 290px; min-height: 840px; padding-top: 20px; background: transparent url(images/background_sidebar.png) no-repeat bottom; }
.home #sidebar      { position: relative; float: right; width: 290px; min-height: 840px; margin: 0px 15px 21px 0; padding-top: 20px; background: transparent url(images/background_sidebar.png) no-repeat bottom; }
#sidebar-bottom { position: absolute; width: 305px; height: 21px; bottom: -21px; background: url(images/sidebar-bottom.jpg) no-repeat; }
#footer       { position: relative; width: auto; height: 92px; padding: 16px 0 0 0; background: #fff url(images/footer-bg.jpg) no-repeat top center; text-align: center; font-size: 0.9em; clear: both; font-family: verdana; }

/*====================================================================================================
 * H E A D E R                                                                             H E A D E R
 ====================================================================================================*/

img.logo                 { position: absolute; width: 315px; height: 70px; top: 0px; left: 0px; }
.headermeta              { position: absolute; top: 80px; left: 25px; }
.headermeta h1           { font-size: 2.0em; }
.headermeta .description { font-size: 1.6em; }

#top-menu { position: absolute; top: 77px; left: 0px; }
#header #contact { position: absolute; height: 20px; width: 460px; top: 32px; left: 340px; line-height: 20px; color: #000; font-size: 0.9em;  }

/*Header - search form
-------------------------------------------------------------- */

#searchform        { position: absolute; display: block; width: 142px; height: 21px; top: 32px; right: 0px; line-height: 21px; background: url(images/search.png) no-repeat; clear: both; }
#searchform p       { margin: 0 0 0 0; padding: 0 0 0 0; }
#searchform #searchfield { float: left; width: 111px; height: 19px; margin: 0px 0 0 0px; padding: 4px 2px 0 2px; border: none; background: none; color: #000; font-size: 0.9em; }
#searchform #searchsubmit { float: right; width: 27px; height: 21px /* #searchfield height +2px */; margin: 0px 0px 0 0px; border: none; background: none; color: white;  cursor: pointer; }

/*====================================================================================================
 * S I D E B A R                                                                         S I D E B A R
 ====================================================================================================*/

/*Sidebar - widget
-------------------------------------------------------------- */

.widget            { width: auto; margin: 0px 0 10px 0; }
h3.widgettitle     { width: auto; height: 30px; padding: 0 10px 0 10px; font-size: 1.4em; font-style: italic; line-height: 30px; background-color: #505050; color: #ffffff; }
.widget p          { padding: 10px 10px 10px 10px; }  
.widget ul         { list-style: none; padding: 10px 10px 10px 10px; }
.widget ul ul      { margin: 0 0 0 10px; padding: 0 0 0 0; }

/*request research/aweber*/
.research { position: relative; width: 290px; height: 260px; background: url(images/research-inner.png) no-repeat center top; }
.home .research { background: url(images/research.png) no-repeat; }
.home .research { margin: 37px 0 0px 0; }
.research form.af-form-wrapper { position: relative; width: 200px; top: 85px; left: 50px; background: none; }
.af-element { width: 158px; height: 30px; line-height: 30px; font-size: 11px; }
.af-element label { float: left; width: 40px; font-weight: bold; }
.af-element .af-textWrap { float: right; width: 110px; height: 20px; }
.af-element .af-textWrap input { width: 115px; }
.af-element label.previewLabel.hidden { display: none; }
.af-element input.submit { position: relative; width: 20px; height: 20px; bottom: -15px; right: -175px; background: url(images/button-go.png) no-repeat; border: none; cursor: pointer; }
.af-textWrap textarea { width: 162px; margin: 5px 0 0 -47px; font-size: 11px; }

.live-chat { position: relative; width: 250px; height: 50px; margin: 10px auto 20px auto; }
.live-chat p.chat { float: left; width: 95px; height: 27px; margin: 10px 15px 10px 0; }
.live-chat a.icon { float: right; }

/*download*/
.download { position: relative; width: 300px; height: 120px; left: -10px; background: url(images/download-inner.png) no-repeat; }
.home .download { margin: 0 0 25px 0; }
.download form { position: relative; width: 158px; top: 55px; left: 111px; }
.download form p { width: 158px; height: 30px; line-height: 30px; }
.download form p label { float: left; width: 40px; text-align: left; line-height: 20px; font-weight: bold; font-size: 11px; }
.download form p input { float: right; width: 110px; height: 16px; }
.download form p input.submit { position: relative; width: 20px; height: 20px; top: -28px; right: -30px; background: url(images/button-go.png) no-repeat; border: none; cursor: pointer; }

/*access,contact*/

.access-contact { position: relative; width: 288px; height: 115px; margin: 20px 0 20px 0; padding: 17px 0 0 0; background: url(images/access-contact.png) no-repeat; }
.access-contact a.access,
.access-contact a.contact { display: block; position: relative; width: 220px; height: 45px; margin:
 3px auto 3px auto; text-indent: -9999px; }


/*====================================================================================================
 * F O O T E R                                                                             F O O T E R
 ====================================================================================================*/


#footer a,
#footer a:link,
#footer a:visited { color: #565656; padding: 0 2px 0 11px; background: url(images/footer-dot.jpg) no-repeat left center; }
#footer a:hover,
#footer a:active { color: #FF9933; }

#footer2 { width: 735px; margin: 20px auto 0px auto; font-size: 0.9em; color: #333; text-align: center;}
#footer2 a, { font-size: 10px; color: #565656; }
#footer2 a:link,
#footer2 a:visited { color: #565656; padding: 0 2px 0 11px; }
#footer2 a:hover,
#footer2 a:active { color: #FF9933; }

/*====================================================================================================
 * C O N T E N T                                                                         C O N T E N T
 ====================================================================================================*/

/* Content - headings
-------------------------------------------------------------- */

#content h1 { font-size: 1.0em; line-height: 1; margin-bottom: 0.5em; }
#content h2 { font-size: 1.0em; margin-bottom: 0.75em; }
#content h3 { font-size: 1.0em; line-height: 1; margin-bottom: 1em; }
#content h4 { font-size: 1.0em; line-height: 1.25; margin-bottom: 1.25em; }
#content h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
#content h6 { font-size: 1em; font-weight: bold; }
h2#search   { margin: 0 0 0 0; padding: 0.5em 10px 0.5em 10px; } 
#content .post-content h2.permalink  { padding:5px 0px 5px 0px; font-size: 1.5em; line-height: 1; color: #000; }

.postmetadata               { padding: 0px 10px 0px 10px; }
.entry { padding: 0 0px 0 0px; font-size: 1.1em; line-height: 1.3em; font-family: verdana; /*post itself without permalink*/ }

/* Post content - text elements
-------------------------------------------------------------- */

.entry p           { margin: 1em 0 1em 0; }
.entry p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.entry p img.right { 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%; }

/*====================================================================================================
* H O M E P A G E                                                                      H O M E P A G E
====================================================================================================*/

.banner { position: relative; width: 635px; height: 86px; background: url(images/banner.png) no-repeat; color: #000; font-size: 1.2em; font-weight: normal; text-indent: -9999px;}
.banner p.database { display: block; float: left; width: 330px; height: 85px; margin: 0px 0 0 0px; }
.banner p.brokers { display: block; float: right; width: 280px; height: 85px;  margin: 0px 0px 0 0px; }

.blue-box { display: block; position: relative; width: auto; height: auto; top: 20px; }
.get-a-quote { float: left; width: 195px; height: 150px; margin: 0 0 0 15px; padding: 10px 40px 0 55px; text-align: center; background: url(images/blue-block-phone.jpg) no-repeat; }
.type-of-lists { float: right; width: 260px; height: 150px; margin: 0 20px 0 0px; padding: 10px 15px 0 15px; background: url(images/blue-block.png) no-repeat; }

.get-a-quote h2 { font-size: 28px !important; color: #6163BA; font-weight: bold; }
.get-a-quote p { margin: 0px !important; padding: 0 0 0 0;  line-height: 1.4em; font-size: 0.9em; font-weight: bold; color: #000; }

.type-of-lists h2 { color: #C51A22; font-size: 15px !important; }
.type-of-lists ul { list-style: none; margin: 20px 0 0 8px; }
.type-of-lists ul li a { color: #000; text-decoration: underline; line-height: 1.8em; }

.home #sidebar { background: none; min-height: 0px; height: 620px; }

.yvb_class { display: block; margin-left: auto; margin-right: auto; text-align: center; }
		
/*====================================================================================================
* S L I D E S H O W                                                                 S L I D E S H O W
====================================================================================================*/
        
#slideshow { position: relative; width: 615px; height: 330px; margin: 20px auto 20px 0; background: url(images/gallery-bg.jpg) no-repeat; }
#slideshow div { position: relative; width: 592px; height: 310px; margin:10px 0 0 11px; color: #333; text-align: left; }
#slideshow div img { float: left; width: 592px; height: 310px; }
#slideshow div h1 a { position: absolute; width: 280px; height: 70px; bottom: 0px; left: 0px; padding: 0 10px 0 10px; background: url(images/gallery-bg.png) repeat-x; line-height: 70px; font-size: 20px; color: #fff;  }

/*====================================================================================================
* T E S T I M O N I A L S                                                      T E S T I M O N I A L S
====================================================================================================*/
        
#testimonials { position: relative; display: block; width: 685px; height: 115px; margin: 20px auto 20px auto; background: url(images/testimonials.jpg) no-repeat; }
#testimonials div { position: relative; display: block; width: 550px; height: 90px; margin:10px 0px 0 70px; font-size: 0.9em; color: #000; text-align: justify; }
#testimonials div .author { float: right;; margin: 10px 0 0 0; }

.text-block { width: 735px; margin: 40px auto 20px auto; font-size: 0.9em; color: #333; text-align: justify;}


/*====================================================================================================
 * 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%; }
