body {
    background-color: #111;
    color: #FFF;
}

#wrapper {
	width: 100%;
    background-color: #111;
    top: 100px;
    position: relative;
    height: 600px;
}
#content {
	width: 100%;
	height: 100%;
}
.gallery {
    list-style: none;
    margin: auto;
    padding: 0;
	height: 100%;
}
.gallery li {
    padding: 20px;
    margin: 0;
    float: left;
    position: relative;
    width: 130px;
    height: 130px;
}
.gallery li:hover img {
    border-color: #000;
    background: #ddd;
}
.gallery img {
    background: #fff;
    border: solid 1px #888;
    padding: 3px;
}
.gallery img.default {
    background: transparent !important;
    border: none	;
    padding: 3px;
}
.gallery em {
    background: #fff url(images/grey-gradient.gif) repeat-y;
    color: #000;
    font-style: normal;
    padding: 2px 10px;
    display: block;
    position: absolute;
    top: 110px;
    left: 9px;
    border: 1px solid #999;
    border-left-color: #888;
}
.gallery a {
    text-decoration: none;
}
.gallery a:hover em {
    background: #ffdb01 url(images/blue-gradient.gif) repeat-y;
    border-color: #c25b08;
}

#mbCenter {
    border: solid 3px #FFF;
}

#authent {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
}
#authent p {
    color: #999;
    font-size: 14px;
}
#authent form {
    margin-top: 50px;
}
#authent label {
    width: 100px;
    display: inline-block;
    text-align: left;
    color: #999;
    font-size: 14px;
}
#authent input {
    background-color: #222;
    border: solid #333 1px;
    color: white;
    padding-left: 5px;
	margin-top: 20px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	width: 50%;
}
#authent input[type="submit"]{
    margin-top: 20px;
    width: 100px;
}
#authent input:hover{
    background-color: #333;
}
#authent input[type="submit"]:active{
    background-color: #000;
}
#authent li {
	margin-bottom: 10px;
}

#breadcrumb {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left;
	margin-left: 10%;
}
#breadcrumb_nav {
    color: #FFF;
}
#breadcrumb_nav a:link, #breadcrumb_nav a:visited {
    text-decoration: none;
    color: grey;
    font-style: italic;
}
a, #breadcrumb_nav a:hover, #breadcrumb_nav a:visited:hover {
    color: black;
    text-decoration: none;
}
#breadcrumb_nav a.active{
    color: #FFF;
}

@media screen and (min-width: 200px) {
  .gallery {
    width: 350px;
	font-size: 1.5em;
  }
  #authent {
    width: 500px;
  }
  #authent p {
	font-size: 1.5em;
  }
  #authent label {
	font-size: 1.5em;
  }
}

@media screen and (min-width: 600px) {
  .gallery {
    width: 600px;
	font-size: 1.5em;
  }
  #authent {
    width: 500px;
  }
  #authent p {
	font-size: 1.5em;
  }
  #authent label {
	font-size: 1.5em;
  }
}


@media screen and (min-width: 800px) {
  .gallery {
    width: 800px;
	font-size: 1.5em;
  }
  #authent {
    width: 800px;
  }
  #authent p {
	font-size: 1.5em;
  }
  #authent label {
	font-size: 1.5em;
  }
}

@media screen and (min-width: 1024px) {
  .gallery {
    width: 1000px;
	font-size: 1em;
  }
  #authent {
    width: 1000px;
  }
  #authent p {
	font-size: 1em;
  }
  #authent label {
	font-size: 1em;
  }
}

