/*
Theme Name: BOOK
Author: www.pro-it-service.com
Version: 1.0
Author URI: www.pro-it-service.com
Description: THE PRACTICE OF SYSTEM AND NETWORK ADMINISTRATION
*/

body, html {
	font-family: 'Open Sans', sans-serif;
}
#wrapper {
	width: 100%;
	border-top: 4px solid #e99e1e;
	float: left;
	min-height: 800px;
	padding: 0 0 40px 0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;/*	overflow: hidden;*/
}
#wrapper.home {
	width: 100%;
	border-top: 4px solid #e99e1e;
	background-attachment: scroll;
	background-image: url(images/grey-line-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	min-height: 800px;
}
header {
	width: 960px;
	margin: 0 auto;
}
header .header-left, header .header-right {
	width: 480px;
	float: left;
	position: relative;
	/*background-color: #C96;*/
}
h1 a {
	color: #dd9311;
	text-decoration: none;
}
h1.home-book-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 56px;
	color: #dd9311;
	padding: 0 0 0 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h1.home-book-title span {
	display: block;
	font-size: 42px;
	letter-spacing: 1px;
}
h2.home-book-slogan {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	padding: 20px 0 0 8px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
}
h2 a {
	color: #dd9311;
	text-decoration: none;
}
h2.page-book-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	color: #dd9311;
	padding: 52px 0 0 0;
	letter-spacing: 1px;
}
h2.page-book-title span {
	display: block;
	font-size: 35px;
	letter-spacing: 0px;
}
h3.page-book-slogan {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	padding: 10px 0 0 0;
	line-height: 24px;
	font-weight: 600;
}
h1.page-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #ed9e1e;
	padding: 0 0 26px 0;
}
nav {
	width: 480px;
	margin: 41px auto 78px auto;
}
nav ul {
	text-align: center;	
}
nav ul li {
	display: inline-block;
	border-bottom: 4px solid #FFF;
}
nav ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 42px;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #000;
}
nav ul li:hover {
	border-bottom: 4px solid #2095db;
}
nav ul li.current-menu-item {
	border-bottom: 4px solid #e99e1e;
}

/* sign-up form ----
-------------------- */
.sign-up-form {
	width: 400px;
	padding: 9px 0 0 0;
	margin: 0 auto;
	text-align: center;
}
.sign-up-form.home {
	padding: 50px 0 0 13px;
	margin: 0;
	text-align: left;	
}
.sign-up-form p.sign-up-title {
	padding: 0 0 8px 40px !important;
}
.sign-up-form input.text-input {
	width: 232px;
	padding: 0 10px;
	line-height: 30px;
	border: 1px solid #BFC1C3;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.sign-up-form input.submit {
	width: 72px;
	padding: 0;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	background-color: #e99e1e;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	color: #FFF;
	margin: 0 0 0 4px;
	box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}






.container {
	width: 960px;
	margin: 0 auto;
	clear: both;
}
.container.second {
	padding: 92px 0 0 0;
}
.left, .right {
	width: 480px;
	float: left;
	position: relative;
}
.left {
	/*background-color: #C9F;*/	
}

.right {
	/*background-color: #FC9;*/	
}
.right.move-top-30 {
	position: relative;
	top: -67px;
}
.left-inner, .right-inner {
	margin: 0 25px;
}
.left-inner p, .right-inner p {
	width: 416px;
	padding: 0 0 20px 0;
	margin: 0 auto;
	font-size: 15px;
	line-height: 24px;
}
.lists .left-inner p, .lists .right-inner p {
	width: 416px;
	padding: 0 0 20px 0;
	margin: 0 auto;
	font-size: 15px;
	line-height: 21px;
}

.left-inner ul, .right-inner ul {
	position: relative;
	top: -10px;
	padding: 0 0 10px 0;
}
.left-inner ul li, .right-inner ul li {
	font-size: 15px;
	line-height: 18px;
	padding: 0 0 15px 15px;
	background-attachment: scroll;
	background-image: url(images/list-bulet.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}
.left-inner strong, .right-inner strong {
	font-weight: bold;
	text-transform: uppercase;
}
.left-inner p em, .right-inner p em {
	font-style: normal;
	font-weight: bold;
}


p.book-pressentation {
	width: auto;
	padding: 30px 10px 30px 0;
	margin: 0 7px 30px 7px;
	border-top: 1px solid #4481E4;
	border-right: 1px solid #4481E4;
	border-bottom: 1px solid #4481E4;
}
p.book-pressentation strong {
	font-weight: 600;
}
p.book-pressentation a {
	text-decoration: none;
	color: #222;
	background-attachment: scroll;
	background-image: url(images/list-bulet.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 12px;
}
p.book-pressentation a:hover {
	color: #e99e1e;
}





.home-book {
	padding: 61px 0 0 0;	
}
.open-book {
	position: absolute;
	height: 464px;
	left: -42px;
}
.open-book-spacer {
	height: 464px;
}
.sign-up-form {
	padding: 9px 0 0 7px;
	margin: 0 auto;
	text-align: center;
}
.sign-up-form-left {
	padding: 40px 0 0 0;
	margin: 30px 0 0 0;
	text-align: left;
	float: left;
}
.sign-up-form p {
	font-size: 13px;
	padding: 0 0 8px 6px;
	color: #333;
	text-align: left;
	width: auto;
	line-height: normal;
}
.sign-up-form p.sign-up-title {
	padding: 0 0 8px 46px;
}
.sign-up-form input.text-input {
	width: 232px;
	padding: 0 10px;
	line-height: 30px;
	border: 1px solid #BFC1C3;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.sign-up-form input.submit {
	width: 72px;
	padding: 0;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	background-color: #e99e1e;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	color: #FFF;
	margin: 0 0 0 4px;
	box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.pre-order-box {
	padding: 35px 0 5px 13px;
}
a.buttons {
	display: inline-block;
	padding: 0 15px;
	margin: 0 20px 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
	text-decoration: none;
	position: relative;
}

.pre-order-now {
	background-color: #FF6600;
	color: #FFF;
}
.safari-users {
	/*padding: 0 !important;*/
	/*width: 227px;*/
	background-color: #333333;
	color: #CCCCCC;
	text-align: center;
}
.buttons.safari-users span {
	color: #333333;
	padding: 0 0 5px 0;
	display: none;
	width: 100%;
}
.buttons.safari-users span em {
	background-color: #EFE9E6;
	padding: 10px;
	display: block;
	width: 90%;
	float: left;
	line-height: 21px;
	border-radius: 4px;
}
.safari-users:hover span {
	display: block;
	position: absolute;
	text-align: left;
	top: -69px;
	left: 0;
	background-attachment: scroll;
	background-image: url(images/safari-users-arrow.png);
	background-repeat: no-repeat;
	background-position: 45px bottom;
}
.authors {
	
}
.authors li {
	width: 460px;
	float: left;
}
.authors li img {
	float: left;
	padding: 0 14px 64px 0;
}
.authors li p {
	font-size: 14px;
	line-height: 24px;
	padding: 0 30px 0 0;
}
.authors li .author-name {
	font-weight: 600;
	font-size: 16px;
}
.pre-order-form {
	width: 460px;
	height: 195px;
	padding: 0;
	position: relative;
	top: -20px;
}
.pre-order-form-left {
	top: 80px;
	float: left;
	margin: 0;
}
.pre-order-form img.pre-order-book {
	padding: 0;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
}
.pre-order-form h5 {
	width: 347px;
	height: 52px;
	padding: 0;
	line-height: 50px;
	background-color: #e99e1e;	
	display: block;
	position: absolute;
	top: 24px;
	border-radius: 5px;
	text-align: right;
	z-index: 7;
}
.pre-order-form h5 span {
	padding: 0 28px 0 0;
}
.pre-order-form .buttons {
	width: 313px;
	padding: 13px 0 0 0;
	text-align: right;
}
.pre-order-form .buttons img { 
	margin: 0 0 9px 0;
	float: right;
	clear: right;
	padding: 0;
}

/*.pre-order-form img.btn { 
	float: none;
	padding: 0;
}
.pre-order-form img.amazon-btn {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 5px;
}
.pre-order-form a img.amazon-btn {
	float: none;
	display: inline;
}*/


/* contact form */
.wpcf7 {
	width: 100%;
	padding: 20px 0 0 0;
	background-color: #f4f4f4;
	border-radius: 3px;
}
.wpcf7 p {
	font-size: 13px;
	padding: 0 0 16px 6px;
	color: #333;
	text-align: left;
	width: auto;
	line-height: normal;
}
.wpcf7 h2 {
	padding: 0 0 8px 0;
	font-size: 22px;
}
.wpcf7 p {
	padding: 0;
	font-size: 14px;
}
.wpcf7 div {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 15px 0;
}
.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-mail-sent-ok {
	color: #dd9311;
}
.wpcf7 label {
	font-size: 13px;
	padding: 0 0 1px 0;
	margin: 0;
	line-height: 28px;
}
.wpcf7 input {
	width: 96%;
	padding: 0 2%;
	line-height: 30px;
	border: 1px solid #BFC1C3;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
	font-size: 16px;
}
.wpcf7 textarea {
	width: 96%;
	padding: 0 2%;
	line-height: 30px;
	border: 1px solid #BFC1C3;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.wpcf7 input.wpcf7-submit {
	width: 72px;
	padding: 0;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	background-color: #e99e1e;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	color: #FFF;
	margin: 0 0 0 4px;
	box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
div.book-pressentation {
	width: 400px;
	padding: 10px 10px 10px 0;
	margin: 0 7px 30px 7px;
	border-top: 1px solid #4481E4;
	border-right: 1px solid #4481E4;
	border-bottom: 1px solid #4481E4;
}
.pdf-sample {
	padding: 0 0 0 40px;
	float: right;
}
.pdf-sample a {
	padding: 0 0 0 10px;
	text-decoration: none;
	display: inline-block;
	line-height: 54px;
	color: #dd9311;
}
.pdf-sample a:hover {
	text-decoration: underline;
}
.pdf-sample a img {
	padding: 0 20px 0 0;
	float: left;
}
.book-preview {
	width: 100%;
	min-height: 750px;
	height: 100%;
	background-color: #FFF;
	margin: 20px 0 50px 0;
	background-image: url(images/iframe-loading.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
.quotes {
	clear: both;
	padding: 40px 0 0;
}
.quotes ul {
	margin: 0;
	padding: 0;
}
.quotes ul li {
	float: left;
	width: 27%;
	margin: 0;
	padding: 0 3% 20px;
}
.quotes ul p {
	font-size: 13px;
	padding: 0 0 8px 6px;
	color: #333;
	text-align: left;
	line-height: normal;
}
.quotes ul p.credit {
	text-align: right;
}
.clear {
	clear: both;
}

/* Contact */

#contact_afb_area {
	line-height: normal;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 5% 16px;
	background-color: #f4f4f4;
	border-radius: 3px;
	color: #000 !important;
}

#contact_afb_area h1 {
	padding: 0 0 8px 0;
	font-size: 22px;
}

#contact_afb_area p {
	width: auto;
}

#contact_afb_fields div.wrap {
	font-size: 14px;
}

#contact_afb_fields div.afb_error {
	margin: 0 0 6px 0 !important;
}

.fancy-button-base, a.big, button {
	width: auto !important;
	padding: 0 !important;
	line-height: 30px !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	background-image: none !important;
	font-size: 14px !important;
	background-color: #4481E1 !important;
	border: none !important;
	border-radius: 4px !important;
	cursor: pointer !important;
	color: #FFF !important;
	margin: 20px 2px 0 !important;
	padding: 0.1em 1.7em !important;
	box-shadow: 0 0 3px rgba(51, 51, 51, 0.4) !important;
}