/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:400,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, textarea, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@viewport {
  zoom: 1.0;
  width: extend-to-zoom;
}

@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1.0;
}

.container {
  /* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */
  *zoom: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.row {
  /* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */
  *zoom: 1;
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

[class^="span"] {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
}

[class^="span"]:first-child {
  margin-left: 0;
}

.span1 {
  width: 8.333333333333332%;
}

.span2 {
  width: 16.666666666666664%;
}

.span3 {
  width: 25%;
}

.span4 {
  width: 33.33333333333333%;
}

.span5 {
  width: 41.66666666666667%;
}

.span6 {
  width: 50%;
}

.span7 {
  width: 58.333333333333336%;
}

.span8 {
  width: 66.66666666666666%;
}

.span9 {
  width: 75%;
}

.span10 {
  width: 83.33333333333334%;
}

.span11 {
  width: 91.66666666666666%;
}

.span12 {
  width: 100%;
}

[class^="m-span"] {
  padding: 10px 0;
  margin-left: 3.125%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
}

[class^="m-span"]:first-child {
  margin-left: 0;
}

.m-span1 {
  width: 5.46875%;
}

.m-span2 {
  width: 14.0625%;
}

.m-span3 {
  width: 22.65625%;
}

.m-span4 {
  width: 31.25%;
}

.m-span5 {
  width: 39.84375%;
}

.m-span6 {
  width: 48.4375%;
}

.m-span7 {
  width: 57.03125%;
}

.m-span8 {
  width: 65.625%;
}

.m-span9 {
  width: 74.21875%;
}

.m-span10 {
  width: 82.8125%;
}

.m-span11 {
  width: 91.40625%;
}

.m-span12 {
  width: 100%;
}

.navBar, .navbar-fixed {
  background-color: rgba(73, 101, 160, 0.9);
}

.navBar {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  max-height: 40px;
  margin: 0 auto 0 auto;
}

.navbar-fixed {
  display: block;
  -webkit-box-shadow: 0px 3px 5px rgba(46, 46, 46, 0.6);
  -moz-box-shadow: 0px 3px 5px rgba(46, 46, 46, 0.6);
  box-shadow: 0px 3px 5px rgba(46, 46, 46, 0.6);
  top: 0;
  z-index: 2000;
  position: fixed;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  max-height: 40px;
  margin: 0 auto;
}

nav {
  display: block;
  padding: 0;
  margin: 0;
}
nav ul {
  list-style: none;
}
nav ul a {
  float: left;
  display: block;
  width: 100%;
  max-width: 60px;
  border-right: 2px solid white;
  font-family: 'Droid Sans', sans-serif;
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  height: 40px;
  padding: 0 20px;
  margin-left: 10px;
}
nav ul a:hover {
  color: #ffffaa;
}

/* New Photogallery Project */
body {
  font-size: 100%;
  background-color: #5695af;
}

img {
  width: 100%;
  max-height: 100%;
}

.headerStyle {
  display: block;
  background-color: white;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}

figure.headerPic {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  max-height: 243px;
  margin: 0 auto;
}

.loginStyle {
  height: 40px;
  border-left: 2px solid white;
}

.labelStyle, .linkStyle {
  font-family: 'Droid Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 40px;
  color: white;
  padding-left: 10px;
}

#username, #password {
  outline: none;
  width: 100%;
  max-width: 60px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 0.8rem;
  color: #2e2e2e;
  padding: 0 5px;
}

.registerStyle {
  font-weight: 700;
}

.linkStyle {
  text-decoration: none;
}
.linkStyle:hover {
  color: #ffffaa;
}

.mainContent {
  padding-top: 20px;
  background-color: #e8d4af;
  margin: 0 auto;
  padding: 10px;
}

.sidebar {
  height: 300px;
}

.sidebar1 {
  border: 4px double #2e2e2e;
  height: 300px;
  background-color: white;
  padding: 15px;
}

.sidebarHeading {
  font-family: 'Josefin Slab', serif;
  color: #2e2e2e;
  font-size: 1.2rem;
  line-height: 1.8;
}

.sidebarFont {
  font-family: 'Droid Sans', sans-serif;
  color: #2e2e2e;
  font-size: 0.9rem;
  line-height: 1.5;
}

.emailStyle {
  font-family: 'Josefin Slab', serif;
  color: #659b32;
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}
.emailStyle:hover {
  color: #5695af;
}

.picBox {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.nextPic {
  position: absolute;
  z-index: 1;
}

.currentPic {
  position: absolute;
  z-index: 2;
}

.mainPicture {
  position: relative;
  display: block;
  width: 100%;
  max-width: 448px;
  height: 100%;
  max-height: 300px;
  margin: 0 auto;
}

.controls {
  display: none;
  outline: none;
  border: none;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 500px;
  margin: 0;
}

.picSlideLeft, .picSlideRight {
  box-sizing: border-box;
  overflow: hidden;
  outline: none;
  border: none;
  color: #4965a0;
  font-size: 2.6rem;
  padding: 110px 20px;
  display: block;
  position: absolute;
  bottom: 25px;
  width: 50%;
  max-width: 448px;
  z-index: 500;
  cursor: pointer;
}
.picSlideLeft:hover, .picSlideRight:hover {
  color: rgba(255, 0, 128, 0.9);
}

.picSlideRight {
  text-align: right;
  right: 0;
}

.tNav {
  display: block;
  position: relative;
  width: 100%;
  max-width: 746px;
  height: 62px;
  vertical-align: center;
  padding: 20px 20px 20px 20px;
  background-color: #659b32;
  margin: 20px auto;
}

.thumbs {
  float: left;
  display: block;
  width: 100%;
  max-width: 75px;
  height: 100%;
  max-height: 62px;
  background-color: white;
  border: 1px solid #5695af;
  padding: 5px;
  margin: 0 3px;
}
.thumbs:hover {
  background-color: #5695af;
}

h1 {
  font-family: 'Josefin Slab', serif;
  font-size: 1.6rem;
  font-weight: 700;
}

h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.8rem;
  line-height: 1.5;
}

h3 {
  font-family: 'Josefin Slab', serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #f9f6f0;
}

p {
  font-family: 'Droid Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #2e2e2e;
}

.logoutBtn {
  font-family: 'Droid Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 40px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  color: white;
  padding: 0;
  margin: 0;
}
.logoutBtn:hover {
  color: #ffffaa;
}

.selectDir {
  line-height: 40px;
  margin-left: 10px;
}

.mySelection {
  width: 100%;
  max-width: 100px;
  padding: 3px 5px;
  margin: 0 7px;
}

.rounded {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.bottom-rounded {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

.shadow {
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.inner-shadow {
  -webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.5);
}

.one-edge-shadow {
  -webkit-box-shadow: 0 5px 3px -4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 5px 3px -4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 3px -4px rgba(0, 0, 0, 0.8);
}

.pageFooter {
  background-color: #4965a0;
  height: 40px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.footerHeader {
  font-family: 'Josefin Slab', serif;
  font-size: 1.4rem;
  line-height: 40px;
  color: white;
  padding-left: 30px;
}

.uploadPic {
  float: left;
  position: relative;
  height: 40px;
  left: 40px;
  line-height: 40px;
}

.fileBtn {
  width: 250px;
  background-color: none;
  border: 2px solid white;
  font-family: 'Droid Sans', sans-serif;
  font-size: 0.8rem;
  color: white;
}

.uploadBtn {
  position: relative;
  left: 20px;
  border: 2px solid white;
  background-color: #f9f6f0;
  font-family: 'Droid Sans', sans-serif;
  font-size: 0.8rem;
  color: #2e2e2e;
  padding: 4px 5px;
}
.uploadBtn:hover {
  background-color: lime;
  color: white;
  font-weight: 700;
}
