/*
Ianthinus 2.3.1 Plugin (Indigo)

This is the document that controls the color of the template. 
Simply edit the color code in in three different places to completely 
change the main color of the template.If you wish to keep the old colors, 
copy this document and rename it, then update line 11 of index.html.
*/

/*--------------------color---------------------*/

#textarea .maintitle, #textarea .subtitle {
	color: #418ade;
}

/*--------------background colors-----------------*/

#header, #menu_right .title, #menu_left .title, #textarea tr.head {
	background-color: #418ade;
}

#menu_right .textbox, #menu_left .textbox, #header #subheader, #textarea table, #footer {
	background-color: #dfe7f3;
}

#textarea .title {
	border-bottom: 1px solid #3d278c;
}

#header #subheader {
	border-bottom: 8px solid #dfe7f3;
	border-top: 3px solid #dfe7f3;
}

#footer {
	border-top: 1px solid #418ade;
}
