/*
Theme Name: Fourie Insurance Web Site
Description: Custom theme for Fourie Insurance with 2 column layout, blog, lead form
Author: Click Optimize
Author URI: http://www.clickoptimize.com
version: 1.0
Tags: two-column, site, blog, lead form
*/
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn, em { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

@font-face {
	font-family: Century Gothic;
	src: url('fonts/century-gothic.ttf');
}

@font-face {
	font-family: Century Gothic;
	font-weight: bold;
	src: url('fonts/century-gothic-bold.ttf');
}

/* Basics */
body { background: url(images/page-bg.png) repeat-x 0px 0px #fdfdfd; font-family: Arial, Verdana, sans-serif; font-size: 15px; font-weight: normal; line-height: 22px; text-align: left; color: #333333; margin: 0; }
::-moz-selection { background: #94cc30; color: #fff; text-shadow: none; }
::selection { background: #94cc30; color: #fff; text-shadow: none; }
#container, #footer, footer, #footer-fixed, #content, #content, #sidebar, aside, #header, header, #main, #logo, #submenu, #phones, #menu, #home-slider, #home-slider-overlay, #home-slider-image, #carousel-container, #carousel-title, #carousel, #interior-header, #interior-header-overlay, #interior-header-image { display: block; }
#container { width: 960px; margin: 0 auto; background: none; }

/* paragraphs and h tags */
p { color: #333333; font-family: arial, sans-serif; font-size: 14px; line-height: 1.5em; font-weight: normal; padding: 0; margin: 18px 0px; }
strong, .bold { font-weight: bold; }
em, .italic { font-style: italic; }
h1, h2, h3, h4, h5, h6 { color: #104a7d; font-family: 'Century Gothic',Arial,sans-serif; line-height: 1.4em; font-weight: bold; }
h1 { font-size: 26px; padding: 15px 0 5px 0; letter-spacing: 0.02em; text-transform: uppercase; margin: 0; } /* Title size */
#content h1:first-child, #content-interior h1:first-child, aside h2:first-child { padding-top: 0 !important; margin-top: 0px !important; }
h2 { font-size: 22px; padding: 20px 0 0 0; } 
h3 { padding: 10px 0 0 0; font-size: 18px; }
#phone h2, #phone h2 a { font-family: Century Gothic, Arial, sans-serif; color: #2a251e; text-align: right; line-height: 1.25em; font-size: 17px; font-weight: bold; font-style: normal; margin: 0; padding: 0; }
h4 { font-size: 16px; padding-top: 8px; font-weight: normal; margin: 40px 0 0 0; border-top: 1px solid #00aec5; }
h5 { font-size: 16px; padding-top: 15px; margin: 0; }
h6 { font-size: 14px; padding-top: 15px; margin: 0; text-transform: uppercase; }

/* list items */
#content ul { padding: 5px 0 5px 40px; margin: 0px 0px 20px 15px; line-height: 26px; list-style: disc outside; /* border-top: 1px dashed #8b7f71; border-bottom: 1px dashed #8b7f71; */ }
#content ol { padding: 5px 0 5px 40px; margin: 0px 0px 20px 15px; line-height: 26px; /* border-top: 1px dashed #8b7f71; border-bottom: 1px dashed #8b7f71; */ }
#content li { padding-top: 0px; font-size: 14px; }

/* images in content */
img, img a { border: 1px solid #104a7d; padding:4px; margin:0; float: right; }
img.left{ float: left; margin: 0px 20px 20px 0 !important; }
img.right{ float: right; margin: 0px 0px 20px 20px !important; }
#content img { float: right; border: 1px solid #104a7d; padding: 4px; background: none; margin: 3px 0 12px 12px; }

/* blockquotes and cites */
blockquote, blockquote p { font-family: arial, sans-serif; font-style: italic; font-weight: normal; font-size: 18px; line-height: 1.3em; color: #2e2a25; }
cite { font-family: arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; display: block; margin-top: 10px; }
cite a { color: #104a7d; text-decoration: none; }

/* links */
a, a:visited, a:active { color: #104a7d; text-decoration:underline; font-weight: bold; }
#content a, #content a:visited, #content a:active, #content-interior a, #content-interior a:visited, #content-interior a:active { color: #104a7d; text-decoration:underline; }
#content a:hover, #content-interior a:hover, #blog-sidebar-widgets li a:hover { text-decoration:none; color: #78a22e; }
#content a:active, #content-interior a:active, #blog-sidebar-widgets li a:active { color: #a0d443; }
/* automatically apply this style to links to files with the extenstion of .pdf */
a[href$='.pdf'], a.pdf { background: transparent url(images/pdf.gif) no-repeat !important; padding-left: 20px !important; }

/* header */
header { width: 960px; position: relative; background: url(images/header-bg.png) top center no-repeat; }
#logo { width: 230px; height: 80px; background: url(images/logo.png) top left no-repeat; border: none; float: left; position: relative; top: 14px; left: 16px; z-index: 99; text-indent: -99999px; }
#logo a { width: 230px; height: 80px; display: block; text-indent: -99999px; }
#header-right { display: block; position: relative; padding: 0px; margin: 0px; right: 30px; top: 5px; float: right; }
.bbb, #header-right h2 { float: right; }
#header-right h2 { text-align: right; margin: -11px 12px 0 0 !important; padding: 0 !important; display: block; line-height: 1em !important; font-size: 30px !important; }
#header-right h2 span { font-family: Arial, sans-serif; font-size: 14px !important; margin: 0 !important; padding: 0 !important; line-height: 1em !important; font-weight: bold; }
.bbb, .bbb a { width: 132px; height: 50px; display: block; text-indent: -99999px; }
.bbb { clear: right; }
.bbb a { background: url(images/bbb-btn.png) top left no-repeat; }

/* utility menu */
#utility-menu { float: right; z-index: 10; position: relative; position: relative; margin: 0; height: 35px; top: 0px; }
#utility-menu ul { height: 35px; position: relative; padding: 0px; margin: 0; display: block; z-index: 9; top: 0px; }
#utility-menu ul li { float: left; display: block; height: 15px; position: relative; padding: 0px; margin: 0px; text-align: center; text-transform: none; border-left: 1px solid #666666; }
#utility-menu ul li:first-child { border-left: none; }
#utility-menu a, #utility-menu a:hover, #utility-menu a:visited, #utility-menu a:active { position: relative; z-index: 8; text-decoration: none; font-weight: normal; font-size: 13px; color: #666666; display: block; text-align: center; float: left; height: 25px; padding: 0px 10px 0px 10px; letter-spacing: 0.07em; font-family: Arial, sans-serif; text-transform: none; line-height: 1.3em; }
#utility-menu a:hover, #utility-menu .current_page_item a, #utility-menu li.menu-open a, #utility-menu .current_page_ancestor a { color: #78a22e !important; }

/* menu */ 
#menu { z-index: 10; position: relative; background: url(images/menu-bg.jpg) top left no-repeat; position: relative; margin: 0; height: 50px; width: 960px; margin-top: 110px; }
#menu ul { height: 50px; width: 960px; position: relative; padding: 0px; margin: 0; display: block; z-index: 9; top: 0px; left: 0px; background:  }
#menu ul li { border-right: 1px solid #698f21; border-left: 1px solid #a4c053; float: left; display: block; height: 50px; position: relative; padding: 0px; margin: 0px; text-align: center; background: url(images/menu-li-bg.png) bottom left no-repeat; text-transform: uppercase; }
#menu ul li:first-child { border-left: none !important; }
#menu ul li:last-child { border-right: none !important; }
#menu a, #menu a:hover, #menu a:visited, #menu a:active { position: relative; z-index: 8; text-decoration: none; font-weight: normal; font-size: 13px; color: #fff; display: block; text-align: center; float: left; height: 36px; padding: 14px 21px 0 22px; letter-spacing: 0.1em; font-family: 'Century Gothic', Arial, sans-serif; text-transform: uppercase; margin: 0; }
#menu a:hover, #menu .current_page_item a, #menu li.menu-open a, #menu .current_page_ancestor a, #menu .current-menu-item a, #menu .current-post-ancestor a, #menu .current-page-ancestor a { background: #104a7d !important; }

/* menu sub-nav */
#menu ul ul { display: none; position: absolute; top: 50px; left: 0px; z-index: 9996 !important; padding: 0px; line-height: 1em; width: 210px; height: auto; background: #104a7d !important; -webkit-border-radius: 0px 0px 8px 8px; -moz-border-radius: 0px 0px 8px 8px; border-radius: 0px 0px 8px 8px; }
#menu ul ul li { padding: 0px !important; margin: 0px !important; display: block !important; height: auto !important; width: 210px; background: #104a7d !important; border-bottom: 1px solid #002e56; border-right: none; border-left: none !important; float: none !important; box-shadow: 1px 5px 4px rgba(0,0,0,0.6); -moz-box-shadow: 1px 5px 4px rgba(0,0,0,0.6); -webkit-box-shadow: 1px 5px 4px rgba(0,0,0,0.6); z-index: 9995 !important; }
#menu ul ul li:last-child, #menu ul ul li:last-child a { border-bottom: none; -webkit-border-radius: 0px 0px 8px 8px; -moz-border-radius: 0px 0px 8px 8px; border-radius: 0px 0px 8px 8px; }
#menu ul ul a, #menu ul ul a:visited, #menu ul ul a:active, #menu ul ul a:hover, #menu ul ul .current_page_item a { text-align: center; display: block; height: auto !important; padding: 7px 0px 7px 0px !important; font-family: 'Century Gothic', Arial, sans-serif; font-weight: normal; font-size: 13px !important; background: none !important; color: #fff !important; width: 210px; letter-spacing: 0.07em; float: none !important; line-height: 1.3em; color: #fff !important; text-transform: uppercase; margin: 0; }
#menu ul ul .menu-item a { background: #104a7d !important; }
#menu ul ul a:hover, #menu ul ul .current_page_item a { color: #fff !important; background: #00aec5 !important; width: 210px !important; }

/* home header */
#home-header { background: url(images/home-header-bg.png) top center no-repeat; width: 960px; height: 293px; display: block; }
#home-header-frame { background: url(images/home-header-frame.png) top left no-repeat; width: 932px; height: 274px; display: block; position: relative; z-index: 3; margin: -274px 0 0 14px; }
#home-header-image { display: block; position: relative; z-index: 2; border: none; }
.home-header-image { border: none !important; padding: 0; margin: 14px 0 0 14px; float: none; }

/* home callout buttons */
#home-callouts { width: 960px; display: block; position: relative; }
.callout-box { float: left; display: block; width: 310px; position: relative; margin: 10px 5px; }
.title { width: 310px; height: 60px; display: block; position: relative; }
.title h1, .title h1 a { font-family: 'Century Gothic', Arial, sans-serif; font-size: 15px; font-style: normal; font-weight: normal; text-align: center; color: #fff; text-transform: uppercase; letter-spacing: 0.1em; text-decoration: none; }
.blue { background: url(images/callout-blue.png) top right no-repeat; }
.turquoise { background: url(images/callout-turquoise.png) top right no-repeat; }
.orange { background: url(images/callout-orange.png) top right no-repeat; }
.callout-image { width: 310px; height: 100px; display: block; position: relative; }
.personal-insurance { background: url(images/callout-image-personal.jpg) top left no-repeat; }
.business-insurance { background: url(images/callout-image-business.jpg) top left no-repeat; }
.senior-services { background: url(images/callout-image-senior.jpg) top left no-repeat; }
.callout-links { width: 300px; min-height: 130px; margin: 0 0 0 10px; position: relative; background: url(images/callout-links-bg.png) top right repeat-y; }
.callout-links ul { margin: 0; padding: 8px 0 0 0; text-align: center; }
.callout-links ul li { text-align: center; list-style: none !important; }
.callout-links ul li a { color: #666666; text-align: center; font-family: 'Century Gothic', Arial, sans-serif; font-size: 13px; text-decoration: none; font-weight: bold; text-transform: uppercase; letter-spacing: 0.1em; }
.callout-links ul li a:hover, .callout-links ul li a:active { color: #104a7d; }
.squeeze-links { line-height: 1.1em; }
.callout-box-bottom { width: 300px; height: 21px; margin: 0 0 0 10px; position: relative; background: url(images/callout-bottom.png) top right no-repeat; }

/* main area */
#main { width: 960px; }
#content { width: 590px; min-height: 730px; margin: 30px 0px 30px 40px; padding: 0 19px 0 0; border-right: 1px solid #999999; float: left; }
.top-interior { background: url(images/main-bg-interior.png) top center no-repeat; }
.top-home { background: url(images/main-bg-blue-top.png) top center no-repeat; margin-top: 10px; }
#blue-base { background: url(images/main-bg-blue-bottom.png) bottom center no-repeat; display: block; margin-bottom: 10px; }
.top-home { text-align: center; }
.top-home #blue-base { padding: 10px 70px 30px 70px; }

/* sidebar */
aside { width: 310px; margin: 30px -10px 30px 0; float: right; }
#blog-sidebar-widgets { margin: 15px 0 0 15px; }
#blog-sidebar-widgets ul { padding: 0 0 20px 30px; border-bottom: 1px dashed #104a7d; }
#blog-sidebar-widgets li { color: #104a7d; }

/* form styling including Gravity forms adjustments */
#quote { width: 310px; }
#quote-title { width: 310px; background: url(images/quote-title-bg.png) top left no-repeat; display: block; height: 90px; text-indent: -99999px; }
#quote-form { width: 284px; padding: 0 0 0 26px; background: url(images/quote-bg.png) top left no-repeat; display: block; }
#quote-bottom { width: 310px; background: url(images/quote-bottom.png) top left no-repeat; display: block; height: 12px; }
#quote p { margin: 0; text-transform: uppercase; font-size: 15px; }

#quote-home { width: 430px; position: relative; margin: -258px 0 0 0; padding: 0; z-index: 4; top: 0; float: right; right: -10px; }
#quote-home-title { width: 430px; height: 70px; position: relative; margin: 0; padding: 0; background: url(images/quote-home-title.png) top left no-repeat; display: block; text-indent: -99999px; }
#quote-home-form { width: 405px; height: 163px; position: relative; margin: 0; padding: 0 0 0 33px; background: url(images/quote-home-bg.png) top left no-repeat; display: block; }
#quote-home-bottom { width: 430px; height: 12px; position: relative; margin: 0; padding: 0; background: url(images/quote-home-bottom.png) top left no-repeat; display: block; }
#quote-home p { margin: 0; text-transform: uppercase; font-size: 15px; }

.gform_wrapper { margin: 0 !important; padding: 0 !important; }
#gform_submit_button_1 { width: 230px; height: 30px; border: none; outline: none; display: block; background: url(images/quote-btn.png) top left no-repeat; text-indent: -99999px; cursor: pointer; margin: 3px 0px 0px 34px; padding: 0; font-size: 0; display:block; line-height: 0; }
#quote-home-form #gform_submit_button_1 { margin: 3px 0px 0px 143px; }
#gform_submit_button_1:hover, #gform_submit_button_1:active { background: url(images/quote-btn.png) bottom left no-repeat; }
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium { width: 92% !important; }
#quote-home-form .gform_wrapper .top_label input.medium, #quote-home-form .gform_wrapper .top_label select.medium { width: 175px !important; }
#quote-home-form ul li { float: left; display: block; width: 190px; clear: none !important; }
.gform_wrapper .top_label .gfield_label { display: none !important; /* remove the label */ }
.gform_wrapper input, .gform_wrapper textarea { background-color: #fff; font-size: 12px !important; color: #999999 !important; padding: 3px !important; border: 1px solid #999999; }
#quote-home-form .gform_wrapper textarea { height: 50px; width: 365px; }
#field_1_4 { width: 395px !important; }
#quote-form .gform_wrapper textarea { width: 256px !important; }
.gform_wrapper input:focus, .gform_wrapper textarea:focus { -moz-box-shadow: 0 1px 3px rgba(67, 65, 58, 0.4); -webkit-box-shadow: 0 1px 3px rgba(67, 65, 58, 0.4); box-shadow: 0 1px 3px rgba(67, 65, 58, 0.4); border: 1px solid #494949; color: #494949 !important; }
.gform_wrapper .gform_footer { margin: 0 !important; padding: 0 !important; }
.gform_wrapper li, .gform_wrapper form li { padding-bottom: 5px; }
.gform_wrapper li.gfield.gfield_error { background: none !important; border: 1px dashed #631d16 !important; padding: 0 !important; margin: 0 !important; }
.gform_wrapper select { /* -moz-appearance: none; -webkit-appearance: none; background-image: url(images/form-select-arrow.png); */ background-color: #fff; font-size: 12px !important; color: #999999 !important; padding: 3px !important; border: 1px solid #999999;  }
.gform_wrapper .top_label select.medium { width: 95% !important; }
#quote-home-form .gform_wrapper .top_label select.medium { width: 183px !important; }
.gform_wrapper form { padding-bottom: 20px; }

/* testimonials */
#testimonials { width: 260px; background: url(images/testimonials-bg.png) top left no-repeat; padding: 80px 20px 20px 30px; margin: 15px 0 20px 0; }
#testimonials p { margin: 10px 0; font-size: 13px; font-style: italic; font-weight: bold; line-height: 1.5em; }
#testimonials p cite { font-size: 13px; font-style: normal; font-weight: bold; }

/* footer */
footer { min-width: 960px; height: 160px; background: url(images/footer-bg.png) top center repeat-x #78a22e; padding: 25px 0 0 0; margin: 0; position: relative; border-top: 5px solid #78a22e; }
#footer-fixed { width: 960px; margin: 0 auto; padding: 0; color: #fff; text-align: left; position: relative; }
#footer-fixed p { margin: 0 !important; color: #fff; font-size: 11px; padding: 10px 0 0 5px; line-height: 16px; font-weight: normal; }
#footer-menu ul { height: 25px; position: relative; padding: 0; margin: 0; display: block; z-index: 99; }
#footer-menu ul li { float: left; display: block; height: 14px; position: relative; padding: 0px; margin: 0px; text-align: center; background: none; text-transform: none; border-left: 1px solid #fff; }
#footer-menu ul li:first-child { border-left: none; }
#footer-menu a, #footer-menu a:hover, #footer-menu a:visited, #footer-menu a:active { position: relative; z-index: 100; text-decoration: none; font-weight: normal; font-size: 11px; color: #fff; display: block; text-align: center; float: left; height: 22px; padding: 0px 5px 0 5px; background: transparent !important; line-height: 1.3em; }
#footer-menu a:hover, #footer-menu a:active { text-decoration: underline; }
div#clickoptimize { margin: 0; float: right; position: relative; z-index: 30; width: 200px; }
#clickoptimize img { border: none; margin: 0 25px; }
#clickoptimize a, #clickoptimize p { padding: 0; color: #fff; text-decoration: none; font-weight: normal; font-size: 11px; text-align: center; }
#clickoptimize a:hover, #clickoptimize a:active { color: #fff; text-decoration: underline; }
#copyright, #footer-menu, #footer-text { position: relative; z-index: 20; }

/* comments formatting */
#commentform textarea { width: 575px !important; }
#commentform input, #commentform textarea { background-color: #fff; font-size: 12px !important; color: #999999 !important; padding: 3px !important; border: 1px solid #999999; }
#commentform input:focus, #commentform textarea:focus { -moz-box-shadow: 0 1px 3px rgba(67, 65, 58, 0.4); -webkit-box-shadow: 0 1px 3px rgba(67, 65, 58, 0.4); box-shadow: 0 1px 3px rgba(67, 65, 58, 0.4); border: 1px solid #494949; color: #494949 !important; }

/* posts styling */
#content .post { margin: 0 0 30px 0; padding: 0 0 30px 0; border-bottom: 1px dashed #104a7d; }



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

