/*
Theme Name: Petit Enfant Photo
Theme URI: http://www.petitenfantphoto.com.br/
Description: The default Petit Efant Photo theme.
Version: 1.0
Author: Anderson Kaminishi
Author URI: http://kaminishidesign.com/
Tags: clean, fixed width, two columns, widgets
*/

/* Begin Typography & Colors */
* {height:100%;width:100%;}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Tahoma, Sans-Serif;
	color: #797979;
	text-align: left;
	background:#FFF url(images/background.png) repeat scroll top left; 
	margin: 0;
	padding: 0;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
a {outline:none;}



