/*  
Theme Name: NakedNYC
Theme URI: http://uncommonprojects.com
Description: WordPress naked nyc theme
Version: 0.1
Author: Josh Rooke-Ley
Author URI: http://uncommonprojects.com

	NakedNYC
	
   built off a modified scribbish http://pittcrew.net/geekblog/scribbishwp

	The original Scribbish theme for Typo was designed by Packagethief
	(aka Jeffrey Allan Hardy), whose blog you will find at
	http://quotedprintable.com/.  The original Typo version of Scribbish can
	be found at http://quotedprintable.com/pages/scribbish.
	
*/


/*===== Layout Styles =====*/

body {
	text-align: center;
	margin: 0; padding: 1em; 
	background: url(images/img_wallpaper_pattern.gif) repeat left top;
}
	
#outer {
    margin:0 auto;
    width:775px;
    /*width:802px;*/
}

.shadow1 {
    background: url(images/img_shadowright.gif) repeat-y top right;
    padding-bottom:-94px; 
    margin-right:12px;   
}

.shadow2 {
    background: url(images/img_shadowtopright.jpg) no-repeat top right;
    margin:0;
    padding:0;
}

.shadow3 {
    background: url(images/img_shadowbottomright.gif) no-repeat bottom right;
    margin:0;
    padding:0;
}

.container {
	background-color: #fff;
	text-align: left; 
	margin: 0 0 0 0; 
	width:720px;
	padding: 0;
}

.container div#page,
.container div#footer

{
  padding-left:10px;
  
}

.container div#footer,
.container div#sidebar
{
  padding-right:10px;
}

#header {
	height: 60px; 
	margin: 0 0 15px; padding: 0;
}

#page {
}

#content {
	width: 370px;
	padding:0 35px 0 60px;
	margin:0 0 20px 0;
	background: url(images/gray_pixel.gif) repeat-y right 60px;
	
}

#sidebar {
	width: 160px;
}

#footer {
	height: 94px;
	background: url(images/img_footer.gif) no-repeat -1px bottom;
}

/*--------------------------------------------------------------
 Sidebar Alignment: you can have left or right
 --------------------------------------------------------------*/

/* BEGIN: Right Sidebar */
#sidebar {
	float: right; text-align: left; 
	padding: 0 0 0 25px; 
    margin:0 50px 0 0 ;
}
#content {
	float: left;
}
/* END: Right Sidebar */


/* BEGIN: Left Sidebar
#sidebar {
	float: left; text-align: right;
	padding-right: 20px; 
	border-right: 1px dotted #ddd; 
}

#content {
	float: right; text-align: left;
}
/* END: Left Sidebar */

/*===== Content Styles =====*/


/*--------------------------------------------------------------
 Super Header
 --------------------------------------------------------------*/
#super_header {
	text-align:right;
	padding: 20px 50px 10px 0;
}

#super_header form {
    margin:0;
    padding:0;
    display: inline;
    vertical-align:top;
}

#super_header form input{
    margin:0;
    padding:0;;
    vertical-align:top;
    font-size:14px;
    width:100px;
}

/*--------------------------------------------------------------
 Header
 --------------------------------------------------------------*/

#header { 
/*background: url(images/header_shadow.gif) repeat-x left bottom;*/
	border-bottom: 1px solid #fff;
	margin: 0 auto; 
	height:242px;
	padding: 0;
	text-align: center;
}

#header a:link,
#header a:visited { 
	color:#ccc;
	text-decoration: none;
}

#header a:hover,
#header a:active {
	color:#db0000; background: transparent;
	text-decoration: none;
}

#header h1 {
	font: bold 20px georgia, serif; 
	letter-spacing: -1px; 
	margin: 0;
	padding: 0 3px;
    line-height: 120px ;
    vertical-align: 120px;
	display: none;
	background-color: #666;
}


/*--------------------------------------------------------------
 Navigation
 --------------------------------------------------------------*/

#nav {
    color:black;
	background-color:#e80025;
	padding: 15px 0px 45px 60px;
	margin-bottom: 15px;
	background: #e80025 url(images/image_lineundernav.gif) no-repeat bottom left;
}


#nav a:link,
#nav a:visited { 
	font: bold 16px courier, serif;
	color: #fff;
	text-decoration:none;
	display:block;
	float:left;
	width:50px;
	margin-left:10px;
	margin-right:60px;
}

#nav a.current:link,
#nav a.current:visited,
#nav a:hover,
#nav a:active { 
	color: #000;
	text-decoration:underline;
	background: transparent;
}


form.search {
	margin:0;
	padding:0;
	display: inline;
}
form.search input{
	margin:0;
	padding:0;
	width: 7em;
	margin-right:0.8em;
}


/*--------------------------------------------------------------
 Item Lists
 --------------------------------------------------------------*/

.itemblock ul {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;	
}

.itemblock li {
	font: normal 1em courier, serif;
    text-transform: lowercase;
    display:block;
    border-right:1px solid #ccc;
    width:170px;
    height:6em;
    padding:0 0px 0px 0;
    margin:10px 10px 10px 0;
    float:left;
}

.itemblock li.lastrow {
 	border-right: none;
    width:150px;
    padding:0 0 0 0;
    margin:10px 0 10px 0;
}

.itemblock li img {
    float:left;
    padding-right:10px;
    padding-bottom:10px;
}

.itemlist ul {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0 0 15px 0;	
}

.itemlist li {
	font: normal .9em courier, serif;
    text-transform: lowercase;
    display:block;
    border-right:1px solid #ccc;
    width:160px;
    padding:0 10px 0px 0;
    margin:10px 10px 10px 0;
    float:left;
}
.itemlist li.lastrow {
	border-right: none;
	padding:0
	margin-right:0;
	width:140px;
}



.itemblock li a,
.itemblock li a:link, 
.itemblock li a:visited,
.itemlist li a,
.itemlist li a:link, 
.itemlist li a:visited
{
  color: #ff103f;
  text-decoration:none;
  font-weight: bold;
  background-color: transparent;
}

.itemblock li a:hover,
.itemblock li a:active,
.itemlist li a:hover,
.itemlist li a:active
{
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}

/*--------------------------------------------------------------
 Content
 --------------------------------------------------------------*/

#content {
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 { 
    font-family:courier, serif;
    color: #434343;
}

#content h1 { 
	font-size: 24px;
	margin: 0;	
}

#content h2 { 
	font-size: 22px;
	margin: 0;	
}

#content h3 { 
	font-size: 20px;
	margin: 1.2em 0 0 0;	
}

#content h4 { 
	font-size: 18px;
	margin: 1.2em 0 0 0;	
}

#content h5 {
	font-size: 18px;
	margin: 1.2em 0 0 0;	
}

#content p {
    font: normal 1em verdana,arial,sans-serif;
	line-height: 1.6em; 
	margin: 0 0 1.2em 0;
}

#content ul,
#content ol {
	padding:0;
}

#content ul {
	list-style-type: square;
}

#content li {
	line-height: 15px; 
	margin: 0 0 0 1em; padding: 0;
}

#content blockquote {
	color: #555;
	border-left: 5px solid #ccc; 
	margin: 1.3em 1em; padding: 0 1em;
}

#content pre, 
#content code { 
	font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
}

#content pre {
	color: #eee;
	background: #000; 
	margin: 1em 0; padding: 10px;
	overflow: auto; 
}

/* Article Entries - class names based on http://microformats.org/wiki/hatom] */
#content .atomentry { 
	margin: 0 0 3em 0;
}


#content .atomentry .title {
    text-transform: lowercase;
	font-size: 28px;
	letter-spacing: -1px; 
	margin: 0 0 .2em 0;
	/*background: url('images/underline.png') no-repeat left bottom;*/
	overflow:hidden;
}

#content .atomentry .title a:link,
#content .atomentry .title a:visited { 
	color: #ff103f;
	text-decoration: none;
}

#content .atomentry .title a:hover,
#content .atomentry .title a:active { 
	color: #000;
	background: transparent;
}

#content .atomentry .title .comment_count { display: none; }

.author
{
	font: normal 1em courier, serif;
	color: #666;
	margin: 0;
}

#content .atomentry .author
{
	padding-bottom:10px;
	display:block;
}

.author cite a,
.author cite a:hover { /* author mailto: link (if any) */
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#content .atomentry .author abbr { /* posted date */
}

#content .atomentry .content {
}
.meta {
    font: normal 1em courier, serif;
    color: #666;
}

#content .atomentry ul.meta { 
	margin: 0; padding: 0px;
	text-align:right;
	list-style-type: none;
	display: inline;
}

#content .atomentry ul.meta li { 
    display: inline;
	line-height: 13px;
	margin: 0; padding: 0;
}
#content .atomentry ul.meta li:after {
	content: " / ";
}

#content .atomentry ul.meta li.last:after {
	content: "";
}

#content .atomentry .meta a:link,
#content .atomentry .meta a:visited {
	color: #ff103f;
	text-decoration:none;
}

#content .atomentry .meta a:hover,
#content .atomentry .meta a:active  {
	color: #000;
	text-decoration:underline;
}

/* Comments and Trackbacks */



#content ol.comments,
#content ol.trackbacks {
	list-style-type: none;
	margin: 0; padding: 0;
}

#content .comment,
#content .trackback {
	border: 2px solid #ddd;
	margin: 1em 0 1.5em; padding: 1em;
}

#content .comment.preview { 
	background: #ffc;
	border: 3px solid #fab444;
}

#content .comment   .author,
#content .trackback .author { 
    font-family:courier, serif;
	font-weight: bold;
	margin-bottom: 1em;
}

#content .comment   .author cite,
#content .trackback .author cite {
	font-size: 16px;
}

#content .comment   .author abbr, 
#content .trackback .author abbr { color: #999; }

#content .comment .author .gravatar { 
	margin: 0 0 0.5em 0.5em;
	float: right; 
}

#content form.comments {
	background: #f2f2f2;
	border-top: 1px solid #ddd;
	padding: 1em 0.5em;
	margin: 1em 0 0 0;
}

#content form.comments fieldset { 
	border: none;
}

#content form.comments legend { 
	display: none;
}

#content form.comments label { 
	font-weight: bold;
}

#content form.comments textarea { 
	width: 90%; height: 150px;
	padding: 3px;
}


/*--------------------------------------------------------------
 Aggregator
 --------------------------------------------------------------*/

#sidebar #aggregator
{
	font: normal 10px verdana,arial,sans-serif;
}

#sidebar #aggregator h3 {
	font: bold 11px verdana,arial,sans-serif;
	color: #000;
	margin:0 0 5px 0;
	padding:0;
}

#content #aggregator
{
	font: normal 10px verdana,arial,sans-serif;
}

#content #aggregator h3 {
	font: bold 11px verdana,arial,sans-serif;
	color: #000;
	margin:0 0 5px 0;
	padding:0;
}


/*--------------------------------------------------------------
 Sidebar
 --------------------------------------------------------------*/
#sidebar {
	font: normal 1em courier,serif;    
}


#sidebar h1 {
    font-size:19px;
}

#sidebar h2 {
	line-height:125%;
	color:#000;
	padding:0px;
	font: bold 14px "lucidamac bold", "lucida grande", verdana, arial, helvetica, sans-serif;
	margin:0;
}

#sidebar h2 a:link,
#sidebar h2 a:visited {
	color: #000; text-decoration: none;
}

#sidebar h2 a:hover,
#sidebar h2 a:active {
	background: transparent; text-decoration: underline;
}

#sidebar ul {
	list-style-type: none; 
	margin: 0 0 2em; padding: 0;
}

#sidebar li { 
	margin: 0;
	padding: 1px 0;
}

#sidebar em { font-style: normal; }

/* Live-search and results */
#sidebar .search p { 
	margin: 0;
}

#sidebar .search p input {
	font-size: 11px; width: 92%;
}

/*--------------------------------------------------------------
 Footer
 --------------------------------------------------------------*/

#footer {
	font-size: 90%; 
}

#footer a:link,
#footer a:visited { 
	color: #000;
}

#footer a:hover,
#footer a:active { 
	color: #fff;
	background: #000;
}

#footer p {
	width: 40%;
	float: left; 
	margin: 0; padding: 0; 
}

#footer ul {
	width: 40%;
	margin: 0; padding: 0;
	list-style-type: none; 
	text-align: right; 
	float: right; 
}

#footer li {
	margin: 0; padding: 0 0 0 1em;
	display: inline; 
}

/*===== Global Styles =====*/

@media print { #sidebar { display:none; }
               #content { float: none; width:90%; }
               #content pre { color: #000; background: #eee; }
               #content form.comments { display:none; } }

body {
/*	background: url(images/DirtTileWithSky.jpg) repeat-x left top; */
	font: normal 12px "lucida grande", verdana, arial, helvetica, sans-serif;
}

input,
textarea { font: normal 12px "bitstream vera sans", verdana, sans-serif; }

abbr  { border: none; }
cite  { font-style: normal; }
a img { border: none; padding: 0; margin: 0; }

a:link,  a:visited { color: #ff103f; text-decoration:none; }
a:hover, a:active  { color: #000;  text-decoration:underline; }



/*==========*/

/* Begin Typography & Colors */
span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* End Typography & Colors */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Various Tags & Classes */
span.caps {
	cursor: help;
	}

.center {
	text-align: center;
	}

.navigation {
	display: block;
    font: bold 1em courier;
	color:#ff103f;
	margin-top: 10px;
	margin-bottom: 5px;
	}

#content hr {
    margin: 10px 0 2px 0;
    padding: 0;
    height:1px;
    border: 0;
    color: #000;
    background-color: #000;
}

#content h3.year,
h3.year {
    color:#000;
    font: bold 1.6em courier;
    padding:6px 0 0 0;
    margin:6px 0 0 0 ;
    border-top:1px solid #000;
}
#content h4.month,
h4.month {
    font: bold 1.2em courier;
    color:#000;
    padding:0 0 15px 0;
    margin:0;
    font-size:14px;
    border:none;
}

#page p {
	font: normal 12px "lucida grande", verdana, arial, helvetica, sans-serif;

}
#page h1,
#page h2,
#page h3,
#page h4 {
    font-family:courier, serif;
    color: #434343;
    margin-top:0;
}

#viewpage h1 {
    padding-left:60px;
	margin-right:60px;
}

/*
#viewpage h2 {
	padding-bottom:15px;
	border-bottom:1px solid black;
	margin: 0 0 10px 0;
}

#viewpage p {
	margin-top:15px;
}
#page_sidebar h1 {
	padding-bottom:17px;
	border-bottom:1px solid black;
	margin: 0 0 10px 0;
}

#page_sidebar h2 {
	padding-bottom:24px;
	border-bottom:1px solid black;
	margin: 0 0 10px 0;
}

#page_sidebar p {
	margin-top:15px;
}
*/
/* End Various Tags & Classes*/

.authorpage .author_image {
  float:left;
  margin:0 10px 10px 0;
  padding:0;
}

.authorpage .author_image img {
  border: 1px solid black;
}

.authorpage .attributes {
  float:left;
  width:170px;  
  margin:0;
  padding:0;
  font: normal 1em courier;
}

a.categories:link,a.categories:visited {
	float: left;
	display:block;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}

a.categories:hover, a.categories:active {
	text-decoration:underline;
}


span.category_count {
	text-align:right;
	font-size:10px;
	float: right;
}

----------
Noahs Hack
----------

div.category_description {
	font: normal 10px courier, serif;
	margin-top:5px;
	margin-bottom:10px;
}

#explanation {
	padding:0 35px 0 60px;
	margin:0 0 20px 0;
	background: url(images/gray_pixel.gif) repeat-y right 60px;
	font-size: 12px;
	}
	
a.commentslink {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	}