/*
Theme Name: Zwame Blog
Theme URL: http://www.zwame.pt/
Description: A Wordpress theme by greven made for Zwame.
Author: greven
Author URI: http://www.paintbits.com
Version: 1.0
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
*{margin:0;padding:0;}
*:focus {outline: none;}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    font-family: Arial, Tahoma, Verdana;
    text-decoration: none;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

abbr
{
	border-bottom: 1px dashed #c4c0b6;
}


body
{
    background: url('images/glowing_header.jpg') no-repeat scroll center 0 #141414;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial, Verdana;
    color: #ffffff;
}

blockquote {
    color: #f7f7f7;
    line-height: 18px;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    background: #484848 url("images/quote_icon.png") 10px 10px no-repeat;
    border: 1px solid #252525;
    margin: 10px 0;
    padding: 20px 20px 20px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

pre, code {
    display: block;
    font-family: monospace;
    padding: 5px;
    background-color: #313131;
    border: 1px solid #252525;
    margin: 10px 0;
}

object
{
    clear: both;
    display: block;
    margin: 10px auto 10px auto;
    background: none repeat scroll 0 0 #313131;
    border:1px solid #252525;
    padding: 4px;
}

#erro404
{
	text-indent: -9009px;
	background: url("images/404.png") 0 0 transparent no-repeat;
	border: none;
	padding: 0;
	height: 194px;
	width: 570px;
}

#content
{
    float: left;
    width: 580px;
    background: #3e3e3e;
    margin: 10px;
    padding: 10px;
    text-align: left;
    font: normal 12px Arial, Verdana;
    line-height: 18px;
    color: #e9e9e9;
}

#content.fullwidth{
    width: 920px;
}

#content a
{
    color: #B9D332;
    border: none;
    text-decoration: none;
}

#content h2, #content h2 a
{
    font-family: Tahoma, Verdana;
    color: #B9D332;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    line-height: 24px;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

#content h2 a:hover
{
    border-bottom: 1px solid #2b2b2b;
    color: #ecff8c;
}

#content h3
{
    font-size: 18px;
    font-weight: bold;
    margin: 16px 0 0 0;
    padding: 5px 0;
}

#content h4
{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 14px 0 0 0;
    padding: 5px 0;
}

#content .wp-post-image
{
    margin: 5px 12px 0 0;
    background: none repeat scroll 0 0 #313131;
    border:1px solid #252525;
    padding: 4px;
    float: left;
}

#content .wp-post-image:hover
{
    background-color:#363636;
    border-color:#2c2c2c;
}

#content .postmeta a, #content .postmeta a:visited
{
    color:#d7d7d7;
    padding: 0 0;
    font-weight: normal;
    font-size: 11px;
    border-bottom: 1px dotted #6a6a6a;
}

#content .postmeta a:hover, #content .postmeta a:visited:hover
{
    color: #ecff8c;
    border-bottom: 1px solid #ecff8c;
}

#content .tags
{
    margin: -6px 0 0;
}

#content .tags a, #content .tags a:visited
{
    color:#dddddd;
    padding: 2px 4px;
    line-height: 24px;
    background: #272727;
    border-bottom: 1px solid #1b1b1b;
    text-transform:lowercase;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 11px;
}

#content .tags a:hover, #content .tags a:visited:hover
{
    color: #d8ec71;
    border-bottom: 1px solid #d8ec71;
}

#footer
{
    color: #dbdbdb;
    background: #333;
    clear: both;
    padding: 5px 12px 5px;
    margin: 0 0 0 0;
    font-size: 11px;
    border-top: 1px solid #292929;
}

#footer a, #footer a:visited
{
    color: #dbdbdb;
    border-bottom: 1px dotted #dbdbdb;
    text-decoration: none;
}

#footer a:hover, #footer a:visited:hover
{
    color: #a5bb31;
    border-bottom: 1px solid #a5bb31;
}

#footer .footer-links
{
    float: right;
    margin-right: 4px;
}

#footer .footer-links a, #footer .footer-links a:visited
{
   color: #aaaaaa;
   margin-left: 10px;
   border: none;
}

#footer .footer-links a:hover, #footer .footer-links a:visited:hover
{
    color: white;
}

#header
{
    margin: 0 auto 10px;
    border-left: 1px solid #1e1915;
    border-right: 1px solid #1e1915;
    border-bottom: 1px solid #1e1915;
    background: url("images/headerbg.png") repeat-x scroll 0 0 #3e3e3e;
    width: 960px;
    height: 200px;
    position: relative;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

#header ul li
{
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

#header_logo
{
    position: absolute;
    top: 22px;
    left: 25px;
    width: 150px;
    height: 105px;
}

#header .pub_header
{
    position: absolute;
    top: 20px;
    right: 20px;
}

#wrapper .pub img, #wrapper .pub object
{
    border:0px;
    background: none;
    margin: 0;
    padding: 0;
}

#main
{
    margin: 0 auto 20px;
    border: 1px solid #1e1915;
    background: #3e3e3e;
    width: 960px;
    height: 100%;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#main_content ul
{
    margin: 10px 0 10px 10px;
}

#MainNav
{
    position: absolute;
    bottom: 5px;
    left: 15px;
}

#MainNav a, #MainNav a:visited
{
    font-family: Arial, Verdana;
    font-size: 12px;
    border-bottom: 1px dotted #515151;
    text-decoration: none;
    color: #9C9B9B;
    text-transform: uppercase;
}

#MainNav ul li
{
    margin: 0 5px;
}

#MainNav a:hover, #MainNav a:visited:hover
{
   border-bottom: 1px solid #b9d332;
   color: #b9d332;
}

#sidebar
{
    float: right;
    width: 320px;
    margin: 10px 10px 0 0;
    padding: 10px 10px 10px 0;
    /*color: #898989;*/
    color: #CCC;
    font-size: 12px;
    background: #3e3e3e;

}

#sidebar div.sidebar_widget
{
    background: #383838;
    margin: 0 0 18px;
    padding: 0px 0 0px;
    border: 1px solid #292929;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    box-shadow: 0px 1px 2px #333333;
    -webkit-box-shadow: 0px 1px 2px #333333;
    -moz-box-shadow: 0px 1px 2px #333333;
}

#sidebar div.sidebar_widget > div
{
    margin: 10px 12px;
}

#sidebar .pub_sidebar img
{
    margin: 10px auto 10px;
    text-align: center;
    display:block;
}

#sidebar h2
{
    font-family: Tahoma, Arial, Verdana;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px 5px 15px;
    margin: 0;
    letter-spacing: 2px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    background: #333;
}

#sidebar a
{
    color: #e2e2e2;
    border: none;
    text-decoration: none;
}

#sidebar a:hover
{
    color: #B9D332;
}

#sidebar div.sidebar_widget ul
{
    margin: 10px 12px;
    padding: 0 0;
}

#sidebar div.sidebar_widget li
{
    background: url("images/bullet_green.png") no-repeat 0 2px;
    text-decoration: none;
    list-style: none;
    padding: 0 8px 0 18px;
    margin: 0;
}

#sidebar div.sidebar_widget li:hover
{
    background-position-x: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#sidebar div.sidebar_widget .twitter_follow
{
	background: url("images/TwitterBadge.png") 0px 0px no-repeat;
	width:297px;
	height: 47px;
	font-size:10px;
	color:#a8a8a8;
	font-family: Arial, Verdana;
	font-weight: bold;
}

#sidebar div.sidebar_widget .twitter_follow span
{
	display: block;
	padding: 22px 0px 0px 50px;
}

.subscribe_links img
{
    vertical-align: middle;
}

#Slider
{
    margin: 0 0 20px;
    height: 298px;
    width: 580px;
    background: #363636;
    border:1px solid #252525;
}

#Slider .wp-post-image
{
    margin: 0;
    padding: 0;
    border: 0;
    float:none;
}

#social_links
{
	position: absolute;
	top: 6px;
	right: 8px;
	text-align: right;
	margin: 0;
}

#social_links ul
{
    margin: 0;
}

#main_content #social_links ul li
{
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
        list-style: none;
}

#titulo_archivo h2
{
    color: white;
    font-size: 16px;
    margin-bottom: 14px;
}

#content #social_links a {border: none; background: none; padding: 0; margin: 0}

#wrapper
{
    margin: 0 auto;
    width: 960px;
    padding: 0 0 0;
}

#zwameNav
{
    position: absolute;
    bottom: 28px;
    width: 960px;
    height: 26px;
    background: url("images/tabbarbggrad.png") repeat-x 0 0;
    border-bottom: 1px solid #191919;
}

#zwameNav a, #zwameNav a:visited
{
    color: white;
    text-transform: uppercase;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    font-weight: bold;
    line-height: 26px;
    text-decoration: none;
    padding: 0 10px;
}

#zwameNav a:hover, #zwameNav a:visited:hover
{
    color: #b9d432;
}

#zwameNav ul li
{
    border-right: 1px solid #191919;
    border-left: 1px solid #494949;
}

#zwameNav ul li:hover
{
    background: url("images/tabbarbggrad_hover.png") repeat-x 0 0;
}

#zwameNav ul li:first-child
{
    margin-left: 18px;
    border-left: 1px solid #191919;
}

#zwameNav ul li.current-menu-item
{
    background: url("images/tabselectedgrad.png") repeat-x 0 0;
    position: relative;
    top: -3px;
    padding-top: 3px;
}

#zwameNav li.current-menu-item:hover
{
    background: url("images/tabselectedgrad.png") repeat-x 0 0;
}

#zwameNav li.current-menu-item a, #zwameNav li.current-menu-item a:visited
{
   color: #b9d432;
}

#wp_search
{
    position: absolute;
    right: 18px;
    height: 10px;
}

#searchform
{

}

#searchform #searchsubmit
{
    background: url("images/search.png") 0px 1px no-repeat;
    width: 22px;
    height: 22px;
    border:none;
    cursor: pointer;
}

#searchform #s
{
   position: absolute;
   right: 26px;
   top: 3px;
   height: 16px;
}

.hidden
{
    display: none;
}

.meta_time
{
    padding: 0 8px 0 24px;
    background: url("images/calendar.png") no-repeat 0 center;
    border-right: 1px solid #262626;
}

.meta_cat
{
    padding-left: 8px;
    border-left: 1px solid #434343;
}

.meta_tags
{
    padding: 0 8px 0 0;
}

#footer .footer-links a.topo
{
    color: #b9d332;
    font-weight: bold;
}


#content .meta_readmore a, #content .meta_readmore a:visited
{
    position: absolute;
    top: 4px;
    right: 6px;
    background: url("images/more.png") no-repeat 0 0;
    text-indent: -9009px;
    width: 65px;
    height: 22px;
    border-bottom: none;
}

#content .meta_readmore a:hover, #content .meta_readmore a:visited:hover
{
    border-bottom: none;
    background-position: 0 -26px;
}

#content #main_content p
{
    margin: 6px 0 0;
    padding: 6px 0 0;
}

#content .post .wp-post-image
{
    margin: 5px 0 14px 0;
}

.postcontent_wrap
{
    margin: 5px 0 0 0;
    min-height: 125px;
}

#content .post_id
{
    color: #dfdfdf;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Verdana;
    margin:  -6px 0 5px 0;
}

#content .post_id a, #content .post_id a:visited
{
    color:#eef2d9;
}

#content .post_id a:hover, #content .post_id a:visited:hover
{
    color: #ecff8c;
    border-bottom: 1px solid #ecff8c;
}

#content .post_edit a, .post_edit a:visited
{
    color: #7c7870;
}

.forum_icon
{
    padding-left: 22px;
    background: url("images/forum.png") no-repeat 0 center transparent;
}

.post_thumbnail
{
    position: relative;
    min-height: 190px;
    margin: 0 auto;
}

.pagelink
{
    margin: 10px 0;
    background: none repeat scroll 0 0 #383838;
    border:1px solid #343434;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 12px;
    word-spacing: 8px;
}

.postmeta
{
    margin: 16px 0 16px;
    padding: 6px 5px 5px 8px;
    position: relative;
    color: #a5a5a5;
    background: none repeat scroll 0 0 #313131;
    border:1px solid #252525;
    font-weight: bold;
    min-height: 18px;
}

.the_content
{
    padding-top: 5px;
    font-size: 110%;
}

#content .the_content a, #content .the_content a:visited
{
    font-weight: bold;
    color: #b9d332;
    border-bottom: none;
    background: none;
}

#content .the_content a:hover, .the_content a:visited:hover
{
    border:none;
    background: #393939;
}

#content .the_content img
{

    max-width: 570px;
    width: expression(this.width > 570 ? 570: true);
    margin: 10px 0;
    background: none repeat scroll 0 0 #313131;
    border:1px solid #252525;
    padding: 4px;
}

#content .the_content img:hover
{
    background-color:#363636;
    border-color:#2c2c2c;
}

#content .the_content img.aligncenter
{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#content .postcontent_wrap ul
{
    margin: 5px 5px 5px 20px;
}

#content .postcontent_wrap ul li
{
    padding: 2px 5px 0px 2px;
}

#content .the_content ul
{
    margin: 5px 5px 5px 20px;
}

#content .the_content ul li
{
    padding: 2px 5px 0px 2px;
}

/*Extras*/

/*PageNavi*/

#content .wp-pagenavi {
    
    clear: both;
    margin: 30px 0 10px;
    display: block;
    font-size: 12px;
    line-height: 18px;
}

#content .wp-pagenavi .pages
{
    color: #959187;
    float: right;
    text-align: right;
    width: 150px;
    border: none;
    margin: 0 2px;
    padding: 0;
    background: none;
    text-shadow: none;
    font-weight: bold;
    display:none;
}

#content .wp-pagenavi a, #content .wp-pagenavi span {
    
    text-decoration: none;
    border: 1px solid #242424;
    padding: 4px 7px;
    margin: 2px;
    background: #323232;
}

#content .wp-pagenavi span
{
    border:1px solid #a7dc16;
    background: #2c2c2c;
}

#content .wp-pagenavi .extend
{
    color:#8f8f8f;
    border:1px solid #b0b0b0;
}

#content .wp-pagenavi a, #content .wp-pagenavi a:visited
{
    color:#8f8f8f;
}

#content .wp-pagenavi a:hover
{
    border:1px solid #a7dc16;
    color: #dddddd;
}

#content .wp-pagenavi span.current
{
    font-weight: bold;
    opacity:.80;
    cursor: pointer;
    color:#a7dc16;
}

#content .wp-pagenavi a:active
{
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

#content img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden;}

/* TipTip CSS */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
        font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #d5d5d5;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(55,55,55,0.40);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.90);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #282828;
	-webkit-box-shadow: 0 0 3px #282828;
	-moz-box-shadow: 0 0 3px #282828;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #191919;
	border-top-color: rgba(55,55,55,0.40);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #191919;
	border-bottom-color: rgba(55,55,55,0.40);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #191919;
	border-right-color: rgba(55,55,55,0.40);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #191919;
	border-left-color: rgba(55,55,55,0.40);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.80);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.80);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.80);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.80);
}

/* Slider */


#content .main_view {
	float: left;
	position: relative;
        width: 570px;
        height: 288px;
        margin: 5px;
}

#content .window {
        width: 570px;
	height: 288px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}

#content .image_reel {
	position: absolute;
	top: 0; left: 0;
}
#content .image_reel img {float: left; margin: 0; padding:0;width:570px;}


#content .paging {
	position: absolute;
	bottom: 10px;
        padding: 5px;
        right: 0;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	background: rgba(30, 30, 30, .50);
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
#content .paging a {
	padding: 3px 6px;
	text-decoration: none;
	color: #fbffe7;
}
#content .paging a.active {
        color: #b9d332;
	font-weight: bold;
	background: rgba(30, 30, 30, .75);
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#content .paging a:hover {font-weight: bold;}

#content .window .cap {
    font-family: Arial, Verdana;
    font-weight: bold;
    background: rgba(30, 30, 30, .50);
    display: none;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 101;
    color: #fff;
    font-size: 14px;
    padding: 5px 8px 5px 8px;
}

/*Wordpress Gallery*/
#content .gallery {
    margin: 10px auto 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
}
#content .gallery .gallery-item {
    float: left;
    margin-top: 0px;
    text-align: center;
}

#content .gallery img {
    margin: 12px;
    background: none repeat scroll 0 0 #313131;
    border:1px solid #252525;
    padding: 4px;
}

#content .gallery img:hover {
    background: none repeat scroll 0 0 #404040;
}

#content .the_content .gallery a, .the_content .gallery a:visited, .the_content .gallery a:hover, .the_content .gallery a:visited:hover
{
    border:none;
}
#content .gallery .gallery-caption {
    margin-left: 0;
}
#content .gallery br { clear: both }

/* available Columns */
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }
