/****************************************
	DEFAULTS
****************************************/
a.underlineLink{text-decoration:underline;}
hr{border:1px dotted #000;}


/****************************************
	 CLASSES
****************************************/
a.blog_title, .blog_title{
	color:#000; 
	color: #990000;
}

.spacer{clear:both;}

.post_topic{
	background-image:url(../images/post_thumb.png);
	background-repeat:no-repeat;
	min-height:30px;
	padding:5px 0 5px 35px;
}

.post_text{
	font-size:13px;
	line-height:18px;
	margin-bottom:60px;
}

.post_details{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	color:#666;
	margin:0 0 10px 0;
}

.feed{
	height:20px;
	height:28px;
	margin:5px 0 10px 0;
	padding:0 0 0 20px;
	background-image: url("/nyk/blog/images/feed-icon-14x14.png");
	background-repeat:no-repeat;
	text-decoration:underline;
	/*border:1px solid #000;*/
}

.googlefeed {
    background-image: url("/nyk/blog/images/plus_google.gif");
    background-repeat: no-repeat;
    height: 28px;
    margin: 5px 0 5px 0;
    padding: 0 0 0 56px;
    text-decoration: underline;
}

.archiveCat{
	width:100%;
	height:20px;
	padding:3px;
	border-bottom:1px solid #ccc;
}

.archiveCatText{
	height:20px;
	font-size:14px;
	display:block;
}

.pagination:hover{text-decoration:underline;}
	




/****************************************
	DIVISIONS
*****************************************/
#blog_title{ 
	width:750px;
	margin:auto;
	margin-bottom:25px;
}

#inside_blog_title{
	border: 1px solid #7c8954;  
	width:740px;
	height:auto;
	margin:auto;
	margin-top:4px;
	margin-bottom:4px;
	color:#000;
}

#blog_main{
	width:750px;
	margin:auto;
	/*border:1px solid #000;*/
}

#blog_main_left{
	width:520px;
	margin:auto;
	float:left;
	/*border:1px solid #000;*/
}

#blog_main_right{
	width:170px;
	margin:auto;
	float:right;
	/*border:1px solid #909865;*/
}

#archive{
	width:100%;
	text-align:left;
	margin-bottom:25px;
	/*border:2px solid #909865;*/
}

#blog_rss{
	width:100%;
	text-align:left;
	margin-bottom:15px;
	/*border:2px solid #909865;*/
}

#comments_container{
	margin-left:10px;
	width:100%;
}

#post_heading{
	background-color: #909865;
	border:1px solid #7c8954;
	color:#FFF;
	width:300px;
	padding:5px;
	font-weight:bold;
	font-size:11px;
	letter-spacing:2px;
}

#pagination{
	width:520px;
	float:left;
	margin-bottom:50px;
	color:#515D6D;
	font-weight:bold;
	/*border:1px solid #000;*/
}

#pagination div{
	width:173px;
}
