/*
Theme Name: Mystique - Extend
Theme URI: http://digitalnature.eu/themes/mystique/
Description: Child theme of Mystique. Please leave this one activated for proper customizations to Mystique.
Version: 1.0
Author: You & digitalnature
Author URI: http://digitalnature.eu/
Template: mystique
*/

/* Add your own CSS here if you want */
h1.title{margin:#site-title #logo{font-size:300%;}

#pil {
	width: 320px;
	float: left;
	text-align: right;
    
}



.pil p {
    margin: 0 auto;
    padding: 0;
	list-style:none;
	text-align: left;
}

.pil ul{
    margin: 0 auto;
    padding: 0;
	list-style:none;
	text-align: left;

}

.pil ul li{
	background:url(images/blue_arrow.png);
	background-repeat: no-repeat;

	padding-left:15px;
	font-family:verdana;
	list-style:none;
}


#pil2 {
	
	float: right;
	text-align: left;
width:230px;
position:relative;
	top:60px;

}



.pil2 p {
    margin: 0 auto;
    padding: 0;
	

	text-align: left;
}

.pil2 ul{
    margin: 0 auto;
    padding: 0;
list-style:bullet;
	text-align: left;
}
.pil2 ul li{
	background:url(images/green_check.png);
	background-repeat: no-repeat;
	padding-left:35px;

}