/*   
Theme Name: Langner
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: langner
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

.main-aside ul (linha 742)

{

padding-top: 0pt;

padding-right: 20px;

padding-bottom: 0pt;

padding-left: 2 px;

}



/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#branding {
padding-top: 10 px;
padding-right: 0pt;
padding-bottom:0px;
padding-left: 0pt;
background:transparent url(images/header.jpg) no-repeat scroll center top;
background-position: bottom;
height:210px;
position:relative;
z-index:10;
}
/*IMAGEM DE FUNDO DO CONTAINER */
#container {
    width:640px;
   background-image: url("images/back_main.jpg");
  padding-top: 5px;
}
#content 
{
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 10px;
width: 580px;
overflow-x: hidden;
overflow-y: hidden;
}
/*  ALINHAR O GOOGLE FRIENDS */
.main-aside ul 
{
padding-left: 0px;
}
/*FORMATAÇÃO DOS MENUS LATERAIS */
a:link, a:visited (linha 39)

{

color: #ff9900;

text-decoration: none;

}

.aside ul ul li a:hover (linha 121)

{

display: block;

background-color: #fafafa;

color: #339933;

}