@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	font-family:"Trebuchet MS";
	text-align: center;
	font-size: 12px;
	background:#fff url(images/body-bg.gif) center top repeat;
	}
#banner-header
{
	margin: 0;
	padding: 35px 15px 5px 110px;
	color: #d156ae;
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
}
#banner-description
{
	margin: 0;
	padding: 0 15px 45px 110px;
	color: #6ab4a9;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 13px;
	line-height: 1.125;
}
#banner-inner
{
	background: url(images/yarn.gif) 35px 15px no-repeat;
}	
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
	a:visited { color: #9acac3; text-decoration: none; }
	a:hover { color: #b070c6; text-decoration: none;}
		
		div#header_container {
			width: 720px;
			padding-left: 15px;
			margin: 0 auto;
			text-align: left;
			padding: 10px 0;
		}
	div#wrapper {
		width: 100%;
		background:url(images/gradient_body.gif) repeat-x;
		text-align: center;
		margin: 0 auto;

		}
		
	div#content {
		width: 720px;
		height: auto;
		margin: 0 auto;
		text-align: left;
		padding-top: 15px;
		}
		
		div#main {
			width: 485px;
			height: auto;
			padding-right: 4px;
			float: left;
			}
		
		div#sidebar {
			width: 200px;
			float: right;
			}
			
	div#footer {
		clear: both;
		}
		
/* Post Title */	

	div.post_title {
		background:url(images/entry-header-bg.gif) left center no-repeat;
		margin: 5px 0;
		padding: 2px 0 2px 32px;
		color: #d156ae;
		font-size: 18px;
		font-weight: bold;
		}
		
	div.post_title img {
		padding-left:10px;
		}
	
	a:link {
		color: #d156ae;
		text-decoration: none;
	}

/* End Post Title */

/* Post Content */
	
	div.post_content {
		padding:0 10px 0 10px;;
		text-indent: 25px;
		}
		
/* End Post Content */

/* Post Tag */

	div.post_tag {
		font-weight: bold;
		margin: 5px 10px 20px;
		font: 80%;
	}

	div.post_tag a {
		text-decoration: none;
		color: #666666;
		}
		
	div.post_tag a:hover {
		text-decoration:underline;
		color:#999999;
		}
		
	span.comment_icon {
		background:url(images/add-comment-green.gif) no-repeat left center;
		padding-left: 20px;
		}
	
	span.time_icon {
		background:url(images/calendar.gif) no-repeat left center;
		padding-left: 21px;
		}	
		
	span.category_icon {
		background:url(images/folder-green.gif) no-repeat left center;
		padding-left: 20px;
		}

/* End Post Tag */
		
/* SIDEBAR */
#sidebar {
	font-weight: bold;

}

#sidebar a {
	text-decoration: none;
	margin-left:10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar li {
	list-style: none;
	}
.module-list-item li
{
	margin-left:10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.module_header {
	/* ie win (5, 5.5, 6) bugfix */
	position: relative;
	width: 100%;
	width: auto;

	margin: 0;
	border: 1px dashed #f595da;
	padding: 6px 10px 6px 10px;
	color: #de66bc;
	background: #fff url(images/gradient-bg.gif) left top repeat-x;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
/* END SIDEBAR */