*{margin:0;padding:0;outline:none}
html,body{width:100%;height:100%;overflow:hidden;background:#ECF0F5;font-family: 'Merriweather Sans', sans-serif;font-size: 9pt;}
a, a:visited{text-decoration: none; color:black}
a:hover{text-decoration: underline;}

/* Constants:
*  Header:  189 px
*  leftBar:  130 px
*/

#header{
		position:fixed;
		top: 0px;
		height:188px;
		left:0px;
		width:100%;}
	#titleBar{
			position:absolute;
			width:  100%;
			height: 42px;
			line-height: 42px;}
		#titleBarSpacer{
				display:inline-block;
				float:left;
				width:130px;
				height:100%}
		#mainTitle{
				display: inline-block;
				float:left;
				padding-left:5px;}		
		#titleBarNav {
				float:right;
				padding-right:25px;} 
	#thumbnails{
			position:absolute;
			width:100%;top:47px;left:0;}
	#galleryBar{
			position:absolute;
			top: 170px;  left: 0%; width: 100%; height: 20px;  
			line-height: 19px;}
		#galleryBarSpacer{
				display:inline-block;
				float:left;
				width:130px;
				height:100%;}
		#thumbTitle{
				float:left;
				padding-left:5px;}
		#galleryOptions{
				float:right;
				padding-right:5px;} 

#leftBar{
	position:fixed;
	top: 190px;
	height:calc(100% - 190px);
	left:0px;
	width:130px;}
	
#mainPage{
	position:absolute;
	top:190px; height:calc(100% - 190px);
	
	left:130px;width:calc(100% - 130px);}

.headerBar{
		color: #fff; background-color: #222D32; 
		font-weight:bold;}
	.headerBar a, .headerBar a:visited{font-size: 9pt; color:#fff}
	.headerBar a{cursor:pointer;}
	.headerBar .nolink {color:#999;cursor:auto}
	.headerBar .nolink:hover {text-decoration: none;}
	
	.headerBarSpacer{
			background-color:  #020D12;}
	.headerBar h1{
		font-size: 20pt;
	}
	.headerBar h2{
		font-size: 9pt;
	}

/*  Appearance of options list (positioned by #leftBar) */
.options{
	overflow:hidden; 
	text-align:center;
	background-color:#17406E}
.options h1{
	margin: 5px; margin-top:7px;
	color: #ddd; background-color: #57A444; 
	font-size: 9pt; font-weight:bold;}
.options ul {
	margin-bottom:5px;
	list-style:none;}
.options li {color:#ddd;
	font-weight:bold;}
.options a {
	color:#ddd;
	font-weight:normal;}

.body{background-color: white;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch ;  /* for ios momentum scrolling, note that overflow-y has to be scroll, not auto */
	}
.column{float: left;width: 29%;margin-left: 3%;margin-top:9px;display: inline;max-width:350px;}
.body h1 {width:100%;font-size: 15pt;border-bottom-width:1px; border-bottom-style:solid;border-bottom-color:#aaa}
.body h2 {font-size: 10pt;}
.body ul {list-style:none;margin-left:3px;margin-bottom:10px;font-size: 9pt}
.body li {line-height:1.5em;}



.smallButton { background-color: #fff;
	padding:0 2px 0 2px;
	font-weight:bold; font-size: 9pt; color:#4F8EF7;
	text-decoration: none;
}
.smallButton:visited {color:#4F8EF7;}
.smallButton:hover {color:white; background-color: #C2CCD6;
	-webkit-border-radius: 9px;
    border-radius: 9px;
	cursor: pointer;
	text-decoration: none;
	}
.activealbum, .activealbum:hover {color:white; background-color: #1D508C;
	-webkit-border-radius: 9px;
    border-radius: 9px;}





