/*
Theme Name: 35th Street
Theme URI: http://www.sox35th.com
Description: Custom theme for The 35th Street Review
Author: Andrew Reilly
Author URI: http://andrewreilly.org/
Template: thematic
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url('../thematic/style.css');

/* =Global Elements
-------------------------------------------------------------- */

/* body { background:url(library/grids/960_grid_12_col.gif) repeat-y top center; } */

body {
    font-family:Georgia,Georgia,serif;
    background-color: #FFFFF8;
}

input, textarea {
    font-family:Verdana,Geneva,'DejaVu Sans',sans-serif;
}


/* =Header
-------------------------------------------------------------- */ 
#header {
    background:#000000 url(images/header.jpg) no-repeat center;
    margin:0 auto;
    height:140px;
}

#branding {
    background:transparent url(images/header.jpg) no-repeat scroll center top;
    background-position: top;
    width:970px;
    height:140px;
    position:relative;
    z-index:0;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 0 0;
}

#blog-title {
    font-family:Georgia, Georgia, serif;
    font-size:36px;
    font-weight:bold;
    letter-spacing:-2.5px;
    padding:10px 0;
    border-bottom:1px solid #242A30;
    text-align: center;
    color:#fff;
}

#blog-title A {
    color:#fff;
}

#blog-title A:hover {
    color:#666
}

#blog-description {
    padding:13px 0 6px 0;
    color:#fff;
    text-align: center;
    font-style:normal;
}

label.screen-reader-text {
display: none;
}

/* =Menu
-------------------------------------------------------------- */
#access {
    display: none;
    font-size:11px;
    background:#282828;
    border-top:1px solid #FFFFFF;
    margin-top:-1px;
}

.menu a {
    display:block;
    float:left;
    margin:0 10px 0 0;
    padding:1px 6px;
    background:#000002;
    color:#E8E8E8;
    font-weight:bold;
    border-top:1px solid #181818;
    text-decoration:none;
}

.menu ul {
    float:right;
}

.menu a:link {
    color:#E8E8E8;
}    

.menu a:visited {
    color:#E8E8E8;
}    

.menu .current_page_item a {
    background:#ffffff;
    color:#000000;
    border-color:#181818;
}

.menu a:hover {
    background:#909090;
    color:#ffffff;
    border-color:#181818;
}

.menu a:focus {
    background:#909090;
    color:#ffffff;
    border-color:#181818;
}

/* =Content
-------------------------------------------------------------- */
#main {
    padding:0px 0;
    font-size:90%;
}

#content {
    width: 620px;
}    

.hentry {
    margin:9px 0 0 0;
    padding:0px 5px 0px 1px;
/*    border-bottom:1px solid #000000; */
}

#container {
    padding: 12px 0 0;
}

#content .widgetcontainer {
    border-top:1px solid #e0e0e0;
    padding:9px 1px 9px 1px;
    margin:9px 0 9px 0;
}

.page-title {
    font-size:26px;
    font-style:normal;
    font-weight:bold;
    padding:9px 0;
}

.page-title span {
    font-size:26px;
    font-style:normal;
    font-weight:bold;
    padding:9px 0;
}

.main-aside {
    width: 255px;
    padding:0 0 0 0;
    right:2px;
    font-size:90%;
    margin-left:auto;
    margin-right:auto;
}

.main-aside ul {
    width: 255px;
    margin-left:auto;
    margin-right:auto;
    padding:0 0 0 0;
}

.aside input {
    width: 250px;
}
 
a:link {
    color:#000066;
    text-decoration: none;
}

a:visited {
    color:#000066;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.navigation {
    margin:0 0 9px;
    overflow: hidden;
}

#nav-above {
    margin:9px 0 9px;
}

#nav-below {
    padding-top:5px;
    border-top:3px single #BBBBBB;
}

.nav-previous {
    float:left;
    width:50%;
    margin:0 0 0 0;
    font-weight:bold;
}

.nav-next {
    float:left;
    width:50%;
    margin:0 0 0 0;
    font-weight:bold;
}

p {
    margin-bottom:9px;
}

.entry-title {
    font-family:Georgia,Georgia,serif;
}

.entry-content {
    padding: 0 0 0;
    margin:9px 0 0 ;
    overflow: hidden;
}

.entry-content img {
    margin: 8px 4px 8px 4px;
    max-width:100%;
}
.left, .alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
    border: 3px double #bbb;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
    border: 3px double #bbb;
}
.right,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
    border: 3px double #bbb;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
    border: 3px double #bbb;
}
.center,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
    border: 3px double #bbb;
}

img.avatar {
    height:0px;
    width:0px;
}

.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

.entry-meta a {
    color:#000066;
    font-style:normal;
}

.entry-utility {
    border-bottom:1px single #BBBBBB;
    padding-top:16px;
    margin-bottom:12px;
}

.entry-utility a {
    font-style:normal;
    color:#000066;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
    background:#707070;
    color:#fff;
    margin:9px 0 0 0;
    padding:9px 0;
    overflow:hidden;
}

#comments .comment-navigation {
    background:#000000;
    border-top:1px solid #181818;
    line-height:36px;
    margin:-18px 20px 18px 20px;
    padding:0 20px;
    overflow:hidden;
}

#comments li {
    background:#000000;
    border-top:1px solid #181818;
    margin:0 20px 18px 20px;
    padding:0px 20px 0 20px;
    position:relative;
}

#comments-list {
    padding: 0 0 0 0;
}

#comments-list li.alt {
    background:#00000F;
    border-top:1px solid #181818;
    margin:0 20px 18px 20px;
    padding:0px 20px 0 20px;
    position:relative;
}

#comments li.bypostauthor {
    background:#404040;
    border-top:1px solid #181818;
    margin:0 20px 18px 20px;
    padding:0px 20px 0 20px;
    position:relative;
}

#comments li.byuser {
    background:#404040;
    border-top:1px solid #181818;
    margin:0 20px 18px 20px;
    padding:0px 20px 0 20px;
    position:relative;
}

#comments-list li .avatar {
    display: none;
}

#comments .comment-author {
    padding: 9px 0 0 0;
}

#comments .comments:first-child h3 {
    padding-top:5px;
}

#comments h3 {
    font-weight:bold;
    letter-spacing:1px;
    margin:0 0 10px;
    padding:0 20px;
    text-align:center;
    text-transform:uppercase;
}

#comments-list .comment-meta {
    font-size:10px;
    margin:0 0 18px;
    padding:0 0 0 0;
}

#comments .fn {
    display:block;
    font-size:14px;
    font-weight:bold;
    padding:18px 0 0 0;
}

#respond {
    background:#000000;
    border-top:1px solid #181818;
    padding:17px 20px 0 20px;
	width:auto;
	_width:460px; /* IE6 Hack to display correctly the respond form */
	max-width:460px;
    margin:0 auto;
}
  
/* =Asides (widgetized areas)
-------------------------------------------------------------- */

#primary {
    border:none;
    padding: 12px 0 0;
}

#secondary {
    display: none;
}

.aside ul ul {
    list-style:circle;
    margin:0 0 0px 1.5em;
}

.aside h3 {
    font-size:12px;
}

#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:9 1px 9px 1px;
    margin:0 0 9px 0;
}

#index-top .widget_recent_entries,
#index-top .widget_search {
    font-size:90%;
}

#content .aside h3 {
    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
    font-weight:bold;
    font-size:90%;
}

.main-aside h3 {
    padding: 9px 0 0 0;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    padding: 11px 0 0 0;
    background:#000000;
};

#footer .footer {
    background:#181E24 none repeat scroll 0 0;
    color:#fff;
    border-top:2px solid #000;
    text-align: right;
}

#footer A {
    color:#fff;
}

#footer A:hover {
    color:#C0C0C0;
}


#subsidiary {
    height:70px;
}
 
#subsidiary .aside {
    margin-bottom:6px;
}

#siteinfo {
    padding:0px 0;
    font-size:11px;
    height:1px;
}

#siteinfo a {
    font-style:italic;
}

#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 1px 0;
    height:140px;
}
