/*
Theme Name: Fifty Fifth Street
Theme URI: http://www.tammyhartdesigns.com/fifty-fifth-street
Description: A greyscale theme that follows a nice grid system, and keeps typography in top priority.
Version: 1.4
Author: Tammy Hart
Author URI: http://tammyhartdesigns.com/
Tags: two-columns, sticky-post, fixed-width, black, white
*/




* {
    margin: 0;
    padding: 0;
}
a {
    color: #516468;
    text-decoration: none;
}
a:hover {
    color: #516468;
}
h1 a, h2 a, h3 a, #sitename {
    color: #516468;
}
h1 a:hover, h2 a:hover, h3 a:hover, #sitename:hover {
    color: #516468;
}
p {
    margin: 20px 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #516468;
    font-family: Georgia,Times,serif;
}
h1, h2 {
    font-size: 1.3em;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 14px;
}
.entry h2 {
    font-size: 1.8em;
    margin-top: 30px;
}
h3 {
    font-size: 1.5em;
    line-height: 20px;
    margin-top: 30px;
}
h4, h5, h6 {
    margin-top: 30px;
}
.pagetitle {
    display: block;
    font: 1em/10px Arial,Helvetica,sans-serif;
    margin-bottom: 20px;
    margin-top: -30px;
    text-transform: uppercase;
}
small {
    color: #516468;
    font-size: 1em;
    line-height: 10px;
}
.caps {
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
}
code {
    font: 1.1em "Courier New",Courier,Fixed;
}
pre {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #eee;
    font: 1.1em "Courier New",Courier,Fixed;
    margin: 1.5em;
    padding: 10px;
}
acronym, abbr {
    font-size: 0.9em;
    letter-spacing: 0.07em;
}
hr {
    border: 0 none;
    clear: both;
    color: #516468;
    height: 1px;
    margin: 1.5em 0;
    width: 80%;
}
img {
    border: medium none;
    max-width: 100%;
}
blockquote {
    background: url("/web/20150120202440/http://www.patrickclancy.org/wp-content/themes/fifty-fifth-street/images/quote.gif") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
    color: #516468;
    margin-left: -21px;
    padding-left: 21px;
}
.entry cite {
    display: block;
    font-size: 0.9em;
    font-style: italic;
    margin: 5px 0 0;
    text-align: right;
}
.entry cite::before {
    content: "— ";
}
.post ul, .post ol, .post dl {
    margin: 20px 0;
}
.post ul ul, .post ol ol, .post ul ol, .post ol ul, .post dl dl, .post dl ul, .post dl ol {
    margin: 0;
}
.post li {
    padding: 0 0 5px;
}
.post ul li {
    background: url("/web/20150120202440/http://www.patrickclancy.org/wp-content/themes/fifty-fifth-street/images/icons.gif") no-repeat scroll 0 -141px rgba(0, 0, 0, 0);
    list-style: outside none none;
    margin-left: -10px;
    padding-left: 10px;
}
.post ol li li {
    margin-left: 10px;
}
.post li li {
    margin: 0;
}
.post li h3 {
    margin: 0;
}
.post dt {
    font-weight: bold;
    margin-left: -10px;
    padding-left: 10px;
}
.post dd {
    padding-bottom: 5px;
    padding-left: 10px;
}
.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter, div.aligncenter, img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft, .alignleft img {
    margin-right: 10px;
}
img.alignright, .alignright img {
    margin-left: 10px;
}
.wp-caption, .attachment img {
    text-align: center;
}
.wp-caption p.wp-caption-text {
    color: #516468;
    font-size: 0.9em;
    margin: 0;
}
.attachment, .caption {
    text-align: center;
}
.attachment img {
}
body {
    background: none repeat scroll 0 0 #c3c9cc;
    color: #516468;
    font: 62.5% Arial,Helvetica,sans-serif;
    text-align: center;
}
#totalpage {
    background: none repeat scroll 0 0 #c3c9cc;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 1048px;
}
#page {
    background: none repeat scroll 0 0 #d3d9dd;
    margin: 0 auto;
    min-height: 1200px;
    padding: 0;
    text-align: left;
    width: 1016px;
}
#header {
    height: 200px;
}
#sitename {
    display: block;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 3.6em;
    font-style: italic;
    font-weight: bold;
    line-height: 34px;
    text-transform: lowercase;
    width: 340px;
}
#searchform {
    width: 200px;
}
#header #searchform {
    float: right;
    padding-top: 15px;
}
#s {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #e6e6e6;
    float: left;
    font-size: 11px;
    padding: 2px 3px 3px;
    width: 167px;
}
#searchsubmit {
    float: right;
}
#nav {
    float: left;
    font-size: 1.2em;
    line-height: 20px;
    padding-top: 15px;
    width: 360px;
}
#nav li {
    float: left;
    list-style: outside none none;
    margin-right: 25px;
    text-transform: uppercase;
}
#nav li a {
}
#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
}
#content {
    float: right;
    font-size: 1.2em;
    line-height: 20px;
    margin-left: 16px;
    width: 776px;
}
.post {
    margin-bottom: 40px;
}
.sticky, .byuser {
    background: url("/web/20150120202440/http://www.patrickclancy.org/wp-content/themes/fifty-fifth-street/images/sticky.gif") no-repeat scroll 597px 5px rgba(0, 0, 0, 0);
    border: 5px solid #f9f9f9 !important;
    margin: -10px -10px 40px -50px;
    padding: 5px 5px 5px 45px;
}
.byuser {
    background: url("/web/20150120202440/http://www.patrickclancy.org/wp-content/themes/fifty-fifth-street/images/author.gif") no-repeat scroll 599px 5px rgba(0, 0, 0, 0);
    margin-left: -52px;
    padding-left: 47px;
}
.bubble {
    display: none;
}
.navigation {
    line-height: 10px;
    margin: 30px -23px;
    min-height: 10px;
    text-transform: uppercase;
}
.post .navigation {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e6e6e6;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    padding: 9px 0;
}
.attachment .navigation {
    height: 150px;
}
.navigation .alignleft a {
    background: url("/web/20150120202440/http://www.patrickclancy.org/wp-content/themes/fifty-fifth-street/images/icons.gif") no-repeat scroll 0 -60px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 10px;
    padding-left: 22px;
}
.navigation .alignright a {
    background: url("/web/20150120202440/http://www.patrickclancy.org/wp-content/themes/fifty-fifth-street/images/icons.gif") no-repeat scroll 100% -30px rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 10px;
    padding-right: 22px;
}
.commentlist {
    margin-top: 20px;
}
.commentlist li {
    border-bottom: 1px solid #e6e6e6;
    list-style: outside none none;
    margin-bottom: 30px;
}
.commentlist li.alt {
}
.commentmetadata, .comment-author {
    font-size: 0.9em;
}
.comment-author {
}
.avatar {
    display: block;
    float: left;
    margin: 5px 0 0 -42px;
}
#commentform {
    padding-bottom: 10px;
}
#commentform input, #commentform textarea {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #e6e6e6;
    font-size: 11px;
    padding: 2px 3px 3px;
    width: 147px;
}
#commentform textarea {
    width: 500px;
}
#commentform #submit {
    background: none repeat scroll 0 0 #343434;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 0 3px;
    width: 150px;
}
#sidebar {
    color: #516468;
    float: left;
    font-family: Georgia,Times,serif;
    font-size: 1.1em;
    line-height: 20px;
    margin-left: 24px;
    width: 200px;
}
#sidebar ul {
}
#sidebar ul ul {
    margin-left: -10px;
}
#sidebar ul ul ul {
    margin: 0;
    padding: 0;
}
#sidebar ul li {
    list-style: outside none none;
    margin-bottom: 35px;
}
#sidebar li li {
    margin: 0;
    padding-left: 10px;
}
#sidebar a {
    font-size: 1.1em;
    line-height: 1.54em;
}
#sidebar h4 {
    color: #516468;
    display: none;
    font-size: 1.63em;
    line-height: 20px;
    margin: 0 0 12px;
}
#footer {
    color: #516468;
    font-size: 1.2em;
    line-height: 20px;
    margin: 0 30px;
    padding-top: 20px;
}
#footer .alignright {
    padding-top: 2px;
}
#footer .alignright a {
    display: block;
    float: right;
    height: 10px;
    line-height: 10px;
    padding-top: 3px;
    text-transform: uppercase;
}
#footer .top {
    background: url("/web/20150120202440/http://www.patrickclancy.org/wp-content/themes/fifty-fifth-street/images/icons.gif") no-repeat scroll 100% 0 rgba(0, 0, 0, 0);
    padding-right: 15px;
}
#footer .rss {
    background: url("/web/20150120202440/http://www.patrickclancy.org/wp-content/themes/fifty-fifth-street/images/icons.gif") no-repeat scroll 100% -90px rgba(0, 0, 0, 0);
    margin-right: 10px;
    padding-right: 18px;
}
#footer .home {
    background: url("/web/20150120202440/http://www.patrickclancy.org/wp-content/themes/fifty-fifth-street/images/icons.gif") no-repeat scroll 100% -120px rgba(0, 0, 0, 0);
    margin-right: 10px;
    padding-right: 18px;
}
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 260px;
}
#wp-calendar th {
    color: #516468;
    text-align: center;
}
#wp-calendar caption {
    color: #516468;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}
#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}
#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}
#wp-calendar a {
    display: block;
    text-decoration: none;
}
#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}
#wp-calendar td.pad:hover {
    background-color: #fff;
}
a.parentpage {
    font-size: 1.3em !important;
    padding-top: 10px !important;
}
.gallery-caption {
    display: none !important;
}


/*
Tammy Hart
www.tammyhartdesigns.com
*/

/*
Dan Schneider customizations 3/28/11
*/

a.parentpage { padding-top:10px !important; font-size:1.3em !important; }

.gallery-caption { display:none !important; }
