@charset "utf-8";
/* CSS Document */

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#000;
}

a:hover {
	color:#152700;
	text-decoration: none;
}

.wrapper {
	width:960px;
	margin:0 auto;
}

.secondary_col {
	width:600px;
	margin-right:60px;
	float:left;
}

.sidebar {
	width:300px;
	float:left;
}

.sidebar ul li {
	padding-bottom:20px;
}

.bar1 {
	height:25px;
	width:100%;
	background:#333;
	text-align:right;
	padding-top:5px;
}

.bar2 {
	width:100%;
	height:40px;
	padding-top:30px;
	background:url(../images/bar2_shadow.png) repeat-x;
}

.bar2 ul li {
	display:inline;
	margin-right:10px;
}

.bar2 ul li a {
	padding:5px 10px 5px 10px;
	text-decoration:none;
	color:#000;
}

.bar2 ul li.current_page_item a {
	background:#000;
	padding:5px 15px 5px 15px;
	color:#fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.book_intro {
	width:300px;
	padding-top:60px;
}

.secondary_bar3 h1 {
	font-size:38px;
	padding-top:15px;
}

.bar3 h1 {
	font-size:16px;
	font-weight:normal;
}

.bar3 h2 {
	font-size:28px;
	font-weight:normal;
	padding-bottom:30px;
}

.bar3 {
	width:100%;
	height:395px;
	background:#999;
}

.secondary_bar3 {
	height:50px;
	margin-bottom:30px;
}

.bar4 {
	width:100%;
	padding-top:30px;
	background:#CCC;
	line-height:20px;
}

.clearit {
	clear:both;
}

.footer .wrapper {
	border-top:1px solid #000;
	padding:5px 0 20px 0;
	margin-top:30px;
}

.col1, .col2, .col3 {
	float:left;
	width:280px;
	margin:40px 0 0 0;
}

.home_image {
	position:absolute;
	width:430px;
	height:496px;
	margin:-50px 0 0 500px;
}

.author_image {
	float:right;
	width:300px;
	height:350px;
	margin:-50px 0 0 500px;
}

.col1, .col2 {
	margin-right:20px;
}

ul.home_widgets li {
	float:left;
	width:280px;
	padding-right:40px;
}

.footer ul li {
	display:inline;
	margin-right:10px;
}

.blog {
	padding-bottom:20px;
	line-height:20px;
}

.blog h2 {
	font-size:28px;
}

.blog_sm {
	font-size:10px;
	padding-top:5px;
}

label {
	float:left;
	width:75px;
}

.form-allowed-tags {
	font-size:10px;
}

.text_above_widgets {
	padding-bottom:20px;
}

.text_below_widgets {
	padding:20px 0 20px 0;
}

.secondary_col {
	line-height:20px;
}

.avatar {
	float:left;
	margin-right:10px;
}

h3#comments-title {
	padding-bottom:10px;
}

li.comment {
	padding-bottom:10px;
}

input {
	height:20px;
}

p {
	margin-bottom:20px;
}

.secondary_col ul {
	padding-left:30px;
}

.secondary_col li {
	list-style-type:circle;
}

li.comment {
	list-style-type:none;
}


.css3-button {
display: block;
float: left;
margin: 10px 10px 10px 0px;
padding: 10px 10px 18px 10px;
width: 182px;
height: 43px;
color: #fff;
font-size: 16px;
font-weight: bold;
font-family: Helvetica,Sans-serif;
text-decoration: none;
-webkit-border-radius: 5px;
border: 1px solid #999;
-webkit-transition: background 100ms ease-in;
-moz-transition: background 100ms ease-in      -ms-transition: background 100ms ease-in;
transition: background 100ms ease-in;
}

.css3-button:active,
.css3-button.active{
	padding:10px 10px 18px 10px;
}

/*BUTTON COLOR*/

.css3-button_color {
    background: none repeat scroll 0 0 #4c4345;
        -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
}
.css3-button_color:hover,

.css3-button_color:hover, .css3-button_color.hover {
    background: none repeat scroll 0 0 #dcf7dc;
    color: #4c4345;
}
.css3-button_color:active,
.css3-button_color.active{
 background: none repeat scroll 0 0 #595530;
	//-webkit-box-shadow: inset 0px 2px 0px 0px #bb2b2b, 0px 2px 0px 0px #555;        
        	//box-shadow: inset 0px 2px 0px 0px #bb2b2b, 0px 2px 0px 0px #555;
}

a {
color:#4c4345;
}

.bar1 {
background: #000;
}

.bar2 {
background: #bcf0bc;
border-bottom:1px solid #000;
padding-bottom: 20px;
}

.bar3 {
background-color: #4c4345;
border-bottom:1px solid #000;
}


.bar4 p {
color: #444;
}

.bar2 ul li.current_page_item a, .bar2 ul li a:hover {
background: #4c4345;
color: #fff;
}

.bar2 ul li a {
font-weight:bold;
color: #4c4345;
}

.text_above_widgets {
border-radius:4px;
border: 1px solid #000;
background-color: rgba(255, 255, 255);
padding-bottom: 10px;
}
p.logged-in-as {
color:#4c4345
}

/*
Theme Name: Theme 5
Theme URI: 
Description: Basic author site theme with large 3D book image
Author: David McCrindle
Author URI: 
Tags: 
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

.comments {
color: #fff;
}

.page-id-8 .blog {
width:960px;
}

.css3-button{
	display:block;
	float:left;
	margin:10px 10px 10px 10px;
	padding:10px 10px;
        width:200px;

font-size: 17px;
	font-weight:bold;	
	font-family:Helvetica,Sans-serif;
	text-decoration:none;
	-webkit-border-radius: 5px;    
    		border-radius: 5px;
	border:1px solid #999;
	-webkit-transition: background 100ms ease-in;
		-moz-transition: background 100ms ease-in;
        -ms-transition: background 100ms ease-in;
        -o-transition: background 100ms ease-in;
		transition: background 100ms ease-in;
	clear: left;
}
.css3-button:active,
.css3-button.active{
	padding:11px 10px 9px 10px;
}


/*BUTTON COLOR*/
.css3-button_color{
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .5), 0px 2px 0px 0px #555;        
        	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .5), 0px 2px 0px 0px #555;
}
.css3-button_color:hover,
.css3-button_color.hover{
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .5), 0px 2px 0px 0px #555;        
        	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .5), 0px 2px 0px 0px #555;
}
.css3-button_color:active,
.css3-button_color.active{
	background:#db4a4a;
	-webkit-box-shadow: inset 0px 2px 0px 0px #bb2b2b, 0px 2px 0px 0px #555;        
        	box-shadow: inset 0px 2px 0px 0px #bb2b2b, 0px 2px 0px 0px #555;
}

.author {
  font-weight:normal;
  font-size:13px;
  display:block;
}


.page-id-20 .social {
    float: left;
    margin: 0 0 23px;
    padding: 0;
    width: 533px;
}

.social {
    float: left;
    margin: 24px 0 0 357px;
    padding: 0;
    width: 533px;
}

.icons-text {
    color: #222222;
    float: left;
    font-size: 15px;
    margin: 10px 0 0;
    padding: 0;
}


.icon1 {
    float: left;
    margin: 0 0 0 9px;
    padding: 0;
}

#fancybox-overlay {
    display: none !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1100;
}
#fancybox-wrap {
    display: none !important;
    left: 0;
    outline: medium none;
    padding: 20px;
    position: absolute;
    top: 0;
    z-index: 1101;
}


.bar2 ul li:hover > ul {
    display: block;
    margin: 9px 0 0 93px;
    top: auto;
    width: 188px;
}


.bar2 ul ul li {
    border-left: medium none;
    display: block;
    float: none;
    padding: 6px 0;
    text-align: left;
}

.bar2 ul ul li a:hover {
    color: #CC2222;
}
.bar2 ul ul li:first-child a {
}

.bar2 ul ul li:last-child > a {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 0 none !important;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 0 15px;
}
.bar2 ul ul ul {
    left: 180px;
    margin-top: -2.143em;
}
.bar2 ul li:hover ul ul {
}
.bar2 .has-child > a {
    background: url("/images/arrow-little.png") no-repeat scroll right 50% transparent;
}



.bar2 ul li  a:hover{
	display:inline;
	margin: 0px;
}


.bar2 ul li ul li.current_page_item a{
    background: none repeat scroll 0 0 transparent;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 0 15px;
	font-weight: normal;
    color: #666;
}

.bar2 ul li ul li  a:hover{
    background: none repeat scroll 0 0 transparent;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 0 15px;
	font-weight: normal;
    color: #000;
}

.bar2 ul ul li a {
padding : 0;
}


.bar2 ul li ul li a {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    border-right: medium none;
    border-top: medium none;
    color: #666;
    font-size: 1.143em;
    padding: 10px 19px 10px 14px;
}


.bar2 ul li ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 0 0 0 0;
    display: none;
    margin: 8px 0 0;
    padding: 5px 0;
    position: absolute;
    text-transform: none;
    top: 0;
    width: 208px;
    z-index: 8999;
}

.bar2 li li:after {
    content: "";
}
.bar2 ul ul li {
    border-left: medium none;
    display: block;
    float: none;
    padding: 6px 0;
    text-align: left;
}


.footer .sub-menu {
display:none;
}


body {
     font-family: cambria, times new roman, serif;
     background-size:100%;

}
.xoxo{
    display:none;
}

.see-sample {
    border: 1px dotted #CCCCCC;
    float: right;
    text-transform: uppercase;
    font-family: cambria,georgia,times new roman;
    font-size: 16px;
    margin: 3px 104px 0 0;
    padding: 8px 55px;
}


.main-img {
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 248px;
    margin: -30px 0 11px -36px;
    width: 940px;
}

.text_below_widgets {
    padding: 2px 0;
}


.bar1 {
    background: none repeat scroll 0 0 #000;
    height: 2px;
}


ol, ul {
    font-size: 16px !important;
list-style-type: circle !important;
}
.fb-icon {
    float: left;
    margin: 11px 0 0;
}
.fb-icon .text {
    color: #555555;
    float: left;
    font-size: 17px;
    line-height: 51px;
    margin: 0;
    padding: 0 13px 0 0;
}
.fb-icon-img {
    float: left;
    margin: 0;
}
p {
    font-size: 19px;
line-height:25px;
    margin-bottom: 20px;
}
.blog_sm {
    font-size: 12px;
    padding-top: 5px;
}

.secondary_col {
width: 100%;
padding-top:20px;
}

.comments{
    font-size: 10px;
    padding-top: 5px;
}

.blog h2 {
padding-top: 20px;
}

.blog h2 a{
    color : #0B3208;
}
.blog {
    line-height: 20px;
    min-height: 450px;
    padding-bottom: 20px;
width: 100%;
margin:0 auto;
background:#fff;
}

.secondary_bar3 {
display:none;
}



.button-wrapper {
    background-color: #FFFFFF;
    border: 5px double #333333;
    float: left;
    margin: 0 0 0 45px;
    padding: 38px;
    width: 721px;
}

.button1 {
    float: left;
    margin: 0 38px 0 83px;
    padding: 0;
}

.button2{
    float: left;
    margin: 0;
    padding: 0;
}

.bar2 .wrapper {
    margin: -6px auto 0;
    width: 971px;
}


.bar2 ul li a {
font-family: arial, sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 17px;
    text-decoration: none;
	display: inline-block;
}


.bar2 ul li.current_page_item a, .bar2 ul li a:hover {
    background: #000;
    border-radius:5px;
    color: #fff;
font-family: arial, sans-serif;
    font-size: 15px;
    padding: 10px 17px;
}




.bar3 {
    background-repeat: no-repeat;
}
.bar3 h1 {
    color: #333333;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
}

.book_intro {
width: 500px;
padding-top: 30px;
 margin-left: 30px;
}

.desc p {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    word-spacing: 1px;
}


 p.home {
    color: #333333;
    font-size: 17px;
     line-height: 26px;
    text-align: center;
    word-spacing: 1px;
}

p.buy {
text-align: center;
}

p.buy a {
    background: none repeat scroll 0 0 #6699CC;
    border-radius: 5px 5px 5px 5px;
    color: white;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;

}

.page .blog .blog_sm {
visibility:hidden;
}

.home_image {
    height: 496px;
    margin: 15px 0 0 581px;
}



.bar4 p {
    color: #333333;
    font-size: 17px;
     word-spacing: 1px;
padding: 10px;
}

.bar4 p.buy a {
    background: none repeat scroll 0 0 #6699CC;
    border-radius: 5px 5px 5px 5px;
    color: white;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
font-size: 18px;

}



.text_above_widgets {
    width: 900px;
    BORDER-RADIus: 5px;
     margin-bottom: 20px;
}

.footer .wrapper {
margin-top: 22px;
border-top: none;
}

.footer {
    border-top: medium none;
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 0px;
    padding-top: 1px;
}

.footer a {
color: 000;
text-decoration: none;
}

.wp-image-63 {
margin-top: 20px;
margin-left: 20px;
}

a {
color: #0072ff;
}


/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul { list-style-type: none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

.heroimage {
	width: 50%;
		maxwidth: 400px;
}

img {
	max-width: 100%;
	height: auto;
}

.abouttext {
	display: block;
	float: right;
	margin-left: 10px;
	clear: none;
}

.aboutimage {
	display: block;
	float: left;
	margin-right: 5px;
	clear: none;
}

.boxcontainer {
  /* Optional: Clearfix for the container to contain floats */
  overflow: hidden; 
}

.box50 {
  width: 50%;
  box-sizing: border-box; /* Important for including padding/border in width calculation */
  /* Add other styling like background-color, padding, etc. as needed */
}

.box30 {
  width: 30%;
  box-sizing: border-box; /* Important for including padding/border in width calculation */
  /* Add other styling like background-color, padding, etc. as needed */
}

.box60 {
  width: 60%;
  box-sizing: border-box; /* Important for including padding/border in width calculation */
  /* Add other styling like background-color, padding, etc. as needed */
}

.leftfloat {
  float: left;
  margin-right: 10px;
}

.rightfloat {
  float: left; /* Both divs should float left to appear side-by-side */
	margin-left: 5px;
}

.rightfloat h2, .leftfloat h2{
 padding-bottom: 10px;
}

.bookicon {
	float: right; 
	margin-top: -55px; 
	width: 70px
    
}

.css3-button_color img {
	filter: invert(100%) brightness(100%);
}

a.css3-button.css3-button_color:hover img.bookicon {
  filter: invert(0%) brightness(0%); /* This will invert the colors of the icon */
}
