/*  
Theme Name: Headlines
Version: 2.10.0
Description: Designed by <a href="http://www.jepson.no">Magnus Jepson</a>.
Author: WooThemes
Author URI: http://www.woothemes.com

	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 Page Navigation
-2.2.2 Category Navigation
-2.2.3 Search
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer
-2.6.1 Footer Widget Area
-2.7 Featured Area

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi
-3.4 Buttons / Banners
-3.5 Post Author

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 Sidebar Tabs
-4.4 Video

5. COMMENTS
-5.1 Comments
-5.2 Comments Form
-5.3 Pingbacks / Trackbacks 
-5.4 Gravity forms

6. MISC


-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { font: 12px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; line-height: 1.2; color: #333; background:url(images/bground.jpg); }

h1, h2, h3, h4, h5, h6  { margin: 0; font-weight:normal; font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; color: #000; line-height:1; }
h1  {font-size: 36px; } h2  {font-size: 28px;} h3  {font-size: 20px;} h4  {font-size: 18px;} h5  {font-size: 14px;} h6  {font-size: 12px;}

p  {margin: 0;}

/* 1.2 Hyperlinks */

a:link, a:visited  { text-decoration:none; color: #838C1C; }
a:hover  {text-decoration:none;}
.entry a:hover, .widget a:hover {color:#000;}

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; border:none !important;}



/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#container { }
#top { background: #FECF03; }

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 960px; margin: 0 auto; }

/* 2.2 Navigation */
#navigation, #page-nav {font-size:11px;}
#navigation a:hover, #page-nav {border:none;}

#page-nav ul.rss{background:url(images/ico-rss.png) no-repeat right 8px;padding:0 35px 0;}
#page-nav ul.rss li{float:left;width:auto;}
#page-nav ul.rss a { line-height:29px; display:block; padding:0 10px; }

#page-nav a span { display:none; }

/* 2.2.1 Page Navigation */
#page-nav { position:relative; background-color:#000; repeat-x; height:35px; font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; font-size:12px; text-transform:uppercase; }

#page-nav a { color:#fff; text-decoration:none; }
#page-nav a:hover { color:#FFD51F; }

#nav, #nav ul  { position:relative; z-index:200; margin:0; padding:0; list-style:none; line-height:1; }
#nav a  { display:block; z-index:200; padding:0 10px; line-height:35px; text-decoration:none;}
#nav li  { float:left; width: auto; }
#nav li ul  { position: absolute; left: -999em; width: 180px; }
#nav li ul li  { background: #7d7d7d; }
#nav li ul li a  { width:160px; line-height:26px; color:#eee; }
#nav li ul li a:hover  { color:#fff; }
#nav li ul ul  { margin: -26px 0 0 180px; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left:-999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { left: auto; }
#nav li:hover,#nav li.hover  { position:static; }

/* 2.2.2 Category Navigation */

#cat-nav { background-color: #FFD51F;  height: 44px;  position: relative; }
#cat-nav a { color:#261b00; text-decoration:none; }
#cat-nav a:hover { color:#000; }
#cat-nav li:hover { background:#fff5c8; }
#cat-nav a span { font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; font-size:12px; font-weight:normal; color:#9d8000; }
#cat-nav .nav-description { display:block; }
#cat-nav a:hover span { color:#9d8000; }
#secnav li a span.sf-sub-indicator { display:none; }
#secnav li ul li a span.sf-sub-indicator { display:inline; }

#secnav, #secnav ul { border-right: 1px dotted #FFEFAA; line-height: 1; list-style: none outside none; margin: 0; padding: 0; position: relative;
    z-index: 100; }
#secnav a { font-family:'Droid Sans', arial; font-style:normal; font-weight:700; font-size:15px; display:block; z-index:100; padding:13px; line-height:18px; text-decoration:none;}
#secnav li {     border-left: 1px dotted #FFEFAA; float: left; height: 44px; width: auto; }
#secnav li ul  { position: absolute; left: -999em; width: 180px; }
#secnav li ul li  { background:#fff5c8; height:35px; font-size:13px; border-bottom: 1px dotted #fff; }
#secnav li ul li:last-child{border-bottom: none; }
#secnav li ul li a  { font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; width:160px; line-height:30px; padding:0 10px;  font-style:normal; font-weight:400; color:#555; }
#secnav li ul ul  { margin: -30px 0 0 180px; }
#secnav li:hover ul ul, #secnav li:hover ul ul ul, #secnav li.sfhover ul ul, #secnav li.sfhover ul ul ul { left:-999em; }
#secnav li:hover ul, #secnav li li:hover ul, #secnav li li li:hover ul, #secnav li.sfhover ul, #secnav li li.sfhover ul, #secnav li li li.sfhover ul { left: auto; }
#secnav li:hover,#secnav li.hover  { position:static; }

/* 2.2.3 Search */
#cat-nav #search { background:url(images/bg-search.png) no-repeat; height:31px; width:181px; margin-top:14px; position:relative; }
#cat-nav #search input { background:none; border:none; padding:8px 25px 8px 12px; width:156px; margin:0; font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; font-style:italic; font-size:12px; color:#9d9d9d; }
#cat-nav #search input.submit { position:absolute; right:8px; top:7px; width:15px; height:16px; padding:0; margin:0; }

/* 2.3 Header */
#header{padding:25px 0;clear:both;position:relative;}

#logo  { min-height:70px; }
#logo img  { background:url(images/logo.png) no-repeat left top; }
#logo .site-title, #logo .site-description  { display: none; }
#logo .site-title { padding-top:15px; }
#logo .site-title a { color:#fff; font-size:36px; font-weight:bold; line-height:36px; text-transform:uppercase; letter-spacing:-2px; text-shadow: #000 1px 1px 0px; }
#logo .site-title a:hover { text-decoration:none; color:#eee; }
#logo .site-description { color:#bbb; text-transform:uppercase; font-size:11px; text-shadow: #000 1px 1px 0px;}

#topad{position:absolute;right:0px;top:22px;}

#twitter-top { position:absolute;right:0px;top:36px; overflow:hidden; }
#twitter-top div.logo { float:left; background:url(images/bg-twitter.png) no-repeat; width:60px; height:76px;  }
#twitter-top div.tweet { float:left; background:url(images/bg-twitter.png) no-repeat right; max-width:450px; height:76px;  }
#twitter-top img { float:left; margin: 14px 0 0 15px; }
#twitter-top #twitter_update_list { padding:11px 20px 0 0px; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; font-style:italic; color:#eee; line-height:18px; }
#twitter-top #twitter_update_list a { color:#eee; border-bottom:1px dotted; }
#twitter-top #twitter_update_list a:hover { color:#eee; border-bottom:1px solid; }

#page-nav .home-icon { float:left; margin-right:10px;  }
#page-nav .home-icon .ico-home { padding:7px 0 6px 0; }

/* 2.4 Content */
#content{min-height:400px;padding:0; margin:20px auto 30px;}
* html #content{height:400px;}

#main{width:640px;}
#main.fullwidth  { width: 960px; }

/* 2.5 Sidebar */
#sidebar{width:300px;overflow:hidden;}

/* 2.6 Footer */
#footer{ background: none repeat scroll 0 0 #000000; color: #CACACA; font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif;
font-size: 12px; font-style: normal; padding: 15px 0; border-top:4px solid #ffd51f;} 
#footer a { color:#cacaca; }
#footer a:hover { color:#fff; }
#footer #credit img{vertical-align:middle; }
#footer #credit span{display:none;}

/* 2.6.1 Footer Widget Area */
#footer-widgets{ position:relative; background:url(images/bevel-footer-widgets.png) repeat-x top; background-color:#c1c0c0; border-bottom:1px solid #7b7b7b; }
#footer-widgets .container { background:url(images/bg-footer-widgets.png) no-repeat center 2px; padding:30px 0 10px; }
#footer-widgets .block { width:300px; float:left; margin:0 30px 0px 0; }
#footer-widgets .block.last { margin-right:0;; }
#footer-widgets .widget h3  { background:url(images/bg-footer-widget-title.png) repeat-x; text-shadow: #fff 0px 1px 0px;}

/* Featured Area */
#loopedSlider { position:relative; width:960px; background:#e5e5e5; border-bottom: 1px solid #b9b9b9; border-right: 1px solid #d0d0d0; }
#loopedSlider .container { width:640px; height:340px; overflow:hidden; position:relative; background:#fff; border-right:1px solid #d0d0d0; }
#loopedSlider .slides { position:absolute; top:0; left:0; }
#loopedSlider .slides div.slide { position:absolute; top:0; width:640px; display:none; }
#loopedSlider .slides .post-bottom { border-bottom:none; }

#loopedSlider .featured-nav { width:318px; float:right; }
#loopedSlider ul.pagination { list-style:none; padding:0; margin:0;  border-top:1px solid #d0d0d0;}
#loopedSlider ul.pagination li { float:left; border-bottom:1px solid #f6f6f6;}
#loopedSlider ul.pagination li a { width:278px; display:block; padding:15px 20px 15px 20px; opacity:0.7; border-bottom:1px solid #d4d4d4; min-height:52px; }
#loopedSlider ul.pagination li a:hover { opacity:1; background:#eee; }
#loopedSlider ul.pagination li.active a { opacity:1; background:#eee;}
#loopedSlider ul.pagination img { background:#fff; padding:2px; border:1px solid #d1d1d1; float:left; margin-right:10px;}
#loopedSlider ul.pagination em { color:#555; font-family:Georgia, serif; font-weight:bold; line-height:18px; margin-top:10px; font-style:normal; }
#loopedSlider ul.pagination .meta { display:block; font-size:11px; color:#777; line-height:16px; margin:5px 0 0 64px; }


/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

#breadcrumb {}

.archive_header  { display: block; padding:10px 20px 0; margin:0 0 15px; font-size: 18px; font-weight: bold; background:url(images/bg-widget-title.png) repeat-x; height:33px; }
.archive_header .cat { }
.archive_header .catrss { background:url(images/ico-rss.png) no-repeat 2px; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 22px; margin-left:35px; }

.box { margin: 0 0 20px 0;}
.post  { padding:25px 25px 25px; border:1px solid #E9E7D2;  position:relative; background-color:#fff; }

.post-bottom { background:#E4E4E4 url(images/bg-post-bottom.png) repeat-x top; line-height:44px; padding:0px 25px; border-bottom: 1px solid #B9B9B9; border-top: 1px solid #DBDBDB; }
.post-bottom div, .post-bottom div a { color:#777; font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; font-size:11px; text-decoration:none; }
.post-bottom div a:hover { color:#222; }
.post-bottom .cat { background:url(images/ico-cat.png) no-repeat top left; padding:2px 0 2px 25px; height:16px;}
.post-bottom .tags { background:url(images/ico-tags.png) no-repeat top left; padding:1px 0 2px 25px; height:16px;}

.post .title  { margin: 0 0 5px 0; font-weight:400; }
.post .title a:link, .post .title a:visited  { color:#222; }

.post-meta{margin: 0 0 15px 0;font-size:10px;color:#9F9F9F; font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; text-transform:uppercase; line-height:11px;}
.post-meta a { border-bottom:1px dotted; }
.post-meta a:hover { border:none; }
.post-meta img { vertical-align:top; margin:0 5px; }

.post p.tags{background:url(images/ico-tag.gif) no-repeat center left;padding-left:25px;width:100%;clear:both;}
.post .thumbnail { padding:5px; border:1px solid #e2e2e2; background:#fff; margin-top:0; }
.post .video { margin-bottom:20px; }

.entry  { font-size:13px; line-height:20px; }

/* 3.1 Typographic Elements */
.entry h1 {}  .entry h2 {}  .entry h3 {}  .entry h4 {}  .entry h5 {}  .entry h6 {}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {	margin: 0 0 15px 0; }

.entry p  { margin: 0 0 15px 0; }

.entry blockquote  { padding: 10px 30px; color: #666; }
.entry blockquote p  {}

.entry ul  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: disc; }
.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: upper-latin; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */
.entry img, .entry img:hover  { padding: 5px;	border: 1px solid #ccc; }
.entry .wp-caption img , .entry .wp-caption img:hover { border:none; }
img.wp-smiley  { padding: 0; border: none; }

.alignleft  { float: left; width: auto; margin: 10px 20px 10px 0; }
.alignright  { float: right; width: auto; margin: 10px 0 10px 20px; }
.aligncenter, img.aligncenter { display:block; text-align: center; margin:0 auto 10px; }

.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F4; 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-size:11px; text-align:center; }
.entry .wp-caption a:hover { border:none !important; }

/* 3.3 Pagination / WP-Pagenavi */

.more_entries {font-size:13px; line-height:19px; font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif !important; font-style:normal !important; margin: 25px 0;}

.more_entries a { display: block; margin: 0; background:#d8f5ff; font-weight:normal; padding:4px 8px; color:#000; border:1px solid #bde8f8;}

.more_entries a:hover { background:#c3efff; border:1px solid #9cdef6; font-weight:normal; color:#2797c1;}

.more_entries .fl a { background-image:url(images/ico-arrow-left.png); background-repeat:no-repeat; background-position:8px center; padding-left:20px; color:#a4a4a4; }

.more_entries .fr a { background-image:url(images/ico-arrow-right.png); background-repeat:no-repeat; background-position:97% center; padding-right:20px; color:#a4a4a4;}



.more_entries .fl a:hover { color:#329cc4; }

.more_entries .fr a:hover { color:#329cc4; }



.more_entries .wp-pagenavi { margin: 15px 0 0 0; text-align: right;  }

.more_entries .wp-pagenavi a:link,

.more_entries .wp-pagenavi a:visited { display: inline; font-weight:normal; background: #ffd51f;color: #000; padding: 4px 8px; border:1px solid #f2c70c; }

.more_entries .wp-pagenavi .current, 

.more_entries .wp-pagenavi .on,

.more_entries .wp-pagenavi a:hover { padding: 4px 8px; background: #000; color:#fff; font-weight:normal; border:1px solid #000;  }

.more_entries .wp-pagenavi .extend, 

.more_entries .wp-pagenavi span.pages { background: #000; color: #fff; padding: 4px 8px; font-weight:normal; border:1px solid #000;}


/* 3.4 Buttons / Banners */
.entry a.btn, input.submit { background:url(images/bg-button.png) no-repeat center 0; padding:4px 8px; font-weight:200; color:#fff; font:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; font-size:15px; font-style:normal; text-shadow: #777 0px 1px 0px; background-color:#fecf03; border:1px solid #626915; border-radius:4px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.entry a.btn:hover { cursor:pointer; opacity:0.8; }

.post #share { position:relative; height:35px; margin:20px 0 0; padding:1px 0 0 55px;  }
.post #share .banner { background:url(images/banner-share.png) no-repeat; position:absolute; top:0; left:-40px; width:78px; height:36px; color:#fff; font:bold italic 14px Georgia, serif; text-shadow:#555 0 1px ; line-height:29px; padding:0 0 0 16px;}
.post #share a img { padding:0 10px 0 0; opacity:0.7; }
.post #share a:hover img { padding:0 10px 0 0; opacity:1; }

.featured-banner { background:url(images/banner-featured.png) no-repeat; position:absolute; top:14px; left:-14px; width:100px; height:36px; color:#fff; font:bold italic 14px Georgia, serif; text-shadow:#555 0 1px ; line-height:29px; padding:0 0 0 16px; z-index:99;}

/* 3.5 Post Author */
#post-author {background-color:#FFEDED; border: 1px solid #F3DBDB; margin: 0 0 20px; padding: 25px 25px 20px; position: relative;}
#post-author .profile-image {background: none repeat scroll 0 0 #FFFFFF;border: 1px solid #DDDDDD;float:left;margin:0 15px 0 0;padding: 2px;}
#post-author .profile-content h4 {color:#333;margin-bottom: 5px; font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif;}
#post-author .profile-content {color:#CC4C4D;line-height:20px;font-size:13px; padding-left:100px; }
#post-author a {color:#5b274e;}
#post-author a:hover, a:active {color:#000;}


/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget  { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #E9E7D2; color: #555555; font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif;  line-height: 20px;  margin: 0 0 10px;   padding: 0;   position: relative; }
.widget h3  { font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; font-size:14px; line-height:14px; color:#fff; margin: 0; padding:10px 10px 0; height:25px; background-color:#000; }
.widget .textwidget p { padding: 5px 0; }

.widget ul, .widget div, .widget p { padding:0; }
.widget ul  { clear:both; margin:0;}
.widget ul li  {padding:5px 8px; margin:2px;  background:#f9f7ec; }
.widget ul li a  { font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; color: #777777; font-size: 12px; font-weight: normal; line-height: 20px; padding: 0; text-decoration: none; }
.widget ul li a:hover  { color: #fff; }
.widget ul li:hover  { color:#fff; background:#ccc; }
.widget ul ul  { margin:0; padding:0; border-top: none; }
.widget ul ul li  {  border: 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; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */
.widget_tag_cloud a { color:#777; }
.widget_tag_cloud div { padding-top:5px; }

.adspace-widget {background:none; border:none; }
.adspace-widget a:hover {border:none;}

#advert_125x125 { padding:18px 0 5px 18px; }
#advert_125x125 img { padding:0 8px 8px 0; }
#advert_125x125 a:hover {border:none;}
.adspace-widget.widget { border:0; }

/* 4.2 Specific Widgets */

/* WIDGET FORMS */
.widget #searchform { margin: 15px 0 0 15px; }
.widget select { margin: 15px 0 15px 15px; }
.widget input#s, .widget input.field, .widget select { width: 250px; padding: 3px 0 3px 5px; border: 1px solid #ccc; }
.widget input.submit  {}
.widget .screen-reader-text  { display: none; }

#search_main form div{position:relative;height:33px;;margin-bottom:25px;}
#search_main input.field{ float:left; border: 1px solid;border-top-color: #C5C3C3;border-left-color: #C5C3C3;border-right-color: #EDEDED;border-bottom-color: #EDEDED;background: #fff;font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif;font-size: 12px;padding: 7px 10px; font-style:italic; margin:0 5px 5px 0; color:#999; width:170px;}
#searchform .submit { padding:5px 8px; font-family:Georgia, serif; }
#searchform .submit:hover { opacity:0.8; cursor:pointer; }

/* FLICKR */
#flickr h3  {}
#flickr h3 span{color:#0061D8;}
#flickr h3 span span{color:#FF1183;}
#flickr .flickr_badge_image  { float: left; margin: 0; padding:0; }

#flickr .wrap  { margin: 10px; padding: 0; }
#flickr a img  { float: left;  margin: 5px 0 5px 10px;  display: block; border: #CECFC6 1px solid; padding: 3px; width:70px; height:70px; }
#flickr a:hover img  { border:#A8AA99 1px solid; }

/* 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;}

/* AUTHOR */
#author .widget_title img { vertical-align:top; margin-right:10px; margin-top:-2px; }
#author .wrap { padding:10px 5px; }
#author img.avatar { padding:2px; background:#fff; border:1px solid #ddd; }
#author .author-info { float:left; width:190px; font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; font-size:10px; text-transform:uppercase; line-height:16px; padding:2px 0 0 0px; color:#777; }
#author .author-desc { font-style:italic; }

/* 4.3 Sidebar Tabs */

#tabs {	background:#fff; height:auto !important; border:1px solid #e9e7d2;display: block; margin-bottom:10px; padding: 0; }
.widget_woo_tabs { border: none; }
.widget.widget_woo_tabs div { padding: 0; }
#tabs .inside { padding:3px !important;padding: 2px; padding-top:0 !important; }
#tabs ul.wooTabs { height:41px !important; margin: 0; background-color: #ffd51f; padding:0 10px; }
#tabs ul.wooTabs li { background: none repeat scroll 0 0 transparent; border: none; padding: 0; float: left; display:inline;font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; font-size: 13px; color: #ffffff; margin:0px 1px 0px 0px !important; cursor: pointer; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { border:none; color:#000; text-decoration:none; background:url(images/bg-tabs-selected.png) no-repeat center 41px; }
#tabs ul.wooTabs li a {	color:#8b7b35; line-height: 42px; display: block;float: left;padding: 0 10px 10px; text-transform:uppercase; }
#tabs #tagcloud, #tabs .inside li { padding:10px; font-family:Georgia, serif;}
#tabs .inside ul { margin:0 5px 5px;padding: 0;  }
#tabs .inside li { background: none repeat scroll 0 0 transparent; border-bottom:1px solid #EDEDED }
#tabs .inside li a { color:#000; font-weight:normal; line-height:20px; line-height:18px; font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; font-size:13px; }
#tabs .inside a:hover{ border-bottom:1px dotted;}
#tabs .inside li span.meta { display:block; font-size:10px; text-transform:uppercase; color:#777; font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; line-height:20px; }
#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; }

/* 4.4 Sidebar Video */

#video .inside { padding:0; }
#video .inside div { padding:7px; }
#video ul.wooTabs { margin:0; padding:0 14px 5px; }
#video ul.wooTabs li { background:#fafafa; border:1px solid #eee; padding:0 10px; margin-bottom:5px; }


/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {background:#ececec; border-top:1px solid #f5f5f5; border-bottom: 1px solid #dadada; position:relative;margin-top:20px;padding:25px 25px 20px;}
#comments h3{ font-size:16px; color:#777; padding-bottom:10px; }
#comments .comment{margin-top:10px;width:100%;list-style-type:none;}
#comments .avatar  { float: left; }
#comments img.avatar  { background:#fff; padding:4px; border:1px solid #ddd; }
#comments .comment-right  { margin-left: 95px; }
#comments .comment .comment-container  { padding: 3px 0; }
#comments .comment-head  { background:#e4e4e4 url(images/bg-comment-head.png) repeat-x bottom; border:1px solid #d8d8d8; height:40px; line-height:40px; padding:0 15px;margin: 0; }
#comments .comment-head .name  { font-family:Georgia, serif; font-style:italic; margin: 0 0 -5px 0; font-weight: bold; font-size: 12px; }
#comments .comment-head .date { margin-right:10px; }
#comments .comment-head .date a, #comments .comment-head .edit { font-size: 11px; color:#777; }
#comments .comment-entry { background:#fff; border:1px solid #d8d8d8; color:#555; padding:20px 15px 10px 15px; border-width:0 1px 1px 1px; font-size:14px; line-height:20px; }
#comments .comment-entry p  { margin: 0 0 10px 0;}

#comments ul.children{background: url(images/ico-comment-reply.png) no-repeat 0 25px; padding:0 0 0 25px;margin:0;}
#comments .cancel-comment-reply{margin-bottom:10px;}

#comments .navigation { }
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}

#comments a.comment-reply-link { background:url(images/bg-button.png) no-repeat center 0; padding:2px 6px; color:#fff; font:Georgia, serif; font-size:12px; font-style:italic; text-shadow: #777 0px 1px 0px; background-color:#aaa; border:1px solid #999; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
#comments a.comment-reply-link:hover { cursor:pointer; opacity:0.8; }

/* 5.2 Comments Form */
#respond  { background:#ececec; border-top:1px solid #f5f5f5; margin: 0; padding:25px 25px 20px; border-bottom: 1px solid #bbb;}
#comments #respond { padding:20px 0; }
#respond h3  { font-size:16px; color:#777; padding-bottom:10px;  }
#respond .left { float:left; width:200px; }
#respond .right { float:left; width:380px; }
#commentform  {	margin: 15px 0 0 0; font-family:Arial, Helvetica, sans-serif; }
#commentform input.txt  { color:#555;width:180px; margin: 0 5px 10px 0; padding: 7px 5px; border: 1px solid #eee; }
#commentform textarea  { color:#555;width: 95%!important; padding: 5px; border: 1px solid #eee; }
#commentform #submit  { margin: 15px 0 0 0; }
#commentform input.txt, #commentform textarea { border: 1px solid;border-top-color: #C5C3C3;border-left-color: #C5C3C3;border-right-color: #EDEDED;border-bottom-color: #EDEDED; }

#commentform #submit { font-family:Georgia, serif; background:url(images/bg-button.png) no-repeat center 0; padding:4px 8px; color:#fff; font:Georgia, serif; font-weight:bold; font-size:12px; font-style:italic; text-shadow: #555 0px 1px; background-color:#6694ac; border:1px solid #557c90; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
#commentform #submit:hover { cursor:pointer; opacity:0.8; }

/* 5.2 Pingbacks / Trackbacks */
h3#pings  { margin: 20px 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; }

/* 5.3 Gravity forms */
.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }
.gform_wrapper input { padding: 7px 3px !important; background: #FCFCFC; border: 1px solid #E2E2E2; }
.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; background: #FCFCFC; border: 1px solid #E2E2E2; }
.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; }
.gform_wrapper input.button { background: #999 no-repeat; border: 1px solid #777; color: white !important; padding: 5px 15px !important; font-size: 12px !important; font-style: italic !important; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.gform_wrapper input.button:hover { cursor:pointer; opacity:0.8; }

/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/
#lbCenter, #lbBottomContainer{ z-index:9999 !important; }
#lbOverlay { z-index:9998 !important; }

/*-------------------------------------------------------------------------------------------*/
/* 7. Search Box in Top Bar */
/*-------------------------------------------------------------------------------------------*/

.takeRight{ float:right; margin-top:5px; }
.my-search-txtBox { font-family:"Lucida Grande","Lucida Sans Unicode",helvetica,arial,sans-serif; color:#999; font:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; font-size:12px; font-style:normal; background-color:#fff; border:1px solid #fff; height:20px; width:170px; text-indent:5px; }
.my-search-submit { font-family:"Lucida Grande","Lucida Sans Unicode",helvetica,arial,sans-serif; color:#fff; background-color:#9d8000; width:65px; border:0px; cursor:pointer; padding:3px 0px;  }

/*-------------------------------------------------------------------------------------------*/
/* 8. Facebook Box */
/*-------------------------------------------------------------------------------------------*/

.my-facebook-box{
	margin:10px 0; background-color:#fff;
}
#full-Box { width: 300px; margin-bottom: 10px; }

#full-Box h2 { 	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; 	font-size: 13px; font-weight: bold; color: #fff;
text-decoration: none; background-color: #000; padding: 11px 7px; margin:0px; }

#rightBox {	float: left; margin-left: 10px; }

#leftBox { float: left; }

#half-Box { width: 300px; }

#half-Box h2 { font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; font-size: 14px; font-weight: bold; color: #000;
text-decoration: none; background-color: #ffd51f; padding: 10px 7px; margin:0px; }

#half-Box ul { list-style-type: none; float: left; padding: 8px 0px 8px 7px; margin: 0px; background-color: #fff; border-left: 1px solid #e9e7d2;
border-bottom: 1px solid #e9e7d2; border-right: 1px solid #e9e7d2; }

#half-Box ul li { font-size: 12px; font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; float:left; padding: 10px 0px; margin-right: 5px; }

#half-Box ul li a:link, #half-Box ul li a:visited { color: #837b57; background: #F4F4F3; padding:5px; text-decoration: none; }

#half-Box ul li a:hover, #half-Box ul li a:active { color: #000; text-decoration: underline; }


/*-------------------------------------------------------------------------------------------*/
/* 9. Subscribers Bar */
/*-------------------------------------------------------------------------------------------*/

.followers-bar { 	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif;
	color: #000000;
	background-color: #fce7d5;
	border: 1px solid #ffd8b9;
	padding:15px; margin-bottom:25px;
	font-size:13px;
	float:left;
	width:555px; }

.subscription-title{
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif;
	font-size:16px;
	font-weight:bold;
}

.sign-up-form{	margin-top:15px; }

.sign-up-txtbox{ 	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:19px;
	padding: 5px;
	border-top:solid 1px #b5b5b5;
	border-left:solid 1px #b5b5b5;
	border-right:solid 1px #eaeaea;
	border-bottom:solid 1px #eaeaea;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif;
	font-size: 13px;
	width:350px;
	color: #999999;
	background-color: #f7f7f7; }

.sign-up-button{ 	background: #ff4400; /* Old browsers */
	color:#FFFFFF;
	border:1px solid #ff4400;
	padding:3px 12px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif;
	font-size: 13px;
	font-weight:bold;
	margin-left:5px; }

/*-------------------------------------------------------------------------------------------*/
/* 10. Footer Columns */
/*-------------------------------------------------------------------------------------------*/
	
#footerCols { width: 100%; line-height: 25px;	float: left;  }
#footerCols h3{	color:#ffd51f; font-size:20px; font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; }
#footerCols h4{	color:#ffd51f; font-size:17px; font-style:normal; padding-top:15px; font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; }
#footerCols p{ margin-top:15px; color:#958f74; line-height:21px; margin-bottom:15px; width: 90%; }
#footerCols ul { margin: -10px 0px 0px 0px; padding: 0px; list-style-type: none; }
#footerCols li { margin-right: 4px; float: left; }
#footerCols a:link, #footerCols a:visited { text-decoration:none; }
#footerCols a:hover, #footerCols a:active { text-decoration:none; }

/*-------------------------------------------------------------------------------------------*/
/* 11. WP STATS SMILEY HIDDEN CODE */
/*-------------------------------------------------------------------------------------------*/

img#wpstats{position:absolute;top:0;width:0px;height:0px;overflow:hidden}


/*-------------------------------------------------------------------------------------------*/
/* 11.Post bottom Social links setings */
/*-------------------------------------------------------------------------------------------*/
.postsocialLinks
	{border:1px solid #e5e3e3; background:#f8f8f8; margin:0 0 20px 0; padding:10px 5px; }

.follow-rss {
    background: none repeat scroll 0 0 #F2F2F2;
    border-right: 1px solid #E5E3E3;
    border-top: 1px solid #E5E3E3;
    float: left;
    padding: 7px 48px;
    width: 75px;
}
.follow-twitter {
    background: none repeat scroll 0 0 #ECF8FF;
    border-left: 1px solid #E5E3E3;
    border-top: 1px solid #E5E3E3;
    float: left;
    padding: 10px 15px;
    width: 245px;
}
.follow-google {
    background: none repeat scroll 0 0 #FFF3E1;
    border-left: 1px solid #E5E3E3;
    border-right: 1px solid #E5E3E3;
    border-top: 1px solid #E5E3E3;
    float: left;
    padding: 10px 35px;
    width: 68px;
height: 20px;
}

.google-badge{
    margin: 35px 0 0 10px;
}

h3.postLinksTitle
	{ float: left; font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; padding: 10px 5px; font-size:24px;}
.socialIconsContainer_Single_post
	{border-bottom:1px solid #cccccc; }

.sociallinkswidget
	{display:inline; float:left; margin:10px 7px;}	

.postTopSocials
	{ border-top:1px solid #cccccc; border-bottom:1px solid #cccccc;padding:5px 0;}
.enjoy-rss
	{ text-decoration:none; font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif; font-size: 11px; line-height: 20px; background:url(images/rss-icon-post.png) left center no-repeat; padding-left:20px; float:right; color:#464646 !important;}

.page-bottom-headings{
	margin:25px 0 15px 0;
}

.related-posts-links{
    font-size: 13px;
    margin: -5px 0 20px 25px;
}
.related-posts-links li{
	line-height:22px;
    list-style: circle outside none;
}
.related-posts-links li a:hover{ text-decoration:underline; }

/*-------------------------------------------------------------------------------------------*/
/* 12.Page Top Ad */
/*-------------------------------------------------------------------------------------------*/

.page-top-ad { height:110px;}

.my-footer-ad {padding:10px 0 40px 0; text-align:center;}

.sidebar-margins{margin:10px 0; }

.page-top-text-ad {  float: left; margin: 10px 2px 15px 0; }
.bsa-top-ad { margin-top: 15px; }


.social-single {
    margin: 10px 0 20px;
}

#twitterbutton, #likebutton, #stumblebutton, #sharebutton, #linkedinshare, #plusonebutton {
    display: block;
    float: left;
}

#sharebutton {
    margin-left: 0;
    margin-right: 15px;
    margin-top: 0;
}
#tweetmeme {
padding-top: 1px;	
}
#stumblebutton {
    margin: 1px 15px 15px 10px;
}
#linkedinshare {
    margin-left: -15px;
}
#plusonebutton {
    margin-left: -22px;
}

.rsswidget a:link{

color:#fff !important;

}
.google-sidebar{
	margin-bottom:10px;
}
.my-ad-img{
	border:none !important; padding:0px !important;
}

.post-bottom-ad{
	float:left;
	padding:15px 0;
}
.google-bottom-post-ad { margin:20px 0; }
.page-info {
    color: #838C1C;
    font-size: 13px;
    font-style: italic;
    padding: 10px 0 15px;
}


.social-widget {
width:278px;
padding:15px 10px;;
margin:0 0 10px 0;
border: 1px solid #CCCCCC;
background-color:#FFFFFF

}

.twitter-btn, .google-btn, .facebook-btn, .pinit-btn, .linkedin-btn {
	display:block;
	float:left;
}
.twitter-btn{
	padding:0 5px 0 0;
}
.facebook-btn{
    height: 80px;
    padding: 0 7px 0 0;
    width: 45px;
}
.google-btn{
	padding: 0 5px 0 0;
}
.pinit-btn{
	padding:0 0 0 10px;
}
.linkedin-btn{
padding: 0;
    width: 55px;
}
.envato-style{
	padding-left:15px;
}

.top-nav-ad{ margin-top: 15px; text-align: center; }



.buy-button {
   background: #e4be00;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffd502), to(#e4be00));
   background: -webkit-linear-gradient(top, #ffd502, #e4be00);
   background: -moz-linear-gradient(top, #ffd502, #e4be00);
   background: -ms-linear-gradient(top, #ffd502, #e4be00);
   background: -o-linear-gradient(top, #ffd502, #e4be00);
   padding: 20px 40px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   color: #ffffff !important;
   font-size: 18px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.buy-button:hover {
   background: #de4e1e;
   color: #ffffff !important;
   }
.buy-button:active {
   background: #de4e1e;
   }
.woo-sc-hr, .woo-sc-divider {
margin-bottom: 0px !important;
padding-top: 0px !important;
}
.button-placement {
	margin:60px auto !important; text-align:center;
}
.side-ad {
width:268px; background-color:#ffffff; padding:15px; margin-bottom:10px; border:1px solid #e9e7d2;
}