/*
	SOLA History stylesheet
	v1.0
*/

/*	Reset	*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}img,a{border:none;outline:none;}


/*	Grid	*/
.container {
padding-left: 20px;
padding-right: 20px;
}

.row {
width: 100%;
max-width: 960px;
min-width: 670px;
margin: 0 auto;
overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 3.8%;
float: left;
min-height: 1px;
}

.row .onecol {
width: 4.85%;
}

.row .twocol {
width: 13.45%;
}

.row .threecol {
width: 22.05%;
}

.row .fourcol {
width: 30.75%;
}

.row .fivecol {
width: 39.45%;
}

.row .sixcol {
width: 48%;
}

.row .sevencol {
width: 56.75%;
}

.row .eightcol {
width: 65.4%;
}

.row .ninecol {
width: 74.05%;
}

.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

img, object, embed {
	max-width: 100%;
}

img {
	height: auto;
}

#cover img{
	max-width: none !important;
}


/*	Grid for mobile	*/

@media (max-width: 960px) {
	
	body {
		font-size: 56.5% !important;
	}
}

@media (max-width: 670px) {

	body {
	-webkit-text-size-adjust: none;
	font-size: 50% !important;
	}
	
	.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}

	article{
		padding:1em !important;
	}

}




/*
	Embedded fonts
*/
@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body{
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background:#efefef;
}

img,a{
	border:none;
	outline:none;
}

a{
	color:#E8840E;
}

h1{
	font-family:'OpenSansLight',sans-serif;
	font-size:2em;
	color:#00938A;
	margin:0 0 0.5em 0;
	text-align:left;
	text-transform:uppercase;
}

h1 div.nocaps{
	display: inline;
	text-transform:none;
}

h2{
	font-family:'OpenSansLight',sans-serif;
	font-size:1.4em;
	color:#333;
	margin:0.5em 0;
	text-transform:uppercase;
}

h3{
	font-family:'OpenSansLight',sans-serif;
	font-size:1.2em;
	color:#FF691C;
	margin:0.5em 0;
}

h4{
	font-size:1.2em;
	font-weight:normal;
	font-style:italic;
	color:#666;
	margin:0.5em 0;
}

h5{
	font-family:'OpenSansLight',sans-serif;
	font-size:1em;
	color:#749199;
	margin:0.5em 0;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span{
	color:#999;
	/*float:right;*/
	font-style:italic;
	text-transform:none;
}


p{
	margin:0;
	padding-bottom:1em;
}

blockquote{
	max-width:100%;
	margin:0.5em 0 1em 0;
	padding:0.5em 1em;
	font-size:1.1em;
	text-align:center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#666;
}
blockquote.side{
	font-size:1em;
}

.left-text{
	text-align:left !important;
}

small,
p.small{
	font-size:0.7em;
}

ol,
ul{
	margin-top:0;
}

li{
	padding:0.2em 0;
}

table{
	border:1px solid #FFB414;
	background:#ffecc3;
	padding:0;
	margin:1em 0;
	font-family:'OpenSansRegular',sans-serif;
	font-size:0.8em;
}

th{
	padding:10px 0;
	color:#333;
	background:#FFB414;
}

td{
	padding:10px;
	border-bottom:1px solid #FFB414;
}

tr:last-child td{
	border-bottom:none;
}

table.type2{
	border:1px solid #738698;
	background:#f0f0ff;
	padding:0;
	margin:1em 0;
}

.type2 th{
	font-family:'OpenSansRegular',sans-serif;
	padding:10px 0;
	color:#fff;
	background:#767693;
}

.type2 td{
	padding:10px;
	border-bottom:1px solid #738698;
	border-right:1px solid #738698;
	vertical-align:top;
}

.type2 tr:last-child td{
	border-bottom:none;
}

.type2 td:last-child{
	border-right:none;
}

.type2 tr.row-highlight td{
	background:#CFD6E8;
}

table.gallery{
	max-width:100%;
	border:none;
	background:#fff;
}

table.gallery th{
	background:#e0e0e0;
}

table.gallery td{
	padding:0.4em;
	border:1px solid #e0e0e0;
}

table.gallery img{
	width:150px;
	max-width:95%;
}

.no-style{
	list-style:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

.center{
	text-align:center;
}

.center img{
	vertical-align:middle;
	border:1px solid #e0e0e0;
	padding:1em;
}

.figure{
	width:100%;
	border:1px solid #ccc;
	margin:0 0 10px 0;
	padding:5px;
	background:#efefef;
	text-decoration:none;
}

.figure img{
	width:100%;
}

.figure p{
	color:#666;
	font-size:0.8em;
	padding:4px 0;
	text-align:center;
}

.figure a{
	text-decoration:none !important;	
}

.figure ul li{
	list-style:none !important;
}

.video-wrapper{
	width:320px;
	max-width:100%;
	border:1px solid #ccc;
	padding:10px 5px;
	margin:0.5em 0 2em 0;
	background:#efefef;
	text-align:center;
	text-decoration:none;
}

.video-wrapper p{
	margin:0;
	padding:10px 0 0 0;
	font-size:0.9em;
}

.video{
	display:block;
	width:320px;
	height:240px;
	min-height:100px;
	max-width:100%;
}



.inner-page{
	max-width:95%;
	border:1px solid #e0e0e0;
	padding:0 1.5em;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


#top-nav{
	position:fixed;
	top:0;
	width:100%;
	min-height:30px;
	line-height:1.5em;
	font-family:OpenSansRegular,sans-serif;
	font-size:1.2em;
	color:#e0e0e0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:#222;
	background: -moz-linear-gradient(top, #333333 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top, #333333 0%,#222222 100%);
	background: -o-linear-gradient(top, #333333 0%,#222222 100%);
	background: -ms-linear-gradient(top, #333333 0%,#222222 100%);
	background: linear-gradient(top, #333333 0%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222',GradientType=0 );
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
}

#top-nav p{
	padding:5px 0;
}

#top-nav p span{
	color:#999;
}

#top-nav a{
	text-decoration:none;
	color:#999;
	margin-right:15px;
}

#top-nav img{
	vertical-align:middle;
}

#bottom-nav{
	position:relative;
	margin:-40px 0 40px 0;
	padding:10px;
	font-family:OpenSansRegular,sans-serif;
	font-size:1.2em;
	color:#e0e0e0;
}

#bottom-nav a,
a.btn{
	display:block;
	padding:1em 0.5em;
	max-width:45%;
	background:#00938A;
	color:#B2EDC8;
	font-family:OpenSansRegular,sans-serif;
	font-size:1.2em;
	text-decoration:none;
	border-radius:5px;
}

#bottom-nav a span,
a.btn span{
	color:#fff;
}

#bottom-nav a:hover,
a:hover.btn{
	background:#48A069;
}

#bottom-nav .previous-chapter{
	float:left;
}

#bottom-nav .next-chapter{
	float:right;
}

.content{
	font-size:1.6em;
}

article{
	display:block;
	margin:5em 1em;
	padding:2em;
	border:1px solid #ccc;
	background:#fff;
}







/*	Cover Page
------------------------------------------------------------*/

#cover-title{
	position:relative;
	width:100%;
	margin:0 auto;
	padding:5em 0;
	text-align:center;
	background:rgba(0,0,0,0.4);
}

#cover-title h1{
	font-family:OpenSansSemibold,sans-serif;
	text-transform:uppercase;
	font-size:6em;
	line-height:1em;
	color:#fff;
	margin:0 auto;
	text-shadow: #000 1px 1px 5px;
	text-align:center;
}

#cover-title h1 span{
	font-size:1.5em;
	line-height:1em;
	color:#fff;
	font-style:normal;
}

#cover-title h2{
	font-family:OpenSansLight,sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:4em;
	line-height:2em;
	margin:0 auto;
	max-width:960px;
}

#cover-author{
	position:fixed;
	bottom:0;
	width:100%;
	margin:0;
	padding:0;
	font-family:OpenSansRegular,sans-serif;
	font-size:3em;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	background:#000;
}

#cover-author small{
	display: block;
	margin:0 auto 10px auto;
	max-width:850px;
	font-size:0.5em;
	line-height:1.3em !important;
	text-transform:none;
	color: #999;
}

#cover-entry{
	position:relative;
	margin:5em 0;
	text-align:center;
}

#cover-link{
	text-decoration:none;
	cursor:pointer;
}



/*	Contents Page
------------------------------------------------------------*/

#table-of-contents{
	padding:5em 0;
	font-family:'OpenSansLight',sans-serif;
}

#table-of-contents h1{
	text-align:center;
}

#table-of-contents ul,
#table-of-contents ol{
	list-style:none;
}

#table-of-contents li{
	font-size:1.3em;
	border-bottom:1px solid #ccc;
}

#table-of-contents a,
#table-of-contents span{
	display:block;
	text-decoration:none;
	color:#000;
	padding:0.5em;
}

#table-of-contents a:hover{
	color:#fff;
	background:#00938A;
}








/*	Colorbox Styles
----------------------------------------------------------*/

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; padding-left:130px; padding-right:50px; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}





/*	Tooltip Styles
----------------------------------------------------------*/


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #333;
	border-radius:8px;
	background-color: #000;
	padding: 5px;
	max-width:60%;
	font-size:1em;
}
#tooltip h3, #tooltip div {
	margin: 0; 
	padding:10px;
	color:#fff;
	font-family:'OpenSansLight',sans-serif;
	font-size:2em;
}