@charset "utf-8";
/* CSS Document */
/* set the main styles for the pages 
   secondary stylesheets are used to define styles for specific templates */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,font,img,ins,kbd,
q,s,samp,small,strike,strong,sub,sup,
tt,var,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	vertical-align:baseline;
	font-size:100%;
	background-repeat:no-repeat;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:100%; 
	font-style: normal;
	color: #1D4878;
	margin:0;
	padding:0;
	text-align:left;
	background-color: #e8e8e8;
	background-image: url(../images/legends2013.jpg);
	background-repeat:no-repeat;
	background-position: left top;


	}

h1,h2,h3,h4,h5,h6 {
	margin-top: 1em;
	}
		
.vlg,
.xlg {font-size: x-large;}
.lg  {font-size: large;}
.md  {font-size: medium;}
.sm  {font-size: small;}
.vsm,
.xsm {font-size: x-small;}

.lgr {font-size: larger;}
.smr {font-size: smaller;}

/*colors 3f83cf - 23069b*/

a 	{
	font-weight: bold;
	text-decoration:none; 
	}
a:link {color:#1D4878;}
a:visited {color:#666666;}
a:active {color: #1D4878;}

.mt {
	color: #444444;
	}

.printonly {
	display:none;
	}
	
.solbody {
	min-width:800px;
	padding: 75px 0 0 0;
	}
	
* html .solbody {
	}

div.soltitleline {
	padding: 0 0 2px 3px;
	max-width: 1080px;
	border-bottom: 1px solid black;
	}

.soltitleline h1, 
.solsubtitleline p {
	color:#235894;
	font-weight:bold; 
	font-size:x-large;
	margin: 0;	 
	}

p.solsubtitleline {
	font-size:large;	 
	margin: 0 0 5px 0;
	text-align: left;
	}
	
.solmain {
	min-width:800px;
	position:relative;
	}
	
.solcontent {
	min-width: 800px;
	min-height:400px;
	position:relative;
	margin-left: 125px;
	top: 10px;
	}

* html  .solcontent {
/*	IE 6 - no min/max height support, so fix height */
	height: 400px;
	}
	
.solcontent h1:first-of-type, .solcontent h2:first-of-type {
	margin-top: 0;
}

.solsidebar {
	position:absolute; 
	width:120px; 	
	top:0px; 
	}

.solsidebar a {
	display: block; 
	}

.solsidebar a:hover {
	color: #FFFFFF; 
	background-color:#1D4878;
	}

.solsidebar a:hover:visited {
	color: #FFFFFF;
	background-color:#737373;
	}
	
.solsidebar ul {
	list-style:none;
	}
	
.solsidebar li {
	font-size: small;
	font-weight: bold;
	border-bottom: 1px solid;
	padding-left:0;
	}
	
.solsidebar li a{
	padding: 5px 0 2px 3px;
	font-size:medium;
	}

.solsidebar li.subtitle {
	padding: 5px 0 3px 5px;
	}

.solsidebar li.mt {
	padding: 5px 0 3px 5px;
	font-weight: bold;
	font-size: 100%;
	}

.solcontent a:link {
	color:#3077c2; 
	}
	
.solcontent a:visited {
	color:#737373;
	}

.sollist a:hover {
	color: #FFFFFF;
	background-color:#3077c2;
	}
	
.sollist a:hover:visited {
	color: #FFFFFF;
	background-color:#737373;
	}

.solcontent a:hover img{
	border: 2px solid #666;
	}

.solcontent a img{
	border: 2px solid #3077c2;
	}
	
/*.solcontent img{
	margin-top:10px;
	} */
	
.solfooter {
	clear:both;
	padding-top: 15px; 
	width: 100%;
	min-width:832px;
	max-width:1080px;
}

.solfooter p {
	border-top: 1px solid;
	font-size: x-small;
	font-weight: bold;
	margin: 8px 0 15px 0;
	padding: 2px 0 0 3px;
	}
	
.clear {
	clear: both;
	}
		
.left {
	text-align: left;
	}
	
div.solcredit {
	padding-top: 20px;
	min-width: 696px;
	max-width:890px;
	clear:left;
	}
	
div.solcredit p {
	/*border-top: thin solid #bbb;*/
	padding-top: 5px;
	font-weight: normal;
	font-style: oblique;
	font-size: small;
	text-align: left;
	text-indent: 8px;
	color: #666;
	}
	
.solnotes 	{
	padding: 3px 0 3px 8px;
	width:80%;
	min-width: 512px;
	max-width: 640px;
	}
	
.solnotes img	{
	margin-right:10px;
	display: block;
	float:left;
	}
	
.solnotes p, .solnotes dl{
	font-size: small;
	}

.solnotes p + p {
	margin-top: 6px;
}
	
.solnotes dl{
	font-weight: bold;
	}
	
.solnotes dl{
	margin: 3px 0;
	}
	
.solcaption {
	clear: both;
	float: left;
	padding-top: 5px;
	color:#666;
}

.solcaption p {
	font-size:small;
	font-style:italic;
	font-weight: bold;
}
	
.hidden {
	display:none;
	visibility:hidden;
}
.highlight a {
	color: white;
	background-color: #5183BC;
}
.highlight a:hover, 
.highlight a:hover:visited {
	background-color: #FD2F34;
}

/* .bgblack & .bgwhite define the background and text colors in both gallery and image pages */

div.bgblack {
	background-color: black;
	color:white;
	}
	
div.bgwhite {
	background-color: white;
	color:black;
	}
	
div.bgblue {
	background-color: #5183BC; 
	color:#FFFFFF;
	}	
	
div.bggrey {
	background-color: #666666; 
	color:#FFFFFF;
	}
		
div.bglgrey {
	background-color: #e8e8e8; 
	color:#FFFFFF;
	}
		
div.bgtrans {
	background-color:transparent; 
	color:black;
	}

.bgwhite p,
.bgblack p,
.bgblue p,
.bggrey p,
.bglgrey p,
.bgtrans p {
	padding: 3px 0 5px;
	}
