/*
Theme Name: My PhotoDeck Theme
Theme URI: https://www.photodeck.com
Description: A child of Wordpress default Twenty-Twelve theme to match a PhotoDeck website's design.
Author: PhotoDeck
Template: twentytwelve
Version: 0.1
*/

#wordpress_main {
  text-align: left;
  margin: auto;
}

#sub_header {
  border-bottom: 1px solid;
}

#sub_header h2 {
  margin: 1em 0 0.5em;
  font-size: 1.5em;
  text-transform: uppercase;
}

#sub_header p {
  margin: 0.5em 0;
}

#ws_page #wordpress_main h1 {
  font-size: 1.2em;
  margin: 1em 0;
  visibility: visible;
}

#ws_page #wordpress_main h1.entry-title {
  padding-left: 0;
  padding-right: 0;
}

#ws_page #wordpress_main a {
  display: inline;
}

#ws_page #wordpress_main .gallery img {
  visibility: visible;
  opacity: 1;
}

#ws_page .entry-content img, #ws_page .comment-content img, #ws_page .widget img, #ws_page img.header-image, #ws_page .author-avatar img, #ws_page img.wp-post-image {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
 }

 #ws_page .site-content article {
   border-bottom: none;
 }

 #ws_page input[type="submit"] {
   background-image: none;
 }
