@charset "UTF-8";
/*
Theme Name: David P. Calleo 2.0
Theme URI: http://www.davidcalleo.com/
Description: Custom Theme for David Calleo 
Author: Curtiss Calleo 
Version: 2.0
Tags: David Calleo, two column
======================================

Colors:
Light gray: #e4e0db
Darker gray: #d3d1cd
Darkest gray: #aaaaaa;
Red: #be1e2d
Text: #404041
Lines: 939597


*/

@import url("css/reset.css");
@import url("fonts.css");

/* FULL SIZE  */


body{
	background-color:#eeebe7;
	background-color:#e2e2e2;
	background-color:#d9d9ed;
	font-size:1.1em;
	color:#404041;
}

.wrapper{
	max-width:984px;
	width:100%;
	margin:0px auto;
	padding:0px;
}




section{
	float:left;
	width:69%;
	margin:0 0 0 20px;	
	margin:0 0 0 1%;	

	/*background-color:#f2f1f0;*/

}

aside{
	float:right;
	width:21%;
	background-color:#fff;
	padding:0 20px 30px 20px;
	margin:60px 20px 30px 0 ;

}
aside.single-page{
	margin-top:50px;
}

article{
		background-color:#fff;
		padding:0px 40px 30px 30px;
		margin-bottom:20px;
}

header{
	background-color:#d3d1cd;
	background-color:#0a1333;
	background-image:url(images/map.png);
	background-image:url(images/header-bg.png);
	background-repeat:no-repeat;

	background-repeat: repeat-y;
	z-index:9999;
	width:100%;
	background-position:center;
	padding-top:0px;
	position:relative;


}

.map{
	background-image:url(images/map.png);	
	background-repeat:no-repeat;
	background-position:center;
	padding-top:0px; 
	margin-top:0px;
	width:100%;
}

.left, .right{
	min-height:260px;	
}


header .left{
	width:50%;
	float:left;
	padding-left:50px;

	
	}
header .right{
	width:40%;
	float:right;
	/*background-image:url(images/david-calleo.png);
	background-repeat:no-repeat;
	background-position: bottom;*/
}
p.header-callout {
	color: #D9D9ED;
}
p.header-callout, .callout {
	font-size:1.3em;
	font-family:"Baskerville W01 Italic", Times New Roman;
	line-height:1.4em;
	margin-bottom:20px;
	margin-top:30px;
	font-weight:normal;
	display:block;
}

.callout, span.callout{
border-top:1px solid #e4e0db;
border-bottom:1px solid  #e4e0db;
padding:20px 20px 20px 0px;
width:100%;
margin-bottom:10px;
display:block;
color: #be1e2d;
}


/* ///// COLORS //// */
.no-color{
background-color:transparent;
}
.light-gray{
		background-color:#f2f1f0;background-color:#f0f0f7;
}



/* ///// NAVIGATION //// */

nav{
	
}
/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
 
 /* Sticky Navigation Bar */
 
 a, .menu li a {
	    -webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -ms-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear;

 }
nav {
position: relative;
z-index: 9999;
}

.fixed { position:fixed; width:100%; opacity:.9;}

nav {
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width:980px;
	min-height: 45px;
	position: relative;
	background-color:#b7b7b7;
	background-color:#c1c1c1;
	background-color:#a5a5a5;
	background-color:#1f2e5e;
}

ul.simple-toggle{
		width:800px;

/*background-color:#c1c1c1;
border-left:20px #cecece solid;
border-right:20px #cecece solid;*/
}
 

ul.simple-toggle,
div.simple-toggle > ul {
	margin: 0;
	padding: 0 40px 0 0;
	margin:0 auto;
	width:894px; 
	padding-left:10px;
}

.simple-toggle li {
	display: inline-block;
	position: relative;
}

.simple-toggle li a, .simple-toggle li.no-link {
	color: #141412;
		color: #f0f0f7;

	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 18px;
	text-decoration: none;
	font-family:"Proxima Nova Soft W03 Medium", Helvetica, Arial, sans-serif;
}

.simple-toggle li.no-link{
	display: inline-block;
}

.simple-toggle li.no-link .sub-menu,
.simple-toggle li.no-link .children{
		top:45px;

}



.simple-toggle li:hover > a,
.simple-toggle li a:hover,
.simple-toggle li.no-link:hover,
.simple-toggle li.no-link.current-menu-parent:hover {
	background-color: #be1e2d;
	color: #fff;
}

.simple-toggle .sub-menu,
.simple-toggle .children {
	background-color: #be1e2d;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display:block;
	visibility:hidden;
	opacity:0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;

}

.simple-toggle .sub-menu ul,
.simple-toggle .children ul {
	border-left: 0;
	left: 100%;
	top: 0;

}

ul.simple-toggle ul a,
.simple-toggle ul ul a {
	color: #fff;
	margin: 0;
	width: 170px;
	padding-right:10px;
}

ul.simple-toggle ul a:hover,
.simple-toggle ul ul a:hover {
	background-color: #a81a2b;
}

ul.simple-toggle li:hover > ul,
.simple-toggle ul li:hover > ul {
visibility: visible;
opacity:1;
}

.simple-toggle .current_page_item > a,
.simple-toggle .current_page_ancestor > a,
.simple-toggle .current-menu-item > a,
.simple-toggle .current-menu-ancestor > a, 
.simple-toggle .current_page_item > a:hover
 {
	color: #333;
	background-color:#f0f0f7;
}

.simple-toggle li ul li.current_page_item a {
	background-color:#a81a2b;
	color:#fff;
	
}

.menu-toggle, ul#menu2.mobile {
	display: none;
}


.simple-toggle li.no-link.current-menu-parent{
	color: #333;
	background-color:#f0f0f7;
}

.anchor-link { display: none; text-align: right; padding: 0 1em 0; text-align: center; 	padding: 15px 18px;
, color: #f0703a; background-color: #000; text-decoration: none; margin: 3px 20px 3px; float: right; font-family:"Proxima N W01 Reg", Helvetica, Arial; color: #333;
	background-color:#f0f0f7;}

@media (max-width:55.000em){
	aside{
		margin:51px 20px 30px 0 ;
	}
	ul.simple-toggle { display: none; }
	
	.menu-toggle, ul#menu2.open {
	display: block;
}

	.anchor-link, #mobile-nav { display: block; margin-right:20px;}

  ul.open  { 
    background-color: #F4F4F4;
    background-color: #1f2e5e;
	   background-color: #be1e2d;
	color: #f0f0f7;
    /*box-shadow: 2px 2px 3px #444444;*/
	border: 1px solid #ccc; 
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 110px;
    top: 0;
    width: 80%;
    z-index: 500; 
	float:none;
	border-collapse:collapse;
	
	}
	ul.open li { display: block; list-style: none; text-align: left; }
	ul.open li a { display: block; padding: 10px 0 10px 50px; border-bottom: 1px solid #ccc; color:#fff; ;
	border-collapse:collapse;text-decoration: none; }
	ul.open li a:hover { background-color: #f0f0f7; color: #1f2e5e; }
	
	
	div#wrapper section#image h2{
	color:white;
}
	
}



/* END NAVIGATION */


h1,  h3, ul.sidebar h2{
		font-family:"Museo Slab W01 500", Helvetica, Arial, sans-serif;
		color:#be1e2d;

}


h1{
	font-weight:normal;
}

h1.title, h1.title a{
	font-size: 1.6em;
	line-height:1.6em;
	text-align:center;
	border-bottom:4px double #2e3967;
	background-image:url(images/transparent.png);
	color:#D9D9ED;
	font-family:"NewBaskervilleW01-Roman", Georgia;
	font-weight:normal;
	display:block;}
	
h1.title a:hover{
	text-decoration:none;
}

.header h1.title{
	
}

h1.page-title{
	font-size: 1.2em;
	line-height:60px;
	padding:0 0 0 30px;
	height:60px;
}

h2 {
	font-family:"NewBaskervilleW01-SemiB 693023", Georgia;
	color:#404041;
	font-size:1.4em;
	margin-bottom:5px;
	
}

h2 a{
	color:#404041;
}

h2.subtitle{
		font-family:"NewBaskervilleW01-SemiB 693023", Georgia;

	font-style:italic;
		font-size: 1.4em;

}

aside h2, aside h2 a{
		font-size: 1em;
		margin-bottom:20px;
}

h3, ul.sidebar h2{
	font-size: .9em;
	line-height:1.2em;
	border-bottom:1px solid #e4e0db;
	margin-bottom:20px;
	padding-top:30px;
}

h4{
			font-family:"Museo Slab W01 500", Helvetica, Arial, sans-serif;
			color:#be1e2d;
			font-size:.8em;

}

.contento h3{
	border:none;
	font-size:1.2em;
	margin-bottom:10px;
}


p{
	font-family:Times New Roman, Georgia;
	line-height:1.5em;
	margin-bottom:1em;
}

em, i{
font-style:italic;	
}

strong, b{
	font-weight:bold;
}
.contento{
}
/*.contento p:first-child{
	margin-top:30px;
	min-height:80px;
}


.contento p:first-child:first-letter,*/ .first-paragraph-letter, .small-paragraph-letter{
    padding-top: 7px;
font-family: "NewBaskervilleW01-SemiB 693023", Georgia, Times New Roman;
font-style: normal;
font-stretch: normal;
float: left;
font-size: 450%;
margin-left: 0%;
margin-right: 1.2%;
padding-right: 1.4%;
padding-left: 0;
line-height: .9;
font-weight: bold;
color: #be1e2d;
font-weight: normal;
display: block;
text-align: right;
    }

.small-paragraph-letter{
	font-size:300%;
	line-height:.8;
}


p.small{
	font-family:"Proxima Nova Soft W03 Reg", Helvetica, Arial, sans-serif;	
	font-size:.7em;	
	line-height:1.0em;
	margin:0 0;
	text-transform:uppercase;
	display:inline-block;
	margin-bottom:20px;

}

p.no-margin{
	
}

div.book_review p{
	font-family:"Proxima Nova Soft W03 Reg", Helvetica, Arial, sans-serif;	
	font-size:.9em;	
	line-height:1.2em;
	margin:0 0;
	text-transform:none;
	display:inline-block;
	margin-bottom:20px;
}


p.bibliography{
	font-family:"Proxima Nova Soft W03 Reg", Helvetica, Arial, sans-serif;	
	font-size:.7em;	
	line-height:1.4em;
	margin:0 0;
	text-transform:none;
	display:inline-block;

}
p.bibliography a{
	font-style:italic;
}

p.link{
		font-size:.8em;	

}

p.underline, span.underline{
text-decoration:underline;	
}

.inline{
		display:inline;

}

p.small.breadcrumb a{
	display:block;
	padding-top:18px;
	margin-left:30px;
}

p.small.breadcrumb {
	margin-bottom:0px;
}

p.float-left{
	float:left;
	width:220px;
}
header p.small{
	font-style:italic;
	text-transform:none;
	line-height:1.2em;
	padding-bottom:0;
	font-size:.7em;
	color: #D9D9ED;
}

.clearfix{
	clear:both;	
}
 a{
	color:#be1e2d;
	text-decoration:none;
}

p.tags, p.tags a{
	font-family:"Proxima Nova Soft W03 Reg", Helvetica, Arial, sans-serif;	
	color:#be1e2d;
	font-size:.9em;
}
a.more-link{
		font-family:"Museo Slab W01 500", Helvetica, Arial, sans-serif;
		font-size:.7em;
		line-height:1.2em;

}

section a:hover, aside a:hover{
		text-decoration:underline;

}

.post-thumbnail{
	float:right;
	padding:0 0 0 0;
	background-color:#fff;
	margin-left:30px;
	margin-top:50px;
	margin-bottom:20px;
	
}
.single{
	margin-top:10px;

}


.post-thumbnail img{
	margin-bottom:20px;
}

.no-bottom-margin, p.no-bottom-margin{
	margin-bottom:0px;
}
/* COLOR CLASSES */

.red-text{
	color:#be1e2d;
	}
/* SIDEBAR */

ul.sidebar ul li a, ul.sidebar ul li {
	color:#404041;
	font-size:16px;
	line-height: 18px;
}
ul.sidebar a, ul.sidebar li {
	font-family:"Proxima Nova Soft W03 Medium", Helvetica, Arial, sans-serif;
}
ul.sidebar ul li {
	margin-bottom:5px;
}




div.biblio-box{
margin-bottom:30px;	
}

.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs, div.rsCcontent, div.rsSlide{
	background:red;
	background-color:red;
}

.grey-text{
	color:#CCC;
	color:#999;
}

.top-margin{
	margin-top:20px;
}


div.white-padder{

padding-bottom:40px;
background-color:#fff;	
}

ul.sidebar.datetext p{
	margin-top:40px;
	font-family:"Proxima Nova Soft W03 Reg", Helvetica, Arial, sans-serif;	
	font-size:.8em;
	
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:501px) and (max-width: 670px) {
	
	.post-thumbnail img{
width:100%;
height:auto;
}
	
	.post-thumbnail{
		width:130px;
	}
	
	

h1.page-title, article{
	padding-left:10px;
}
section{
float:none;
	clear:both;
	width:95%;
margin:10px;

	/*background-color:#f2f1f0;*/

}
aside{
	float:none;
	clear:both;
	width:95%;
margin:10px;
padding:0;
	}
ul.sidebar{
		padding:0 20px 30px 20px;
}


p.header-callout{
font-size:1.1em;	
}

div.left{
		width:95%;
	margin:2%;
	float:none;
	padding-left:0;
	clear:both;

}
div.right{
	display:none;
}

section{
	float:none;
	clear:both;
	width:95%;
margin:10px;
	/*background-color:#f2f1f0;*/

}

header-callout{
font-size:70%;	
}

aside{
	float:none;
	clear:both;
	width:95%;
margin:2%;
	}
.left, .right{	min-height:180px;	}

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:670px) and (max-width: 800px) {


p.header-callout{
font-size:1.2em;	
}
h1.page-title, article{
	padding-left:10px;
}
.left, .right{	min-height:200px;	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 500px) {
h1.page-title, article{
	padding-left:10px;
}
section{
	float:none;
	clear:both;
	width:95%;
margin:10px;

	/*background-color:#f2f1f0;*/

}
aside{
	float:none;
	clear:both;
	width:95%;
margin:10px;
padding:0;
	}
ul.sidebar{
		padding:0 20px 30px 20px;
}

.post-thumbnail img{
width:100%;
height:auto;
}
	
	
	.post-thumbnail{
		width:100px;
	}
	
p.header-callout{
font-size:1.1em;	

}

div.left{
		width:95%;
	margin:2%;
	float:none;
	padding-left:0;
	clear:both;

}
div.right{
	display:none;
}

section{
	float:none;
	clear:both;
	width:95%;
	margin:2%;

	/*background-color:#f2f1f0;*/

}

header-callout{
font-size:70%;	
}

aside{
	float:none;
	clear:both;
	width:95%;
margin:10px;
padding:0;
	}
ul.sidebar{
		padding:0 20px 30px 20px;
}

.left, .right{	min-height:200px;	}
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 450px) {
	
.post-thumbnail{
		display:none;
	}
	
	.post-thumbnail img{
width:100%;
height:auto;
}
	
h1.page-title, article{
	padding-left:10px;
}
section{
	float:none;
	clear:both;
	width:95%;
margin:10px;

	/*background-color:#f2f1f0;*/

}
aside{
	float:none;
	clear:both;
	width:95%;
margin:10px;
padding:0;
	}
ul.sidebar{
		padding:0 20px 30px 20px;
}


p.header-callout{
font-size:1.1em;	

}
.left, .right{	min-height:200px;	}
div.left{
		width:95%;
	margin:2%;
	float:none;
	padding-left:0;
	clear:both;

}
div.right{
	display:none;
}

section{
	float:none;
	clear:both;
	width:95%;
	margin:2%;

	/*background-color:#f2f1f0;*/

}

header-callout{
font-size:70%;	
}



}



