body {
    padding: 0;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    background-color: #000;
}

a { text-decoration: none; }

h1, h2, h3 {
    font-family: Times New Roman, serif;
    margin:0;
    padding:0;
}

.clear { clear: both;}

#wrapper {
    text-align: left;
    background-color: #111;
}

#header {
    background-color: #111;
    color: #fff;
    right: 0;
    left :0;
    top:0;
    position: relative;
    z-index: 10;
}

#headercontent {
    padding: 10px 0 0 0;
    text-align: center;
}

#header a {
    color: #fff;
}

#header .left {
    float: left;
    width: 400px;
}

#header .right {
    float: right;
    width: 400px;
}
#sitename {
    text-align:center;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.sitemeta {
    font-size: 0.6em;
    color: #7D7D7D;
}

.main_nav {
    list-style-type: none;
    text-align: right;
    padding: 0;
    margin: 0;
}
.main_nav li {
    display: inline;
}

.main_nav li a  {
    padding: 0 .5em;
}

.main_nav li a:hover {
    color: #71767a !important;
}

#top_nav {
    width: 100%;
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 0;
}
#navbar {
    padding-bottom: 2px;
    border-bottom: 2px solid #454545;
    height: 35px;
}
#navbar ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
}

#navbar a {
    font-family: "Times New Roman";
    font-size: 1.2em;
    cursor: pointer;
    color: #f3f3f3;
    transition-duration: 0.1s;
    border-radius: 3px 3px 3px 3px;
    text-transform: uppercase;
}

#navbar ul li { display: inline; }
#navbar ul li a {
    padding: 0 .5em;
    display: inline-block;
    height: 32px;
    line-height: 1.7;
}

#navbar .active a { color: #fff; }

#navbar a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

#innerNavbar {
  max-width: 1136px;
  margin: 0 auto;
}

#navbar #sm_icons a:hover {
  background-color: transparent;
  opacity: 0.7;
}
#navLinks {
  float: left;
  width: 80%;
}
#sm_icons {
  height: 32px;
  float: right;
  width: 20%;
}
#sm_icons img {
  width: 32px;
}

#sm_icons div {
  float: right;
  width: 32px;
  margin-left: 4px;
}

#index_blog {
    border-top: 2px solid #3f3f3f;
    margin-top: 10px;
}

#inner_index_blog {
    width: 1136px;
    margin: 0 auto;
}
#index_bar {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #f3f3f3;
    font-family: "Times New Roman";
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 0.1em 0.5em;
}
#innerWrapper {
    width: 1500px;
    margin: 0 auto;
}
#maincontent {
}

#photos {
    max-width: 1136px;
    margin: auto;
}
#ad_about {
    background-color: #F7F8FA;
    height: 279px;
    margin-bottom: 10px;
    border: 1px solid #EEEFF2;
}

#about {
    float: left;
    width: 280px;
}
#about p {
    font-size: .8em;
}
#about img {
    height: 96px;
    width: 96px;
    margin: 2px;
    float: right;
    border: 1px solid #71767A;
}

#catPhotos, #searchPhotos {
    max-width: 1160px;
    margin: auto;
}

.sqrPhoto {
    float: left;
    position: relative;
    width: 25%;
    padding-bottom:25%;
}

.sqrPhoto a {
    cursor: pointer;
}
.sqrPhoto img {
    border: none;
}

.sqrPhoto a:hover {
    opacity: 0.8;
}

.innerBox {
  position: absolute;
  overflow: hidden;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

.innerBox img {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .sqrPhoto {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 650px ) and (min-width: 481px) {
  .sqrPhoto {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
   .sqrPhoto {
      width: 33.3%;
      padding-bottom: 33.3%;
   }
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop: 4 tiles */
   .sqrPhoto {
      width: 25%;
      padding-bottom: 25%;
   }
}

.photo_thumb, .thumbnail {
    box-shadow: 0 1 3 rbga(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rbga(0, 0, 0, 0.3);
}
.thumbnail {
    box-shadow: 0 1 3 rbga(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rbga(0, 0, 0, 0.3);
}

#nav_thumbnails {
    margin-top: 10px;
}
#nav_thumbnails div {
    text-align: center;
}
#nav_thumbnails a {
    margin-right: 5px;
}
.photo_nav_thumb {
    width: 15%;
    height: 15%;
    opacity: 0.50;
    border: 0px;
}
img.photo_nav_thumb:hover {
    opacity: 1;
    cursor: pointer;
    transition: all 0.15s ease-out 0s;
}
.selected, img.selected:hover {
    opacity: 1;
    cursor: default;
}

#bgimg {
  position: absolute;
  width: 100%;
  z-index:1;
}

.photo_thumb a img {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.wp-post-image {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.photo_show {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
    z-index: 11;
    position: relative;
}

.photo_show img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,1);
}

.photo_info {
    max-width: 1024px;
    font-family: sans-serif;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}
.photo_left {
    max-width: 400px;
    float: left;
    color: #f3f3f3;
}
.photo_left table td {
    padding-bottom: 7px;
}

.keyword, .category {
    color: #f3f3f3;
}
.keyword:hover, .category:hover {
    text-decoration: underline;
}
.photo_right {
    max-width: 550px;
    float: right;
    color: #f3f3f3;
}

.photo_right p {
    margin: 0;
    margin-top: 5px;
}

.section_header {
    font-family: sans-serif;
}

#front_ads {
    width: 310px;
    float: left;
}

#blog_posts {
    margin: 0 auto;
}
.prevPost {
    vertical-align: top;
    width: 240px;
    height: 220px;
    display: inline-block;
    margin: 0 20px;
    margin-bottom: 15px;
}

.article img {
    border: none;
    opacity: 0.7;
}
.article h3 {
    width: 240px;
    margin-top: 5px;
    color: #f3f3f3;
}
.article a:hover img {
    opacity: 1;
}
#blog_posts a {
    color: #222;
}
#blog_posts a:hover {
    text-decoration: underline;
}

.entry-title {
    margin: 10px 0;
}
.entry-meta {
    font-size: .8em;
}

#footer {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #000;
    border-top: 2px solid #454545;
    color: #fff;
    font-size: .8em;
    padding-top: 10px;
    text-align: left;
}

#footer a {
    color: #fff;
}
#footer a:hover { text-decoration: underline; }
#footer .wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 5px;
}

#footer_links {
    float: left;
    max-width: 500px;
}
#copy {
    float: right;
    text-align: right;
    max-width: 600px;
}
#copy a {
    color: #65D8D8;
}
#copy a:hover { text-decoration: underline; }
