/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  13: 3 Col Fixed, Left Menu
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 20px 0;
	padding: 0px;
}
img {vertical-align: bottom;}

/*Rounded Corners*/
.content-wrapper {border-radius: 8px; }
.masthead {border-radius: 6px 6px 0px 0px;}
.footer { border-radius: 0px 0px 6px 6px; }

.masthead {
	background-color: #e55468;
	padding: 0px;
	text-align: left;
	position: relative;
}
.masthead .logo {border-bottom: 1px solid #e55648;}
.masthead h1 {
	margin: 0;
	color: #e55648;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .35em;
}
.masthead .banner {
	box-shadow: 0px 0px 30px #e55648;
	border-bottom: 1px solid #e55648;
}
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.content-wrapper {
	border: 1px solid #e55468;
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}
.columns-wrapper {
	background-color: #FFF;
	overflow: hidden;
}

.sidebar {
	width: 20%;
	float: left;
}
.main-content {
	width: 60%;
	float: left;
}
.sidebar2 {
	width: 20%;
	float: right;
}

.sidebar .content {
	padding: 30px 20px;
	font-size: 0.85em;
	line-height: 1.5em;
	background-color: #8deaef;
	background-image: -webkit-linear-gradient(#8deaef, #8deaef);
	background-image: linear-gradient(#8deaef, ##8deaef);
}

.sidebar2 .content {
	padding: 30px 20px;
	font-size: 0.85em;
	line-height: 1.5em;
	background-color: #ffd25b;
	background-image: -webkit-linear-gradient(#ffd25b, #ffd25b);
	background-image: linear-gradient(#ffd25b, #ffd25b);
}
.main-content .content {
	padding: 20px 24px;
	font-size: 1em;
	line-height: 1.5em;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	color:#e66648;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.35em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }

.line
{ border-bottom:solid;
border-bottom-color:#e55648;
}

.thumbnails
{
	float:left;
	width:100px;
	border: 3px solid #8deaef;
	margin: 0 15px 15px 0;
	padding:5px;
}
.aboutmenus
{float:right;
}
.aboutbooksleft
{ float:left;
padding-bottom:20px;
margin-bottom:20px;
}
.aboutbooksleft1
{ float:left;
clear:left;
}
.aboutbooksright
{ float:right;
}

.contentaboutbooks
{ padding: 20px; 
}
.awards
{ font-size: small;
}
.awards1
{float:left;
padding:5px 5px 0px 20px;
}
	
.photosleft
{ float:left;
width: 550px;
margin:0 0 10px 10px;
padding:10px;
font-size:16px;
}

.photosright
{ float:right;
width: 550px;
margin:0 0 10px 10px;
padding:10px;
}
div.photosleft img
{ border:0;
}
div.photosright img
{ border:0;
}

div.photos
{ margin:2px;
border:1px solid rgba(255,0,0,1);
height:auto;
width:auto;
float:left;
text-align:center;
}
div.photos photos
{display:inline;
margin:1px;
border:1px solid #ffffff;
}
div.img a:hover img {
	border:1px solid #0000ff;}
	
div.desc 
	{ text-align:center;
	font-weight:normal;
	width:120px;
	margin:2px;
	}

.youtuberight
{
float: left;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}
/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

/*Ordinary Link Styles*/
.content a { color: #0066CC; }
.content a:hover, .content a:focus { color: #C30; }
.sidebar2 a { color: #0059B3; }
.sidebar2 a:hover, .sidebar2 a:focus { color: #000; }
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*The Sidebar Menu UL.*/
ul.menuside {
	margin: 0;
	padding: 0;
}
ul.menuside li {
	list-style-type: none;
	margin-bottom: 5px;
}
ul.menuside a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1.25em;
	border: 1px solid;
	background-color: #333;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.05), 0px 0px 5px rgba(0,0,0,.5);
	border-color: #FFF;
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	border-radius: 5px;
}
ul.menuside a:hover, ul.menuside a:focus {
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.75);
	outline: 0;
}

.footer {
	background-color: #e55648;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: .7em;
	color: #8C8C8C;
	text-align: center;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}
.menutop-wrapper {
	background-color: #e55648;
	border-bottom: 1px solid #e55648;
	box-shadow: 0px 0px 30px #e55648;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 10px;
	background-image: url(img/pbm-menu-bg.jpg);
	overflow: hidden;
}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}
.menutop a {
	display: block;
	color: #483abf;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1em;
	border: 1px solid;
	background-color: #8deaef;
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #483abf;
	background-color: #ffd25b;
	outline: 0;
}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
body {margin: 0px;}
.content-wrapper, .masthead, .footer  {border-radius: 0px; }
.content-wrapper {width: auto; margin: 0px;}
.sidebar, .sidebar2, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
}
@media only screen and (min-width: 700px) and (max-width: 1000px)  {
.content-wrapper {width: auto; margin: 0px 10px;}
.content {padding: 20px !important;}
}
