/*iWebKit css 5.04 by Christopher Plieger*/

/* color.css : add the colors here    default values for normal mode */


/* BACKGROUND COLORS */

body
{

background: #8D8D8D; /* BG COLOR */
	

}


.slider, #thumbs-container, #slider-container
{
background: #EEEEEE; /* BG COLOR */
}
/*background for list-rows: gradient , two gradients for odd/even rows  */

.pageitem, .pageitem_classic, .pageitem li1line:nth-child(odd), .pageitem_classic li.list1line_classic:nth-child(odd), .pageitem_classic li.list1line:nth-child(odd), .pageitem li.list2lines:nth-child(odd), .pageitem_classic li.list2lines:nth-child(odd), .pageitem li.list3lines:nth-child(odd), .pageitem li.list4lines:nth-child(odd)
{

background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEEEEE));
	

}

.pageitem li.list1line:nth-child(even), .pageitem_classic li.list_classic:nth-child(even), .pageitem_classic li.list1line:nth-child(even), .pageitem li.list2lines:nth-child(even), .pageitem_classic li.list2lines:nth-child(even), .pageitem li.list_large:nth-child(even), .pageitem_classic li.list_large:nth-child(even), .pageitem li.list_big:nth-child(even), .pageitem_classic li.list_big:nth-child(even)
{

background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#D0D0D0));
	
} 

#topbar.transparent, .toolbar{
background-color:#000000;  /* TOPBAR BACKGROUND*/
}

/* ari + #lc_bar.transparent */
.cal-month, #lc_bar.transparent, #lc_bar.transparent {


background-color: #242424; 	/* TITLE & LINK FONT COLOR */
	

}

.separatefield_input, .separatefield_select1, .smallfield input {
background:transparent;  /* Formular Fields BACKGROUND*/
}
/*------------------------------------------------------------------------------------------------------------------*/

/*   FONT AND BORDER COLORS     */
.header_text, .subheader_text, a:link, a:visited, a:hover, a:active, span.name, span.community_name, span.item_name, span.item_name_nopic, #topbar, list3lines.name, list4lines.name, span.comment_high,  .header_text_left, .subheader_text_left, dl.info dt
{

color: #242424; 	/* TITLE & LINK FONT COLOR */
	
text-decoration:none;
}
.comment, .list3lines_comment, .list3lines_comment_small, span.comment, span.comment_italic, span.comment_bold, #footer a, #footer, li.textbox_wall_comment, li.textbox_wall_comment:first-child{

color:#474747;					/*OTHER FONT COLORS   DEFAULT for normal  */
	
text-decoration:none;
}

/* OTHER FONTS & BORDERS USES THE SAME VALUE */
.textbox, .textbox p, span.comment, span.comment_bold, span.comment_italic, span.comment_more, span.community_time, span.community_comment, span.item_info, .button input, .smallfield_name, .separatefield_name, .separatefield_select1, .smallfield input, .graytitle, dl.info dd
{

color:#474747;					/*OTHER FONT COLORS   DEFAULT for normal  */
	

}




.pageitem
{
border:1px solid #474747;
 /* BORDER DEFAULT for normal/invert   */
}

.pageitem, li.list_classic, li.list1line, textbox, .top_img_full,li.list2lines, li.list3lines, li.list4lines, .checkbox, .radiobutton, .select, li.button, li.bigfield, li.smallfield, li.list_nopic, 
li.textbox_wall_comment
{
border-top:1px solid #474747;
 /* BORDER DEFAULT for normal/invert   */
}

 /* ari + li.textbox_wall_comment + .triangle-border.top:before  */
li.textbox_wall_comment, ul.pageitem_classic.triangle-border.top {
	border-top: 1px solid #474747; /* BORDER DEFAULT for normal/invert   */
	}
.triangle-border.top:before {
border-bottom-color:#474747; /* arrow border */
}
		

li.textbox_wall_comment:first-child{
	border-top: 0px; /* BORDER DEFAULT for normal/invert   */
}

/*-----------------------------------TOPBAR color fix everywhere------------------*/

#topbar.transparent, #leftnav a, .slider-text, .toolbar {
color:#FFFFFF;  /* TEXT COLOR FOR TOPBAR FIX also for normal/invert    */
}




.triangle-border.top:after {

	border-bottom-color:#FFFFFF;
	

}

/*-----------------------------------Sencha Touch styles------------------*/

/* -- background & border color for the bottom menubar & header -- */
.x-tabbar.x-docked-bottom.x-tabbar-light, .x-toolbar-dark
{ border-top-color: #333; background-color: #000000;}

.navi_background_image { background-color: #000000; }	