/*  
Theme Name: RockinGreen Leaf
Author URI: http://www.corymiller.com
Version: 1.0
Author: Cory Miller
Description: RockinGreen Leaf is a two-column, widget-ready, green theme designed for clean simplicity.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #ffffff url(images/background.gif) top center repeat-x;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma;
	margin: 0px;
	}
a, a:visited{
	color: #669900;
	text-decoration: underline;
	}
	
a:hover{
	color: #000000;
	text-decoration: none;
	text-decoration: underline;
	}
#container { 
	width: 1002px;
	display: block;
	background: #ffffff; 
	text-align: left; 
	margin: 0 auto;
	border: 1px solid #cccccc;
	}
* html #container {
	overflow: hidden;
}
#header { 
	background: #ffffff/*url(images/header.gif) no-repeat*/;
	height: 70px;
	width: 960px; 
	padding: 10px 0px 0px 10px;
	margin: 0px;
	display: block;
	position: relative;
	}
/* The title of the page, in the top left. White. */
#header .title {
	color: #3F553A;
	font-size: 24px;
	font-family: Tahoma, Verdana;
	margin: 0px;
	}

#header .title a {
	color: #58a147;
	}

#header .title a:hover {
	color: #58a147;
	}
/* the Tagline of the blog, beside the title. Black. */
#header .description {
	color: #000000;
	font-size: 25px;
	font-family: Times New Roman, Sans-Serif; 
	margin: 0px 0px 0px 75px;
	font-style: italic;
	}

#menu { 
	height: 33px;
	position: absolute;
	bottom: 6px;
	right: 50px;
	width: 844px;
	}
* html #menu {
	bottom: 0px;
}
#navlist, #navlist ul {
	height: 33px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
	float:right;
}
#navlist li {
	float: left;
	width: 75px;  height: 30px;
	border: none;
	text-align: right;
	padding: 0px;
	margin: 0px 3px;
	display: inline;
}
#navlist li a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #669900;
	width: auto; height: 33px;
	overflow: hidden;
	text-align: center;
	line-height: 25px;
	border: none;
	padding: 6px 0px 0px 0px;
	background: #ffffff;
}
#navlist li a:hover {
	/* border-left: 1px solid #FFFFFF; */
	background: #FFFFFF;
	color: #000000;
border-bottom: 9px solid #ffffff;
}
#content { 
	width: 480px; 
	background: #FFFFFF;
	float: left; 
	margin-bottom: 20px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	}
	
#content p img{
	border: none;
	/* margin-right: 15px; */
	margin-bottom: 10px;
	}
#content h1 {
	color: #669900;
	font-size: 25px;
	font-family:Tahoma;
	line-height: 150%;
	margin: 0px;
	}
#singlepost {
	padding:5px;
	background: #fefbf1;
	border:1px solid #ffe4ae;

}

#content h1 {
	color: #669900;
	text-decoration: underline;
	font-size: 20px;
	font-family:  Times New Roman, Serif;
	margin: 0px;
	line-height: 150%;
	}
#content h1 a  {
	color: #669900;
	text-decoration: none;

	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
#post {
font-size: 11px;
}
.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

	
	
#sidebar {
	width: 200px; 
	background: #FFFFFF;
	float: right; 
	margin: 0px 10px 10px 10px;
	padding: 5px 15px 15px 15px; 
	}
	
#sidebar-left {
	width: 200px; 
	background: #FFFFFF;
	float: left; 
	margin: 0px 5px 5px 5px;
	padding: 5px 15px 15px 15px; 
	}
	
	
#block {
	background: #eef4de;
	border:1px solid #a8cda4;
	padding: 5px 5px 5px 10px; 
	margin-top: 10px;

}
#sidebar h2, #sidebar-left h2 {
	color: #669900;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	list-style: none;
	padding: 5px 0px 5px 0px;
	margin: 0px 5px 0px 0px;
	border-bottom: 1px dotted #cccccc;
	}

#sidebar ul , #sidebar-left ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li , #sidebar-left li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li, #sidebar-left ul li {
	list-style: square inside;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#sidebar ul li a , #sidebar-left ul li a {
	color: #000000;
	text-decoration: underline;
	}

#sidebar ul li a:hover , #sidebar-left ul li a:hover {
	color: #99cc00;
	text-decoration: underline;
	}

#footer { 
	clear: both;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	width: 844px;
border-top: 1px dotted #cccccc;
	}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #669900;
	text-decoration: none;
}
#content, #footer { padding: 15px; }

#mixkt_4294937489 {
	text-align: left;
	background: #eef4de;
	border:1px solid #a8cda4;
	padding: 5px 5px 5px 10px; 
	margin: 10px;

}


.mix_price {
	padding-top:10px;
	text-shadow: #d9fe89 2px 2px 1px;
	color:6d9f02;
}

.mix_name {
	color:red;
	padding-top:10px;
	font-size:14px;
	text-decoration: underline;
}


.mix_desc {
	color: black;
	font-size:10px;
}
.mix_merch {
	color: #fd3a8c;
	text-decoration: underline;
}
.mix_pict{
	border: 3px solid #eee;
}

