/*  
Theme Name: Diego
Theme URI: http://www.diego.fot.br/
Description: Tema do site Diego Padgurschi Fot&oacute;grafo criado por C&aacute;tia Kitahara
Version: 1.0
Author: C&aacute;tia Kitahara

*/

*{
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	background: #000 url(imgs/bg.gif) repeat-x top;
	text-align: center;
	background-repeat: repeat-x;
}
#container {
	position: relative;
	width: 720px;
	min-height: 100%;
	margin: auto;
	padding: 0;
	text-align: left;
}
a img {
	border: 0;
}
a:link,a:visited{
	color: #999;
	text-decoration: none;
}
a:hover{
	color: #FFF;
}
h1 {
	font-size: 130%;
	font-weight: normal;
	padding-bottom: 20px;
	color: #FFF;
}
#titulo {
	position: absolute;
	left: 0;
	width: 180px;
	height: 80px;
	text-align: right;
	padding-right: 20px;
	border-right: 1px solid #CCC;
}
#nav {
	position:absolute;
	left: 220px;
	width: 530px;
	height: 41px;
	padding-top: 39px;
}
#nav li { /*float the main list items*/
	float: left;
	display: block;
}
#nav li a {
	display: block;
	font: 100% "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
}
#nav li ul { /*put the subnav below and hide them all*/
	display: none;
	position: absolute;
	height: 15px;
	left: 0;
	padding-top: 5px;
}
#nav li.current_page_item a, li.current_page_parent a {
	color: #FFF;
}
#nav li.current_page_item ul a{
	font: 70% Arial, Verdana, Helvetica, sans-serif;
	padding: 0 6px 0 6px;
	border-right: 1px solid #CCC;
	color: #999;
}
#nav li ul a:hover{
	border-bottom: 3px solid #FFF;
	color: #FFF
}
#nav li.current_page_item ul {
	display: block;
}
#nav li.current_page_parent ul {
	display: block;
}
#nav li.current_page_parent ul a{
	font: 70% Arial, Verdana, Helvetica, sans-serif;
	padding: 0 6px 0 6px;
	border-right: 1px solid #CCC;
	color: #999;
}
#nav li.current_page_parent ul a:hover{
	color: #FFF
}
#nav li ul li.current_page_item a{
	border-bottom: 3px solid #FFF;
	color: #FFF
}
#home {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 80px;
}
#home img {
	margin: 20px 0 20px 0;
}
#miolo {
	position: absolute;
	top: 105px;
	left: 220px;
	text-align: left;
	line-height: 150%;
	font-size: 70%;
}
#miolo p{
	padding-bottom: 10px;
}
#galeria {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 70%;
}
#sidebar{
	position: absolute;
	top: 105px;
	height: 100%;
	left: 0;
	width: 180px;
	text-align: right;
	float: left
}
#comentarios {
	width: 400px;
	border-top: 1px solid #333;
	padding-top: 20px;
}

.comments {
	border-bottom: 1px solid #333;
	padding: 10px 0 10px 0;
}
input {
	background-color:#999;
	border: none;
	color: #333;
	font-size: 100%;
	height: 14px;
	padding: 2px;
}
#submit {
	height: 16px;
	padding: 0px;
}
textarea {
	background-color:#999;
	border: none;
	color: #333;
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 2px;
}
#rodape {
	position: absolute;
	width: 100%;
	top: 700px;
	left: 0px;
	text-align: center;
	font-size: 70%;
	padding: 10px
}
#rodape img {
	vertical-align: middle
}