/***************************************************************************/

/* HTML Tags */

/***************************************************************************/



body {

	 background:url(images/bg.jpg) repeat-y center top;

	font-family: Tahoma, sans-serif;

	 margin:0;

         padding:0;

	 }

a:hover img{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85; 
	opacity: 0.85;
	}
.linha {
border-bottom:1px dashed #ccc;
width:500px;
margin:auto;
}

#destaques{ width:510px; height:190px; padding:5px; border: 1px solid #D6D6D6; margin:auto; margin-bottom:5px;}

h1, h2, h3, h4, h5, h6 {

	 margin: 0;

	 font-style: normal;

	 font-weight: bold;

	 color: #006699;

	 }

	

h1 {

	 font-size: 1.1em;

	 }

h2 {

	 font-size: 1.2em;

	 }

h3, h4, h5, h6 {

	 font-size: 1.0em;

	 }



blockquote {

	 background: url(images/blockquote.gif) no-repeat left top;

         color: #999;

	 margin:10px;

	 padding: 0 40px 0 40px;

	 }



code {

         background: #f4f4f4;

         color: #6a6a6a;

         margin:0;

	 }



img {

         border:0

	 }

a:link,

a:visited {

	 color: #000000;
	 text-decoration:none;

	 }



a:hover {

	 color: #006699;
	 text-decoration:none;

	 }



/***************************************************************************/

/* This is the container for the whole page */

/***************************************************************************/



.page {
	 width:950px;
	 position:relative;
	 padding-left:5px;
	 padding-right:5px;
	 padding-bottom:5px;
	 padding-top:0;
	 margin:auto;
	 text-align:left;
	 }
	 .top {
	width: 979px;
	height: 12px;
	margin:auto;
	background: url(images/top.png);
	font-size: 1px;
}
	 .footer2 {
	width: 979px;
	height: 12px;
	margin:auto;
	position:absolute;
	background: url(images/bg-footer.png);
	font-size: 1px;
}





/***************************************************************************/

/* Header */

/***************************************************************************/



.header {

	 background:url('http://imgur.com/tvGrm.jpg') no-repeat center top;

	 margin:0 0 0px 0;
	 
	 height:180px;

	 padding:0;

	 }
	   

.blog-name:link, 

.blog-name:visited, 

.blog-name:hover{

	 color:#006699;

	 font-family: 'Trebuchet MS', Verdana, Sans-Serif;

	 font-size:26pt;

	 font-weight:bold;

	 text-decoration:none;

	 letter-spacing: -1px;

	 background:transparent;

	 margin:0 0 0 80px;

	 padding:0;

	 }



.blog-description {

	 color:#008000;

	 font-size:10pt;

	 font-weight:bold;

	 margin:0px 0px 0px 80px;

	 padding:0;

	 }



/***************************************************************************/
/* Menu Bar */
/***************************************************************************/

.menu-bar {

background: url('http://imgur.com/Z4sON.gif') repeat;
padding:1px 0 25px 0;
height: 13px;
font-family:Geneva,Arial,Helvetica,sans-serif;
margin:0 0 0px 0;

	 }

.feed {
     float:right;
	 font-size:10pt;
	 margin:4px 20px 4px 0 !important;
	 margin:4px 10px 4px 0;
	 }

.feed a.rss {
     color:#ff4000;
	 padding: 0 0 0 25px;
	 background: transparent url(images/rss.gif) no-repeat 5px 0;
	 }

.feed a.techno {
         color:#008000;
	 padding: 0 0 0 25px;
	 background: transparent url(images/techno.png) no-repeat 4px 0;
	 }

ul.menu {
	 float: left;
	 margin: 0;
	 padding: 0 0px;
	 list-style-type: none;
	 }
	
ul.menu li {
	float: left;
	list-style: none;
	line-height: 35px;
	background: url(images/menu_divider.gif) no-repeat top right;
	 }
	
ul.menu li a {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding: 0 15px 0 15px;
	height: 37px;
	float: left;
	font-weight:normal;
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	 }
	
ul.menu li a:link,
ul.menu li a:visited {
	 color: #ffffff;
	 }
	 
ul.menu li a:hover,
ul.menu li a:active {
	color: #FFF;
	background:#285C6B url(images/menu_divider.gif) no-repeat top right;text-decoration:none;
	 }

ul.menu li.current_page_item a:link,
ul.menu li.current_page_item a:visited {
	color: #FFF;
	text-decoration: none;
	background: #285C6B url(images/menu_divider.gif) no-repeat top right;
	 }
/************************************************
*	SubNavbar      								*
************************************************/

#subnavbar {
	background: url('images/menu_bg.gif') repeat;
	width: 950px;
	height: 24px;
	color: #FFFFFF;
	margin: 0 0 8px;
	padding: 0px;
	}
	
#subnav {
	margin: 0px;
	padding: 0px;
	}
	
#subnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li a, #subnav li a:link, #subnav li a:visited {
	color: #FFFFFF;
	display: block;
	font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px 5px 0px 0px;
	padding: 6px 13px 6px 13px;
	}

#subnav li a:hover, #subnav li a:active {
	background: #888888 url(images/bg-navbarhov.png) repeat-x;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px 5px 0px 0px;
	padding: 6px 13px 6px 13px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: url('http://imgur.com/Z4sON.gif') repeat;
	width: 140px;
	float: none;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #888888 url(images/bg-navbarhov.png) repeat-x;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	}

#subnav li {
	float: left;
	padding: 0px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}

#subnav li li { 
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -25px 0 0 161px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover ul, #subnav li li.sfhover ul, #subnav li li li.sfhover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfhover { 
	position: static;
	}
	

/* Search Bar */
.search {
	float: right;
	margin: 5px 6px 7px 6px
}

.search input[type="text"] {
	width: 152px;
	height: 17px;
	background: #FFF url(../img/search_bg.gif);
	border: 0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #999;
	padding: 5px 4px 4px 24px;
}

.search input[type="image"] {
	vertical-align: top;
	line-height: 18px;
	padding-top: 1px;
}
/***************************************************************************/

/* Post */

/***************************************************************************/



h2.post-title a:link, 

h2.post-title a:visited {

         color:#006699;

	 }



h2.post-title a:hover {

        color:#333333;
		 text-decoration:none;

	 }



.post-content {

	 color:#444;

         margin:0px 0 0 0;

	 width:500px;

	 overflow:hidden;
	 padding:0 !important;

	 padding:0 0 0px 0;

	 }



.post-content a:link,

.post-content a:visited {

         color:#006699;

	 }



.post-content a:hover {

        
		 color:#333333;
		 text-decoration: none;

	 }


.post img{
	border: 1px solid #000000;
}

.post img:hover {
border:1px dotted #cccccc;
filter:alpha(opacity=85); -moz-opacity: 0.85; opacity: 0.85;
}


.post-content ul li {

         background: url('http://i40.tinypic.com/2581e0l.png') no-repeat 0 0;

         list-style:none;

	 padding:0 0 0 15px;

	 margin:6px 0 0 -10px;

	 }



.post-content ol li {

	 padding:0;

	 margin:6px 0 0 0px;

	 }



.postmeta {

	 margin: 8px 2px;

	 font-size:8pt;

	 }



.post-date {

	 background: url(images/date.gif) no-repeat 0 0;

	 padding: 0 0 0 20px;

	 }



.post-comment {

	 background: url(images/commentslink.png) no-repeat 0 0;

	 padding: 0 0 0 20px;

	 }



.post-comment a:link,

.post-comment a:visited,

.post-comment a:hover {

         color:#008000

	 }



.post-filed {

	 background: url(images/filed.gif) no-repeat 2px 0;

	 padding: 0 0 0 20px;

	 }



.more-link{

         margin:0

         }



/***************************************************************************/

/* Sidebars */

/***************************************************************************/



.left-sidebar, .right-sidebar {

         margin:-5px 0 1px 0 !important;

	 margin:0;

	 position:absolute;

	 overflow:hidden;

	 }



.left-sidebar {

	 width:210px;

	 left:5px;

	 }



.right-sidebar {

	 width:210px;

	 right:5px;

	 }



/***************************************************************************/

/* WordPress Sidebar Widgets */

/***************************************************************************/



.wp-widget-title {

	 position: relative; 

	 top: -20px;

	 background:url('http://i.imgur.com/pXJxM.jpg') no-repeat;

	 color:#333333;

	 font-size: 10pt;

	 font-weight: bold;

	 padding:6px 0 6px 15px;

	 margin:0;

	 }



.wp-widget-title a:link,

.wp-widget-title a:visited,

.wp-widget-title a:hover{

	 color:#333333;

	 }



.wp-widget {

	 background:url('images/widget_bottom_bg.gif') no-repeat bottom;

	 color:#555;

	 padding:0;

	 margin: 25px 0 35px 0;

         font-size:8pt;

	 }



.wp-widget ul {

         list-style:none;

	 position: relative; 

	 top: -15px;

         margin:5px 10px 5px 15px;

         padding:0;

	 }



.wp-widget ul li {

         background: url('images/bullet.gif') no-repeat 0px 0px;

         margin:0 0 10px 0;

         padding:0 0 0 14px;

         line-height:15px;

         font-size:8pt;

	 }

	 

.search-widget-title {

	 background:url('images/widgetbg.gif') no-repeat;

	 color:#fff;

	 font-size: 10pt;

	 font-weight: bold;

	 padding:6px 0px 6px 15px;

	 margin:-25px 0 0 0;

	 }



.search-widget {

	 color:#555;

	 background:url('images/widget_bottom_bg.gif') no-repeat bottom;

	 padding:10px;

	 margin:0px 0 35px 0;

         font-size:10pt;

	 }



.textwidget {

         position: relative; 

         top: -15px;

         margin:0px 0px 0px 5px;

         padding:0px 5px;

         }



.textwidget ul {

         list-style:none;

	 position: relative; 

	 top: 0px;

         margin:0 0 0 5px;

         padding:0;

	 }



.textwidget ul li {

         background: url('images/bullet.gif') no-repeat 0 0;

         margin:5px 0 10px 0;

         padding:0 0 0 14px;

         line-height:15px;

	 }



#calendar_wrap {

	 position: relative; 

	 top: -10px;

         margin:0 40px;

	 }



#akismetwrap {

         position: relative; 

	 top: -15px;

         margin:0 45px;

	 }



#cat, select {

         position: relative; 

	 top: -10px;

         margin:0 8px;;

	 }

	 

.widget_categories ul li ul.children{

         position: relative; 

	 top: 0px;

	 left:-5px;

	 }



.widget_pages ul li.page_item li{

         position: relative; 

	 top: 20px;

	 left:-10px;

     }

	 

/***************************************************************************/

/* Old Style Tigopedia Widgets */

/***************************************************************************/



.widget-title {

	 background:url('images/widgetbg.gif') no-repeat;

	 color:#fff;

	 font-size: 10pt;

	 font-weight: bold;

	 padding:6px 0px 6px 15px;

	 }



.widget-title a:link,

.widget-title a:visited,

.widget-title a:hover {

	 color:#fff;

	 }



.widget {

	 color:#555;

	 background:url('images/widget_bottom_bg.gif') no-repeat bottom;

	 padding:10px;

	 margin:5px 0 10px 0;

         font-size:8pt;

	 }



.widget ul {

         list-style:none;

         margin:5px 5px 0px 5px;

         padding:0px;

         }



.widget ul li {

         background: url('images/bullet.gif') no-repeat 0px 0px;

         margin-bottom:10px;

         padding-left:14px;

         line-height:15px;

         font-size:8pt;

         }



.center-widget-title {

	 background:url("images/center_widget_bg.gif") center top no-repeat;

	 color:#006699;

	 font-size:16px;

	 font-weight: bold;

	 margin:0px 210px 0px 210px;

	 padding:8px 0px 0px 15px;

	 }

	 

.center-widget {

         background:url('images/center_widget_bottom_bg.gif') center bottom no-repeat;

	 color:#555;

	 margin:0px 210px 6px 210px;

	 padding:0.1em 1.2em 0.6em 1.2em;

	 font-size:10pt;

	 }

	 



.center-widget a:visited {

         color:#006699

	 }



.center-widget a:hover {

         color:#006699;
		 text-decoration:underline;
	 }



.center-widget ul li {

         background: url('images/bullet.gif') no-repeat 0 0;

         list-style:none;

	 padding:0 0 0 15px;

	 margin:6px 0 0 -10px;

	 }



.center-widget ol li {

	 padding:0;

	 margin:6px 0 0 0px;

	 }



.bottom-page-nav {

         text-align:center;

	 color: #006699;

	 }



.bottom-page-nav a:link,

.bottom-page-nav a:visited,

.bottom-page-nav a:hover {

         color:#006699;

	 }



.footer {

	 color:#555;

	 font-size:10pt;

         font-weight:normal;

	 text-align:center;

         padding:0px 0px;

         margin:0;
		 position:relative;

         }

	 

.footer a:link,

.footer a:visited,

.footer a:hover {

         color:#006699;

	 }



/* Comments Styles */



.comment-list {

	 padding:0;

	 margin:0 15px 20px 15px;

	 }



.comment-meta {

         position:relative;

	 top:-20px;

         color: #555555;

         font-size:10pt;

         margin:50px 0 0 0;

	 }



.odd-comment .comment-meta a:link,

.odd-comment .comment-meta a:visited,

.odd-comment .comment-meta a:hover {

         color: #006699;

         font-weight:bold;

	 }



.even-comment .comment-meta a:link,

.even-comment .comment-meta a:visited,

.even-comment .comment-meta a:hover {

         color: #008000;

         font-weight:bold;

	 }



.odd-comment .comment-meta .comment-author {

         color: #006699;

         font-weight:bold;

	 }



.even-comment .comment-meta .comment-author {

         color: #008000;

         font-weight:bold;

	 }



.odd-comment .comment-text {

         position:relative;

	 top:-10px;

         background:url('images/comment-bg-gradient.gif') top left repeat-y; 

         color: #555;

         border:1px solid #b6cefe;

	 padding:0px 10px !important;

	 padding:10px 10px;

         width:440px;

         overflow:hidden;

	 }



.even-comment .comment-text {

         position:relative;

	 top:-10px;

         background:url('images/comment-bg-gradient-green.gif') top left repeat-y; 

	 color: #555;

         border:1px solid #add3ad;

	 padding:0px 10px !important;

	 padding:10px 10px;

         width:440px;

         overflow:hidden;

	 }



.odd-comment .comment-text a:link,

.odd-comment .comment-text a:visited,

.odd-comment .comment-text a:hover{

         color:#006699;

         text-decoration:none;

         }

	 

.even-comment .comment-text a:link,

.even-comment .comment-text a:visited,

.even-comment .comment-text a:hover{

         color:#008000;

         text-decoration:none;

         }



#commentform a:link,

#commentform a:hover,

#commentform a:visited {

         color:#006699;

	 }



/* input */



#searchform {

	 margin:0;

	 }

	

input#s {

	 color:#777;

	 width: 90%;

	 height: 18px;

	 margin: 0;

	 padding: 2px;

	 border-left: 1px solid #aaa;

         border-top:1px solid #aaa;

 	 border-right:1px solid #ddd;

	 border-bottom:1px solid #ddd;

	 }



input {

	 color:#555;

	 }



textarea#comment {

         width:470px;

         color:#555;

	 border-left: 1px solid #aaa;

         border-top:1px solid #aaa;

 	 border-right:1px solid #ddd;

	 border-bottom:1px solid #ddd;

         font-size:10pt;

	 }



input#author,

input#email,

input#url {

         width:200px;

         color:#555;

	 border-left: 1px solid #aaa;

         border-top:1px solid #aaa;

 	 border-right:1px solid #ddd;

	 border-bottom:1px solid #ddd;

         font-size:10pt;

         }
.parceiros {border: #D8D8D8 1px solid; padding: 2px; background:#FFFFFF;}