#press{
	margin-bottom: 15px;
}

.twitter-link{
	font-style: italic;
	font-size: 0.9em;
	position:relative;
	left: 229px;
	top: 25px;
}

.entry-box-left{
	float:left;
	margin-top:75px;
	width: 470px;
	padding:0px 6px;
}

.entry{
	margin-bottom: 60px;
	border-bottom: 1px solid #000;
}

.entry-content{
	padding: 30px 0px;
}

.time-stamp{
	text-align: right;
	font-size: 11px;
}


.time-stamp a{
	margin-left: 25px;
}

.entry-icon{
	float: left;
	margin-left: -45px;
}

.entry-header{
	display: block;
	float: left;
	margin-left: 0px;
	height: 40px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 15px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	background: transparent url(../images/blog/entry-header-right.png) no-repeat scroll top right; 
}

.entry-header a{
	text-decoration: none;
}

.entry-header span{
	background: transparent url(../images/blog/entry-header-left.png) no-repeat; 
	display: block;
	height: 40px;
	padding: 5px 25px 0px 15px;
	font-family: “Lucida Sans Unicode”;
	font-size: 24px;
	font-style: normal;
	font-weight: 550;
	color: #000;
}

.entry-date{
	float:right;
	font-family: “Lucida Sans Unicode”;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -2px;
	line-height: 16px;
	text-align: right;
}

.entry-older{
	float:left;
}
.entry-newer{
	float: right;
}

.blog-icon{
	float: left;
	margin-right: 15px;
	margin-left: -50px;
}

.entry-content img{
	margin-right: 8px;
	margin-bottom: 15px;
}



<!--comment form-->

#comment_form ul{
	list-style-type:none;
}

#comments-div{
	margin-bottom: 15px;
}

#comments-div ul li p{
	margin: 15px 0px 0px 15px;
}

.comment_form{
	margin-top: 15px;
}

.comment-date{
	float:right;
	margin-top:20px;
}

.comment-name{
	float:left;
	margin-top: 20px;
}


.input-box{
	width: 338px;
	height: 38px;
	background: url(../images/contact-input.png) no-repeat;
	color: #AAA;
	padding: 0px 0px 0px 15px;
	margin-top: 8px;
}

.textarea-box{
	width: 352px;
	height: 180px;
	background: url(../images/contact-textarea.png) no-repeat;
	color: #AAA;
	padding: 15px;
	margin-top: 8px;
	overflow-y: hidden;	
}	



/* hax for ff */
.input-box, x:-moz-any-link { 
	padding-top: 10px;
}



.send-li{
	text-align:right;
	margin-right:20px;
	
}
#send{
	margin-left:5px;
	margin-top: 15px;
	cursor:pointer; 
}

.validation-advice {
	color: #F00;
	font-size: 0.8em;
}