/*
Theme Name: Loja
Theme URI: http://www.tecsite.com.br/
Description: CMS theme for Wordpress
Version: 0.1
Author: Míriam de Paula
Datum: 27/07/2008
*/

body {
  background: #0F1A24 url(images/bg-1024.jpg) no-repeat;
  color: #333;
  font: normal .8em/170% Tahoma, Arial, Tahoma, Arial, Verdana;
}

/* links  */
a, a:visited {
  color: #76aac9;
  text-decoration: underline;
}

a:hover { color: #234466; }

.mais {
	margin-top:15px;
	width:100%;
	text-align:right;
}

/* headings */
h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.2em}  /* displayed at 12px */

h2, h3 { line-height:120%; margin-bottom:10px;}

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* page structure & layout */
#site {
  background: #0F1A24/* url(images/bg-site.jpg) repeat-y*/;  
  margin: 25px auto 0;  
  width: 840px;
  height:auto;    
}

#cabecalho {	
  background: #fff url(images/bg-cabecalho.jpg) no-repeat;  
  height: 309px/*324px*/;
  width: 810px/*840px*/;
  padding:15px 15px 0; 
}

#menu {
	width:810px;
	height:35px/*45px*/;
	padding-top:10px;
	clear:both;	  
}

#breadcrumb {
}

#conteudo {
	background: #fff;
  	float: left;
  	min-height:577px;		 
  	width: 810px/*840px*/;
	padding:15px;
}

#rodape {
	background:transparent url(images/bg-rodape.png) no-repeat;
  	height: 161px;
  	width:810px/*840px*/;
	padding:0 15px;
	margin:0 auto;
}

/* header */
#cabecalho h1 {	
	width:595px;
	height:93px;
}

#cabecalho h1 a {
  	color: #194B7D;
  	width:595px;
	height:93px;
  	display:block;  
  	text-decoration: none;
}

#cabecalho h1 a:hover {color: #82AEBD;}

#cabecalho h1 span {
  color: #194B7D;
  font-size: 18px;
}

#cabecalho #cab-esquerdo {
	width:215px;
	height:264px;
	float:left;
	text-align:center;
}

#cabecalho #cab-direito {
	width:595px;
	height:264px;
	float:left;
	text-align:center;
}

/* navigation */




/* breadcrumb */
#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

/* content */
#conteudo h2 {
  color: #D0970F;
  font-weight:normal; 
  /*font-size: 1.5em;  */
}

#conteudo h2 a, #conteudo h2 a:visited {
  color: #D0970F;
  text-decoration: none;
}

#conteudo h2 a:hover {
  color: #804000;
}

#conteudo h3 { /* subtitulos */
  	color:#76aac9;
	margin-bottom:5px;
}

#conteudo p {
  line-height: 1.5em;
  margin: 0 0 10px 0;
}

#conteudo ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}

#conteudo ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}

#conteudo ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

#conteudo ul.ultimas-noticias  {
	margin:0;
}

#conteudo ul.ultimas-noticias li { list-style:none; margin-bottom:10px; }

#conteudo ul.ultimas-noticias li a,
#conteudo ul.ultimas-noticias li a:visited {
	color:#333;
	text-decoration:none;
}

#conteudo ul.ultimas-noticias li a:hover {
	color:#76aac9;
}

#conteudo h3.data-noticia {
	background:url(images/news.gif) no-repeat;
	padding-left:20px;
}

/* textos internos */
#conteudo #textos {
	/*width:675px 690px*/;
	padding-right:15px;
	float:left;
}

	#conteudo #textos p {
		margin-bottom:15px;
	}
	
	#conteudo #textos img { float:left; margin: 0 15px 20px 0; }
	
	#conteudo #textos td img { text-align:center; }
	

#conteudo .coluna-250px {
	width:250px;
	margin-right:30px;
	float:left;
	text-align:justify;
}

#conteudo .no-margin-right { margin-right:0; }

#conteudo .coluna-120px {
	width:120px;
	float:left;
}

#conteudo .coluna-120px .banner {
	margin-bottom:10px;
	display:block;
}

#conteudo .coluna-250px .imagens {
	float:left;
	margin:0 10px 8px 0;
	display:block;
}

/* footer */
#rodape p {
  line-height: 1.4em;
  font-size:.9em; 
}

#rodape a, #rodape a:visited {
  text-decoration: underline;
}

#rodape #rod-esquerdo,
#rodape #rod-direito {
	width:405px;
	height:116px/*161px*/;
	padding-top:45px;
	float:left;	
}

#rodape #rod-esquerdo .texto-marrom,
#rodape #rod-direito .texto-marrom {
	color:#194B7D;
	font-weight:bold;
	margin-bottom:5px;	
}

#rodape #rod-direito { text-align:right; }

#rodape-outside {
	background:url(images/bg-rodape-outside.jpg);	
	height:271px;
	width:100%;
}

/* classes */
.hide { display: none; }

hr {
	height:1px;
	border:1px solid #ccc;		
	color:#ccc;
	margin-bottom:10px;	
}

.banner {
	margin-bottom:10px;
	display:block;
}

/** formulario de cadastro home ***/
#formNL, #formNL fieldset {	
	border:none;
	/*text-align:center;*/
}

#formNL legend { display:none; }

#formNL label { float:left; width:90px; }

#formNL input {	
	margin-bottom:15px;
	float:left;
}

#formNL #sub {
	width:auto;
	height:25px;
	color:#fff;
	background:#804000;
	border:1px solid #ccc;
	/*float:right;
	margin:0;*/
}

#formNL img { float:right; position:absolute; }

/*** Galeria de Fotos ***/
.galeria { width:auto; border:0; }
.galeria td, .galeria tr { border:0; }
.galeria img { text-align:center; }


.capitalized {
	text-transform:capitalize;
}