@charset "utf-8";
/* CSS White Body */
body{background:#d6dbde; color:#333333;}
a{color:#d66212;}
a:hover{color:#000000;}

.line{border-bottom:1px solid #f4f4f4;}


.button{background-image:url(buttons/button_bg.gif);}
.button button, .button a{color:#000000;background-image:url(buttons/button_bg_span.gif);}
.button button[disabled] {color:#c5c5c5;background-image:url(buttons/button_bg_span_disabled.gif);}
.button button:hover, .button:hover, .button a:hover, .button a.active{color:#d66212;}


.BigButton{background-image:url(buttons/button_big_bg.gif);}
.BigButton button {color:#000000;background-image:url(buttons/button_big_bg_span.gif);}
.BigButton button[disabled] {color:#c5c5c5;background-image:url(buttons/button_big_bg_span_disabled.gif);}
.BigButton button:hover, .BigButton:hover{color:#FF6600;}
.BigButton .icon{background-image:url(buttons/button_big_arrow_right.gif);}

.Story{background:#FFFFFF;}
.Story .nfo{color:#999999;}
.Story ul{ list-style-image:url(images/list_arrow.gif);}

#PhotoTabs {border-bottom:2px solid #000000;}
#PhotoTabs a{background:#ffffff;color:#333333;border:1px solid #ededed;}
#PhotoTabs a:hover{ background:#FF6633;color:#FFF;border:1px solid #FF6633;}
#PhotoTabs a.active{ background:#000;color:#FFF;border:1px solid #000;}
.PhotoContener{background:#f6f6f4;}
.Photos{background:#FFFFFF;}

#FooterContent{color:#747474;background:#FFF; }
.FooterLine{border-top:1px solid #f4f4f4;}
#Intro{background:#111111; color:#ffffff;} 
#SiteMainMenu{background:#FFFFFF;}

.Navi{background:#f9f9f9;}
.PrevItem {background-image:url(buttons/button_arrow_left.gif);}
.NextItem {background-image:url(buttons/button_arrow_right.gif);}


.headlineBar{ background-color:#FFFFFF;}
.headlineBar .HeadlinesContener{ background-image:url(images/loading.gif);}
.headlineBar .item{border-top:1px solid #f4f4f4;background:#FFFFFF;}
.headlineBar span{color:#888888; }
.headlineBar a:link{color:#d66212;}
.headlineBar a:visited{color:#777777;}
.headlineBar a:hover, .headlineBar a:active{color:#222222;}
/*****************************************************************************/
#ContentList{background:#FFFFFF;}
#ContentList .item{}
#ContentList .thumb{background-color:#ffffff;border:1px solid #f4f4f4;}
#ContentList .date{color:#999999;}
/*****************************************************************************/

#CommentsFormContener {background:#FFFFFF;}
#CommentsFormContener textarea{	
	background:#f4f4f4; 
	border:1px solid #dddddd; 
	border-bottom:1px solid #f7f7f7; 
	border-right:1px solid #f7f7f7;  
	color:#333333; 
}
#CommentsTagsList {background:#FFFFFF;}
#CommentsTagsList .text{ color:#404655; }
#CommentsTagsList .example{ background:#f4f4f4; color:#404655;} 
#CommentsTagsList .attributes{ background:#f4f4f4; color:#404655;} 
#CommentsTagsList .example.caption, 
#CommentsTagsList .attributes.caption{color:#FF6600;} 
#CommentsList { background:#FFFFFF;}
#CommentsList li.post{color:#404655; border-bottom:1px solid #f4f4f4;}
#CommentsList li.post .avatar{background:#FFFFFF; border:1px solid #EEEEEE;}
#CommentsList li.post .postdate{color:#999999;}
#CommentsList li.post div.cm1{color:#404655;}
#CommentsList li.post a.del{background-image:url(buttons/button_delitem.gif);}
#CommentsList li.post .editable:hover { background:#fffcee; color:#555555;}  

 
#CommentsList li.post .box  {
	background:#fffcee; 
	color:#333333; 
}	
#CommentsList li.post .editable-empty { background:#fffcee; border:1px dashed #6f6f6f;} 	