/*  
Theme Name: Sealight
Theme URI: http://www.woothemes.com/
Version: 1.1.5
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
Tags: woothemes

	Copyright: (c) 2009 WooThemes.
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* 

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)

*/

/* Default styles */
@import "css/reset.css";

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer
-2.7 Featured

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi
-3.4 Info boxes

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 WooTabs

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

6. MISC
-6.1 Buttons
-6.2 Info Boxes
-6.3 Conatct Form 
-6.4 Gravity forms
-6.5 Timeline page template

-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { font: 14px Arial, Helvetica,Sans-serif; color: #555; background: #123660 url(images/bg.jpg) no-repeat top center; }

h1, h2, h3, h4, h5, h6  { margin: 0; font-family:Arial, Helvetica,Sans-serif; color: #222; font-weight:normal; }
h1  {font-size: 2em } h2  {font-size: 1.8em;} h3  {font-size: 1.6em;} h4  {font-size: 1.2em;} h5  {font-size: 1em;} h6  {font-size: 0.8em;}

p {margin: 0; font:14px/24px Arial, Helvetica,Sans-serif; }

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 20px; }

input, textarea { padding: 7px 0 7px 7px; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}


/* 1.2 Hyperlinks */

a:link, a:visited  { color: #437fa7; text-decoration:none;}
a:hover {text-decoration:underline;}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}



/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#wrapper  { padding:0 0 0px; }

#main{width:642px; padding: 0px 30px 0px 24px;}
#main.fullwidth {width: 880px;}

#sidebar{width:214px; padding-right: 30px;}

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 940px; margin: 0 auto; }

/* 2.2 Navigation */
#navigation{font: 16px Arial, Helvetica, sans-serif; background: url(images/nav-bg.png) repeat-x top left; height: 42px; }

.nav { z-index:99; margin:0; padding:0; list-style:none; line-height:1;  }
.nav a  { position:relative; color:#333 !important; display:block; z-index:100; padding:14px 25px 10px 25px; line-height:18px; text-decoration:none; font-weight: bold;border-right:1px solid #999; }
.nav a:hover, 
.nav .current_page_item a,
.nav .current_page_parent a,
.nav .current-menu-ancestor a { color: #000 !important; background: url(images/nav-bg-li.png) no-repeat bottom center; }
.nav .current_page_item li a,
.nav .current_page_parent li a,
.nav .current-menu-ancestor li a { background: none; }
.nav li  { float:left; width: auto; border-right:1px solid #fafafa; }

/* 2.2.1 Drop-down menus */
.nav li ul  { background: #FFF; position: absolute; left: -999em; width: 180px; border: 1px solid #999999; border-width:0px 1px 1px 1px; z-index:999; }
.nav li ul li  { background:#c7c7c7; border:none; border-top:1px solid #999; border-bottom:1px solid #d6d6d6;}
.nav li ul li a  { width:130px; color:#555; font-size:0.8em; border:none; }
.nav li ul li a:hover,
.nav li ul li.current_page_item a  { background: url(images/nav-bg.png) repeat-x top left; border:none;}
.nav li ul ul  { margin: -43px 0 0 180px; }
.nav li ul ul li a  {  }
.nav li ul li ul li a  {  }

.nav li:hover,.nav li.hover  { position:static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left:-999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul  { left:auto; }

.nav .sf-sub-indicator, .nav li ul .sf-sub-indicator { display: none; }

/* 2.3 Header */
#header{ padding: 41px 0 41px; clear:both; position:relative;}

#logo  { float:left; }
#logo img  { padding-top: 15px; }
#logo .site-title, #logo .site-description  { color: #fff; display:none;  }
#logo .site-title a { color:#fff; font-size:40px; line-height:40px; text-transform:none; font-weight:bold; text-decoration:none; }
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { color:#C5E5F5;}

#topad { position: absolute; left: 470px; top:43px;}

.latest_twitter { float: right; width: 450px; background: url(images/twitter-bg.png) no-repeat top left; min-height: 55px; color: #fff; font-size: 12px; line-height: 20px; }
.latest_twitter ul { margin-left: 100px; }
.latest_twitter a { color: #89c4eb; }

/* 2.4 Content */
#content{ padding:0 0 40px 0; background: #ece9d2;}
#content-home{ padding:25px 0 40px 0; background: #ece9d2;}

/* 2.5 Sidebar */
#sidebar{overflow:hidden;}
#sidebar .primary { }
#sidebar .secondary { float:left; margin-right:20px; } 
#sidebar .secondary.last { margin:0; } 

/* 2.6 Footer */
#footer{padding: 20px 0 0; color:#fff; background: url(images/footer-bg.png) no-repeat top center;}
#footer p {font: normal 12px Arial, Helvetica, san-serif;}
#footer #credit img{vertical-align:middle;}
#footer #credit span{display:none;}
#footer #credit a{color:#fff;}

#footer-widgets { background: #a09e8f; border-top:1px solid #8f8e85; padding:10px 0; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; }
#footer-widgets .block { padding:20px 0 0 30px; float:left; }
#footer-widgets.col-4 .block { width: 200px; }
#footer-widgets.col-3 .block { width: 272px; }
#footer-widgets.col-2 .block { width: 425px; }
#footer-widgets.col-1 .block { width: 880px; }
#footer-widgets .widget ul li { list-style-type: circle; padding:0!important; background: none!important; border:none; color:#dbdbdb; }
#footer-widgets .widget ul li a { color:#fff; text-shadow:0 1px 1px #444; }
#footer-widgets .widget { background: none; }
#footer-widgets h3 { color:#333; text-shadow: 0 1px 1px #f0f0f0; }
#footer-widgets .widget_recent_entries ul li { list-style-image: url(images/ico-article.png); background: none !important; }
#footer-widgets .widget_recent_entries li a { margin:0; }


/* 2.7 Featured */

#loopedSlider .container { width:940px; min-height:300px; overflow:hidden; position:relative; cursor:pointer; padding-bottom:60px; }
#loopedSlider .slides { position:absolute; top:0; left:0; }
#loopedSlider .slides > div { position:absolute; top:0; width:940px; display:none; padding-top: 0px }
/*
 * Optional
*/
#loopedSlider { margin:0 auto; width:940px; position:relative; clear:both; }
#loopedSlider .wrap { margin:20px; }
#loopedSlider .controls { width:120px; margin-top:26px; margin-right:30px; position: relative; background: #ece9d2; padding: 8px 20px 10px 20px; color: #dcd9c1 !important; text-align: center; float:right; z-index:200; } 
#loopedSlider .controls a { color: #9D9A86 !important; }
#loopedSlider .controls a:hover { color: #333 !important; }
#loopedSlider .previous { margin-right: 5px; }
#loopedSlider .next { margin-left: 5px; }
#loopedSlider ul.pagination { display: none; }
/*#loopedSlider ul.pagination { list-style:none; padding:0; margin:0; top:-100px; right:0px; position: absolute }
#loopedSlider ul.pagination li  { float:left; }
#loopedSlider ul.pagination li a { padding:2px 4px; }
#loopedSlider ul.pagination li.active a { background:blue; color:white; }*/

#loopedSlider .bottom-bg { position:absolute; bottom:0; left:0; width:940px; background: url(images/featured-bg-bottom.png) no-repeat; height: 60px; }

#featured-home { background: #061d38 url(images/featured-bg.png) no-repeat top left; position: relative;}

#featured-home .featured-image { float: left; padding:20px 50px 0; position:relative; text-align:center; z-index:99; }
#featured-home .video { float: left; width: 400px; padding: 20px 30px; position:relative; text-align:center; z-index:99; }
#featured-home .featured-image { margin-bottom:-40px; }
#featured-home h2 { font-size:27px; font-weight: bold; line-height: 30px; color: #fff; }
#featured-home p { font-size:18px; color:#c5e5f5; padding-top: 10px; line-height: 24px }
#featured-home span { font-size: 13px; color: #8cc6e4; }
#featured-home h1, #featured-home h2, #featured-home h3, #featured-home h4, #featured-home h5, #featured-home h6 { color: #fff; }

#featured-home .featured-buttons { z-index: 100; padding:0 20px; margin-top: 20px; }
#featured-home .featured-buttons .button, #featured-home .featured-buttons .button:visited { background: #3b8729 url(images/alert-overlay.png); padding: 10px 20px 10px 20px;  display: inline-block; margin-right:20px; }
#featured-home .featured-buttons span { color: #fff; font-size: 15px !important; }
#featured-home span.or { font-family: georgia, serif; font-size: 13px !important; color: #52954d; font-style: italic; background: url(images/or.png) no-repeat 6px center; padding: 20px 18px 20px; }

.featured-intro { padding: 0 0 20px; }
.featured-intro p { font-size: 17px!important}

#main-page1 { margin-bottom: 10px; }
#main-page2 { margin-top: 10px; }

#mini-features { background: url(images/content-bg.png) repeat; border-left: 1px solid #dcd9c1; border-right: 1px solid #dcd9c1; padding-bottom: 20px; border-bottom: 2px solid #cfccb6; }
#mini-features .block { width:280px; float:left; margin: 25px 20px 0px 20px; display: inline; }
#mini-features h3 { font-size:19px; padding-bottom:10px; font-weight: bold; color: #292a26; line-height: 30px;display: inline }
#mini-features p { font-size: 13px; color: #545650; line-height: 24px; margin-bottom:1em;}
#mini-features .home-icon { float: left; padding-right: 15px; margin-top: -2px; }
#mini-features a { }

.more-features { width: 590px; background: url(images/hr.png) repeat-x bottom left; padding: 23px 25px; font-size: 13px; color: #817f70; height: 20px;}
a.btn-feat { background: url(images/btn-feat-btm.png) no-repeat scroll top right; display: block; float: right; height: 30px; color: #1d1d1d !important; font-weight: bold; padding-right: 20px; margin-top: -29px; }
a.btn-feat span { float:left; background: url(images/btn-feat-head.png) no-repeat; display: block; line-height: 30px; padding: 0px 10px 0px 30px;}
.btn-feat:hover { cursor:pointer; }

.quotes { background: url(images/quote-bg.png) no-repeat top left; font-size: 12px; margin-top: 30px; padding-bottom:30px;}
.quotes .quote { padding: 25px 60px 15px; }
.quotes a { color: #4a883b; font-weight: bold; }
.quotes blockquote { font-family: georgia, serif; font-style: italic; font-size: 15px; color: #363832; line-height: 18px; padding-bottom: 10px; }
.quote-bot { background: url(images/quote-bot.png) no-repeat top left; width: 637px; height: 13px; }

#featured { height: 87px; background: #ece9d2 url(images/page-bg.png) no-repeat top left; position: relative; padding-top: 25px; }

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

#breadcrumb { margin-bottom:1em;}

.archive_header  { display: block; float: left; width: 100%; margin:0 0 30px; padding:0 0 10px; font-size: 18px; font-weight: bold; border-bottom:#e6e6e6 5px solid; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 28px; }

.post  { margin: 0 0 10px;}

.section { background: url(images/content-bg.png) repeat; border-bottom: 2px solid #CFCCB6; border-left: 1px solid #DCD9C1; border-right: 1px solid #DCD9C1; padding: 20px 20px; margin-bottom: 20px; }

h1.title { padding-left: 30px; }
.title, .title a { font-size: 26px; color: #fff; }
.page-title { padding-bottom: 25px; }
.page-title a { font-size: 22px; color: #222; font-weight: bold;}

.post .title  { font:normal bold 24px/24px Arial, Helvetica, sans-serif;position:relative; margin: 0 0 15px; }
.page .post .title  { margin: 0 0 20px 0; }
.post .title a:link, .post .title a:visited  { color:#222; }

.post-meta{margin: 10px 0 20px 0;font:11px/11px "Georgia", serif;; text-transform:uppercase; }
.post-meta a { font-weight: normal; font-style: italic; }
.post-meta .comments a  { padding: 0 0 0 20px; font-weight: bold; }
.post-meta .small{text-transform:lowercase;}

.post-meta, .post-meta .post-author a, .post-more { color:#868686; }
.post-more { clear:both; padding:10px 0; font:13px/16px Arial, Helvetica, sans-serif;}
.post-more a, .post-meta a { text-decoration:none; font-weight: bold; }
.post-more a:hover, .post-meta a:hover { text-decoration:underline; }

.post p.tags{background:url(images/ico-tag.gif) no-repeat center left;padding-left:25px;clear:both;margin-bottom:20px;}

.social { float: right; margin-top: -7px; }

.entry  {}

/* 3.1 Typographic Elements */
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin:0 0 0.5em; line-height:1.5em; }

.entry p  { margin-bottom: 1.2em; }

.entry blockquote  { background:url(images/blockquote.png) no-repeat 0 12px; padding: 10px 20px 10px 50px; color: #444;  }
.entry blockquote p  { font-style:italic; }

.entry ul  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: disc; line-height: 24px;}
.entry ul ul li  { list-style-type: circle; }

.entry ol  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: decimal; line-height: 24px;}
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */
.entry img, img.thumbnail { padding: 5px; border-top: 1px solid #ECE9D2; border-left: 1px solid #ECE9D2; border-right: 1px solid #DCD9C1; border-bottom: 2px solid #DCD9C1; background:#fff;  }
.entry img:hover, img.thumbnail:hover { padding: 5px; border-right: 1px solid #A8AA99; border-bottom: 2px solid #A8AA99; }
img.wp-smiley  { padding: 0; border: none; }

.alignleft  { float: left; height: auto; margin: 3px 15px 5px 0; }
.alignright  { float: right; height: auto; margin: 3px 0 5px 15px; }
.aligncenter  { text-align: center; margin-bottom:15px;}
img.aligncenter  { margin-left:auto; margin-right:auto; display:block; }

.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F8; border: solid 1px #e6e6e6; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font:11px/22px Arial, Helvetica, sans-serif; text-align:center; }

/* 3.3 Pagination / WP-Pagenavi */
.nav-entries, .wp-pagenavi {font-size:14px; padding:10px 15px;}
.nav-entries a { display: block; font: italic 12px/16px arial, helvetica, san-serif; color:#777; text-decoration:none;}
.nav-entries a:hover { text-decoration:underline; }

.wp-pagenavi { margin: 0 !important; text-align: center !important; }
.wp-pagenavi a:link,
.wp-pagenavi a:visited { display: inline !important; text-decoration: none !important; background: #fafafa !important;color: #666 !important; padding: 3px 7px !important; border:1px solid #e6e6e6 !important;}
.wp-pagenavi .current, 
.wp-pagenavi .on,
.wp-pagenavi a:hover { padding: 3px 7px !important; background: #f0f0f0 !important; border:1px solid #ddd !important; }
.wp-pagenavi span.extend, .wp-pagenavi span.pages { background:none !important; border:none !important; color:#666 !important; }



/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget  { margin: 0 0 30px 0; font-size:12px; background: url(images/hr.png) repeat-x bottom left; padding-bottom: 5px; }
.widget h3  { margin: 0 0 5px 0; padding:0 0 15px; font: bold 17px Arial, Helvetica, sans-serif; color:#292a2b; }
.widget p { font:12px/20px Arial, Helvetica, sans-serif; margin-bottom:15px; }

.widget ul  { clear:both; list-style: inside;}
.widget ul li  { border-top:1px solid #dcd9c1; padding: 5px 0px 5px 0px; list-style-image: url(images/ico-arrow.png); padding-left: 5px; }
.widget ul li a  { color:#706e62; padding: 0 0 0 5px; line-height: 22px; text-decoration: none; }
.widget ul li a:hover  { color: #336aa1; text-decoration:underline; }
.widget ul ul  { padding: 0px; border-top: none; }

.widget_recent_comments li, #twitter li  { padding: 6px 0; line-height: 18px; border-bottom: 1px solid #eee; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a  { display: inline; padding: 0; line-height: 18px!important; border: none!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */


/* 4.2 Specific Widgets */

/* WIDGET FORMS */
.searchform  { }
.widget input.s  { float:left; width: 90%; padding: 8px 0 8px 7px; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}
#footer-widgets .widget input.s  { width: 55%; }
.widget .screen-reader-text  { display: none; }
.widget input.submit { float:left; }

.widget input.submit { background: url(images/btn-search.png) no-repeat top left; color: #1d1d1d !important; font-weight: bold; padding: 7px 34px 8px; border: 0px !important; font-size: 12px; margin-left: 0px; margin-top: 5px; margin-bottom: 20px; }

.widget_recent_entries ul li { }
.widget_recent_entries li a { }
/* NETWORK */
.widget ul li.soc-rss { background: url(images/rss-large.png) no-repeat right; padding: 15px 0px; list-style-image:none; }
.widget ul li.soc-rss a { font: bold 17px Arial, Helvetica, sans-serif; color:#292a2b; margin: 0; padding: 0;}
.widget ul li.soc-rss span { color: #9d9a86; }
.widget ul li.soc-twit { background: url(images/twitter-large.png) no-repeat right; padding: 15px 0px; list-style-image:none; }
.widget ul li.soc-twit a { font: bold 17px Arial, Helvetica, sans-serif; color:#292a2b; margin: 0; padding: 0;}
.widget ul li.soc-twit span { color: #9d9a86; }

/* FLICKR */
.widget_woo_flickr h3  {}
.widget_woo_flickr h3 span{color:#0061D8;}
.widget_woo_flickr h3 span span{color:#FF1183;}
.widget_woo_flickr .flickr_badge_image  { float: left; margin: 3px; }

.widget_woo_flickr .wrap  { position: relative; margin-bottom: 20px; padding: 0; }
.widget_woo_flickr a img  { float: left;  margin: 0 0 8px 8px;  display: inline; border-right: 1px solid #DCD9C1; border-bottom: 2px solid #DCD9C1; background:#fff; padding: 5px;}
.widget_woo_flickr a:hover img  { border-right: 1px solid #A8AA99; border-bottom: 2px solid #A8AA99;}

/* LIFESTREAM */
.widget_lifestream ul li  { border-bottom: 1px solid #e0e6e6; }
.widget_lifestream ul li a  { border:none; background:none!important; }
.widget_lifestream ul .lifestream_meta  { color: inherit; }

/* CALENDAR */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;background:#E7E7E7;color:#9E9E9E;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}
#footer-widgets #wp-calendar th,#footer-widgets #wp-calendar td{background:none;color:#fafafa;padding:5px;}


/* Blog Author Widget */
.widget_woo_blogauthorinfo .avatar { padding: 5px; border-right: 1px solid #DCD9C1; border-bottom: 2px solid #DCD9C1; background:#fff; }
.widget_woo_blogauthorinfo .left { float:left; margin:0 10px 5px 0; }
.widget_woo_blogauthorinfo .right { float:right; margin:0 0 5px 10px; }

/* Twitter Widget */
.widget_woo_twitter ul li { background: none !important; }
.widget_woo_twitter ul li a { margin-left: 0px !important; padding: 0px !important; }

/* 4.3 WooTabs */
#tabs {	background:#e6e6e6; height:auto; display: block; padding:5px; margin-bottom:30px; }

#tabs ul.wooTabs { padding:0px; }
#tabs ul.wooTabs li { float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { background:#F8F8F8; text-decoration:none; }
#tabs ul.wooTabs li a {	color:#777; display: block;float: left;padding: 8px; text-transform:uppercase; font:11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; }

#tabs .inside { background:#F8F8F8; padding:5px;}
#tabs .inside li { background:#fff;  }
#tabs #tab-tags { padding:10px; }
#tabs .inside ul { margin:0; border: 1px solid #e6e6e6; border-width:1px 0 1px 0; }
#tabs .inside li { border:1px solid #e6e6e6; border-width:0 1px 1px 1px; padding:10px; }
#tabs .inside li a { color:#555; font:bold 12px/18px Georgia, serif; }
#tabs .inside a:hover{}
#tabs .inside li span.meta { display:block; font:11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase; color:#777; }
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail { border: 1px solid #ddd; padding: 2px;	background-color: #ffffff; float: left;	margin: 0 8px 0 0; }



/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {position:relative;margin:20px 0 0;padding:20px 0 0 0; border-top:1px solid #DCD9C1;}
#comments h3  { color:#333; font-weight:normal; margin-bottom:20px; }
#comments .comment.thread-even { background: #f2f0e0; border:1px solid #e1dec6; }
#comments .comment.thread-odd { background: #edebd8; border:1px solid #e1dec6; }
#comments .comment{margin-top:10px;width:100%;list-style-type:none;}
#comments .comment .comment-container  { position:relative; padding: 20px; }
#comments .comment-head  { margin: 0 0 15px 0; }
#comments  .avatar  { float:left; margin: 0 15px 10px 0; }
#comments  .avatar img{margin: 0;vertical-align: middle;border:1px solid #ddd; padding:3px; background:#fff; }
#comments .comment-head .name  { margin: 0; font-weight: bold; font-size: 15px; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 11px; }
#comments .comment-entry p  { margin: 0 0 10px 0;}
#comments .reply { padding-top:10px; }
#comments .reply a { }
#comments .reply a:hover { }

#comments ul.children{margin:10px 10px 0 25px;padding:0; }
#comments ul.children li {border-top:1px solid #e1dec6; }
#comments .cancel-comment-reply{margin:10px 0;}

#comments .navigation { }
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}

#comments h3#pings { margin-top:25px; }
#comments .pingbacks li.pingback { margin:10px 0; }
#comments .pingbacks li.pingback .reply { display:none; }

/* 5.2 Comments Form */
#respond  { margin: 40px 0 0; }
#respond h3  { color:#292a2b; font-weight:normal; margin-bottom:20px;}
#respond .left { float:left; width:200px; margin-right:15px; }
#respond .right { float:left; width:380px; }
#respond label { font-size:11px; color:#777; }

#commentform  {	margin: 15px 0 0 0;  }
#commentform label  { position:relative; display:inline; vertical-align:top; display:inline-block; margin-top:5px; }
#commentform input.txt, #commentform textarea { font:14px/14px Arial, Helvetica, sans-serif; border-color: #c6c4ae #e1dec6 #e1dec6 #c6c4ae; border-width:1px; border-style:solid;}
#commentform input.txt  { color:#363732; background: #fff; width: 170px; margin: 0 5px 10px 0; padding: 5px 7px; }
#commentform textarea  { color:#363732; background: #fff; width: 95% !important; padding: 5px 7px; }

#commentform #submit  { margin: 15px 0 0 0;  }

.submit { background: url(images/btn-submit.png) no-repeat top left; color: #1d1d1d !important; font-weight: bold; padding: 7px 34px 8px; margin-left: 5px; border: 0px;}
.submit:hover { cursor:pointer; }
.reply a { background: url(images/btn-reply.png) no-repeat top left; font-size: 10px; padding: 6px 6px; text-transform:uppercase; color: #63665e !important; font-weight: bold;}

/* 5.3 Pingbacks / Trackbacks */
h3#pings  { margin: 25px 0 10px 0; }
.pinglist li  { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }


/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
.button, .button:visited, { font-family:Verdana, Geneva, sans-serif; background: url(images/alert-overlay.png); display: inline-block; padding: 5px 10px 6px; color: #fff !important; text-decoration: none; border:none; position: relative; cursor: pointer;}
.button, .button:visited { background-color:#555; }
.button:hover { color: #2a2a2a  !important; text-decoration:none; }
.button:active, .reply a:active { top: 1px !important; }
.small.button, .small.button:visited { font-size: 12px; padding: 6px 9px; text-transform:uppercase; color: #63665e !important; border: 1px solid #c3c0a6 !important;}
.button, .button:visited, .medium.button, .medium.button:visited { font-size: 13px !important; font-weight: bold; line-height: 1; margin-top: 10px; }
.large.button, .large.button:visited { font-size: 14px; padding: 8px 14px 9px; }

/* 6.2 Info Boxes */
p.alert, p.download, p.info, p.note, p.tick {  margin:10px 0 20px 0; padding:9px 10px 9px 50px; }
p.alert { border-top:1px solid #f0baa2; border-bottom:1px solid #f0baa2; background:#ffd9c8 url(images/ico-alert.png) no-repeat 20px 13px; }
p.download { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(images/ico-download.png) no-repeat 20px 13px; }
p.tick { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(images/ico-tick.png) no-repeat 20px 13px; }
p.info { border-top:1px solid #ccc; border-bottom:1px solid #ccc; background:#eee url(images/ico-info.png) no-repeat 20px 13px; }
p.note { border-top:1px solid #efe3ae; border-bottom:1px solid #efe3ae; background:#fef6d2 url(images/ico-note.png) no-repeat 20px 13px; }

/* 6.3 Contact Form */
#contact-page .screenReader { left: -9999px; position: absolute; top: -9999px; }
#contact-page ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;}
#contact-page ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%}
#contact-page ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
#contact-page ol.forms input.txt{width:214px;border-color: #c6c4ae #e1dec6 #e1dec6 #c6c4ae; border-width:1px; border-style:solid;}
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:300px;width:400px; border-color: #c6c4ae #e1dec6 #e1dec6 #c6c4ae; border-width:1px; border-style:solid;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-left:120px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 15px 0 0 120px; }
#contact-page ol.forms li.inline input{width:auto;margin-left:120px;}
#contact-page ol.forms li.inline label{display:inline;float:none;width:auto;}

/* 6.4 Gravity forms */
.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block;float:left; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }
.gform_wrapper input.button { padding: 5px 10px 6px !important; }
.gform_wrapper input { padding: 7px 3px !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 400px !important; padding: 7px 3px !important; }
.gform_wrapper .entry img, .gform_wrapper img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
img.ui-datepicker-trigger { border: 0px; padding: 0px; }

/* 6.5 Timeline Page Template */
#archives { padding: 10px 0 0; }
#archives a { }
h3.archive_year { font: bold 20px Arial, Helvetica, sans-serif; color:#555; }
#archives .archives_list { border-left:4px solid #DCD9C1; list-style: none; list-style-image:none; list-style-position:outside; list-style-type:none; margin: 0 0 15px 15px;}
#archives .archives_list li { clear:left; padding-left:24px; font-size: 12px; font-style: normal; list-style: none; margin-bottom: 10px; }
#archives .archives_list .date { color: #808080; width: 100px; display: inline-block; vertical-align: top;}
#archives .archives_list .linked { width: 320px; display: inline-block; vertical-align: top;}
#archives .archives_list .comments { width: 80px; display: inline-block; vertical-align: top;}
#archives .archives_list .comments a { color: #808080; font-size: 12px; text-decoration: underline; padding-left: 13px;  }
#archives .archives_list .comments a:hover { text-decoration: none; }

/* 6.6 Pricing table */
table.pricing { margin-bottom: 20px; }
.grey-title { width: 160px; border: 1px solid #d4d4d4; background: #E9E9E9; padding: 8px 10px; font-weight: bold; text-align: right; }
.grey { border: 1px solid #d4d4d4; background: #f4f4f4; padding: 8px 10px; text-align: right; }
.cream-title { width: 220px; border: 1px solid #dcd9c1; background: #ECE9D2; font-weight: bold; text-align: center; }
.cream { border: 1px solid #dcd9c1; background: #f7f4dc; padding: 8px 10px; text-align: center; }
.cream-but { border: 1px solid #dcd9c1; background: #f7f4dc; padding-top: 20px; padding-bottom: 20px; text-align: center; height: 30px; }
.beige-title { width: 220px; border: 1px solid #c4c2ae; background: #dcd9c1; font-weight: bold; text-align: center; }
.beige { border: 1px solid #c4c2ae; background: #e8e5cc; padding: 8px 10px; text-align: center;}
.beige-but { border: 1px solid #c4c2ae; background: #e8e5cc; padding-top: 20px; padding-bottom: 20px; text-align: center; height: 30px; }

table.pricing .button, table.pricing .button:visited { background: #3b8729 url(images/alert-overlay.png); padding: 8px 25px 8px 25px;}
table.pricing span { color: #fff; font-size: 15px !important; }