/*

	Companhia Paulista Book Website Design
	Copyright 2008-2014: Nelson R.C.P. Mendes and 2Leaf, Inc.

*/

/* 				3.0 Reset Browser Defaults			*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

:focus {				/* remember to define focus styles! */
	outline: 0;
}

ins {					/* remember to highlight inserts somehow! */
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

table {					/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	}


/* 				3.1 Page					*/
html { 
  background: url(images/background-1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	text-align: center;
	color:#fff;
	}

div#container {
	margin: 20px auto;
	width: 750px;
	text-align: left;
    background-color: rgba(0,0,0,0.83);
	}

a {color:#fff;}


/* 				3.2 Title					*/
h1 {
	font: 23px arial;
	text-align: center;
	padding: 10px;
	}


/* 				3.3 Content					*/
div#menu {
	text-align: center;
	color: gray;
    margin:0 0 10px;
	}

div#menu a:link, div#menu a:hover, div#menu a:active, div#menu a:visited {
	text-decoration: none;
	color: #ddd;
	font: 14px verdana;
	}

div#menu a:hover {
	color: #fff;
	}
	
#content{
    min-height:350px;
}

div#content h2 {
	color: white;
	font: 23px arial;
	text-align: left;
	padding: 25px 50px 15px;
	}

div#content p {
	color: white;
	font: 14.5px verdana;
	line-height: 22px;
	padding: 0 50px 16px 50px;
	}

div#content > img:first-child {
	float: right;
	padding: 20px 50px 15px 15px;
	}

#content img {
    padding: 15px 50px;
}

form {
	width: 320px;
	}

div.right {
	text-align: right;
	}

#log {
	width: 420px;
	margin-top: 10px;
	}

#log_res {
	overflow: auto;
	}

#log_res.ajax-loading {
	padding: 20px 0;
	background: url(images/loading.gif) no-repeat center;
	}

/* 				3.4 Footer					*/
div#footer {
	text-align: center;
	padding: 10px 0 5px;
	font: 12px verdana;
	}

#buy-book{
    padding:0 50px;
}

#mc_embed_signup{
    padding:0 50px 16px 50px;
}
#mc_embed_signup form{
    width:100%;
}
#mc_embed_signup .mc-field-group input{
    width:100%
}
#mc_embed_signup div#mce-responses{
    width:100%;
}