/*
Theme Name: WordPress Default
Theme URI: http://www.wdjos.com/
Description: Desenvolvido por JOS Creative Studio <a href="http://www.wdjos.com/">www.wdjos.com</a>.
Version: 1.0
Author: Jeff Olinger
Author URI: http://www.wdjos.com/
Tags: clean, custom header, fixed width, two columns, widgets
Text Domain: JOS Creative Studio

	JOS Creative Studio v1.0
	 http://www.wdjos.com/

	Esse tema é de autoria de Jeff Olinger,
	e esta no portfolio em: http://www.wdjos.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
	background:#fff url(images/fundo.jpg) no-repeat center top;
	font-size: 70.5%; /* Resets 1em to 10px */
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #737373;
	margin:0px;
	padding:0px;
	}
a{
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

h1 {
	font-size: 3em;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:visited {
color:#1c90bd; text-decoration:none;
	}
h1 a:hover{color:#2cbf0a; text-decoration:none;}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#1c90bd; text-decoration:none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited{
	text-decoration: none;
	}

p{ line-height:150%; text-align:justify;}
p img {
	padding: 0;
	max-width: 100%;
	}
a img {
	border: none;
	}