/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*---------Resets---------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

caption, article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}

:focus { outline: none; }

/*---------Fonts---------*/

@font-face {
    font-family: 'cinzelblack';
    src: url('/utah_history_encyclopedia/fonts/Cinzel-Black-webfont.eot');
    src: url('/utah_history_encyclopedia/fonts/Cinzel-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/utah_history_encyclopedia/fonts/Cinzel-Black-webfont.woff') format('woff'),
         url('/utah_history_encyclopedia/fonts/Cinzel-Black-webfont.ttf') format('truetype'),
         url('/utah_history_encyclopedia/fonts/Cinzel-Black-webfont.svg#cinzelblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cinzelbold';
    src: url('/utah_history_encyclopedia/fonts/Cinzel-Bold-webfont.eot');
    src: url('/utah_history_encyclopedia/fonts/Cinzel-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/utah_history_encyclopedia/fonts/Cinzel-Bold-webfont.woff') format('woff'),
         url('/utah_history_encyclopedia/fonts/Cinzel-Bold-webfont.ttf') format('truetype'),
         url('/utah_history_encyclopedia/fonts/Cinzel-Bold-webfont.svg#cinzelbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cinzelregular';
    src: url('/utah_history_encyclopedia/fonts/Cinzel-Regular-webfont.eot');
    src: url('/utah_history_encyclopedia/fonts/Cinzel-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/utah_history_encyclopedia/fonts/Cinzel-Regular-webfont.woff') format('woff'),
         url('/utah_history_encyclopedia/fonts/Cinzel-Regular-webfont.ttf') format('truetype'),
         url('/utah_history_encyclopedia/fonts/Cinzel-Regular-webfont.svg#cinzelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cinzel_decorativeblack';
    src: url('/utah_history_encyclopedia/fonts/CinzelDecorative-Black-webfont.eot');
    src: url('/utah_history_encyclopedia/fonts/CinzelDecorative-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/utah_history_encyclopedia/fonts/CinzelDecorative-Black-webfont.woff') format('woff'),
         url('/utah_history_encyclopedia/fonts/CinzelDecorative-Black-webfont.ttf') format('truetype'),
         url('/utah_history_encyclopedia/fonts/CinzelDecorative-Black-webfont.svg#cinzel_decorativeblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cinzel_decorativebold';
    src: url('/utah_history_encyclopedia/fonts/CinzelDecorative-Bold-webfont.eot');
    src: url('/utah_history_encyclopedia/fonts/CinzelDecorative-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/utah_history_encyclopedia/fonts/CinzelDecorative-Bold-webfont.woff') format('woff'),
         url('/utah_history_encyclopedia/fonts/CinzelDecorative-Bold-webfont.ttf') format('truetype'),
         url('/utah_history_encyclopedia/fonts/CinzelDecorative-Bold-webfont.svg#cinzel_decorativebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cinzel_decorativeregular';
    src: url('/utah_history_encyclopedia/fonts/CinzelDecorative-Regular-webfont.eot');
    src: url('/utah_history_encyclopedia/fonts/CinzelDecorative-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/utah_history_encyclopedia/fonts/CinzelDecorative-Regular-webfont.woff') format('woff'),
         url('/utah_history_encyclopedia/fonts/CinzelDecorative-Regular-webfont.ttf') format('truetype'),
         url('/utah_history_encyclopedia/fonts/CinzelDecorative-Regular-webfont.svg#cinzel_decorativeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*---------Independent of Layout---------*/
	

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}

.clear {
	clear: both;	
}

.center {
	text-align: center;
}

a {
	color: #158AE1;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;	
}

a:hover {
	color:#0A446F;	
}

ol {
	margin-left: 20px;
}

.align-left {
	float: left;
}
.align-right {
	float: right;
	overflow:hidden;
}

.imgPadding {
	padding: 5px;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow: 0 0 5px #666666;
	-webkit-box-shadow: 0 0 5px #666666;
	box-shadow: 0 0 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

.img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:5px 5px 5px 15px;
}

.img_middle {
	width: auto;
	vertical-align: middle;
	margin:5px;
}

.img_bottom {
	width: auto;
	vertical-align: bottom;
	margin:5px;
}

.img-max {
	max-width: 96%;	
}

.underline {
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom: solid;
	border-bottom-color: rgb(204,204,204);
}

table.show-border { border-collapse: collapse; }

	table.show-border td { border: 1px solid #777; }

#dataTable td {
	padding: 5px;
}


/*---------Transitions---------*/

.btn, .tab a, a{
	-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;	
}

/*---------Selection colours (easy to forget)---------*/

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgba(0,0,0,.1);
}

/*	Default Layout
	92px columns, 24 px gutters, 72 px margins, 1234px total (extra space for scrollbars)
	-------------------------------------------------------------------------------
cols    1    2     3     4     5     6     7     8     9     10     11     12     13
px      68   160   252   344   436   528   620   712   804   896	988    1050   1142 */

body {
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	font-size: 14px;
	line-height: 19px;
	margin:0;
	}
	
a {
	font-size: 14px;	
}

/*---------Header-------------*/

.mast {
	width: 100%;
	height: 400px;
  	position:relative;
	margin: 0;
	padding: 0;
}

.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; 
}

.cb-slideshow:after { 
    content: '';
}

.cb-slideshow li {
	list-style-image: none;	
	list-style-type: none;
}

.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(/utah_history_encyclopedia/images/background.jpg); 
}

.cb-slideshow li:nth-child(2) span { 
    background-image: url(/utah_history_encyclopedia/images/background2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}

.cb-slideshow li:nth-child(3) span { 
    background-image: url(/utah_history_encyclopedia/images/background3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(/utah_history_encyclopedia/images/background4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(/utah_history_encyclopedia/images/background5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(/utah_history_encyclopedia/images/background6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported 
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}*/

.top {
	width: 100%;
	 height: 65px;
	 background: #f5f5f5;
	 border-bottom: 1px solid #aaa;	
	 position: relative;
	 z-index: 0;
}
.title {
	padding: 10px;
	font-size:40px;
	letter-spacing: 2px;
	line-height:normal;
	color: #0A446F;	
	font-family: 'cinzelbold';
	 text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	 position: relative;
	 z-index: 0;
	 
}

.search-uhe {
	width: 300px;
	position: absolute;
	top: 15px;
	right: 35px;
	z-index: 0;	
}

.gsc-input-box {
	float: left;
	width: 85%!important;
border-radius: 5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.gsc-input {
	width: 95%!important;
}

.gsc-search-button {
	float: left;
}


.tab {
	position: absolute;
	width: 240px;	
	top: 69px;
	right: 10px;
}

.tab a {
	background-color: #f5f5f5;	
	padding: 5px 10px 10px 10px;
	border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border-bottom: 1px solid #aaa;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
}

.tab a:hover {
	background-color: #158AE1;
	color: #fff;
}

/*--------------A-Z Nav---------------*/

#navWrap {
   height: 45px;
   width: 100%;
   background: #f5f5f5;
   position: relative;
   z-index: 1;
   border-top: 1px solid #aaa;
}
#nav {
   padding: 5px;
   margin:0 auto;
   width: 865px;
   background: #f5f5f5;
   height: 35px;
}
#nav ul {
   margin: 0;
   padding: 0;    
}
#nav li {
   float: left;
   list-style-type: none;
   list-style-image: none;
margin:10px 5px 0 5px;
   padding: 0;

}
.btn a {
   color: #158AE1;
   font-size: 16px;
   line-height: 20px;
 }
.btn {
	background-color: #fff;;
  padding: 5px 7px;
   color: #158AE1;
   border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border: 1px solid #ccc;
text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;	
}
.btn:hover {
	background-color: #158AE1;
	color: #fff;

}
	
/*-----------General---------------*/

.container {
	width: 100%;
	background-color: #fff;	
	z-index: 0;
	position: relative;
}
.main {
	width: 1200px;	
	margin: 0 auto;
	padding: 10px 0 20px 0;
	position: relative;
	line-height: 25px;
	font-size: 16px;
}

.main-title {
	background-color: #0a446f;
	width: 98%;
	margin: 10px 0 30px 0;
	padding: 3px 10px;	
}

	
.author {
	font-weight: bold;
	line-height: 16px;
	color: #fff;
	margin: -10px 0 5px 0;
	padding: 0 0 0 10px;
	}	

.main ul { margin-left:15px;}
.main ul li {
	margin:10px;
	line-height: 15px;
}

.tab-btn {
	float: right;
	margin: 20px 5px 0 0;
}

.tab-btn a {
	background-color: #f5f5f5;	
	padding:5px 10px;
	border-radius: 5px;
border: 1px solid #aaa;
}

.tab-btn a:hover {
	background-color: #158AE1;
	color: #fff;
}

.section {
	width: 1200px;
	margin: 0;
	position: relative;
	z-index: 0;
	line-height: normal;
}

.line {
	border-bottom: 2px solid #0A446F;	
	position: absolute;
	top: 40px;
	left: 80px;
	width: 1125px; 
}

.letter {
	font-size: 80px;
	font-family: 'cinzelbold';
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
	color: #0A446F;
}

.sub-section, .sub-section1 {
	float: left;
	width: 263px;
	margin: 60px 9px 0 9px;	
}

.sub-section1 {
	margin-left: 85px;	
}

.column3 {
	width: 32%;
	float: left;
	margin: 5px;
	padding-top: 5px;
}

.firstcharacter { float: left; color: #0a446f; font-size: 75px; line-height: 60px; padding-top: 9px; padding-right: 8px; padding-left: 3px; font-family: 'cinzel_decorativebold'; }

.book {
	width: 800px;
	margin: 5px 5px 5px 55px;
	padding: 5px;
	border-left: 10px solid #0a446f;
	background-color: #f5f5f5;
	font-size: 14px;
}

.caption {
	float: right;
  border: thin silver solid;
  margin: 0.5em 0.5em 0.5em 1em;
  padding: 0.5em;	
}

.caption img {
	max-width: 100%;
	margin: 0 auto;	
	display: block;
}
.caption p {
	text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;	
}

.big-bold {font-size: 20px; line-height: 20px; letter-spacing: 1px;
font-weight: bold; }

.bold {
	font-weight: bold;
	line-height: 16px;
	}

h1 {
	font-family: 'cinzelblack';
	font-weight: normal;
	font-size: 32px;
	line-height: normal;
	letter-spacing: 2px;	
	color: #fff;
	margin: 10px 0;
}

h3 {
	font-family: 'cinzelblack';
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 2px;	
}

/*-------------Footer---------------*/

.disclaimer {
    width: 100%;
	background-color: #fff;
	padding: 15px 0;	
	position: relative;
	z-index: 0;
}
.footer {
	width: 100%;
	background-color: #0A446F;
	height: 250px;
	padding: 20px 0;	
	color: #eee;
	border-top: 5px solid #f5f5f5;
	position: relative;
	z-index: 0;
}

.footer a {
	color: #eee;	
}

.footer-text {
	width: 1000px;
	margin: 0 auto;	
}

.column {
	width: 47%;
	float: left;
	margin: 0 10px;
	padding-top: 5px;
}

.column:first-child {
	border-right: 1px solid #eee;		
}


/*		10 Column Layout: 992px. 
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

@media only screen and (min-width: 992px) and (max-width: 1221px) {
	
body {
	font-size: 13px;
	line-height: 19px;
	}
	
a {
	font-size: 13px;	
}

/*---------Header-------------*/

.title {
	padding: 10px 5px;
	font-size:35px; 
}


.cb-slideshow li:nth-child(1) span { 
    background-image: url(/utah_history_encyclopedia/images/background-10.jpg); 
}

.cb-slideshow li:nth-child(2) span { 
    background-image: url(/utah_history_encyclopedia/images/background2-10.jpg);
}

.cb-slideshow li:nth-child(3) span { 
    background-image: url(/utah_history_encyclopedia/images/background3-10.jpg);
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(/utah_history_encyclopedia/images/background4-10.jpg);
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(/utah_history_encyclopedia/images/background5-10.jpg);
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(/utah_history_encyclopedia/images/background6-10.jpg);
}

.tab {
	top: 68px;
	width: 220px;	
}

/*--------------A-Z Nav---------------*/

#nav {
   width: 840px;
}

/*-----------General---------------*/

.main {
	width: 1000px;	
}

.section {
	width: 1000px;
}

.letter {
	font-size: 70px;
}

.line {
	width: 925px; 
	left: 70px;
}

.sub-section, .sub-section1 {
	width: 219px;
	margin: 60px 7px 0 7px;	
}

.sub-section1 {
	margin-left: 75px;	
}

h3 {
	font-size: 14px;
}

/*-------------Footer---------------*/

.footer-text {
	width: 900px;
}

.column {
	width: 47%;
	float: left;
	margin: 0 10px;
	padding-top: 5px;
}

}



/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
body {
	font-size: 11px;
}

a {
	font-size: 11px;}
 
/*---------Header-------------*/

.cb-slideshow li:nth-child(1) span { 
    background-image: url(/utah_history_encyclopedia/images/background-8.jpg); 
}

.cb-slideshow li:nth-child(2) span { 
    background-image: url(/utah_history_encyclopedia/images/background2-8.jpg);
}

.cb-slideshow li:nth-child(3) span { 
    background-image: url(/utah_history_encyclopedia/images/background3-8.jpg);
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(/utah_history_encyclopedia/images/background4-8.jpg);
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(/utah_history_encyclopedia/images/background5-8.jpg);
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(/utah_history_encyclopedia/images/background6-8.jpg);
}

.top {
	 height: 50px;
}
.title {
	padding: 10px 5px;
	font-size:24px; 
}

.tab {
	top: 53px;
	width: 200px;	
}

/*--------------A-Z Nav---------------*/

#navWrap {
   height: 40px;
}
#nav {
   width: 740px;
   height: 30px;
}
#nav ul {
   margin: 0;
   padding: 0;    
}
#nav li {
   margin:5px 4px 0 3px;
   padding: 0;

}
.btn a {
   font-size: 14px;
   line-height: 20px;
 }


/*-----------General---------------*/

.main {
	width: 730px;
	font-size: 14px;	
}

.section {
	width: 750px;
}

.letter {
	font-size: 60px;
}

.line {
	width: 680px; 
	left: 60px;
}

.sub-section, .sub-section1 {
	width: 162px;
	margin: 60px 5px 0 5px;	
}

.sub-section1 {
	margin-left: 65px;	
}

.column3 {
	width: 31%;
}

.book {
	width: 600px;
	font-size: 12px;
}
.book a {
	font-size: 12px;	
}

h1 {
	font-size: 28px;
}

h3 {
	font-size: 14px;
}

/*-------------Footer---------------*/

.footer-text {
	width: 725px;
}

.column {
	width: 49%;
	margin: 0 3px;
}

}

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252 */   

@media only screen and (max-width: 479px) {
	
	body {
	font-size: 12px;
	line-height: 19px;
	}
	
	a {
	font-size: 12px;	
}


/*---------Header-------------*/

.mast {
	height: 360px;
	background: url(/utah_history_encyclopedia/images/background-3.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  	
}

.cb-slideshow {
	display: none;	
}

.top {
	 height: 120px;
}
.title {
	text-align: center;
	padding: 5px;
	font-size:28px; 
}

.search-uhe {
	width: 95%;
	top: 75px;
	right: 10px;
	}
	
.gsc-input-box {
width: 80%!important;
}

.gsc-input {
	width: 90%!important;
}

.tab {
	top: 122px;
	right: 0;
	width: 210px;
}

/*--------------A-Z Nav---------------*/

#navWrap {
   height: 100px;
}
#nav {
   width: 285px;
   height: 90px;
}
#nav ul {
   margin: 0;
   padding: 0;    
}
#nav li {
   margin:5px 4px 5px 3px;
   padding: 0;

}
.btn a {
   font-size: 14px;
   line-height: 20px;
 }


/*-----------General---------------*/

.main {
	width: 90%;
	margin: 0 auto;
}

.main-title {
	width: 94%;
	margin: 10px 0 30px 0;
	padding: 3px 10px;	
}

.section {
	width: 100%;
}

.letter {
	font-size: 60px;
	left: 0;
}

.line {
	width: 230px; 
	left: 60px;
}

.sub-section, .sub-section1 {
	width: 75%;
	margin: 0 5px 0 65px;	
}

.sub-section1 {
	margin-top: 50px;
}

.column3 {
	width: 99%;
}

.caption {
	float: none;	
}

.book {
	width: 240px;
	font-size: 11px;
	margin-left: 15px;
}
.book a {
	font-size: 11px;	
}

h1 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

/*-------------Footer---------------*/

.footer {
	height: 480px;
}

.footer-text {
	width: 100%;
}

.column {
	width: 94%;
	margin: 5px 10px;
}

.column:first-child {
	border-bottom: 1px solid #eee;	
	border-right: none;	
}

}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436  */ 

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
body {
	font-size: 12px;
	line-height: 19px;
	}
	
	a {
	font-size: 12px;	
}


/*---------Header-------------*/

.mast {
	width:100%;
	height: 313px;
	background: url(/utah_history_encyclopedia/images/background-5.jpg);
	background-repeat: no-repeat; 	
}

.cb-slideshow {
	display: none;	
}

.top {
	 height: 100px;
}
.title {
	text-align: center;
	padding: 5px;
	font-size:32px; 
}

.search-uhe {
	width: 94%;
	top: 55px;
	right: 10px;
	}

.tab {
	top: 103px;
	right: 0;
}

/*--------------A-Z Nav---------------*/

#navWrap {
	width: 100%;
   height: 75px;
}
#nav {
   width: 440px;
   height: 65px;
}
#nav ul {
   margin: 0;
   padding: 0;    
}
#nav li {
   margin:5px;
   padding: 0;

}


/*-----------General---------------*/

.main {
	width: 470px;
	margin: 0 auto;	
}

.section {
	width: 100%;
}

.letter {
	font-size: 60px;
	left: 10px;
}

.line {
	width: 380px; 
	left: 70px;
}

.sub-section, .sub-section1 {
	width: 75%;
	margin: 0 5px 0 85px;	
}

.sub-section1 {
	margin-top: 50px;
}

.column3 {
	width: 47%;
	min-height: 75px;
}

.caption {
	float: none;
}

.book {
	width: 400px;
	font-size: 11px;
	margin-left: 15px;
}
.book a {
	font-size: 11px;	
}

h1 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

/*-------------Footer---------------*/

.footer {
	footer: 100%;
	height: 275px;
}

.footer-text {
	width: 470px;
}

.column {
	width: 45%;
	margin: 5px 10px;
}

	
}

