/**
 * Theme Name: Structure
 * Theme URI: http://themehybrid.com/themes/structure
 * Description: A beautifully-crafted blogging theme that is <em>structurally</em> sound in both markup and design, making it a powerful enough tool for any blogger.
 * Version: 2.0
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: threaded-comments, microformats, translation-ready, rtl-language-support, two-columns, fixed-width
 * Template: hybrid
 * Status: publish
 *
 * Copyright (c) 2007 - 2009 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Structure is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS
@import url('../hybrid/library/css/22px.css'); */

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
@import url('tabs.css');

/**
* Body
************************************************/
body {
	margin: 0;
	padding: 0;
	color: #555;
	font-family: Verdana, Georgia, Sans-Serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #CCCCCC;
	background-image: url(images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

#body-container {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	}

/**
* Elements
************************************************/

/* Links */
a {
	color: #4ca016;
	text-decoration: none;
	}
a:visited {
        color: #999999;
        text-decoration: none; 
        }
a:hover {
	color: #3B3B3B;
	text-decoration: none;
	}

/* Headers */

h1.entry-title, h2.entry-title {
	font-family: Georgia, Verdana, Sans-Serif;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px; 
	margin-top: 10px;
	font-weight: normal; 
	}

.entry-content h2, h3, h4, h5, h6, p.subtitulo {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 18px;
	}
.entry-content  p {
    margin: 0 0 20px 0;
	}
h3.tabela {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 100%;
	}

/* Lists */
ul {
	}

/* Blockquotes */
blockquote {
	padding: 20px 20px 0 20px;
	margin: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: 1px solid #ddd;
	}
blockquote blockquote {
	margin: 0 0 20px 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}

/* Code */
code {
	padding: 2px 3px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 20px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	}

/* Acronyms */
acronym {
	font-size: 13px;
	border: none;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes, alerts, and such. */
.note, .warning, .alert, .error, .download {
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/**
* Images
************************************************/

/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Captions */
.wp-caption {
	max-width: 576px;
	padding: 4px 0 4px 0;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #454545;
	}
.wp-caption img {
	max-width: 566px;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	}

/**
* Category Navigation
************************************************/
#primary-menu  {
	width: 980px;
	height: 38px;
    margin: 0;
    padding: 0 0 0 10px;
	font-size: 12px;
    background-image: url(images/categories-left-Green.png);
    background-repeat: no-repeat;
	}

#primary-menu .menu {
    clear: both;
    margin: 0;
    padding: 0 20px 0 0;
    width: 950px;
	height: 38px;
    background-image: url(images/categories-right-Green.gif);
    background-repeat: no-repeat;
    background-position: right;
	}
#primary-menu .menu ul {
	display: block;
	height: 37px;
    clear: both;
    margin: 0;
    padding: 0;
	background-image: url(images/categories-bg-Green.gif);
	background-repeat: repeat-x;
	}

#menu-menu-de-categorias li{
	display: inline;
	float: left;
	list-style-image: none;
	list-style: none;
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
	background-image: url(images/categories-line-Green.gif);
	background-position: -2px right;
	background-repeat: no-repeat;
	height: 38px;
	}

#menu-menu-de-categorias li a:link, #menu-menu-de-categorias li a:visited {
	color: #FFF;
	padding: 11px 21px 0;
	display: block;
	height: 30px;
	float: left;
	}
#menu-menu-de-categorias li a:hover {
	color: #FFF;
	padding: 11px 21px 0;
	display: block;
	background-image: url(images/arrow.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 30px;
	}
#menu-menu-de-categorias li li a {
	width: 180px;
	padding: 11px 21px 0;
	color: #fff;
	background-color: #4ca016;
	background-image: none;
	}
#menu-menu-de-categorias li ul li a:hover {
	width: 180px;
	padding: 11px 21px 0;
	color: #fff;
	background: #6ec238;
	}
#menu-menu-de-categorias li ul li{
	background-image: none;
	}

/* Drop-down controls */
#menu-menu-de-categorias ul ul, #cat-nav ul ul ul {
	width: 180px;
	z-index: 99;
	}
#menu-menu-de-categorias li li:hover ul, #menu-menu-de-categorias li li li:hover ul {
	left: 180px;
	}
#menu-menu-de-categorias li:hover ul, #menu-menu-de-categorias li.sfHover ul {
	top: 37px;
	}
#menu-menu-de-categorias li li:hover ul, #menu-menu-de-categorias li li.sfHover ul, #menu-menu-de-categorias li li li:hover ul, #menu-menu-de-categorias li li li.sfHover ul  {
	top: 0;
	}
#menu-menu-de-categorias ul ul {
	background: #4ca016;
        width: 180px;
	}

/* Make sure page menu overlaps category menu */
#menu-menu-de-categorias ul.menu {
	position: relative;
	z-index: 99;
	}

/**
* Page Navigation
************************************************/
#navigation {
	position: relative;
	width: 980px;
	height: 45px;
	margin: 0 auto;
        padding: 0;
        clear: both;
	font-size: 12px;
	background: #f5f5f5;
        background-image: url(images/pages-bg-white.gif);
        background-repeat: repeat-x;
	}
#page-nav {
	float: left;
	width: 700px;
	height: 45px;
	margin: 0;
        padding: 0 0 0 10px;
        background-image: url(images/pages-left-white.gif);
        background-repeat: no-repeat;
	}
#page-nav a, #page-nav a:visited {
	color: #999;
	padding: 11px 21px 0;
	display: block;
	height: 30px;
	float: left;
	}
#page-nav a:hover {
	color: #555;
	padding: 11px 21px 0;
	display: block;
	background-image: url();
	background-position: top;
	background-repeat: no-repeat;
	height: 30px;
	}

/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 40px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul {
	top: -1px;
	}
#page-nav ul ul {
	border-top: 1px solid #01192f;
	background: #01203C;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #01192f;
	}
#page-nav li li a {
	padding: 11px 21px 0;
	border: none;
	}

/* Search form in navigation bar. */
#navigation form {
	float: right;
	height: 45px;
        margin: 0;
	padding: 0 20px 0 0;
        background-image: url(images/pages-right-white.gif);
        background-repeat: no-repeat;
        background-position: top right;
	}
#navigation .search-text {
	width: 200px;
	padding: 5px;
	margin: 5px 10px 0 0;
        font-family: Verdana;
	font-style: normal;
	color: #999;
	background: #f7f7f7;
	border: 1px solid #e1e1e1;
	}
#navigation .search-submit {
	display: none;
	}

/**
* Header
************************************************/
#header {
	position: relative;
	top: 0px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	z-index: 99;
	}
#utility-header #text-8 {
        position: absolute;
        top: 20px;
        left: 100px;
	float: left;
	margin: 0;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 0px;
	}
#site-title {
        display: none;
        position: absolute;
        top: 25px;
	left: 215px;
	font-family: Georgia, Verdana, Sans-Serif;
	font-size: 24px;
	line-height: 30px;
	float: left;
	width: 200px;
	padding: 0 0 50px 0;
	font-weight: normal;
	color: #000000;
	}
#site-description, .category-description {
        display: none;
	}
#blog-title {
        float: left;
        position: absolute;
        top: 20px;
	left: 215px;
        width: 400px;
        height: 100px;
        padding: 5px 0 0 5px;
        margin: 0;
        background-image: url(images/slogan.png);
        background-repeat: no-repeat;
        background-position: left 45px;
        }
#blog-title a {
        font-family: Georgia, Verdana, Sans-Serif;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px; 
        margin-top: 10px;
        font-weight: normal;
        color: #000000;
        }

/* Utility: Header widget area */
#utility-header #text-3 {
	float: right;
	height: 150px;
	}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/* social media links */
#media-links {
	width: 200px;
	height: 48px;
        float: left;
	margin: 0;
        padding: 0 auto;
	}
#media-links ul {
        display: block;
        margin: 0;
        padding: 0 0 0 10px;
	height: 48px;
	}
#media-links ul.media-links li {
	display: inline;
	list-style: none;
	width: 48px;
	height: 48px;
        float: left;
	padding: 0;
	margin: 0 0 0 10px;
	}
.media-links a.feed  {
	background-image: url(images/rss-48x48.jpg) !important;
	}
.media-links a.twitter  {
	background-image: url(images/twitter-48x48.jpg) !important;
	}
.media-links a.youtube  {
	background-image: url(images/youtube-48x48.jpg) !important;
	}
#media-links ul.media-links a {
	display: block;
	width: 48px;
	height: 48px;
	padding: 0;
	margin: 0;
	background-position: -48px 0 !important;
	background-repeat: no-repeat;
	}
#media-links ul.media-links a:hover {
	display: block;
	background-position: 0 0 !important;
	background-repeat: no-repeat;
	}

/**
* Containers
************************************************/
#container {
        position: relative;
	overflow: hidden;
	float: left;
	width: 980px;
	margin: 0;
        padding: 10px 0 20px 0;
        clear: both;
        z-index: 97;
        background-color: #FFF;
        background-image: url(images/content-bg-white.gif);
        background-repeat: repeat-y;
        background-position: right;
	}
.content {
        position: relative;
	overflow: hidden;
	float: left;
	width: 980px;
	margin: 0;
	padding: 0 20px 20px 20px;
	background: #fff;
        clear: both;
	}
.content, .no-widgets .content, .no-default-widgets .content  {
	width: 940px;
	}
.primary-active .content, .secondary-active .content {
	width: 700px;
	}

.singular-page .content {
	width: 900px;
        margin-left: 15px;
	}

/**
* Content
************************************************/
.hentry, .breadcrumb {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0;
	background: #fff;
	}

.hentry {
	padding-bottom: 10px;
	}

/* Entry titles. */
.entry-title {
	font-weight: normal; 
	margin-top: 0px;
	}
.entry-title a:link, .entry-title a:visited {
	color: #3B3B3B;
	}
.entry-title a:hover, .byline a:visited { 
	color: #4ca016; 
	}
.entry-title a:active { 
	color: #3B3B3B; 
	}

.page-title, .singular-page-title {
	margin: 0 0 20px 0;
	}
.singular-page #tab-set-1 {
	display: none;
	}
.entry-content {
        margin-top: 0;
        padding-top: 20px;
        border-top: 1px solid #e1e1e1;
	}

/* Byline */
.byline {
	margin-bottom: 10px;
	font-size: 11px;
	}
.blog .byline, .archive .byline, .search .byline {
	margin-bottom: 10px;
	}

.byline .author, .byline .published {
    text-decoration: none;
	border: 0;
	}
.byline-prep-published {
        margin-left: -4px;
	}
.byline a {
	}
.entry-meta {
        display: none;
	}

/* Entry meta */
.entry-meta {
	float: left;
	}
.entry-meta a {
	}
.entry-summary {
        padding-bottom: 40px;
	background-image: url(images/underline1.jpg);
        background-repeat: no-repeat;
        background-position: 50% bottom;
	}
.entry-summary p {
        margin-bottom: 10px;
	}

.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	}
.read-more {
	background-image: url(images/read-more-Green.gif);
	background-repeat: no-repeat;
	background-position: center left;
	float: right;
	padding: 0 20px;
	}
.post_tag-cloud a {
	margin-right: 15px;
	}
.footer-ad {
     width: 100%;
	margin: 0;
	}
.post-tags a {
    margin-right: 15px;
	padding-left: 15px !important;
	}
ul.postbypost-archives {
	padding-left: 0px !important;
	}

/* Ads */
.bloco-ad-left {
	float: left;
	}
.bloco-ad-right {
	float: right;
	}

#bloco-ad {
	width: 700px;
	height: 320px;
	clear: both;
	margin: 0 auto;
	padding: 0;
	}
#bloco-ad-cat {
	clear: both;
	width: 98%;
	height: 320px;
	}
.bloco-ads{
	float: left;
	width: 336px;
	margin: 0;
	padding: 0;
	}

/* Page links <!--nextpage--> */
p.pages {
	font-style: normal;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets
************************************************/
#primary {
	position: relative;
	float: right;
	width: 220px;
    margin-right: 20px;
	font-size: 11px;
	line-height: 18px;
	}
#primary p {
	margin: 0 0 15px 0;
	}

#secondary {
	position: relative;
	float: right;
	width: 220px;
        margin-right: 20px;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
#primary .widget, #secondary .widget {
        margin: 0;
	padding: 0 10px 30px 10px;
	background: #f5f5f5;
	}
#primary #text-11, #primary #text-12 {
	padding: 0;
	}

/* Widget titles */
.widget-title {
        margin: 9px 0 15px 20px;
        font-size: 18px;
        font-family: Georgia, Verdana, Sans-Serif; 
        color: #4A493F; 
        padding: 0; 
        font-weight: normal; 
	}

/* Widget content */
.widget ul li a:link, .widget ul li a:visited, .widget ul li a:active {
        color: #4B4A41;
	}
.widget ul li a:hover {
        color: #000; 
        }
.widget ul li {
        list-style: disc;
        }
.widget ul li:hover {
        list-style: circle;
        }

#primary ul.tabelas a.br  {
background-image: url(http://i489.photobucket.com/albums/rr260/jumentosfc/template/sb-bg-br.gif) !important;
}
#primary ul.tabelas a.cla  {
background-image: url(http://i489.photobucket.com/albums/rr260/jumentosfc/template/sb-bg-cla.gif) !important;
}
#primary ul.tabelas a.csul  {
background-image: url(http://i489.photobucket.com/albums/rr260/jumentosfc/template/sb-bg-csul.gif) !important;
}
#primary ul.tabelas a.ucl  {
background-image: url(http://i489.photobucket.com/albums/rr260/jumentosfc/template/sb-bg-ucl.gif) !important;
}
#primary ul.tabelas a.cwc  {
background-image: url(http://i489.photobucket.com/albums/rr260/jumentosfc/template/sb-bg-cwc.gif) !important;
}
#primary ul.tabelas a.wc  {
background-image: url(http://i489.photobucket.com/albums/rr260/jumentosfc/template/sb-bg-wc-02.gif) !important;
}
#primary ul.tabelas a.cb {
background-image: url(http://i489.photobucket.com/albums/rr260/jumentosfc/sb-bg-cb.gif) !important;
}
#primary ul.tabelas a.cc  {
background-image: url(http://i489.photobucket.com/albums/rr260/jumentosfc/template/sb-bg-cc-02.gif) !important;
}
#primary ul.tabelas a.rf  {
background-image: url(http://i489.photobucket.com/albums/rr260/jumentosfc/template/sb-bg-fifa.gif) !important;
}
#primary ul.tabelas a.ueba {
background-image: url(http://i489.photobucket.com/albums/rr260/jumentosfc/template/bg-ueba-01.gif) !important;
}
#primary ul.tabelas a.pf  {
background-image: url(http://i489.photobucket.com/albums/rr260/jumentosfc/template/sb-bg-pf.gif) !important;
}

#primary ul.tabelas, #primary ul.tabelas li, #primary ul.tabelas li:hover {
width: 200px !important;
list-style: none !important;
text-align: center;
padding: 4px 0px !important;
margin: 0;
}

#primary ul.tabelas li {
border-bottom: 1px solid #e8e8e8;
}

#primary ul.tabelas a {
width: 200px !important;
display: block !important;
padding: 100px 0 0 0 !important;
background-position: -200px 0 !important;
background-repeat: no-repeat;
}
#primary ul.tabelas a:hover {
display: block;
padding: 100px 0 0 0 !important;
background-position: 0 0 !important;
background-repeat: no-repeat;
}

#primary ul.tabelas a.ueba {
padding: 60px 0 0 0 !important;
}

#text-6 .textwidget, #text-15 .textwidget {
text-align: center;
}
/**
* Comments
************************************************/
#comments-template {
	overflow: hidden;
	padding: 0;
	margin: 0 0 20px 0;
	}
.singular-page #comments-template, .singular-page #primary {
	display: none;
	}

h3.comments-header {
	font-size: 18px;
	font-weight: normal;
	}

/* Comment list */
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0;
	}
.comment-list li, .comment-list li li li, .comment-list li li li li li {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	}
.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
	background: #fff;
	}

/* Comment avatar */
.comment-list li .avatar {
	float: left;
	width: 37px;
	height: 37px;
	margin: 5px 10px 0 0;
	padding: 2px;
	}

/* Comment meta */
#comments .comment-meta-data {
	margin: 5px 0 20px 0;
	font-style: normal;
	color: #666;
	}
#comments cite {
	font-weight: normal;
	font-style: normal;
	}

/* Comment text */
#comments .comment-text {
	clear: left;
	}

/* Comments form */
#respond {
	overflow: hidden;
	margin: 40px 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	}
.text-input {
	display: block;
	padding: 5px;
	width: 300px;
	margin:  0 0 20px 0;
	background: #fff;
	border: 1px solid #ddd;
	}
#respond label {
	font-style: normal;
	}
#respond span.required {
	font-weight: normal;
	color: #01203C;
	}
textarea {
	width: 98%;
	padding: 5px;
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
	}
.button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	font-weight: normal;
	color: #777;
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	}
.button:hover {
	cursor: pointer;
	color: #999;
	background: #f8f8f8;
	border: 1px solid #e8e8e8;
	}

/**
* Footer
************************************************/

/* Footer container */
#footer-container {
    position: relative;
	clear: both;
    width: 980px;
    height: 63px;
    margin: 0 0 70px 0;
	padding: 0;
	overflow: hidden;
    background-color: #f5f5f5;
    background-image: url(images/footer-bg.gif);
    background-repeat: repeat-x;
	}

/* Subsidiary */
#subsidiary {
    display: none;
	width: 940px;
	padding: 30px 20px 10px 20px;
	background: #f5f5f5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
#subsidiary .widget {
	float: left;
	width: 170px;
	margin: 0 18px 0 0;
	padding: 0;
	border: none;
	}

/* Footer */
#footer {
	clear: both;
    width: 960px;
    height: 63px;
	color: #999;
	margin: 0 auto;
	padding: 0 0 0 20px;
	font-size: 11px;
	line-height: 18px;
    background-image: url(images/footer-left.gif);
    background-position: top left;
    background-repeat: no-repeat;
	}
#footer p {
	margin: 0 0 15px 0;
	}
#footer a {
	color: #999;
	}
#footer a:hover {
	color: #555;
	}
#footer .copyright {
	float: left;
    height: 40px;
    padding: 23px 0 0 0;
	margin-right: 9px;
	}
#footer .credit {
    float: left;
    height: 40px;
    padding: 23px 0 0 0;
	}
#meta {
	float: right;
	width: 170px;
    height: 40px;
	padding: 23px 20px 0 0;
    background-image: url(images/footer-right.gif);
    background-position: top right;
    background-repeat: no-repeat;
	}
#utility-after-footer {
    position: fixed;
	top: 100%;
	width: 960px;
	height: 50px;
	margin: -50px 0 0 0 !important;
	padding: 0 0 0 20px;
	background-image: url(images/share-bg-1.png);
	background-repeat: repeat-x;
	z-index: 99;
	}
.utility, .utility-after-footer {
	z-index: 99;
	}
#text-2 .widget-inside   {
	margin: 0;
	padding: 10px 0 0 0;
	}
#text-2 .textwidget {
    margin: 0;
    padding: 0;
	float: left;
    }
#text-2 h3.widget-title   {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	color: #999;
	}
