/*  
Theme Name: Headlines
Version: 1.0.5
Description: Designed by <a href="http://www.jepson.no">Magnus Jepson</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
*/

/* 

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

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

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



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

/* 1.1 Defaults */

body  { font: 12px Arial,Helvetica,Sans-serif; line-height: 1.2; color: #444; background-color: #2e3742; }

h1, h2, h3, h4, h5, h6  { margin: 0; font-family: Arial,Helvetica,Sans-serif; color: #000; line-height:1; }
h1  {font-size: 28px; font-family: Georgia, Times New Roman; color: #8868be; font-style: italic; font-weight: normal; margin-bottom: 10px; }
h2  {font-size: 24px;}
h3  { font-size: 20px; color: #454545; }
h4  { font-size: 15px; line-height:16px; color: #333; }
h5  { font-size: 14px; color: #333; }
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 {border-bottom:1px dotted;}
.entry a:hover img, .entry img a:hover { border-bottom: 1px solid #ccc; }
.entry a.nobrdr, .entry a.nobrdr:hover, center a:hover { border: 0; }

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;}



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

/* 2.1 Containers & Columns */
#container { }
/* OLD #top { background: #1a3964 url('http://i.insidethewebb.com/graphics/header-bg.jpg') no-repeat top center; } */
#top { background: #283a56; }

.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; }

#TwitterTopLink { color: #5c9ef6 !important; }

/* 2.2.1 Page Navigation */
#page-nav { position:relative; background:url(images/bg-pagenav1.png) repeat-x; height:29px; font-family:Verdana, Geneva, sans-serif; font-size:10px; text-transform:uppercase; font-weight: bold; }
#page-nav a { color:#eee; text-decoration:none; text-shadow: #333 0px 1px 0px; }
#page-nav a:hover { /*background:url(images/nav-hover.png) repeat; */color:#b99ef4; }
#page-nav .ico-home { padding:7px 0 6px 0; }

#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:29px; 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 { position:relative; background:url(images/bg-catnav-25.png) repeat-x bottom; height:58px; border-top:1px solid #fff; }
#cat-nav a { color:#333; text-decoration:none; text-shadow: #fff 0px 1px 0px; }
#cat-nav a:hover { color:#000; }
#cat-nav li:hover { color: #68a520; }
#cat-nav a span { font-family: Verdana, Geneva, sans-serif; font-size:11px; font-style:normal; font-weight:400; color:#888; text-shadow:none;}
#cat-nav a:hover span { color: #555; }
#secnav li a span.sf-sub-indicator { display: none; }
#secnav li ul li a span.sf-sub-indicator { display: inline; }

#secnav, #secnav ul { position:relative; z-index:100; margin:0; padding:0; list-style:none; line-height:1; /*background: url(images/secnav-div.png) no-repeat right;*/ }
#secnav { margin-left: -15px !important; }
#secnav a { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size:15px; display:block; letter-spacing:-0.03em; z-index:100; padding:0 15px; line-height:58px; text-decoration:none;}
#cat-nav div ul li:hover a { color:#659131; }
#secnav li { float:left; width: auto; /*background: url(images/secnav-div.png) no-repeat left;*/ height:58px; }
#secnav li ul  { position: absolute; left: -999em; width: 180px; }
#secnav li ul li  { background:url(images/bg-catnav-25.png) repeat-x bottom; border:1px solid #ddd; border-width:0 1px; height:30px; }
#secnav li ul li a  { font-family:Verdana, Geneva, sans-serif; width:160px; line-height:30px; padding:0 10px; font-size:11px; 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; }


/* Search Bar */
#cat-nav #search { margin-top:14px; position: relative; }

#cat-nav #search input { background: fefefe; padding: 8px 25px 8px 12px; margin: 0; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 12px; color: #7e7e7e; width: 160px; }
#cat-nav #search input.submit { position: absolute; background: #fefefe; border: 0; right: 8px; top: 7px; width: 15px; height: 16px; padding: 0; margin: 0; }

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

#logo  { }
#logo img  { }
#logo a:hover { border:none; }

#logo .site-title, #logo .site-description  { display: none; }

#topad{position:absolute;right:0px;top:36px;}

#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; }

/* 2.4 Content */
#content { padding-left: 22px; padding-right: 22px; padding-top:19px; padding-bottom: 25px; min-height: 400px; margin: 20px auto 30px; background: #272e37; border: 1px solid #191d22; }
* html #content { height: 400px; }

#main { width: 640px; }
#main.fullwidth  { width: 960px; }

/* 2.5 Sidebar */
#sidebar { width: 300px; overflow: hidden; }

/* 2.6 Footer */
/*
#footer { background:#828282; color:#cacaca; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:11px;padding: 25px 0;border-top: 1px solid #b3b3b3;}
#footer a { color:#cacaca; }
#footer a:hover { border-bottom:1px dotted; }
#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; }
#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; }


/* New Footer Area */
#foot { background: #d7e3f6 url('images/footer-bg.gif') repeat-x; font-family: Arial, Helvetica, sans-serif; padding-top: 10px; padding-bottom: 25px; border-top: 1px solid #8eafde; margin-left: -20px; }
#fcontainer { width: 960px; margin: 0 auto; background: none; }
.col { padding: 0 20px; float: left; margin-right: 10px; background: none; }


#foot .col h3 { font-size: 14px; font-weight: normal; color: #333; margin-bottom: 4px; }
#foot .col ul, #foot .col .pagenav, #foot .col ul li, .col li.categories { list-style: none; }
#foot .col ul li { font-size: 11px; margin-bottom: 5px; }
#foot .col ul li a { color: #616161; }
#foot .col ul li a:hover { border-bottom: 1px dotted #616161; }

#foot .col .foot-cat-separator { display: block; float: left; margin-left: 30px; }

#footer-cats ul { margin-left: -30px; }

#around-the-webb { margin-left: 0; }


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

#breadcrumb {}

.archive_header  { display: block; padding:10px 20px 0; margin:0 0 15px; font-size: 18px; font-weight: bold; background:#f5f5f5;/*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; }
.archive_header .catrss a:hover { text-decoration: underline; }

.box { background: #fefefe url(images/bg-box.png) repeat-x; margin: 0 0 20px 0; }
.post  { padding:25px 25px 20px; border:1px solid #fff;  position:relative; }
.post p.404error { font-size: 14px; line-height: 22px; margin-bottom: 15px; color: #555; }

.post-bottom { background: #aeb1b7 url('images/bg-post-bottom-linear.png') repeat-x; line-height: 44px; padding: 0px 25px; }
.post-bottom div, .post-bottom div a { color: #2d2e2f; font-family:Verdana, Geneva, sans-serif; font-size:11px; text-decoration:none; text-shadow: #dfe1e3 0px 1px 0px; }
.post-bottom div a:hover { color: #010101; }
.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  { position:relative; margin: 0 0 5px 0; font-family: Georgia,"Nimbus Roman No9 L",serif; font-style: italic; letter-spacing: -1px; font-weight: normal; font-size:36px; line-height: 41px; color: #444; }
.post .title a:link, .post .title a:visited  { color: #4c8cb4; }
.post .title a:hover { color: #89c2e6; border-bottom: 1px dotted #89c2e6; text-decoration: none; }

.post-meta{margin: 0 0 15px 0;font-size:10px;color:#9F9F9F; font-family:Verdana, Geneva, 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:4px; border:1px solid #e2e2e2; background:#fff; margin-top:0; }
.post .video { margin-bottom:20px; }

.entry  { font-size:14px; line-height:23px; }

/* 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 h1 { font-family: Georgia, Times New Roman, serif; font-size: 26px; font-weight: normal; color: #b0b0b0; font-style: italic; line-height: 28px; color: #3a3a3a; }
.entry h2 { font-family: 'Book Antiqua', Palatino, Times New Roman, serif; font-weight: normal; color: #6040a4; font-size: 24px; line-height: 22px; margin-bottom: 15px; }
.entry h3 { font-size: 18px; text-transform: normal; line-height: 27px; font-weight: normal; color: #5a6e4f; font-style: italic; font-family: Georgia, Times New Roman, serif; }
.entry h4 { color: #5495cb; line-height: 24px; font-size: 16px; font-weight: normal; }
.entry h5 { font-size: 16px; line-height: 16px; color: #402f13; font-family: Arial, Tahoma, sans-serif; font-variant: small-caps; margin-bottom: 10px; font-weight: normal; }

.entry p  { margin: 0 0 15px 0; color: #555; }

.entry blockquote  { padding: 7px 30px; margin-bottom: 15px; color: #666; border-left: 3px solid #cacaca; }
.entry blockquote p  { margin: 0; }

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

.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  { padding: 5px;	border: 1px solid #ccc; }
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  { text-align: center; margin-bottom:10px; }

.wp-caption { padding: 1px; text-align:center; background:#F8F8F4; border: solid 1px #e6e6e6; }
.wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.wp-caption-text { margin:0; padding:0; font-size:11px; text-align:center; }

/* 3.3 Pagination / WP-Pagenavi */
.more_entries { font-size:12px; line-height:18px; font-family:Georgia, serif !important; font-style:italic !important; }
.more_entries a { display: block; margin: 0; background:#fefefe; padding:4px 8px; color: #333; text-shadow: #eef3fa 0px 1px 0px; border: 1px solid #ccc;}
.more_entries a:hover { background:#f1f5fc; border:1px solid #ccc; text-decoration: underline; }
.more_entries .fl { margin-bottom: 10px; }
.more_entries .fl a { color:#233f55; background-image:url(images/ico-arrow-left.png); background-repeat:no-repeat; background-position:8px center; padding-left:20px; }
.more_entries .fr a { color: #233f55; background-image: url('images/ico-arrow-right.png'); background-repeat: no-repeat; background-position: 98% center; padding-right: 20px; }

.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; text-decoration: none; background: #efefef;color: #777; padding: 4px 8px; border:1px solid #ccc; }
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover { padding: 4px 8px; background: #ddd; color:#777; text-shadow: #fff 0px 1px 0px; border:1px solid #ccc;  }
.more_entries .wp-pagenavi .extend, 
.more_entries .wp-pagenavi span.pages { background: #efefef;color: #777; padding: 4px 8px; text-shadow: #fff 0px 1px 0px; border:1px solid #ccc;}

/* 3.7 Buttons / Banners */
.entry a.btn, input.submit { background:url(images/bg-button.png) no-repeat center 0; padding:4px 8px; color:#fff; font:Georgia, serif; font-size:12px; font-style:italic; text-shadow: #777 0px 1px 0px; background-color:#838C1C; border:1px solid #626915; border-radius:3px; -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;}


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

/* 4.2 Generic Widgets */
.widget  { position:relative; margin: 0 0 20px 0; background:#fefefe url(images/bg-box.png) repeat-x; padding:0; color:#555; font-family:Georgia, "Times New Roman", Times, serif; line-height:20px; }

.widget h3  { font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height:14px; color:#666; margin: 0; padding:14px 15px 0; height:30px; background:url('images/bg-widget-title.png') repeat-x; color: #4e5660; font-weight: normal; font-style: italic; font-family: Georgia, Times New Roman; }

.widget .textwidget p { padding: 5px 0; }

.widget ul, .widget div, .widget p { padding:0px 15px 10px; }
.widget ul  { clear:both; margin:5px 0;}
.widget ul li  { background: /* HIDE OLD BULLET url(images/ico-bullet.png)*/ url('http://i.insidethewebb.com/graphics/bullet_green.png') no-repeat 4px 12px; padding-left:20px; border-bottom: 1px solid #ededed; }
.widget ul li a  { padding:0px 0; line-height: 30px; text-decoration: none; color:#777; }
.widget ul li a:hover  { color: #000; border-bottom:1px dotted; }
.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; }

#advert_300x250 {background:none; border:none; }
#advert_300x250 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;}

/* 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:Georgia, "Times New Roman", Times, 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; position: relative; 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:Verdana, Geneva, 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:#FEFEFE url(images/bg-box.png) repeat-x;; height:auto !important; border:1px solid #fff;display: block; }
#tabs .inside { padding:5px !important;padding: 2px; padding-top:0 !important; }
#tabs ul.wooTabs { height:53px !important; background: url(images/bg-widget-title.png) repeat-x center top; padding:0 10px; }
#tabs ul.wooTabs li { float: left; display:inline;font-family:Verdana, Geneva, sans-serif; font-size: 10px; color: #ffffff; margin:0px 1px 0px 0px !important; cursor: pointer; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { color:#838C1C; text-decoration:none; background:url(images/bg-tabs-selected.png) no-repeat center 41px; }
#tabs ul.wooTabs li a {	color:#777; 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; }
#tabs .inside li { border-bottom:1px solid #EDEDED }
#tabs .inside li a { color:#555; font-weight:bold; line-height:20px; line-height:18px; }
#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:Verdana, Geneva, 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: #fefefe; border-top: 1px solid #a7b4c7; border-bottom: 1px solid #c4d1e5; position:relative;margin-top:20px;padding:25px 25px 20px;}
#comments h3 { font-size: 18px; line-height: 22px; color:#333; font-weight: normal; font-style: italic; padding-bottom:10px; font-family: Georgia, Times New Roman; }
#comments .comment{ margin-top: 10px; margin-bottom: 20px; width: 100%; list-style-type: none; }
#comments .avatar  { float: left; }
#comments img.avatar  { background: #fff; padding: 4px; border: 1px solid #a5af92; }
#comments .comment-right  { margin-left: 95px; color: #4d573a;  }
#comments .comment-right .comment-head { text-shadow: #dbe8c3 0px 1px 0px; }
#comments .comment-right .comment-head a, #comments .comment-right .comment-head .date a { color: #fefefe; text-shadow: #556040 0px 1px 0px; }
#comments .comment-right .comment-head a:hover, #comments .comment-right .comment-head .date a:hover { border-bottom: 1px dotted #fefefe; }
#comments .comment .comment-container  { padding: 3px 0; }
#comments .comment-head  { background: #e4e4e4 url(images/bg-comment-head-digg2.png) repeat-x bottom; border:1px solid #859070; 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: #e7f5d5; border: 1px solid #859070; 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 .comment-entry a { color: #28637c; }
#comments .comment-entry a:hover { border-bottom: 1px dotted #28637c; }

#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: #f4f6fa; border-top: 1px solid #e6edf4; border-bottom: 1px solid #c4d1e5; border-right: 1px solid #c4d1e5; border-left: 1px solid #c4d1e5; margin: 0; padding:25px 25px 20px; }
#comments #respond { padding:20px 0; }
#respond h3  { font-size: 21px; color:#444; font-weight: normal; font-style: italic; padding-bottom:10px; font-family: Georgia, Times new Roman;  }

/****** OLD CSS
#respond .left { float:left; width:200px; }
#respond .right { float:left; width:380px; }
******/

#respond .left { display: block; margin-bottom: 5px; }
#commentform  {	margin: 15px 0 0 0; font-family:Arial, Helvetica, sans-serif; }


/***** OLD CSS
#commentform input.txt  { color:#555;width:180px; margin: 0 5px 10px 0; padding: 7px 5px; border: 1px solid #eee; }
******/


#commentform input.txt { color: #555; width: 265px; margin: 0 5px 10px 0; font-size: 16px; padding: 7px 6px; border: 1px solid #eee; }


/***** OLD CSS
#commentform textarea  { color:#555; width: 95%!important; padding: 5px; border: 1px solid #eee; }
******/

#commentform textarea { color: #555; font-family: Arial, Tahoma, sans-serif; font-size: 16px; padding: 7px 10px; border: 1px solid #eee; width: 430px; height: 180px; background: #fff url('http://i.insidethewebb.com/graphics/comment-box-bg.png') no-repeat bottom right; }

#commentform #submit  { margin: 15px 0 10px 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; }

.featured-image-l {background: #fff; padding: 6px; border: 1px solid #ddd; float: left; margin-right: 5px; }
.featured-image-r { background: #fff; padding: 6px; border: 1px solid #ddd; float: right; margin-left: 5px; }

.article-screenshot { display: block; text-align: center; margin-top: 6px; margin-bottom: 5px; background: #fff; padding: 6px; border: 1px solid #ddd; }

.img-float-l { float: left; margin-right: 5px;}
.img-float-r { float: right; margin-left: 5px;}

.brdr { border: 1px solid #ddd; margin-bottom: 5px; }
.displayimg { padding: 5px; background: #fff; border: 1px solid #dddddd; }

.img-centerfeature { padding:4px; border: 1px solid #ccc; margin-bottom:8px; }

.cntcinput { font-family: Arial, sans-serif; font-size: 16px; color: #666; padding: 5px 7px; }
.cntctxtarea { font-family: Arial, Tahoma, sans-serif; font-size: 16px; color: #555; width: 470px; padding: 5px 8px; }
.cntcsub { font-family: Arial, sans-serif; font-weight: bold; color: #666; padding: 7px 10px; }

.nobrdr, a.nobrdr, a.nobrdr:hover { border: 0; }

/* Author Info Box */
#authorInfo { background: #ebf0f9 url('http://i.insidethewebb.com/graphics/author-info-book-bg.gif') no-repeat bottom right; border: 1px solid #aab8cb; padding: 8px 12px; height:150px; }
#authorInfo h1 { font-size: 1.5em; line-height: 1.2em; font-weight: normal; letter-spacing: -0.03em; color: #454545; margin-bottom: 8px; border-bottom: 1px dotted #696969; padding-bottom: -3px; font-family: Georgia, Times New Roman; }

#authorInfo #authorPhoto { float: left; }
#authorInfo #authorPhoto img { padding: 5px; background: #bbc8db; border: 1px solid #8e98a5; }

#authorInfo #authorContent { float: left; margin-left: 15px; width: 425px; }
#authorInfo #authorContent h2 { color: #4d617f; font-size: 17px; font-weight: normal; margin-bottom: 2px; letter-spacing: -0.02em; }
#authorInfo #authorContent span.currentProject { display: block; font-size: 11px; font-weight: normal; margin-bottom: 6px; text-transform: uppercase; }
#authorInfo #authorContent span.currentProject a { color: #516f2d; text-decoration: none; font-weight: bold; letter-spacing: -0.02em; }
#authorInfo #authorContent span.currentProject a:hover { text-decoration: underline; }

#authorInfo #authorContent p { color: #444; line-height: 1.5em; font-size: 14px; }

/* Social Media Share Box */
.SMShare { background: #fefefe url('http://i.insidethewebb.com/graphics/media-share-bg.png') no-repeat bottom right; margin-bottom: 20px; height: 95px; }
.SMShare h2 { background: url('http://i.insidethewebb.com/graphics/banner-share.png') no-repeat; width: 80px; height: 36px; margin: 0; font-size: 14px; display: block; color: #fff; font-family: Georgia, Times New Roman; font-weight: bold; font-style: italic; margin-left: -23px; padding-left: 18px; text-shadow: #222 0px 1px 0px; line-height: 28px; float: left; }

.SMShare .SMContent { padding: 5px 9px; }

.SMShare .SMContent .shareWidgets { display: block; margin-left: 65px; }
.SMShare .SMContent .boxx { float: left; margin-right: 28px; padding-top: 3px; }

.SMShare .SMContent #blogengageboxx { argin-left: -15px; padding-top: 12px; }

.SMShare .SMContent #delShareBox { display: block; background: url('http://i.insidethewebb.com/graphics/delicious-save-bg.png') no-repeat; width: 52px; height: 48px; min-height: 48px; padding-top: 15px; margin-bottom: -7px; text-align: center; }

.SMShare .SMContent #delShareBox #delSavesTotal { padding: 4px 9px; color: #ddd; font-size: 18px; font-weight: bold; background: url('http://i.insidethewebb.com/graphics/delicious-count-bg.png'); }
.SMShare .SMContent #delShareBox #delSavesTotal #delSavesText { font-size: 11px; color: #fff; font-weight: normal; display: block; }

.SMShare .SMContent #delSaveLink { display: block; text-align: center; }
.SMShare .SMContent #delSaveLink a { display: block; border: 1px solid #deeaf7; width: 52px; padding: 4px 0; padding-top: 3px; font-size: 12px; font-weight: normal; font-style: italic; font-family: Georgia, Times New Roman; }
.SMShare .SMContent #delSaveLink a:hover { background: #3d6cae; color: #fefefe; }

/* Blackened Cat Nav */
#navigation-bl { background: #1d2227; border-bottom: 1px solid #161719; border-top: 1px solid #161719; height: 32px; overflow: hidden; }
/* url('http://i.insidethewebb.com/graphics/nav-blueback-bg.gif') no-repeat */

#navigation-bl-content { width: 1000px; margin: 0 auto; background: #1d2227; }

#navigation-bl-content h1 { font-family: Arial, sans-serif; font-size: 15px; font-weight: normal; margin: 0; padding: 0; line-height: 31px; padding-bottom: 1px; font-style: normal; color: #325375; background: #b5ddf6 url('http://i.insidethewebb.com/graphics/nav-bg-arrow.gif') top right no-repeat; padding-right: 30px; float: left; padding-left: 10px; }

#navigation-bl-list { background: #1d2227; padding-left: 10px; }
#navigation-bl-list li { float: left; margin-right: 20px; }
#navigation-bl-list li a { font-size: 15px; color: #64696d; line-height: 32px; }
#navigation-bl-list li a:hover { color: #b5bdc6; }

/* Comment Luv Baby */
.cluv { background: #c7deaa !important; margin-top: 10px !important; border-color: #97a57d !important; color: #343434; }
.cluv a { color: #516d2f !important; }
.cluv a:hover { border-bottom: 1px dotted #516d2f; }

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}