/*  
Theme Name: LactPlate
Theme URI: http://www.blog.252523.net/lactplate/
Description: Transparently of "tracing paper" that inspired. and this version is beta.
Version: 2.01
Author: 252523.net
Author URI: http://www.blog.252523.net/

	These compositions are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*** This two lines are basic construction. Don't remove this. ***/
	@import url("style_base.css");    /* Mainly composition written. */
	@import url("style_plugins.css"); /* plugins style */


/*** At first. Choose the scheme and replace 'xxx' to your choice.
 *  Now available schemes. "oldyellow", "tinpink", "tinblue", "mono".
 */
	@import url("style_scheme_tinpink.css"); /* style scheme.  */


/*** And then. Edit below Style Sheet text to modify.
 * These are mostly pointful element in visually, extracted from 'style_base.css'.
 */

/*** General Image and Icons Styles.
 * There are some images of color. Choose from "pink", "blue", "yellow", and "gray".
 * And, replace filename (e.g. "rss_mono.png" to "rss_pink.png").
 */
 
	/** Base background **/

	/* #header {    background-image: url(images/header_rust_xxx.png); }
	 * #container { background-image: url(images/pagetop_rust_xxx.png); }
	 * #footer {    background-image: url(images/footer_rust_xxx.png); }
	 */

	/** List Icon **/

	/* .post ul li {             background-image: url(images/list_l_xxx.png); }
	 * #sidebar ul ul li {       background-image: url(images/list_s_xxx.png); }
	 * #sidebar ul ul li:hover { background-image: url(images/list_s_xxx.png); }
	 */

	/** Individual Icon **/

	/* Post    */ /* small.postmetadata { background-image: url(images/post_xxx.png); } */
	/* Comment */ /* small.postmetadata .commentmeta { background-image: url(images/comment_xxx.png); } */
	/* RSS     */ /* .syndication, #sidebar .syndication { background-image: url(images/rss_xxx.png); } */
	/* Search  */ /* #searchsubmit { background-image: url(images/search_xxx.png); } */

	/** Block element background **/

	/** Mouse over at sidebar anchor **/
	/* #sidebar ul li a:hover {   background-image: url(images/bias_grad_xxx.png); } */
	/** Search box **/
	/* #searchform {              background-image: url(images/bias_eee_xxx.png); } */
	/** BlockQuote **/
	/* blockquote               { background-image: url(images/bquote_xxx.png); } */
	/** BlockQuote in comment text **/
	/* .respond_text blockquote { background-image: url(images/bquote_xxx.png); } */


/*** Font and Text Styles ***/

	/** Global font **/
	/* body {
	 *	font-family: 'Lucida Sans Unicode', Verdana, arial, sans-serif;
	 * 	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	 *	}
	 */

	/** Header font **/
	/* h1 { font-size: 2.1em; }
	 * h2 { font-size: 2.1em; }
	 * h3 { font-size: 1.4em; }
	 * .description { font-size: 1.1em; }
	 * h1, h2, h3 {
	 *	font-family: Georgia, "Times New Roman", Times, serif;
	 *	font-family: 'Times New Roman', times, "Book Antiqua", serif;
	 *	font-family: Arial, Verdana, Helvetica, sans-serif;
	 *	}
	 * #sidebar ul h2 {
	 * 	font-size: 1.6em;
	 *	}
	 */

	/** Global anchor and mouseover at header **/
	/* a, h2 a:hover, h3 a:hover, .more:hover {
	 *	text-decoration: none;
	 *	}
	 */

	/** Global mouseover on anchor **/
	/* a:hover, #content p a:visited:hover {
	 *	text-decoration: underline;
	 *	}
	 */


	/** Contents font **/
	/* #content { font-size: 1.3em; }
	 * #page_single #content { font-size: 1.4em; }
	 */

	/** Entry (except title and metadata from Contens) **/
	/* .entry {
	 *	}
	 */

	/** Sidebar font **/
	/* #sidebar, #sidebar input {
	 *	font-size: 1.1em;
	 *	}
	 */

/*** Color Styles **/

	/** Global font color **/
	/* body { color: #666; } */

	/** blog title **/
	/* h1, h1 a, h1 a:hover, h1 a:visited, .description {
	 *	color: #3993ff;
	 *	color: #f74aa0;
	 *	}
	 */

	/** Header font color **/
	/* h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, .more, .more:visited {
	 *	color: #f74aa0;
	 *	}
	 * #sidebar ul h2 {
	 *	color: #999;
	 *	}
	 * h4#comment_title, h4#trackback_title {
	 *	color: #999;
	 *	}
	 */

	/** Global anchor and mouseover at header **/
	/* a, h2 a:hover, h3 a:hover, .more:hover, #submit {
	 *	color: #3993ff;
	 *	}
	 */

	/** Global mouseover on anchor **/
	/* a:hover, #content p a:visited:hover {
	 *	color: #147;
	 *	}
	 */

	/** Visited anchor in entry **/
	/* #content p a:visited {
	 *	color: #C78A3E;
	 *	}
	 */

	/** Calendar **/
	/* #wp-calendar a:hover  { background-color: #E5F1FF !important; }
	 * #wp-calendar td#today { background-color: #F7DEEA; }
	 */

	/** Form **/
	/* input, textarea {
	 *	color: #666;
	 *	background-color: #f6f6f6;
	 *	}
	 */

	/** BlockQuote **/
	/* blockquote {
	 *	color: #93806D;
	 *	}
	 */

/*** Other Styles ***/

	/** alignment of blog title **/
	/* #header { text-align: left; } */

	/** blog title position **/
	/* h1 {
	 *	margin: 0 30px 0 40px;
	 *	padding: 20px 0 0 0;
	 *	}
	 */

	/** Button anchor for edit **/
	/* .edit_button a {
	 *	background-color: #3993ff;
	 *	}
	 */

	/** Changing sidebar's list to non-tree style (single-list). **/
	/* .edit_button a {
	 *	background-color: #3993ff;
	 *	}
	 */

/** Changing sidebar list to non-tree style (single-list). **/

	/* #sidebar ul ul li,
	 * #sidebar ul ol li { padding: 0; text-indent: 13px; }
	 * #sidebar ul li a:hover { background-position: 13px 0; }
	 * #sidebar .syndication { padding: 0; text-indent: 15px; }
	 */

