/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}


html, body {
 font: normal 13px arial,sans-serif;
 line-height: 155%; 
 background: #ffffff; 
 color: #333333; 
			}

body.section-1 { }
body.section-2 { }
body.section-3 { }


			a { color: #111111; }

            
              a:hover {
            background-color: #ff6bb1;
            color: #571133;
            border-bottom: 0;
              }

a img { border: none; background-color: none;  }

a.thumb-img:hover {
border: none;
background: none;
background-color: none;
}

#headingnav {
    top: 0;
    bottom: 0;
padding-left: 25px;

}


#menu {

    overflow: visible;
    top: 103px;
    bottom: 0;
	left: 25px;
    position: fixed;
    height: 100%;
	z-index:0;
	pointer-events: none;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	pointer-events: auto;
	width: 120px;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 22px 0 0 272px; /*this has to be top menu of margin - 81px */
    top: 0;
    overflow: visible;
}

.container {
    padding: 0 0 0 0;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#header_image {
z-index: 1;
}



#currentnavlink {
    text-transform: uppercase;
}

#currentnavlink a {
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

#mainnav {
pointer-events: auto;
font-size:0.9em;
letter-spacing:0em;
}

#mainnav a {
text-decoration: none;

}

#subnav h2 {
  font-size: 0.8em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
 font-weight: normal;
margin: 0 0 .9em 0;
  }

  #subnav {
padding-bottom: 10px; border-left: solid thick black; padding-left: 25px; margin-top: 17px;
}
  #subnav a {
  color: #000;
border-bottom: none;
text-decoration: none;
  }

  #subnav a:hover {
  color: #111;
  }

  #subnav p {
  font-size: 0.7em;
  line-height: 1.5;
  }

  #subnav ul {
  list-style-type: none;
  }

  #subnav li {
  margin: 0 0 .4em 0;
font-size: 90%;
text-transform: lowercase;
text-indent: 15px;
line-height: 2em;
  }



#prevnextnav {
		width: 100px;
		height: 30px;
		top: 447px; /*add 31px for each new section added to left menu */
		left: 25px;
		position: fixed;
		padding-left: 45px;
		font-size: 0.9em;
		text-transform: lowercase;
		line-height: 2;
		letter-spacing: 0em; /*add padding in-between photo number and the slash in x/x - letter spaced numbers look weird and are distracting */
		text-align:left;
}

#num {
font-size:2em;
}


/*====================================================
CSS3 Gmail Buttons by Adam Whitcroft
https://github.com/AdamWhitcroft/CSS3.Gmail.Buttons
====================================================*/
/*==================================================*/
/*  $Basic Button                                   */
/*==================================================*/
.bttn {
	text-decoration:none;
	cursor:pointer;
	font-size:1em;
	padding:0 8px;
	font-weight:normal;
	height:30px;
	width:80px;
	line-height:30px;
	display:inline-block;
	outline:0;
	color:#444;
	background-color:#fff;
	border: none;
}
.bttn:hover {
	position:relative;
	z-index:1;
}
.bttn:active {
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
}
