/*  
Theme Name: Chongas v5
Theme URI: http://www.caugb.com.br
Description: ...
Version: 1.0
Author: Cau Guanabara
Author URI: http://www.caugb.com.br
*/


/**
 * sidebars
 * All rules to display the sidebars
 */
@import url("lib/css/sidebars.css");

/**
 * posts
 * Rules to format posts and pages content
 */
@import url("lib/css/posts.css");

/**
 * comments
 * Rules to format comments and comment form
 */
@import url("lib/css/comments.css");


/* tags */
html, body { 
background-color:#B3CCCD;
font-size: .93em;
background-image:url(lib/images/bg.gif);
margin:0;
padding:0;
}

body, body * { 
font-family: Georgia, "Times New Roman", Times; 
line-height: 130%
}

a { /*text-decoration:none; outline:none;*/ }

a img { border:none; }

form { margin:0px; padding:0px; }

a.normal { border:0 !important; }

/**
 * 
 */

/** { border:1px dashed #333; }*/

#wrapper {
}

#header {
}

#content {
}

#sidebar {
}

#main {
}

#footer {
}

#chonguito {
position:absolute;
top:202px;
/*left:737px;*/
left:35%;
}



h1#blogtitle { margin:0; }

h1#blogtitle a, h1 a:visited {
border:0;
}

#blogdesc {
display:none; 
}

#content { 
/*background-image:url(lib/images/wp.png);
background-position:50% 200px;
background-repeat:no-repeat;*/
}

#footer {
/*border-top: 2px solid #F1F1F1;
background-color: #565f5e;
position: relative; */
}

#footer, #footer * {
font-family:Georgia, "Times New Roman", Times;
color: #FFFFFF;
}

#footer small.authorinfo {
position: absolute;
right: 3px;
bottom: 2px; 
}

#footer small.authorinfo a {
font-size: 8px;
color: #777; 
}

#footer small.authorinfo a:hover {
font-size: 12px;
color: #CCCCCC; 
}

/**
 * body tag
 * You can use these rules to modify things based on location, date and other conditions
 */

/* is_front_page */
body.home {  }

/* is_home */
body.blog {  }

/* is_search */
/* if is_search: */
body.search {  }

/* search with results */
body.search-results {  }

/* search without results */
body.search-no-results {  }

/* is_archive */
body.archive {  }

/* is_category */
body.category {  }

/* is_category xxx */
body.category-xxx {  }

/* is_tag */
body.tag {  }

/* is_tag xxx */
body.tag-xxx {  }

/* is_date */
body.date {  }

/* is_page */
/* if is_page: */
body.page {  }

/* if is page, xxx == post ID */
body.pageid-xxx {  }

/* if is page, xxx == the author login */
body.page-author-xxx {  }

/* has children */
body.page-parent {  }

/* if is subpage */
body.page-child {  }

/* if is subpage, xxx == parent ID */
body.parent-pageid-xxx {  }

/* is_single */
/* if is_single: */
body.single {  }

/* if is single, the post ID */
body.postid-xxx {  }

/* publicated in category xxx */
body.s-category-xxx {  }

/* marked with tag xxx */
body.s-tag-xxx {  }

/* publication date - xxxx == year */
body.s-yxxxx {  }

/* publication date - xx == month */
body.s-mxx {  }

/* publication date - xx == day */
body.s-dxx {  }

/* publication date - xx == hour */
body.s-hxx {  }

/* current date - xxxx == year */
body.yxxxx {  }

/* current date - xx == month */
body.mxx {  }

/* current date - xx == day */
body.dxx {  }

/* is_page_template */
body.page-template {  }

/* is_page_template xxx */
body.page-template-xxx {  }

/* is_attachment */
body.attachment {  }

/* is_404 */
body.p404 {  }

/* logged user */
body.loggedin {  }

/* content is paged */
/* if is_paged: */
body.paged {  }

/* page xxx */
body.paged-xxx {  }

/* if is single, page xxx */
body.single-paged-xxx {  }

/* if is page, page xxx */
body.page-paged-xxx {  }

/* if is category, page xxx */
body.category-paged-xx {  }

/* if is tag, page xxx */
body.tag-paged-xxx {  }

/* if is date, page xxx */
body.date-paged-xxx {  }

/* if is author, page xxx */
body.author-paged-xxx {  }

/* if is search, page xxx */
body.search-paged-xxx {  }

/**
* search form
* 
*/
/* all search forms */
.searchform {
}

/* form */
.searchform input {  }

.searchform .s {
width: 15em;
padding: .2em;
font-size: 1.09em;
border: 2px solid #E5E5E5; 
}

/* text field */
.searchform .s:active, .searchform .s:hover, .searchform .s:focus { border: 2px solid #CCCCCC; }

/* text field */
.searchform .searchsubmit { border: 0; }

/* button */
#searchform1 {  }

/* first search form (or if there is only one) */
#s1 {  }

#searchsubmit1 {  }

#searchform2 {  }

/* second search form */
#s2 {  }

#searchsubmit2 {  }

#searchform3 {  }

/* third search form */
#s3 {  }

#searchsubmit3 {  }

/**
* posts navigation
* 
*/
/* previous and next posts links (posts listing) */
.navigation {
padding: 0;
text-align: center; 
}

/* previous and next pages links (posts listing) */
.navigation .nav-previous { float: left; width:auto; }

/* link to previous */
.navigation .nav-next { float: right; width:auto; }

/* link to next */
/* previous post and next post links (singular) */
.next_prev_post {
height: 15px;
padding: 4px;
text-align: center; 
}

/* wrapper div */
#next_prev_top { position:absolute; top:0; left:25px; }


/* top */
#next_prev_bottom { display:none; }

/* bottom */
.next_prev_post .previous_post_link { /*float: left; width:auto;*/ }

/* link to previous */
.next_prev_post .next_post_link { /*float: right; width:auto;*/ }

/* link to next */
.next_post_link a, .previous_post_link a, .navigation a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
color:#3E3E3E;
text-decoration:none;
text-transform:lowercase;
margin-right:15px;
}

.next_post_link a:hover, .previous_post_link a:hover, .navigation a:hover { color: #666666; }

/**
* pages menu
* 
*/
#pagesmenu_container {
display:none;
padding: 0;
background-color: #565f5e;
margin-top: 20px; 
}

.rssleft { float: left; width:auto; }

#pagesmenu {
background-color: #565f5e;
padding: 10px 0;
text-align: right;
background-image: url(lib/images/pages-menu-sep.gif);
background-position: right;
background-repeat: repeat-y;
margin-right: 8%; }

#pagesmenu li { display: inline; }

#pagesmenu li.page_item {
width: 100%;
margin: 0px;
padding: 0px;
position: relative;
overflow: visible; 
}

#pagesmenu li.page_item a {
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana;
background-image: url(lib/images/pages-menu-sep.gif);
background-position: left;
background-repeat: repeat-y;
padding: 10px 12px 10px 16px;
white-space: nowrap;
color: #FFFFFF;
font-size: .88em; 
}

#pagesmenu li.page_item a:hover { background-color: #666666; }

#pagesmenu li.page_item ul li a:hover { background-color: #565f5e; }

#pagesmenu li.page_item ul {
z-index: 100;
display: none;
margin: 0;
padding: 0px;
position: absolute;
left: 0;
background-color: #565f5e;
top: 25px; }

#pagesmenu li.page_item ul li {
display: block;
margin: 0;
padding: 0;
text-align: left; 
}

#pagesmenu li.page_item:hover ul {
display: block;
position: absolute; 
}

#pagesmenu li.page_item ul li a {
background-image: url(lib/images/plus_neg.jpg);
background-position: 6px 50%;
background-repeat: no-repeat;
padding: 6px 6px 6px 26px;
display: block;
margin: 0;
white-space: nowrap;
color: #FFFFFF; 
}

#pagesmenu li.page_item ul li a:hover { background-image: url(lib/images/x_neg.jpg); }

#pagesmenu li.page_item:hover ul li ul {
position: static;
padding-left: 23px; 
}

#pagesmenu li.page_item:hover ul li ul li a {  }

/**
 * classes
 * 
 */
.disabled {
font-style: italic;
color: #CCCCCC; 
/*opacity:0.6;*/ 
/*filter:alpha(opacity=60);*/ 
}

.clear, .clearer { clear: both; }

ul.normal,
ul.normal li { list-style:disc; list-style-type:disc; }

ol.normal,
ol.normal li { list-style:decimal; list-style-type:decimal; }

ul ol.normal,
ol ol.normal,
ul ol.normal li,
ol ol.normal li { list-style:upper-roman; list-style-type:upper-roman; }

ul ol ol.normal,
ol ol ol.normal,
ul ol ol.normal li,
ol ol ol.normal li { list-style:lower-roman; list-style-type:lower-roman; }

/**
 * plugins
 * 
 */

#translation_form {
text-align:center;
}


a.post-thumbnail {
float:left;
width:auto;
margin:0 10px 10px 0;
border:4px solid #565F5E;
}


/* Simple Contact Form */

#contact_form { width:80%; text-align:right; margin-top:20px; margin-left:8%; }

#contact_form br { display:none; }

#contact_form label { 
display:block; 
text-align:right; 
padding-right:5px; 
padding-top:3px;	
width:20%; 
height:22px;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana;
font-size:.9em;
}

#contact_form input { display:block; float:right; width:75%; }

#contact_form textarea { width:99%; height:7em; }

#contact_form .submit input {
width:auto; 
background-image:url(lib/images/write.png);
background-position:2px 50%;
background-repeat:no-repeat;
background-color:#FFFFFF;

border:1px solid #F6F6F6;
font-family:"Lucida Grande","Lucida Sans Unicode",Verdana;
padding:4px 8px 4px 23px;
margin:5px auto;
}


/* PageNavi */

.wp-pagenavi * {
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana;
font-size:.9em;	
background:transparent !important;
border:none !important;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	color: blue !important;
}
.wp-pagenavi a:hover {	
}
.wp-pagenavi span.pages {
}
.wp-pagenavi span.current {
color:#990000 !important;
}
.wp-pagenavi span.extend {
}



div.player div {
height:1px;
overflow:visible;
}

div.player div a {
opacity:.5;
-moz-opacity:.5;
filter:alpha(opacity=50);
outline:none;
}

div.player div a:hover {
opacity:1;
-moz-opacity:1;
filter:alpha(opacity=100);
}

/* acima da barra navegação pelas paginas */

#pre-nav-below {
font-family:Georgia, "Times New Roman";
font-size:14px;
text-align:center;
padding:10px;
padding-left:25px;
color:#990000;
}


.addthis_toolbox { display:inline !important; }

.twitter-share-button {
	  height: 20px;
    margin-bottom: -7px;
    margin-left: 6px;
    margin-top: -2px;
    width: 110px;
}

.retweet-link {
background-image:url(lib/images/retweet.gif);
background-position:0 0;
background-repeat:no-repeat;
color:#FFFFFF;
display:inline-block;
width:50px;
height:16px;
text-align:center;
padding-top:1px;
}

.tweetcounter {
font-family:Verdana;
font-size:9px;
background-image:url(lib/images/tweetcounter.gif);
background-position:0 0;
background-repeat:no-repeat;
color:#FFFFFF;
display:inline-block;
width:42px;
height:16px;
text-align:center;
padding-top:1px;
padding-left:2px;
color:#333333;
}

.sharecontent {
display:none;
}

.sharediv {
border:1px solid #CCCCCC;
background-color:#FAFAFA;
padding:5px;
width:220px;
height:auto;
position:absolute;
}

.sharediv p {
margin:0 0 6px 0;
padding:2px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
background-color:#E8E8E8;
}

.sharediv a {
font-family:Verdana, Arial, Helvetica;
font-size:11px;
display:block;
margin:2px;
padding:2px;
background-position:0 50%;
background-repeat:no-repeat;
padding-left:20px;
text-decoration:none;
color:#003399;
border:1px solid #FAFAFA;
}

.sharediv a:hover {
border:1px solid #E9E9E9;

}

.sharediv a.facebook { background-image:url(lib/images/facebook.gif); }
.sharediv a.google-bookmarks { background-image:url(lib/images/google-bookmarks.png); }
.sharediv a.windows-live { background-image:url(lib/images/live.png); }
.sharediv a.delicious { background-image:url(lib/images/delicious.gif); }
.sharediv a.myspace { background-image:url(lib/images/myspace.gif); }
.sharediv a.reddit { background-image:url(lib/images/reddit.gif); }
.sharediv a.blogmarks { background-image:url(lib/images/blogmarks.gif); }
.sharediv a.ask { background-image:url(lib/images/ask.png); }
.sharediv a.bloglines { background-image:url(lib/images/bloglines.png); }
.sharediv a.digg { background-image:url(lib/images/digg.gif); }
.sharediv a.technorati { background-image:url(lib/images/technorati.png); }
.sharediv a.fav { background-image:url(lib/images/favorites.gif); }


.textwidget {
background-color:#FFFFFF;
margin:0 12px 10px 13px;
padding:10px;
text-align:center;
}
