html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

a:focus {
  outline: none;
  -moz-outline-style: none;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

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

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

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

input, select {
  vertical-align:middle;
}

html {
  height: 100%;
}

body {
  height: 100%;
}

#background {
  background: #111;
  background: -moz-linear-gradient(top, #353535, #050505);
  background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#050505));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#050505');
  min-height: 100%;
}

#main {
  min-height: 100%;
}

#header {
  width: 100%;
  text-align: center;
}

#menu {
  background-color:#AAAAAA;
  height: 50px;
  width: 100%;
  padding: 1px 0px 1px 0px;
}

#menu_inner {
  background-color:#333333;
  height: 50px;
  width: 100%;
  text-align: center;
}

#menu_inner a {
  font-family: "serif";
  font-style: italic;
  font-size: 20px;
  color: #FFFFFF;
  vertical-align: middle;
  line-height: 50px;
  margin-left: 30px;
}

#content {
  margin-top:20px;
  color: #FFFFFF;
  padding-bottom: 100px;
}

#main_image {
  margin-top:20px;
  text-align: center; 
}

#main_image img {
  width: 800px;
}

#footer {
  position: relative;
  margin-top: -100px;
  width: 100%;
  clear:both;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

#footer img.social  {
  height: 32px;
  width: 32px;
  padding-left: 30px;
}

#fourohfour {
  text-align: center;
}
#fourohfour p{
  padding: 5px;
}

#fourohfour p.not_found{
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 10px;
}

#fourohfour_image {
  margin-top:20px;
  margin-bottom:20px;
  text-align: center;
}

#fourohfour_image img {
  width: 600px;
}

#contact a {
  color: #FFFFFF;
}

#contact table {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

#contact table td {
  padding: 10px;
}

#contact table td.label {
  border-color: #ffffff;
  border-right: 1px solid;
  width: 200px;
  font-weight: bold;
}

#gallery {
  text-align: center;
}

.category {
  width: 280px;
  height: 280px;
  padding: 10px 10px 35px 10px;
  margin: 10px;
  background-color: #eeeeee;
  border: 1px solid #ffffff;
  display: inline-block;
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0, 1);
  -moz-box-shadow: 3px 3px 3px rgba(0,0,0, 1);
  box-shadow: 3px 3px 3px rgba(0,0,0, 1);
  vertical-align: top;
}
.category div {
  width: 280px;
  height: 280px;
  overflow: hidden;
}

.category_landscape {
  max-height: 280px;
}

.category_portrait {
  max-width: 280px;
}

.category p {
  text-align: center;
  width:100%;
  padding-top: 10px;
  font-family: "serif";
  font-style: italic;
  font-size: 18px;
  color: #232323;
}

.category:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  position: relative;
  z-index: 5;
}

.gallery_img {
  width: 150px;
  height: 150px;
  margin: 10px;
  background-color: #eeeeee;
  display: inline-block;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0, 1);
  -moz-box-shadow: 3px 3px 3px rgba(0,0,0, 1);
  box-shadow: 3px 3px 3px rgba(0,0,0, 1);
  vertical-align: top;
}

.gallery_img_landscape {
  max-height: 150px;
}

.gallery_img_portrait {
  max-width: 150px;
}

.gallery_img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  position: relative;
  z-index: 5;
}