﻿/* Lista de fotoreportagens */
#photonews-list
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#photonews-list .category /* bloco de cada categoria: mês e ano por enquanto */
{
	float: left;
	clear: left;
	margin-bottom: 30px;
	border: solid 1px #dce5ff;
}

#photonews-list h2 /* titulo da categoria, por enquanto categoria é mês e ano */
{

	clear: both;
	float: left;
	height: 30px;
	padding: 10px 0px 10px 20px;
	font-size: 22pt;
	color: #111111;
}

#photonews-list .photonews /* cada link de fotoreportagem */
{
	width: 261px; 
	float: left; 
	height: 158px; 
	display: block;
	text-decoration: none;
	margin: 3px;
	padding: 4px;
	border-top: solid 1px White;
	border-bottom: solid 1px White;
}

#photonews-list .photonews:hover
{
	border-top: solid 1px Gray;
	border-bottom: solid 1px Gray;
}

#photonews-list .photonews img /* thumb da fotoreportagem */
{
	border: solid 1px Black;
	margin: 6px 10px 6px 2px;
	float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#photonews-list .photonews h3 /* */
{
	font-size: 14pt;
	margin: 2px;
}

#photonews-list .photonews .details /* resumo da fotoreportagem */
{
	color: #999999;
	font-size: 8pt;
}

#photonews-list .photonews .summary /* resumo da fotoreportagem */
{
	color: #444444;
	font-size: 9pt;
}

/* Apresentação da fotoreportagem completa */
#photonews
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

#photonews #author
{
    font-family: Georgia;
    color: Silver;
    font-size: 12pt;
    font-style: italic;
    margin-top: 0px;
}

#photonews #content-header
{
    border-bottom: solid #CACACA 1px;
    margin-bottom: 20px;
    clear: both;
    float: left;
    overflow: hidden;
    width: 100%;
}

#photonews #summary
{
    font-size: 11pt;
    line-height: 1.3em;
}

#photonews #details
{
    text-align: right;
    font-size: 7pt;
    color: #888888;
    float: left;
    width: 145px;
    margin-top: -5px;
    vertical-align: middle;
    padding: 20px;
}

#photonews #details img
{
    display: block;
    border: solid Black 1px;
    float: right;
    clear: both;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#photonews #details p
{
    clear: both;
}

#photonews #titlebox
{
    float: left;
    width: 380px;
    border-left: solid #CACACA 1px;
    padding: 5px 20px;
    min-height: 140px;
}

#photonews #text
{
    color: #666666;
    font-size: 14px;
    line-height: 1.6em;
    padding: 10px 51px;
}

#photonews #text p
{
    margin-bottom: 1.4em;
}

#photonews #text > p:first-child
{
    font-size: 15px;
}

#photonews #text > p:first-child:first-letter
{
    font-size: 26pt;
    font-weight: bold;
}

#photonews h3
{
    font-family: Georgia, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	color: #3954FD;
	font-size: 20pt;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0px;
}

#photonews #pics img
{
    border: solid Gray 1px;
}

#photonews #pics p
{
    font-size: 8pt;
    margin-top: 2px;
    margin-bottom: 20px;
}


/* Lista de fotoreportagens */
#photonews-list
{
	width: 100%;
}

#photonews-list .category /* bloco de cada categoria: mês e ano por enquanto */
{
    width: 99%;
}

#photonews-list h2 /* titulo da categoria, por enquanto categoria é mês e ano */
{
    width: 100%;
    color: gray;
    font-size: 17pt;
}

#photonews-list .photonews /* cada link de fotoreportagem */
{
    width: 288px;
}

#photonews-list .photonews:hover
{
    background-color: #cdf6cd;
}

#photonews-list .photonews img /* thumb da fotoreportagem */
{
}

#photonews-list .photonews h3 /* */
{
    color: green;
}

#photonews-list .photonews .details /* resumo da fotoreportagem */
{
}

#photonews-list .photonews .summary /* resumo da fotoreportagem */
{
}