/*ELEMENTS*/
html {
	
}

body {
	margin: 0;
	background-image:url(http://www.bishopmuseum.org/css/images/bg.jpg); 
	background-repeat:no-repeat;
	background-position:top left;
	background-attachment:fixed;
	background-color:#445478;
	font-family:"franklin-gothic-urw";
	color:#123f60;
	overflow-y:auto;
}

h1,h2,h3,h4,h5 {
	font-family: "franklin-gothic-urw";
	text-shadow: 2px 2px 10px #CCC;
	font-weight:400;
}

h1 {
margin-top:0px;
font-size:2em;
}

h2 {
font-size:1.4em;
}

h3 {
font-size:1.2em;
}

/*DIVS*/

#container {
	position: relative;
	width:1080px;
	margin: 0 auto;
}

#pageHeader {
	margin-top: 15px;
	height: 92px;
	box-shadow: 5px 5px 25px 4px #333;
	border-radius:4px;
	padding-left:10px;
	/*background-color:#014f8b;*/
	background-image:url(http://www.bishopmuseum.org/css/images/bg_header.jpg);
}

#pageHeader a{
	border:none;
}

#pageHeader a:visited{
	border:none;
}

.leftmargin {
	margin-left:100px;
}

#gsearch {
	width:200px;
	float:right;
	margin-top:-40px;
	position:realtive;
}

#linkList {
	margin-top:10px;
	width:20%;
	padding-left:0px;
	float:left;
}

.moreinfo h1{color:#DDE6E6;}

#linkList a{
	color:#DDE6E6;
	padding: 0px 6px 0px 6px;
	font-size:1.2em;
	text-decoration:none;
}

#linkList a:hover {
	background-color:#97b0c0;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: .9;
	color:#123f60;
}

#linkList ul li {
	list-style:none;
	text-align:right;
	margin-left:-40px;
	padding: 0px 10px 10px 0px;
}

.top_border {
	border-top:solid #999 2px;
	padding-top:15px;
	font-size:16px;
}

.moreinfo {
	border-top:1px solid #FFF;
	font-size:0.8em;
	padding-top:20px;
	text-align:right;
}

#llbox {
	background-color:#FFFFFF;
	border-radius:4px;
	width: 210px;
	box-shadow: 5px 5px 25px 4px #333;
	margin-right:0px;
	color:#123f60;
	font-size:0.7em;
	padding:10px;
	text-align:center;
}

#llbox a{
color:#123f60;
}

.moreinfo p{
color:#DDE6E6;
}
.moreinfo h2{
border-top:none;
color:#FFFFFF;
font-weight:bold;
}

#linkList h2{
color:#DDE6E6;
}

#content {
	margin-left:20px;
	position:relative;
	width:814px;
	box-shadow: 5px 5px 25px 4px #666;
	border-radius:4px;;
	margin-top:20px;
	float:left;
	background-color:#FFFFFF;
	padding:10px 10px 10px 20px;
	
}

#content p{
	padding:0 20px 0px 0px;
	line-height:1.5em;
	font-size:1em;
}

#content a{
	text-decoration:none;
	font-weight:bold;
	color:#0033FF;
}

#content li {
	font-size:1em;
}

#content img {
border:none;
}

#content a:hover{
	text-decoration:underline;
}

#conHeader {
	float:right;
	margin:14px 20px 0 20px;
}

#conHeader img {
	box-shadow: 5px 5px 15px 2px #CCC;
}

#conHeader p{
	text-align:right;
	font-size:0.6em;
	margin-top:-20px;
	color:white;
}

#conHeader ul{
	list-style:none;
}

#archive {
width:50%;
border:1px solid black;
padding:20px;
font-size:24px;
}

#footerinfo {
	background-color:#235c87;
	box-shadow: 5px 5px 25px 4px #333;
	border-radius:4px;
	margin:20px 0 20px 0;
	float:right;
	padding:10px;
	color:#E8E8E8;
	width:75.5%;
	font-size:0.8em;
	line-height:1em;
	text-align:center;
	bottom: 0;
}

#footerinfo a {
	color:#FFF;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}

#footerinfo a:hover {
	background-color:#6a839c;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: .9;
	color:#fff;
}

#socmed {
margin-left:250px;
width:420px;
}

#socmed a:hover {
	background-color:#235c87;
}


#google_translate_element a {
color:#333333;
}

#google_translate_element {
width:200px;
float:right;
}

<!--Image and Text-->

#leftImage {
	margin-right:20px;
	float:left;
}

#rightImage {
	float:right;
	margin-left:10px;
	margin-right:20px;
}

#leftImage p, #rightImage p{
	font-size:0.6em;
	font-style:italic;
	text-align:left;
	margin-top:0px;
	text-indent:0px;
}

#leftImage a, #rightImage a{
	border:none;
}

#leftImage img, #rightImage img{
	border:none;
}

.border_bottom {
	border-bottom: 1px #CCCCCC solid;
	padding:10px 0 0 0 ;
	margin-bottom:20px;
}

#sidepics {
width:240px;
height: auto;
float:right;
margin-left:20px;
}

#sidepics img {
padding:15px;
}

#sidepics p{
margin-top:0px;
font-size:0.8em;
color:#999;
}

.left {
float:left;
margin:10px 30px 10px 10px;

}

.right {
float:right;
margin:10px 10px 10px 30px;

}

.imgshad {
	box-shadow: 5px 5px 15px 2px #CCC;
}

.fancy {
  font-family: "elina-web";
}

.light{
	background-color:#ECEFFF;
}

.dark{
	background-color:#9CB4D6;
}

.p8 {
	font-size:0.8em;
}

.p12 {
	font-size:1.2em;
}

.red {
color:#ae5b49;
}

#sidepics {
width:240px;
height: auto;
float:right;
margin-left:20px;
}

#sidepics img {
padding:15px;
box-shadow: 5px 5px 15px 2px #CCC;
}

#sidepics p{
margin-top:0px;
font-size:0.8em;
color:#999;
}
