/*
Theme Name: Denize Ribeiro
Theme URI: http://www.denizeribeiro.com/
Description: Tema desenvolvido por William Silva Gomes para a fotografa Denize Ribeiro
Author: William Silva Gomes
Author URI: http://www.williamdesigner.com
Version: 1.0
*/

/* ----- CSS hack png ie6 ------ */

* {
behavior: url(iepngfix.htc)
}

img{
 behavior: url(iepngfix.htc)
}  
.gal{
 behavior: url(iepngfix.htc)
}  
/* ----- PORTIFÓLIO ------ */


img.gal {margin:20px; float:left; border:none;}

/* ----- HEADER ------ */
#header{
list-style: none;
height:20px;
width:780px;
margin:0 auto;


}
#header li{
float:left;
clear:none ;    	
		height:31px;
		list-style:none;
}
#header ul li a{
padding:0 10px 0 10px;
display:block;
		height:31px;
        color:#fff;
        font-size:10px;
        text-decoration:none;
		border-bottom:#202020 1px solid ;
		
		}
#header ul li a:hover{
        color:#fff;
		background-image:url(images/bg_menu_houver.jpg);
		background-position:center;
		background-repeat:no-repeat;
		
		}
		
/* ----- IDS -----*/
#container{
    width:780px;
    margin:0px auto;
    padding:10px 0 0 0;
    text-align:left;
	color:#FFF;
	}
#container h2 a{display:none;}	
#container.title{ font-weight:bold; font-size:16px; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color:#CCCCCC;}
.space{height:10px;}
		
/* ----- SLIDES ----- */
#slides {padding-top:10px;}
#slides li {list-style:none;}
#slides img{ border:#272727 solid 4px;}
/* ----- CSS ----- */

*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
width:100%;
padding:10px 0 10px 0;
    margin:0;
    text-align:center;
	background:url(images/bg.jpg) #000 no-repeat bottom right fixed;
}
a{
    color:#87B220;
    text-decoration:none;
}
    a:hover{
        color:#717171;
        text-decoration:none;
    }
.texto{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 1px;}


/* ----- HEADINGS ----- */

h1{
display:none;
}



/* ----- PARAGRAPHS ----- */

p{
    color: #CCCCCC;
    font-size:12px;    
    line-height:25px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/* ----- FORMS ----- */

tr, td{
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300;
	letter-spacing: 1px;
	list-style-type: none;
	height: auto;
	width: auto;
	padding-top: 3px;
	padding-bottom: 8px;
	line-height: 12px;
}

/* ESTILO FORMULARIO */
.estilo_form{
	border: 1px solid #333333;
	background-color: #111111;
	color: #FFFFFF;
}
input {padding:2px;}

/* ----- IMAGES ----- */

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}


/* ----- FOOTER ----- */

#footer{
    margin:0 auto;
    margin-bottom:10px;
    height:10px;
    padding:18px 20px;
    clear:both;
    width:740px;
    text-align:center;
    font-size:10px;
    color: #CCCCCC;
}

    #footer a{
        color: #999999;
        text-decoration:none;
    }
    #footer a:hover{
        color: #FFFFFF;
        text-decoration:underline;
    }

/* ----- CLASSES ----- */

.clear{
    clear:both;
}

