/*
	Theme Name: Modern Style
	Theme URL: http://flexithemes.com/themes/modern-style/
	Description: Modern Style Theme with theme options page. Fixed-width, widget ready, two colums, right sidebar support hierarchical categories. Compatible with Wordpress 2.8 and higher. <br />New in version 1.1: Support for post thumbnails, ability to add custom logo and favicon from options page and some layout bug fixes. <br />New in version 1.2: Added an option to show the sidebar below header. By default the sidebar starts over header. Added css clearfix class for post items in files: index.php, archive.php, search.php, single.php, page.php
	Author: FlexiThemes
	Author URI: http://flexithemes.com
	Version: 1.2
	Tags: two-columns, fixed-width, right-sidebar, black, silver, theme-options, threaded-comments
*/

/******************************************************
    [ LAYOUT ]
*******************************************************/

body {
    background-color: #FFFFFF;
    background-image: url("images/bgtotal.png");
    background-position: center top;
    background-repeat: repeat;
    font-family: "Myriad Pro","Trebuchet MS",Arial,Helvetica,Sans;
    margin-top: 0;
}


#wrapper {
    background: url("images/bg.jpg") no-repeat scroll 0 -32px transparent;
}

#container { 
}

a {
    color: #21759B;
}

a:hover {
    color: #d54e21;
}

/******************************************************
    [ HEADER ]
*******************************************************/

#header {
	height: 140px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#header h1 {
	margin: 0px !important;
	padding: 25px 0 0 0px;
    font-size:500%;
    font-variant:small-caps;

}


#header h1 a:hover {
	color: #fff;
	text-decoration: none;
	}

#header h2 {
	color: #bdbdbd;
	font-size: 18px;

}

.logo {
 
}

/******************************************************
    [ NAVIGATION ]
*******************************************************/
.navcontainer {
	height: 32px;
    margin-top: 9px;
}
	
#nav {
	height: 30px;
}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav {
	margin-bottom: 1px;
	padding-left: 0px;
}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav li a, #nav li a:link {
	color: #262626;
	display: block;
    margin: 0px 5px 0px 5px;
	padding: 7px 10px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
}
	
#nav li a:hover, #nav li a:active, .current_page_item {
	background: url(images/nav-background.png) repeat-x;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
	
#nav  li.current_page_item a {
	color:#fff;
    text-shadow: 0 1px 0 #000;
}

#nav li:hover, #nav li.sfhover { 
	position: static;
}

/******************************************************
    [ CONTENT ]
*******************************************************/
#content-wrpapper {}

#content {
	background: #fff;
	margin: 20px 10px 0 0;

}

.post {

background-image: url(images/bgpostop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	width: 600px;
	
}

.post p {
	margin-bottom: 10px;
}

.post_thumbnail {
    padding: 6px;
    background: #eee;
   border: 1px solid #ddd;
    margin: 0 10px 10px 0;
}

.title {
    color: #3A3939;
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-top: 20px;
}

.title a {
	text-decoration: none;
	color: #416a95;
}

.title a:hover {
	text-decoration: none;
    color: #3a3939;
}

.pagetitle {
	margin-bottom: 8px;
    background: #eee;
	padding: 6px 12px;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    color: #21759B;
}

.postdate {
font-size: 13px;
color: #666666;
margin-top: 0px;
}

.postdate a{
text-decoration: none;
}

.postdate span {
font-family: "Trebuchet MS", Arial,Helvetica,Sans;
    padding: 0px 0px 20px 20px;
    margin-right: 4px;
    
}

.postdate span img {
	position: absolute;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: none;

}

.postmeta {
font-family: "Trebuchet MS", Arial,Helvetica,Sans;
	font-size: 11px;
	padding: 4px 6px;
margin-top: 20px;
border-top: 1px solid black;

}	

.readmorecontent {
	text-align: right;
    margin-bottom: 8px;
}

a.readmore {
	padding: 4px 15px;
	background: #e1dddd;
	color: #5b5b5b;
    font-size: 12px;
	text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

a.readmore:hover {
	background-color: #cdcbcb;
}
    
.entry {

    background-image: url("images/bgpost.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #5B5B5B;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 22px;
    margin-bottom: 30px;
    padding: 20px 20px 30px;
    text-align: justify;
}

.entry .abre {
    border-bottom: 1px solid;
    font-variant: small-caps;
    font-weight: normal;
    margin-bottom: 28px;
    padding-bottom: 10px;
}

.entry .titulo {
    color: orange;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 28px;
    margin-top: 12px;
}

.entry .pergunta {
    background-color: #D0F0FD;
    font-family: Trebuchet MS,sans-serif;
    font-size: 15px;
    font-weight: bolder;
    line-height: 15px;
    padding: 0 0 0 4px;
    text-align: left;
    text-transform: uppercase;
}

.entry .resposta {
    background-color: transparent;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 14px;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: -0.5px;
    padding-top: 6px;
    text-align: justify;
}


.entry h4 {
    font-size: 15px;
    font-weight: bold;
    margin-right: 154px;
    margin-top: 5px;
    text-align: right;
}

.navigation {
	padding: 10px 0;
    text-align: center;
}


blockquote {
     border-left: 5px solid #CADAE7;
    color: #666666;
    font-family: "Myriad Pro",sans-serif;
    font-size: 29px;
    font-style: italic;
    line-height: 118%;
    margin-bottom: 0;
    overflow: hidden;
    padding-left: 10px;
    text-align: left;
    width: 375px;
}
	
.post img {
	text-align: center;
	max-width: 550px;
	background-color: #FFF;
	padding: 4px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px
}

.post img.alignright   {
	max-width: 250px;
	margin-right: 0px;
	margin-left: 10px;
margin-top: 10px;
}
.post img.alignleft {
max-width: 250px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 10px;

}

.post object {
    background-color: #000000;
    border: 1px solid #000000;
    display: block;
    margin: 20px auto;
    max-width: 550px;
    padding: 4px;
}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
	float: left;
	margin-bottom: 0px;
}

.alignright {
	float: right;
	margin-bottom: 0px;
}

.wp-caption {
     background-color: black;
    color: #FFFFFF;
    margin-bottom: 20px;
    max-width: 550px;
    padding: 5px;
    text-align: left;
}

.wp-caption img {
    background-color: transparent;
    border: 0 none;
    margin-left: auto;
    margin-right: auto;
    max-width: 542px;
}

.wp-caption p.wp-caption-text {
    font-family: trebuchet MS;
    font-size: 10px;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 15px;
    margin-top: -16px;
    padding: 0 4px;
}
	
/******************************************************
    [ SIDEBAR(S) ]
*******************************************************/

#sidebar .banner {
	height: 250px;
	width: 250px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20 px;
	background-color: #ffffff;
}

.banner125 {
	margin: 6px;
	}
    
#sidebar {
    background: #e3e3e3;
    border: 2px solid #c5c5c5;
    padding: 4px;
    margin-bottom: 2px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
	

#subscriptions {
	margin: 0;
    margin: 15px 0 0 0;
	text-align: center;
	}
    
#subscriptions img {
    margin:0;
    padding:0;
    vertical-align:top;
    }
    
#sidebar a {
	text-decoration: none;
    color: #333;
    font-size: 14px;
}

#sidebar a:hover {
	text-decoration: underline;
    color: #d54e21;
}
	
.searchlayout {
    border: 1px solid #bebebe;
    height: 30px;
    margin: 5px;
    padding: 0;
    background: #fff url(images/sinputnbackground.png) top left repeat-x;
    text-align: right;
}
#search input {
	border: 0;
    background: none;
}
	
	
#s {
	width: 190px;
	padding: 4px;
    margin:3px 0 0 0;
    background: none;
}

/* Social icons */
.addthis_toolbox {
	margin: 50px 0 0 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 2px 0 2px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
	
    
#sidebar h2 {
    background-color: #7E99B0;
    color: white;
    font-family: "Myriad Pro","Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 9px;
    margin: 40px 0 13px;
    padding: 2px 6px;
    text-align: center;
    text-shadow: 0 1px 0 black;
    text-transform: uppercase;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
#sidebar ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	background: url(images/arrow.gif) no-repeat top left;
}
	
#sidebar ul li ul li {
    background: url("images/arrow.gif") no-repeat scroll left top #DCDCDC;
    border-bottom: 1px solid white;
    margin: 2px 0;
    padding: 2px 0 2px 15px;
}

#sidebar .vodpod
{
position: relative;
margin-top: 30px;
font-size: 10px;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #555;
	background: none;
}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #555;
}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
}


/******************************************************
    [ FOOTER ]
*******************************************************/

#footer {
    background-color: #66CCFF;
    background-image: url("images/bgfooter.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    border-top: 4px solid #C5C5C5;
    color: #000000;
    font-size: 13px;
    margin-bottom: 0;
    padding: 6px;
    text-align: center;
}

#footer a {
	color: #FC0;
} 

#footer a:hover {
	color: #F90;
	text-decoration: none;
} 

.footer-credits {
	text-align: center;
	font-size: 11px !important;
	color: #000 !important;
	padding: 4px;
}

.footer-credits a {
	color: #000 !important;
} 
.footer-credits  a:hover {
	text-decoration: none;
} 

/* wp-pagenavi style overriding */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #686868 !important;
    background:#dfdfdf !important;
    border: 1px solid #989898 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}
.wp-pagenavi a:hover {
    color: #494949 !important;
    background:#dfdfdf !important;
    border: 1px solid #626262 !important;
    
}
.wp-pagenavi span.pages {
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}
.wp-pagenavi span.current {
    color: #434343 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
}
.wp-pagenavi span.extend {
    color: #434343 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
}	
/******************************************************
    [ COMMENTS ]
*******************************************************/

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 5px;
	text-align: justify;
    background: #eee;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin:0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: -22px 0 0 63px;
	display: block;
    font-size: 11px;
    padding:0;
}

.comment-body {

}

.avatar { 
    border: 3px solid #ffffff;  
    margin-right: 10px; 
    width: 40px; 
    height: 40px; 
    vertical-align: middle;
    margin-bottom: 2px;
}

.comment-author {
    background: #ddd;
    padding: 5px;
    display: block;
}

.reply {
    text-align: right;
}
.comment-reply-link  {
	padding: 4px 15px;
	background: #e1dddd;
	color: #5b5b5b;
    font-size: 12px;
	text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.comment-reply-link:hover {
	background-color: #cdcbcb;
    color: #5b5b5b;
}
	
.fn, .fn a:link, .fn a:hover, .fn a:visited { 
    color: #333; 
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
    font-size: 16px; 
    font-style: normal; 
    font-weight: bold;
    text-decoration: none;
}

.says {
    font-family: , "Trebuchet MS", Arial, Helvetica, Sans-serif;
    font-size: 14px; 
}

.commentmetadata a, .commentmetadata a:hover {
    color: #999; 
    text-decoration: none;
}


/******************************************************
    [ MISC (WP GENERATED) ]
*******************************************************/

.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}


/******************************************************
    [ BARRA PARAIBA1 ]
*******************************************************/
#barra_paraiba1 div.area {
width:960px;
}
#barra_paraiba1 div.busca {
width:250px;
}
#barra_paraiba1 div.area input.text {
margin-right:2px;
width:206px;
}
#barra_paraiba1 div.area input.bnt_ok {
margin-left:2px;
}

/******************************************************
    [ twitter buttom ]
*******************************************************/

#tweet-button  {
width: 500px;
float: right;
}




#mys_ol {
    background-image: url("http://img.adv.dadapro.net/myshare/model/default/overlay.png");
}
* html #mys_ol {
    background-image: none;
}
#mys_ol {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 998;
}
#mys_ol a, #mys_ol a:link {
    float: none;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#mys_box {
    background-color: #EEEEEE;
    border: 0 none;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999;
}
#myshare_window div.clearer {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #CDCDCD;
    clear: both;
    display: block;
    height: auto !important;
    margin: 0 2px;
    min-height: 1px;
    overflow: hidden;
    padding: 0;
}
* html #myshare_window hr.clearer {
    height: 2px;
    margin: -6px 2px;
    padding: 0;
}
#myshare_window {
    margin: 0;
    padding: 0;
}
* html #myshare_window {
    margin: 0;
    padding: 0;
}
#myshare_window {
    background-color: #F2F2F2;
    border: 0 solid #037C98;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 420px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 360px;
    z-index: 1001;
}
#myshare_window .cb {
    clear: both;
}
#myshare_window p {
    margin: 0;
    padding: 0;
}
#myshare_window p.mys_top_title {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding-left: 34px;
    padding-top: 5px;
    text-align: left;
    width: 326px;
}
#myshare_window li {
    list-style-type: none;
}
#myshare_window .mys_partners span {
    background: url("http://img.adv.dadapro.net/myshare/shared/myshare_sprite_partners.png?v=1") no-repeat scroll 0 0 transparent;
}
* html #myshare_window .mys_partners span, * html #myshare_window .mys_top {
    background: url("http://img.adv.dadapro.net/myshare/shared/myshare_sprite_partners.png?v=1") no-repeat scroll 0 0 transparent;
}
#myshare_window .mys_top, #myshare_window .button, #myshare_window .button_hover, #myshare_window .arrow-prev, #myshare_window .arrow-next, #myshare_window .mys_logo, #myshare_window .mys_foo div.gohome {
    background: url("http://img.adv.dadapro.net/myshare/model/default/myshare_sprite_contents_32.png?v=1") no-repeat scroll 0 0 transparent;
}
* html #myshare_window .mys_top, * html #myshare_window .button, * html #myshare_window .button_hover, * html #myshare_window .arrow-prev, * html #myshare_window .arrow-next, * html #myshare_window .mys_logo, * html #myshare_window .mys_foo div.gohome {
    background: url("http://img.adv.dadapro.net/myshare/model/default/myshare_sprite_contents_8.png?v=1") no-repeat scroll 0 0 transparent;
}
#myshare_window .mys_partners_list {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CDCDCD;
    height: 162px;
    margin: 7px;
    padding: 0;
    position: relative;
}
#myshare_window .mys_partners {
    float: left;
    margin: 0 0 8px;
    padding: 0;
}
#myshare_window .mys_top, * html #myshare_window .mys_top {
    background-position: 0 -32px;
    height: 51px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
#myshare_window .mys_textlink {
    color: #212B38;
    display: block;
    font-size: 11px;
    text-decoration: none;
}
#myshare_window .mys_box {
    background: none repeat scroll 0 0 #F2F2F2;
    border-top: 1px solid #FFFFFF;
    height: 230px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#myshare_window .mys_logo, * html #myshare_window .mys_logo {
    background-color: transparent;
    background-position: 0 -113px;
    border: 0 none;
    height: 17px;
    left: 12px;
    position: absolute;
    top: 6px;
    width: 17px;
}
#myshare_window .mys_foo {
    clear: both;
    margin: 0;
    padding: 1px 0;
    position: relative;
    text-align: right;
}
#myshare_window .mys_foo div.gohome, * html #myshare_window .mys_foo div.gohome {
    background-position: 0 -84px;
    display: block;
    float: right;
    font-weight: normal;
    height: 27px;
    margin: 0;
    padding: 0;
    position: relative;
}
#myshare_window .mys_foo a.gohome_sw, #myshare_window .mys_foo a.gohome_sw:link {
    display: block;
    float: left;
    height: 27px;
    width: 90px;
}
#myshare_window .mys_foo a.gohome_xnu, #myshare_window .mys_foo a.gohome_xnu:link {
    display: block;
    float: left;
    height: 27px;
    width: 90px;
}
#myshare_window .mys_foo div#mys_footersel_1 {
    display: none;
}
#myshare_window .mys_foo div#mys_footersel_2 {
    display: none;
}
#myshare_window .mys_foo div#mys_footersel_1 div.gohome, * html #myshare_window .mys_foo div#mys_footersel_1 div.gohome {
    width: 83px;
}
#myshare_window .mys_foo div#mys_footersel_2 div.gohome, * html #myshare_window .mys_foo div#mys_footersel_2 div.gohome {
    width: 180px;
}
#myshare_window .mys_ttab {
    background: none repeat scroll 0 0 transparent;
    height: 23px;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 30px;
}
#myshare_window .mys_ttab ul {
    margin: 0;
    padding: 0;
}
#myshare_window .mys_ttab ul li {
    -moz-border-radius: 3px 3px 0 0;
    border: 1px solid #CDCDCD;
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
    width: 95px;
}
#myshare_window .mys_ttab ul li a {
    -moz-border-radius: 3px 3px 0 0;
    background: none repeat scroll 0 0 #CDCDCD;
    border-color: #FFFFFF #FFFFFF #CDCDCD;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 17px;
    line-height: 17px;
    text-align: center;
    text-transform: capitalize;
}
#myshare_window .mys_ttab ul li span {
    background: none repeat scroll 0 0 #F2F2F2;
    border-color: #FFFFFF #FFFFFF #F2F2F2;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 11px;
    height: 19px;
    line-height: 19px;
    margin: 0 0 -2px;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
}
#myshare_window #mys_tab_1 {
    display: none;
    height: 275px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 360px;
}
#myshare_window #mys_tab_1 .button {
    position: absolute;
}
#myshare_window #mys_tab_1 p.mys_t1l {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #5CAFE6;
    font-size: 11px;
    height: 22px;
    margin: 0 0 0 4px;
}
#myshare_window #mys_tab_1 p.mys_t1l span {
    display: block;
    margin: 0;
    padding: 4px 10px 3px;
    position: relative;
}
#myshare_window #mys_tab_1 p.mys_t1r {
    background: none repeat scroll 0 0 #CBCBCB;
    clear: right;
    height: 18px;
    margin: 4px 0 0 2px;
}
#myshare_window #mys_tab_1 p.mys_t1r a {
    font-weight: normal;
    margin: 0;
    padding: 2px 10px 1px;
    position: relative;
}
#myshare_window #mys_tab_1 .mys_best {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CDCDCD;
    font-family: Trebuchet ms;
    margin: 7px;
    padding: 5px 0 3px;
    position: relative;
}
#myshare_window #mys_tab_1 .mys_best ul {
    height: 20px;
    list-style-type: none;
    margin: 0 0 0 40px;
    overflow: hidden;
    padding: 0;
}
#myshare_window #mys_tab_1 .mys_best ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 90px;
}
#myshare_window #mys_tab_1 .mys_best ul li a {
    color: #333333;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
#myshare_window #mys_tab_1 .mys_partners_col {
    float: left;
    font-family: Trebuchet ms;
    margin: 6px 0 0;
    padding: 0;
    width: 110px;
}
#myshare_window #mys_tab_1 .mys_partners_col ul {
    clear: both;
    display: block;
    margin: 0 0 0 14px;
    overflow: hidden;
    padding: 0;
}
#myshare_window #mys_tab_1 .mys_partners_col ul li {
    float: left;
    height: 16px;
    line-height: 16px;
    margin: 0 0 6px;
    padding: 0;
    width: 96px;
}
* html #myshare_window #mys_tab_1 .mys_partners_col ul li {
    float: left;
    height: 16px;
    margin: 0 0 4px;
    padding: 0;
    width: 96px;
}
#myshare_window #mys_tab_1 .mys_partners_col ul li a {
    color: #333333;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
* html #myshare_window #mys_tab_1 .mys_partners_col ul li a {
    color: #333333;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#myshare_window .mys_partners span {
    display: block;
    float: left;
    margin: 0 2px 0 0;
}
* html #myshare_window .mys_partners span {
    display: block;
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
}
#myshare_window #mys_tab_1 .mys-arrows {
    border-top: 1px solid #CDCDCD;
    padding: 2px;
    text-align: center;
}
#myshare_window .arrow-prev, * html #myshare_window .arrow-prev {
    background-color: transparent;
    background-position: 0 0;
    border: 0 none;
    cursor: pointer;
    height: 16px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 16px;
}
#myshare_window .arrow-next, * html #myshare_window .arrow-next {
    background-color: transparent;
    background-position: 0 -16px;
    border: 0 none;
    cursor: pointer;
    height: 16px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 16px;
}
#myshare_window #mys_tab_2 {
    display: none;
    height: 450px;
    overflow: hidden;
    width: 360px;
}
#myshare_window #mys_tab_2 p.mys_t2l {
    background: none repeat scroll 0 0 #CBCBCB;
    height: 18px;
    margin: 4px 0 0 2px;
}
#myshare_window #mys_tab_2 p.mys_t2l a {
    font-weight: normal;
    margin: 0;
    padding: 2px 10px 1px;
}
#myshare_window #mys_tab_2 p.mys_t2r {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #5CAFE6;
    font-size: 11px;
    height: 22px;
    margin: 0 0 0 4px;
}
#myshare_window #mys_tab_2 p.mys_t2r span {
    display: block;
    margin: 0;
    padding: 4px 10px 3px;
}
#myshare_window #mys_tab_2 .form-send-mail {
    margin: 0;
    padding: 0;
}
#myshare_window #mys_tab_2 .box-send-mail {
    margin: 6px 0 0;
    padding: 0 0 0;
}
#myshare_window #mys_tab_2 .label-send-mail {
    clear: left;
    float: left;
    font-size: 13px;
    height: 20px;
    margin: 4px 0 4px 10px;
    overflow: hidden;
    padding: 0;
    text-align: right;
    width: 110px;
}
#myshare_window #mys_tab_2 .send-mail {
    border: 1px solid #CDCDCD;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    margin: 4px 0 4px 10px;
    padding: 0;
    width: 212px;
}
#myshare_window #mys_tab_2 .send-text {
    border: 1px solid #CDCDCD;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 60px;
    margin: 4px 0 4px 10px;
    outline: medium none;
    padding: 0;
    width: 212px;
}
#myshare_window #mys_tab_2 .box-seccode {
    float: left;
    height: 55px;
    width: 96px;
}
#myshare_window #mys_tab_2 .label-seccode {
    clear: both;
    float: left;
    font-size: 13px;
    height: 16px;
    margin: 4px 0 0 10px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 90px;
}
#myshare_window #mys_tab_2 .mys_captcha {
    border: 1px solid #CDCDCD;
    float: left;
    font-size: 13px;
    height: 20px;
    margin: 0 0 0 10px;
    width: 74px;
}
#myshare_window #mys_tab_2 .mys_cap-code {
    border: 1px solid #CDCDCD;
    float: left;
    margin: 7px 0 0;
    width: 120px;
}
#myshare_window #mys_tab_2 .button, * html #myshare_window #mys_tab_2 .button {
    background-color: transparent;
    background-position: 0 -130px;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 23px;
    left: 222px;
    letter-spacing: 1px;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    top: 245px;
    width: 130px;
}
#myshare_window #mys_tab_2 .button_hover, * html #myshare_window #mys_tab_2 .button_hover {
    background-color: transparent;
    background-position: 0 -155px;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 23px;
    left: 222px;
    letter-spacing: 1px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 245px;
    width: 130px;
}
#myshare_window #mys_tab_success {
    display: none;
    overflow: hidden;
    width: 360px;
}
#myshare_window #mys_tab_success p.mys_t2l {
    background: none repeat scroll 0 0 #CBCBCB;
    border-color: #037C98;
    border-style: solid;
    border-width: 1px 1px 0;
    font-weight: bold;
    left: 10px;
    padding: 2px 10px 1px;
    position: absolute;
    top: 33px;
}
#myshare_window #mys_tab_success p.mys_t2r {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #037C98;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #5CAFE6;
    font-size: 11px;
    font-weight: bold;
    left: 129px;
    padding: 4px 10px 3px;
    position: absolute;
    top: 30px;
}
#myshare_window #mys_tab_success p.result {
    margin: 2px;
    padding: 20px 4px 4px;
    text-align: center;
}
#myshare_window .close {
    background-color: transparent;
    border: 0 none;
    color: #000000;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 16px;
    left: 338px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 6px;
    width: 16px;
}



.aktt_tweets ul li ul li {
    background: url("images/arrow.gif") no-repeat scroll left top #cce0e4;
    border-bottom: 1px solid white;
    margin: 2px 0;
    padding: 2px 0 2px 15px;
}

.clear1 {
    clear: both;
height: 10px;
}

#sidebar ul li#wdg_ilustrated.widget ul#ilustrated-posts li a img {
    border: 4px solid white;
    float: left;
    height: 80px;
    margin-right: 6px;
    width: 80px;
}

#sidebar ul li#wdg_ilustrated.widget ul#ilustrated-posts li a {
  font-family: arial;
    font-size: small;
    font-weight: bold;
}

#sidebar ul li#wdg_ilustrated.widget ul#ilustrated-posts li p {
 font-family: arial;
    font-size: x-small;
}
#sidebar ul li#wdg_ilustrated.widget ul#ilustrated-posts li {
    background: url("") no-repeat scroll left top #DCDCDC;
    border-bottom: 1px solid white;
    list-style-type: none;
    margin: 2px 0;
    padding: 2px 0 2px 15px;
}
