/*  
Theme Name: eROI NYC
Description: Custom WordPress theme for New York.
Version: 1
Author: eROI
Author URI: http://eroi.com/
*/

/* CSS Document 

/************************************************************************

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Header Content
	4 - Content 
	5 - Sidebar 
	6 - Footer 
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body {
	background: #0f0f0f;
	font: 62.5%/1.6em Helvetica, Arial, Verdana, sans-serif;
	color: #ddd;
}

html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td { 
	margin: 0; 
	padding: 0; 
}

a {
	text-decoration	: none;
	color: #7dbbc3;
}

a:hover {
	text-decoration	: underline;
}

.clearer {
	clear: both;
	line-height: 0;
}

.disappear {
	margin-left: -9999px;
}

a img {
	border: 0;
}

/***********************************************************************
	2 - PERSISTENT BAR STYLES
************************************************************************/

div#persistent {
	width: 100%;
	background: #000 url(images/bg_persistent.jpg) repeat-x top left;
	height: 30px;
	/*display: none;*/
}

div#persistent ul {
	width: 800px;
	margin: 0 auto;
	list-style-type: none;
}

div#persistent ul li {
	height: 30px;
	float: left;
}

div#persistent ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

div#persistent ul li#li_eroi, div#persistent ul li#li_eroi a.on {
	background: url(images/li_eroi_over.jpg) no-repeat top left;
	width: 68px;
}
div#persistent ul li#li_days, div#persistent ul li#li_days a.on {
	background: url(images/li_days_over.jpg) no-repeat top left;
	width: 98px;
}
div#persistent ul li#li_ros, div#persistent ul li#li_ros a.on {
	background: url(images/li_ros_over.jpg) no-repeat top left;
	width: 179px;
}
div#persistent ul li#li_wars, div#persistent ul li#li_wars a.on {
	background: url(images/li_wars_over.jpg) no-repeat top left;
	width: 138px;
}
div#persistent ul li#li_fresh, div#persistent ul li#li_fresh a.on {
	background: url(images/li_fresh_over.jpg) no-repeat top left;
	width: 78px;
}

div#persistent ul li#li_nyc, div#persistent ul li#li_nyc a.on {
	background: url(images/li_nyc_over.jpg) no-repeat top left;
	width: 94px;
}

div#persistent ul li#li_eroi a {
	background: url(images/li_eroi.jpg) no-repeat top left;
}
div#persistent ul li#li_days a {
	background: url(images/li_days.jpg) no-repeat top left;
}
div#persistent ul li#li_ros a {
	background: url(images/li_ros.jpg) no-repeat top left;
}
div#persistent ul li#li_wars a {
	background: url(images/li_wars.jpg) no-repeat top left;
}
div#persistent ul li#li_fresh a {
	background: url(images/li_fresh.jpg) no-repeat top left;
}
div#persistent ul li#li_nyc a {
	background: url(images/li_nyc.jpg) no-repeat top left;
}

div#persistent ul li a:hover {
	background: none !important;
}

/***********************************************************************
	3 - HEADER STYLES
************************************************************************/

div#bigbox {
	/*width: 100%;*/
	background: #deeaf2 url(images/bg_gradient.jpg) repeat-x top left;
}

div#container {
	background: url(images/bg_page.jpg) no-repeat top center;
	color: #333;
	margin: 0;
	padding: 0;
}


div#header {
	width: 816px;
/*	background: url(images/bg_header.jpg) no-repeat top center;*/
	margin: 0 auto;
	height: 150px;
	position: relative;
	left: -3px;
	top: 0px;
	z-index: 10;
}

div#logo_nyc {
	/*background: ;*/
	width: 376px;
	height: 72px;
	position: absolute;
	top: 46px;
	left: 10px;
}

div#logo_nyc a {
	display: block;
	width: 376px;
	height: 72px;
	outline: none;
}

div#topcap {
	width: 816px;
	height: 16px;
	margin: 0 auto;
	background: url(images/content_topcap.png) no-repeat bottom;
}

/***********************************************************************
	4 - CONTENT STYLES
************************************************************************/

div#content {
	width: 816px;
	margin: 0 auto;
	background: url(images/content_bg.png) repeat-y top left;
}





div#postarea {
	/*background: url(images/bg_postarea.jpg) no-repeat top left;*/
	width: 484px;
	padding: 0 0px 0 5px;
	margin-left: 8px;
	/*margin-top: -50px;*/
	float: left;
	font-size: 11px;
	position: relative;
	z-index: 100;
}


div#postarea h2 {
	color: #7dbbc3;
	font-size: 24px;
	line-height: 25px;
	padding-bottom: 10px;
}

div.post {
	padding: 0 20px;
}

div.entry { padding-bottom: 10px; }

div.entry p {
	padding-bottom: 1.3em;
}

div.entry ul, div.entry ol {
	padding: .3em 30px 1em 30px;
}
div.entry ul li, div.entry ol li {
	padding: 0 0 .5em 0;
}


div.thedate {
	border: 1px solid #e7e7e7;
	width: 48px;
	float: left;
	margin: 0 15px 0 0;
	text-align: center;
	text-transform: uppercase;
}	
div.thedate p {
	background: #fff url(images/bg_date.jpg) repeat-x top left;
	border: 1px solid #fff;
	color: #232323;
	font-weight: bold;
	padding: 2px 0 0 0;
}
div.thedate p span {
	display: block;
	padding-bottom: 2px;
}
div.thedate p span.month {
	font-size: 12px;
}
div.thedate p span.day {
	font-size: 26px;
}
div.thedate p span.year {
	padding-bottom: 0;
	font-size: 12px;
}

div.postdatawrap {
	clear: both;
	border: 1px solid #e7e7e7;
	margin: 5px 0 30px 6px;
	padding: 0;
}
div.postdata {
	background: #f0f0f0 url(images/bg_postinfo.jpg) repeat-x top left;
	border: 1px solid #fff;
	padding: 10px 15px;
	padding-right: 0;
	margin: 0;
}
div.postdata p {
	padding-bottom: 6px;
}
div.postdata ul {
	list-style-type: none;
}
div.postdata ul li {
	float: left;
	padding-left: 17px;
	padding-right: 22px;
}
div.postdata ul li.li_comments {
	background: url(images/icon_comment.gif) no-repeat left;
}
div.postdata ul li.li_email {
	background: url(images/icon_email.gif) no-repeat left;
	padding-left: 20px;
}
div.postdata ul li.li_delicious {
	background: url(images/icon_delicious.gif) no-repeat left;
}
div.postdata ul li.li_technorati {
	background: url(images/icon_technorati.gif) no-repeat left;
}
div.postdata ul li.li_subscribe {
	background: url(images/icon_rss_bw.gif) no-repeat left;
}


div.navigation {
	clear: both;
	width: 410px;
	margin: 0 auto 10px auto;
	color: #0076a3;
	padding: 10px 20px;
}

div.navigationsingle {
	background: #f5f5f5;
}

div.navigation div.alignleft {
	width: 190px;
	float: left;
}
div.navigation div.alignright {
	width: 190px;
	float: right;
	text-align: right;
}
div.navigation a {
	color: #0076a3;
}


img.alignleft, img.mt-image-left {
	float: left;
	margin: 0 7px 3px 0;
}
img.alignright, img.mt-image-right {
	float: right;
	margin: 0 0 3px 7px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.vvqbox {
	
	padding:35px 0 15px 0;
}
/***********************************************************************
	5 - SIDEBAR STYLES
************************************************************************/




div#sidebar {
	width: 285px;
	float: left;
	margin-left: 31px;
	font-size: 11px;
	padding-bottom: 30px;
}


div#sidebar a {
	color: #7dbbc3;
}

ul#tabs {
	list-style-type: none;
	padding: 0 0 0 12px;
}

ul#tabs li {
	background: #fff;
	width: 75px;
	height: 26px;
	float: left;
	border: 1px solid #d7d7d7;
	border-bottom: none;
	margin-right: 2px;
	text-align: center;
}

ul#tabs li a {
	display: block;
	border: 1px solid #fff;
	height: 20px;
	padding-top: 4px;
	border-bottom: none;
}

ul#tabs li.on {
	background: #fff url(images/bg_tab.gif) repeat-x bottom left;
}
ul#tabs li.on a {
	color: #555;
	outline: none;
}	

ul#tabs li#li_recent {
	width: 92px;
}
ul#tabs li#li_recent a {
	width: 90px;
}
ul#tabs li#li_categories {
	width: 82px;
}
ul#tabs li#li_categories a {
	width: 80px;
}
ul#tabs li#li_archives {
	width: 70px;
}
ul#tabs li#li_archives a {
	width: 68px;
}

div.box {
	width: 280px;
}

div.box h3 {
	padding-left: 10px;
}

div#utilities p#rss {
	text-align: right;
	padding: 0 15px 15px 0;
	position: relative;
}
div#utilities p#rss a {
	background: url(images/icon_rss_color.jpg) no-repeat right;
	padding-right: 20px;
	color: #4e4e4e;
}

form#searchform {
	width: 240px;
	margin: 0 auto;
	padding-left: 15px;
}
form#searchform input.textbox {
	width: 115px;
	margin-left: 3px;
}
form#searchform input#searchsubmit {
	margin: 0 0 4px 5px;
	vertical-align: middle;
}



div#recent, div#categories, div#archives {
	clear: both;
	background: #f5f5f5 url(images/bg_recent.gif) no-repeat top left;
	padding: 15px 25px;
}
div#categories, div#archives {
	display: none;
}
div#categories {
	background: #f5f5f5 url(images/bg_categories.gif) no-repeat top left;
}
div#archives {
	background: #f5f5f5 url(images/bg_archives.gif) no-repeat top left;
}

div.convobotcap {	
	background: #f5f5f5 url(images/bg_convo.gif) no-repeat bottom left;
	width: 280px;
	height: 3px;
}	
div#convo div.convobotcap {	
	margin-top: -16px;
}
div#sidebar ul {
	list-style-type: none;
}
div#recent ul li {
	padding-bottom: 11px;
	line-height: 1.1em;
}

/* EMAIL DAYS RECENT */

div#otherrecent {
	padding: 10px 0;
}

div#otherrecent a {
	display: block;
}
div#otherrecent ul {
	padding: 6px 25px;
}
div#otherrecent ul li {
	padding-bottom: 11px;
}
div#otherrecent ul li img {
	display:none;
}

div#subscribe {
	background: #f5f5f5 url(images/bg_subscribe.gif) no-repeat top left;
	padding: 15px 0;
}

div#subscribe form {
	padding: 10px 25px;
}

div#subscribe p {
	padding-bottom: 11px;
}

div#subscribe label {
	display: block;
}

div#subscribe input.textbox {
	width: 167px;
	padding: 2px 2px 1px 3px;
	background: #fff;
	border: 1px solid #ccc;
	border-left-color: #909090;
	border-top-color: #909090;
}


li.cat-item {
	color: #7F7F7F;
}


div#resourceslink {
	padding: 25px 0 20px 20px;
}

div#tagcloud {
	padding: 20px 0 25px 0;
	background: #F5F5F5;
}
div#tagcloud div {
	padding: 5px 20px;
}

div#vimeoBadge {
	padding: 10px 0;
	font: 11px Helvetica, Arial, Verdana, sans-serif;
}

div#vimeoList {	
	padding: 0 10px 0 25px;
	height: 510px;
	}

#vimeoBadge img { border: 0; padding-right: 10px; clear:right; }
#vimeoBadge .vimeoBadge a:link, .vimeoBadge a:visited, .vimeoBadge a:active { color:#7dbbc3; text-decoration:none; cursor:pointer; }
#vimeoBadge a:hover { text-decoration: underline; }
#vimeoBadge #vimeo_badge_logo { margin-top:10px; width: 57px; height: 16px; display:none; }
#vimeoBadge .credit { font: normal 11px verdana,sans-serif; }
#vimeoBadge .clip { padding:10px; margin:15px 0px 0px 0px; line-height:0; float:left; width:100px; height:90px; }
#vimeoBadge .caption { font: 11px helvetica, arial,sans-serif; overflow:hidden; width:160px; clear:left;}

div.clip img {
	width: 90px;
	height: auto;
	}

div.clip a {
	width: 90px;
	float: left;
	}
	
div#photos {
	padding: 10px 0;
	font: 11px Helvetica, Arial, Verdana, sans-serif;
}

div#photos div {
	padding: 5px 20px;
}

div#photos div img {
	padding: 1px;
	border: 3px solid #f5f5f5;
	margin: 5px;
}	

div#music {
	padding: 10px 0;
	font: 11px Helvetica, Arial, Verdana, sans-serif;
}
div#widgets {
	padding:5px 20px;
}
/***********************************************************************
	6 - FOOTER STYLES
************************************************************************/

div#footer {
	clear: both;
	color: #555;
	width: 816px;
	margin: 0 auto;
	text-transform: uppercase;
	padding-top: 10px;
}

div#footer a {
	color: #999;
}

div#footer ul {
	list-style-type: none;
	float: left;
	padding: 10px 70px 30px 15px;
}

div#footer ul li {
	float: left;
	padding-right: 20px;
}

div#footer ul li.linetwo {
	clear: left;
}

div#poweredby {
	width: 120px;
	float: left;
	padding-top: 24px;
}



/***********************************************************************
	5 - COMMENTS STYLES
************************************************************************/

h3#respond, h3#comments {
	padding: 10px 0 7px 20px;
	font-size: 14px;
}

h3#respond {
	padding-left: 40px;
}

ol.commentlist {
	padding: 0 0 20px 5px;
	margin: 0 auto;
	list-style-type: none;
}

ol.commentlist li {
	padding-bottom: 11px;
	clear: both;
	height: 100%;
}


div.thecommentstuff {
	background: #f5f5f5;
	width: 405px;
	float: left;
	padding: 10px 15px;
}

ol.commentlist li cite {
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li span.thenumber {
	width: 40px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;	
	background: #f5f5f5;
	float: left;
	text-align: center;
	padding: 10px 0;
}

ol.commentlist li p {
	padding-bottom: 1em;
}

small.commentmetadata {
	display: block;
	margin-bottom: 10px;
}

small.commentmetadata a {
	color: #333;
	text-decoration: none;
}

ol.commentlist li.author div.thecommentstuff, ol.commentlist li.author span.thenumber {
	background: #ebf2ff;
}

form#commentform {
	padding: 10px 40px;
}

form#commentform p {
	margin-bottom: 9px;
}
div.tweet_meme {
float:left;
padding:15px 0 0 0;
}	
div.pre_text {
float:left;
width:50px;
padding:0 15px 15px 0;
}
div.tweetmeme_button {
	margin-left:0px;
	position:relative;
	left:-10px;
}
ul.posted-by li {
	float:left; /* makes each list item sit to the left of the other instead of on top of the other */
	list-style-type:none; /* removes default bullets that come along with lists */
	padding-left:0px!important; /* overwriting some padding that was given above, */
	padding-right:4px!important; /* !important makes sure this option is used over any others */
}
ul.posted-by li span {
	display:none; /* hides the text that is required inside of that link */
}
ul.posted-by li.tweet-me {
	height:16px; /*needs a height and width to show a background */
	width:16px;
	background:url(images/tweet-me.png) no-repeat;
}
ul.posted-by li.tweet-me a {
	display:block; /* the <a> tag its self needs to be display block, to have a height or width */
	width:100%; /*giving a width and height 100% will ensure it fills the whole <li> */
	height:100%;
}
a.twitter-anywhere-user {
	color:#0084B4; /* twitter blue, to all links with class="twitter-anywhere-user" */
}
ul.posted-by {
	margin-bottom:5px; /*give a little space under the first line, this adds a margin-bottom to the <ul></ul> */
}
div.post-ratings {
clear:both;
color:#555555;
padding:10px 0;
}