/* This is the StyleCatcher theme addition. Do not remove this block. */
/* Selected Layout:  */
/* @import url(http://www.taanteatro.com/portugues/base_theme.css); 
@import url(http://www.taanteatro.com/mt/mt-static/support/themes/minimalist-white/minimalist-white.css);
 @import url(http://www.taanteatro.com/portugues/taan1.css); */
/* end StyleCatcher imports */

/* CSS Document */

/* Created using the Movable Type Style Generator <http://styles.movalog.com/generator/> */
/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */

/* basic elements */



/* setting the page white with no borders*/
html
{
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #eee;
	font-size: 12px;
	color: #f33;
}

/* GLOBAL */
a img,:link img,:visited img, {
        border:none;
}
a, a:visited { color: f33; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6, p, ol, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
        color: #666;
}



/*setting margins for our single column centered site*/
body
{
	margin: 25 auto;
	border: 0;

}


/* building our main container to hold all the content with basic font family*/
#container
{
	background-color: #fff;
	align: center;
	width: 650px;
/*	height: 1000px; */
	position: relative; 
	margin: 0 auto; /* center on everything else */
	text-align: left;
	font-family: verdana, 'trebuchet ms', sans-serif;
	padding: 25px ;

} 


/* this is where we will stick our logo, search, language selection, Navigation and subnavigation */
#header {
	width: 650px;
	height: 130px;
}

#language p
{
	font-weight: bold;
	float: right;
	color: #f33;
	margin: 0 0px 0 0;  
	font-size: 12px;
}
#language a, a:link, a:visited
{	
	font-weight: normal;
        text-decoration: none;
	color: #333;
}
#language a:hover 
{	
	color: #f33;
}
		
#search
{
	float: right;
	z-index: -3;
	color: #f33;
	margin: 25px -120px 0 0 ; 
/*	position: absolute;
	top: 30px;
	left: 550px;
	border:1px solid #666;
	background: #333;*/	
/*	width: 100px;  */
}

/* logo is a link. Keeping it clean */
#logo
{
	float: left;
	z-index: -2;
}
#logo a img{
    border: none;
}

/*     css image nav    */
#nav1
{
	color: #f33;
        position: absolute;
	left: 120px; 
	top: 70px;
	margin: 0 0 0 0;
	z-index: 5;	
}

ul#nav {
	list-style-type: none;
	width: 550px;
}
ul#nav li {
      height: 25px;
      line-height: 25px;
      float: left;
      display: inline;
      text-decoration: none;
      text-indent: -9999px;
      margin: 5px 5px 0 0;
}
ul#nav a {
      display: block;
      height: 25px;
      line-height: 25px;
      text-decoration: none;
      background-image: url(http://www.taanteatro.com/portugues/images/taan-nav.png);
      background-repeat: no-repeat;
      background-position: 0 0; 
      background-color: transparent;
  }

  li#nav_taanteatro,  li#nav_taanteatro a {width: 147px; background-position: 0 -3px;}
  li#nav_taanteatro a:hover, li#nav_taanteatro a#active {background-position: 0 -33px;}
  
  li#nav_obras, li#nav_obras a {width: 83px; background-position: -147px -3px;}
  li#nav_obras a:hover, li#nav_obras a#active {background-position: -147px -33px;}

  
  li#nav_projetos, li#nav_projetos a {width: 114px; background-position: -230px -3px;}
  li#nav_projetos a:hover, li#nav_projetos a#active {background-position: -230px -33px;}
  
  li#nav_formacao, li#nav_formacao a {width: 124px; background-position: -344px -3px;}
  li#nav_formacao a:hover, li#nav_formacao a#active {background-position: -344px -33px;}
  
  li#nav_videos, li#nav_videos a {width: 91px; background-position: -467px -3px;}
  li#nav_videos a:hover, li#nav_videos a:active {background-position: -467px -33px;}
  
  li#nav_publicacoes, li#nav_publicacoes a {width: 154px; background-position: -554px -3px;}
  li#nav_publicacoes a:hover, li#nav_publicacoes a#active {background-position: -554px -33px;}
  
  li#nav_agenda, li#nav_agenda a {width: 112px; background-position: -694px -3px;}
  li#nav_agenda a:hover, li#nav_agenda a#active {background-position: -694px -33px;}
  
  li#nav_contato, li#nav_contato a {width: 110px; background-position: -798px -3px;}
  li#nav_contato a:hover, li#nav_contato a#active {background-position: -798px -33px;}






/* subnavigation */ 
#subnav 
{ 
	font-weight: bold;
	font-size: 9pt;
	position: relative;
        margin: 0 0 0 90px;
	color: #f33;
        text-transform: uppercase;	 
}
#subnav a, a:link, a:visited  
{ 
	font-weight: normal;
	color: #666; 
	text-decoration: none;

}
#subnav a:hover 
{ 
	color: #f33; 
	text-decoration: none;
	font-weight: normal;
}
#subnav a#active { color: #f33; }
/* 
http://www.learningmovabletype.com/a/000750horizontal_nav_bar/ (simple, static)
http://css.maxdesign.com.au/listamatic/horizontal12.htm (simple, static, active)
*/

#entry
{
  	position: relative;
	color: #666;
        font-size: 11px;
        width: 650px;
        height: auto;
        border-bottom: 2px solid #ccc;
        padding: 0 0 5px 0;
}

#entry .title a
{
	color: #333;
	text-decoration: none;
        font-weight: bold;
}

#entry .title a:hover, a:visited
{
	text-decoration: none;
        font-weight: bold;
	color: #f33; 
}


#entry a
{
	color: #f33;
	text-decoration: none;
	font-weight: normal;
}

#entry a:hover { text-decoration: underline; }

#entry h2
{
	text-transform: uppercase;
	color: #333;
	font-size: 13pt;
	padding: 10px 0 10px 0;
}	

#entry .asset-more-link
{
      padding: 5px 0 2px 0;  
} 
#more
{
/*        padding: 0 0 10px 0;  */
} 

/*    line break - after entry  */

#comments
{
        color: #666;
        padding: 0 0 10px 0;
}

#comments a
{
	margin-top: 5px;
	margin-bottom: 10px;
        float: right;
        font-family: trebuchet;
	font-size: 9pt; 
	color: #f33;
}

#comments h2
{
        font-size: 12pt;
        color: #666;
}

#comment-author, #comment-email, #comment-url, #comment-text
{
width: 200px;
margin-top: 5px;
padding: 5px 0 5px 0;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
clear: both;
margin: 5px 10px;
} 
