body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	background-color: #000000;
	margin:0px 10px 0px 10px;	
}

a:link , a:visited{
	color: #FF9900;
	text-decoration: underline;
}

a:hover{
	color:#666666;
	text-decoration: none;
}


/*-- inside the index  page----------------------------------------------------*/


.media_box {
	width: 540px;
}

.txt_lnk a:link ,.txt_lnk a:visited{
	color: #333333;
	text-decoration: underline;
}

.txt_lnk a:hover{
	color:#666666;
	text-decoration: none;
}

.txt_lnk {

margin: 0px 10px 10px 0px;
}





/*--inside the media iframe----------------------------------------------------*/
.media_body { 
padding: 10px 0px 0px 10px;
color:#FFFFFF;
}

.flickr_box {
text-align:center;
}

.entry_title_media {
	margin: 0px 0px 0px 10px;
	color: #FFFFFF;
	font-size:13px;
	font-weight: bold;
}


.entry_date_media {
margin: 8px 10px 0px 0px;
	color: #FFFFFF;
	font-size:10px;
}



/*--inside the entry iframe----------------------------------------------------*/

.body_entry {
	line-height: 14px;
}

.img_thumb {
	float: left;
	margin: 0px 5px 1px 0px;
}

.img_thumb a img {
border-color:#FFCC00;
   border-style: solid;
   border-width: 1px 1px 1px 1px;
}

.img_thumb a:link img {
border-color:#FFCC00;
   border-style: solid;
   border-width: 1px 1px 1px 1px;
}
.img_thumb a:hover img {
border-color:#666666;
   border-style: solid;
   border-width: 1px 1px 1px 1px;
}




.img_thumb.img {
border:10px 10px 10px 10px;
border-color:#00CCFF;
}

.entry_date {
margin: 11px 0px 10px 0px;
	color: #333333;
	font-size:10px;
}


.entry_title {
	margin: 10px 0px 10px 0px;
	color: #333333;
	font-size:13px;
	font-weight: bold;
}

.comment {
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #FFCC00;
	font-size:14px;
	border-left-color: #FFCC00;
	padding: 5px 0px 10px 0px;
}

.category_title {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	margin: 10px 0px 0px 0px;
}

/*---------------- in cmment box----------*//
.commente-header {
	font-size: 12px;
	font-weight: bold;
}
.comment-footer {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
	padding-bottom:4px;
}
