/*TABLET SCREEN*/

body	{
	font-size: 1em;
}	

#banner	{
	background: url(../img/layout/banner_palatino.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 17.17%;
}	

#content	{
	width: 97%;
	padding: 2% 1.5%;
	margin: 0 auto;
}

#first 	{
	width: 32%;
	float: left;
	padding-right: 2%;
}

h2	{
	font-size: 1.5em;
	padding: 0 0 .7em;
	
}

/*Page title on the Home page*/
h2.special {	
	background:  url(../img/layout/pearls1.png);
	background-position: center 100%;
	background-repeat: no-repeat;
	background-size: 80%;
	margin-bottom: .7em;
}

 
h3, h4	{
	text-align: left;
}

p	{
	text-align: left;
}


#main	{
	clear: none;
	width: 57%;
	float: right;
	border-top: none;
	margin: 0 0 0 0;
	padding: 1% 2% 0 4%;
	position: relative;
	border-left: 3px solid #ae8f4b;
}

#main h3, #main h4, p.intro, #intro p, .chapter p	{
	padding-left: 1%;
	padding-right: 1%;
}	

p.card {
	padding: 0;
}	

#divider1	{
	display: block;
	position: absolute;
	top: 0;
	left: -4.4%;
	width: 8%;
}	

.column1, .column2	{
	width: 96%;
	float: none;
}

/*SHOW ELEMENTS HIDDEN ON THE NARROW SCREEN*/
.widescreen 	{
	display: block;
}	

#content.object #breadcrumbs	{
	display: block;
}

#content.object .local_nav li ul	{
	display: block;
}	
	

